搜索资源列表
UDPclient.rar
- Linux网络编程之UDP的客户端程序简单代码,可以传输各种文件,适合初学者学习使用。,Linux Network Programming for the UDP client program easy code, you can transfer all kinds of documents, suitable for beginners learning to use.
jinchengtongxin
- linux下网络通信 udp协议 实现:广播通知客户端登陆或退出 接受消息并通知所有客户端; 客户端接受服务器发来的消息。-linux udp protocol for network communication: radio to inform the client log in or out of receiving messages and inform all clients client accepts the server sent the message.
udp
- linux下简单的UDP传输文件功能,有client,server,两个端口,先开起服务端,然后运行客服端。-UDP under linux simple function to transfer files, the client, server, two port, first started service client, and then run the customer service side.
udp
- Linux/UNIX网络通信中UDP通信的服务器和客服端之间的通信。-Linux/UNIX Network Communication UDP communication between server and client customer service communications.
client
- linux环境下udp协议的客户端代码,向服务器端发送请求,显示服务器回应请求的时间-udp protocol under linux client code to send the request to the server-side, showing the server time to respond to the request
udpsocket
- linux下的udp socket通信,包括client和server端程序代码。-Udp socket communications linux under , including both client and server sides.
client.c
- simple udp client program under linux
udp
- linux下udp通信,包括服务器和客户端-udp communication under linux, including the server and the client
clientserver
- This contains various programs on client server connectivity using TCP and UDP packets. It is executable in linux environment.
linux-udp
- a simple udp client-server code for beginner
UDP-connection
- LINUX/UNIX下实现本地和远端进程的通信程序,客户端和服务器端。修改IP地址,即可实现通信-In Unix/Linux network,implemention of a DUP connection between client and Server. After downloading ,you may have to change your IP address and port number!!!
udp
- linux下面实现的socket网络编程。使用的是udp协议,可以实现多客户端联机server的功能-The following implementation linux network programming socket. Using udp protocol, can be multi-line server client functionality
UDP
- linux下的udp客户端编程,实现发送和接收功能,稍加修改就可以实现tcp编程了-udp client under linux programming, send and receive functions can be achieved slightly modified programmed tcp
udp_echo_cli_v6
- linux下 ipv6 UDP CLIENT 客户端-linux ipv6 UDP CLIENT
udp-client-sever-c
- udp code for linux in c language
UDP
- 简单的UDP链接的服务器和客户端,能够实现链接测试,发送信息的简单功能。linux c 网络编程的基础。-A simple UDP client and server, able to send information.
UDP
- 一个简单的UDP通信程序,实现linux环境下socket的应用。-udp ,client ,server
client
- UDP聊天室客户端务器端源代码,基于linux的网络编程-UDP client
TCP-UDP
- Linux下C实现的简单TCP-UDP服务器端和客户端-Under Linux C implementation of simple TCP, UDP client and server
udp
- udp通信实现。在linux环境下。简单的字符串手法(UDP server & client)