搜索资源列表
uip09win
- uIP is a very small implementation of the TCP/IP stack that is written by Adam Dunkels <adam@dunkels.com>. More information can be obtained at the uIP homepage at http://dunkels.com/adam/uip/ The directory structure look as follows: apps/ -
cc65
- This directory is a port of uIP to the popular Commodore 64 home computer. In order to compile it, you need the cc65 C compiler that can be downloaded from <http://www.cc65.org/>.
UDPmulticast
- 这是一个VC编写的组播通信演示程序。程序调用了Winsock API,并在Windows XP下测试通过。程序说明源于任泰明编写的<TCP/IP协议与网络编程>-VC This is a demonstration of the preparation process of the multicast communication. Procedure calls the Winsock API, and tested under Windows XP.
comeroseFileShare20100108
- 网络文件共享 修改自:局域网文件共享源码 v2008 完善以下功能: ①命名 ②删除 ③创建文件夹 ④文件->选项 ⑤远程关机/重启 等等功能-Network File Sharing modified from: LAN File Sharing Source v2008 complete the following features: ① ② name to create a folder to delete ③ ④ File- " Optio
TCP_IP_Serial
- This a small application that bridges the TCP/IP layer to a Serial (COM) port. There is also another example that makes the inverse path (COM -> TCP/IP). The source can be easily expanded to answer to specific COM port events and listen at any TCP
lunwen
- 功能描述: 1. 能够捕获所有进出本主机的数据包完整显示数据包头信息和内容。 MAC层支持:以太帧 网络层支持:IP,ARP,RARP,ICMP 传输层支持:TCP,UDP 2. 以十六进制显示报文每个字节内容(包括头和数据),指定某个字段时,使相应字节高 亮显示。如点击IP Source Address(解析树中IP源),则相应的四个字节高亮。 3. 可以设置过滤,指定IP地址,指定报文类型(TCP,UDP,ICMP,ARP,RARP),指定方 向(A地址-&g
gethostbyname
- coded under vb6, with this app u can get the ip adress of any web site just by typing the website adress: ex: www.website.com --returns--> 79.25.15.68
WinsockPing
- 用winsocket判断网络是否连通,及计算机之间的连通。-用winsocket判断网络是否连通,及计算机之间的连通。用winsocket判断网络是否连通,及计算机之间的连通。自动检测中英文中译英英译中百度翻译. 翻译结果(中 > 英)复制结果 Using winsocket to determine whether the network connectivity, and computer communication between.
Tcp-simulator
- uIP is a very small implementation of the TCP/IP stack that is written by Adam Dunkels <adam@sics.se>. - This is version $Name: uip-1-0 $. The directory structure look as follows: apps/ - Example applications doc/ - Documentati
TestNode
- static class Program { /// <summary> /// The main entry point for the application. /// </summary> [STAThread] static void Main() { Trace.Listeners.Add(new TextWriterTraceListener("messages.log")) Trace.AutoFlu