搜索资源列表
简单的网络监控程序
- 运行服务器端后,客户端可通过ip进行连接,使用udp,支持客户端上传,监控屏幕,以及在服务器运行程序等功能,功能比较强大。具体细节请参考源代码。-running server, the client can connect through ip, udp used to support client to upload, monitor screens, and the server operating procedures, functions more powerful. Specific
123
- 结合TCP和UDP来实现服务器和客户端连接并通信,有实例哦!-Combination of TCP and UDP server and client connection and communication, there are instances Oh!
NetChat
- 用C++实现简单的UDP通信,客户端代码和服务器端代码均已经包括在里面。-With C++ simple UDP traffic, the client code and server-side code are already included in it.
newUDPEcho.tar
- UDP传输服务器端和客户端。 客户端发送字符串, 服务器端接收并且处理字符串,将处理后的结果返回发送给客户端。-UDP client and server. The client send a string to the server. The server will return back a processed string.
socket
- 实现基本的socket通信功能,分为服务器和客户端两部分,客户端启动时可以在系统参数处指定要连接的服务器地址。模拟UDP协议,完成最简单的数据包传递与回送。-Achieve basic socket communication functions, is divided into two parts, the server and client, you can specify the server address to connect to the system parameters at t