资源列表
ipdump
- TCP/IP监视封包程序,本程序必须采root才能执行,在欲用linux监视与其它主机间通信封包的时后,请在执行ipdump之前,用ifconfig指令换成promiscuous方式。
ServerClient
- 实现了Server-Client的通信,可以实现UDP层面的对话
F340_tcpip
- F340如何在TCP/IP中编程,特适合初学者参考,以调试通过-F340 how TCP/IP in the programming, especially for beginners reference to the commissioning by
uC0STCPIP
- 结合ez80和ARM7两种系统上的具体实现,说明了如何在嵌入式实时操作系统uC/0SII上移植实现LwIP这套TCP/IP协议栈,使uC/0S II成为支持网络的RTOS。-Ez80 and ARM7 combining the two systems to achieve specific, how in the embedded real-time operating system to achieve LwIP transplantation uC/0SII on this TCP/IP
VB-Winsock-upload
- winsock上传 可以上传文本,二进制文件有问题。-the winsock Upload can upload text, binary files.
src-1
- Java UDP 局域网文件传输示例,适合初学TCP/IP的同学学习-Java UDP LAN file transfer example, suitable for beginners TCP/IP schoolmates
wewe
- 一个很不错的程序 是我同学做的 不是我做的 是一个图书管理的-a very good procedures is my classmates do is not what I am doing is a library management
linux下socket文件传输
- 实现了Linux环境下,局域网之间的各类文件传输,适合刚接触socket的初学者。
WinSocket
- 如何建立winsocket,以連接網路!! 及TCP/IP的設定接收
ppp
- PPP协议站的解析。可以在vc环境下模拟报文的传输过程。-PPP protocol analysis station. Vc environment can be simulated packet transmission.
TCP
- TCP_Send和TCP_Recv程序可以实现简单的通信-TCP_Send and procedures can be achieved TCP_Recv simple communication
tcpip
- 1.客户机能得到从服务器发的IP地址. 2.服务器能根据客户机请求发送适当文件. 3.客户机能收到从服务器发过来的文件. 4.程序采用模块化设计方法,根据TCP/IP的层次结构编写而成.