资源列表
TCP_IP
- 利用VB进行计算机网络中依据TCP/IP协议进行通信控制,源代码简单易懂,非常有助于对于TCP/IP协议的学习
UDPserver
- 实现一个简单的服务端,对客户端传输过来的数据流根据协议栈进行准确地解析,并且能够判断各种异常-Implement a simple server, the client data stream transmitted over the protocol stack based on accurate analysis, and the ability to determine the various anomalies
TCPChat
- A lan chating software based on TCP IP
BUDPServer
- 阻塞模式的UDP通信,本程序是服务端,在WIN32环境下,完成基本的UDP协议通信,SOCKET API的封装,对初学者很有帮助。
tcp-examples
- UNIX下用C开发的TCP通讯程序(含客户端和服务器端)-C under UNIX using TCP communication procedures developed (including client and server side)
simple_server
- 实现一个简单的服务端,对客户端传输过来的数据流根据协议栈进行准确地解析,并且能够判断各种异常-Implement a simple server, the client data stream transmitted over the protocol stack based on accurate analysis, and the ability to determine the various anomalies
BUDPClient
- 阻塞模式的UDP通信,本程序是客户端,在WIN32环境下,完成基本的UDP协议通信,SOCKET API的封装,对初学者很有帮助。
TCP
- java编写的时间服务器 用于两台在一个局域网内的计算机通信。-time server written in java for two computers to communicate over a LAN.
656565665
- 对SNMp的知识进行总结,利用其对流量进行进一步监控-Summary of knowledge on the SNMp used to further control its flow
net_socket_example
- TCP和UDP两种方式的网络通信示例程序,适合初学者。分别包含服务器和客户端两个代码。-the TCP and UDP socket example codes, including the server.c and client.c respectively, which are adaptable for beginners
20070322_CustomServer
- VC是现在流行的编程工具,利用TCP实现简单的客户服务器模式.-VC are now popular programming tools, easy to use TCP implementation of the client server mode.
tcpip
- tcp/ip网络通信协议结构说明,对编写网络通信的初学者有参考价值。