资源列表
UDP
- 这是一份对UDP的介绍,详细充分介绍了UDP的基本知识-this is a text introduce for udp
multithreadedudpserver
- UDP通讯使用多线程并发实例,包括服务端和客户端,使用C#开发-UDP communications using the multi-threaded concurrent instances, including server and client, using C# developers
nettime
- 网络授时服务是在网络上设置一些时间服务器,用户通过Internet访问这些时间服务器就可同步本地计算机时钟的服务。网络授时服务有三个协议,分别是Network Time Protocol (RFC-1305),Daytime Protocol (RFC-867),Time Protocol (RFC-868)。-Network time service is set up some time on the web server, users access the Internet time se
UdpServerImei
- 使用winsocket编写的udp通信协议的的服务器源码,使用select函数监听-use winsocket make udp for server code ,and select function
SendClient
- 实现两台计算机之间的通信,其中一台作为服务器,另一台作为客户端-The communication between two computers, one of them as a server, the other one as the client
Tcp_Client
- 网络编程,TCP协议,客户端源代码,很完整,可做此方面参考-Network programming, TCP protocol, the client source code, it is complete, do this in reference to
MsnSocks5Proxy2.0
- MsnSocks5Proxy2.0的源代码。 怎样编写自己的tcp代理,Socks5方式。
Echo
- Client/Server回聲程式,Server會回傳Client所送出的資料,使用threading概念-Client/Server Echo, Server will reply the same message Client sent.
monsrv_aix
- 实现AIX监视服务端,客户端连接AIX服务端,服务端按配置表执行指定命令并把结果通过TCP/IP传输给客户端。实现客户端监视服务端机器状态-AIX monitoring services to achieve client, the client connection AIX server, service-side table by the specified command and the results through the TCP/IP transmission to the clie
sudp
- 本源码可以在linux 环境下实现UDP等网络协议。-the code can achieve udp protocol.
D_VMethod
- 软件为网络中的距离矢量路由算法的VC++做的一个模拟程序-This software is a mode programe of D_V Method in Network.
200477132761
- 程序中使用socket实现了文件的传输。 在VC6.0中编译通过