搜索资源列表
UdpClient
- 用Visual C++编写的UDP客户端程序。
udp
- 一个通过udp发送及分段接收远程屏幕的源码。为服务端,一个为客户端。
udp 用UDP写一个客户端和服务器
- 用UDP写一个客户端和服务器 能够用UDP协议实现两者之间的通信的程序; -Used to write a UDP client and server to use UDP protocol for communication between the two procedures
rtsp_emu.tar
- 自己写的一个rtsp简易调试服务器,用于模拟rtsp信令给客户端,调试客户端处理流程,并发送1个udp数据用于客户端调试rtp处理流程。作者本人就是自己开发这套工具,来完成调试rtsp客户端(android手机上)。-Write a simple debug rtsp server rtsp for signaling to the client simulation, debugging client-side processing, and sends a udp client-side d
socket
- linux下面实现的socket网络编程。可以实现多客户端联机server的功能。-linux following the realization of the socket network programming. Can be achieved online multi-client server functionality.
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
udp
- 这是一个基于linux套接字编程,实现客户和服务器之间的通信-This is a linux-based socket programming, client and server communication between
udp
- linux下udp通信,包括服务器和客户端-udp communication under linux, including the server and the client
udp
- 简单的UDP通信协议程序(服务端+客户端)-A simple UDP communication program (server+ client)
Lam_qt
- 本软件采用Linux系统,以QT为开发语言,在实现了基本通信功能的基础之上,继续将软件进行交叉编译,并将其成功移植到ARM9开发板上。本软件没有服务器,只有单一的客户端,软件启动时通过使用UDP协议向255.255.255.255这个广播地址发送一个经过编码的广播包建立在线用户列表;本软件可以在XP系统、Ubuntu系统和ARM9开发板运行,使用了Tcp/Udp、Socket等技术;软件实现了基本的修改用户名、一对一聊天和文件的传输功能。 -The software deliberately
tcp
- UDP实现的简易通讯程序 用sendto(),recvfrom()函数实现客户机与服务器之间的信息交换。-port scan
UDP.tar
- 在Linux下用C语言编写的UDP套接口程序,在Linux下打开两个终端,一个终端运行服务器端程序,一个终端运行客户端程序,在执行客户端后面加上 localhost 8888就可用进行网络通信了。-Under Linux using C language UDP socket program in Linux, open two terminals, a terminal server to run the program, run a terminal client program, foll
udp_client
- 在VC6.0下udp客户端,通信例程,已测试可以使用。-it s for udp comunication.
cs
- udp客户端程序,可用于初学者测试研究,掌握udp通信的基础程序-udp server.c
udp_client
- 一个网络编程的udp客户端列子 可以进行linux环境下网络编程的-A network programming the udp client Liezi carried out linux network programming environment
udp
- 用VC++写的两个简单的网络相关程序:UDP客户端和服务端,如截图所示,控制台程序,希望大家喜欢。-Two simple network with VC++ write procedures: UDP client and server, as shown in the screenshot, console program, hope you like.
communicate-for-udp
- 包括客户端和服务器端,编译后执行,可实现基于UDP协议的网络通信。-include client and service ,after compile,we could communicate using udp/
udp
- 客户端之间发送PING报文,客户端接受其他客户端的PING报文,回复信息。 个人想法:通过UDP连接,客户端与服务器建立连接,登录只要用户名(不能重复),能从服务器查询在线用户。-There are four main components to phase 2: 1) Add functionality to send “ping” messages over UDP and listen for echo responses, in order to
udp
- LINUX编程udp服务端、客户端代码(服务端在LINUX板上运行,客户端在虚拟机上运行)(LINUX programming UDP server side, client code)
资料
- 并发TCP、UDP服务器客户端,消息互发,文件互传(Concurrent TCP UDP server client, message exchange, file transfer.)