搜索资源列表
UDPServer
- 服务端udp源码(Windows 网络与通信程序设计 源代码)-Service udp-source client (Windows network and communications programming source code)
udp
- Example udp server and client in C. udpserver.c udpclient.c
udpServer.c
- UDP server program to listen client application
UdpClient-UdpServer
- 用udp协议通讯示例--包括udp客户端与服务端的源代码。-Examples using udp protocol communications- including the udp client and server source code.
udpserver
- 这个是udp客户端的一个程序,运行在linux下,可以学学套接字和tcp的工作机制。-this is udp client
udpfile
- 1. 打开UDPServer.dsw,client.dsw,进入VC6.0开发环境,读懂项目程序UDPserver和UDPclient程序; 画出服务器端与客户端主要函数的调用流程。 2.在单机上运行它们,验证其具有一个数据的通信能力。 -1. Open UDPServer.dsw, client.dsw, into VC6.0 development environment, read the project procedures UDPserver and UDPclient pro
udpserver
- udp server and client files.
UDPServer
- JAVA实现的UDP通信协议的服务器端源码,请与客户端一起运行。源码所在的包需要修改成自己的项目所在的包。-JAVA UDP communication protocol implemented server-side source code, please run in conjunction with the client. Need to modify the source where the package into your project where the package.
UDPServer
- 简单的UPD聊天服务器代码,客户端的代码稍后上传。-UPD simple chat server code, the client upload the code later.
udpserver
- 日志服务器,与客户端对应,存储由客户端产生的日志信息,按照IP地址,日期,可执行文件名进行存储,方便查询。(源代码中修改服务器IP重新编译即可使用)-Log Server, and client correspondence generated by the client stores the log information, in accordance with the IP address, date, name of the executable file for storage, eas
UDPserver
- udp 客户端小软件 用MFC实现的简单的小程序 -udp client software with the MFC implementation of small simple little program
UDPserver
- msp430f5438上做的udp服务器,PC端作为udp client用SocketTool软件进行通信。可以作为msp430上tcp/ip开发的很好的例程。经测试没有问题。-msp430f5438 do the udp server, PC as the udp client-side software to communicate with SocketTool. As msp430 on the tcp/ip developed a good routine. After the tes
UDPSERVER.RAR
- 这个小工具包含服务器端和客户端,基于MFC类库中的SOCKET。用来接收udp数据包(服务器端)和向指定地址发送udp数据包(客户端)。-This gadget contains the server and client SOCKET based on the MFC class library. Used to receive udp packets (server side) to the designated address to send udp data package (clien
UDPserver
- udp服务器和客户端程序,可以运行,分别写在两个文件中。-udp server and client programs, you can run, were written in the two documents.
UdpServer
- UDP服务端通信,接着上面的UDP客户端通信的,测试通过-The UDP server communication, then the above the UDP client communication, test by
UDPServer
- udp聊天客户端程序,还有服务器端的聊天程序一会上传。-udp chat client program, as well as server-side chat program I will upload.
UDPServer
- 运用vs2005工具,MFC实现基于UDP协议的网络Socket通信,基于MFC封装好的类来派生自己的通信类实现客户端与服务端的模拟通信工作,供参考。-Use vs2005 tool MFC to achieve network Socket communication based on UDP protocol, client and service side analog communication based the MFC package good class to derive you
UDPServer
- 这是利用java编的计算机网络的关于客户与服务端的通信小程序,当时的课程设计,可以通过。与UDPClient.java配合使用。-This is made use of java on the computer network client and server communications applet, the curriculum design, could be adopted. Used in conjunction with UDPClient.java.
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
Lab2
- TCPServer, Client, and UDPServer, Client in java programming