搜索资源列表
ra_server
- linux下的一个多线程服务器框架,可直接应用此框架开发一个支持大用户量的UDP应用服务器-of a multithreaded server framework, direct application of this framework to support the development of a large number of users UDP application server
natsvr4
- 自己开发基于P2P通讯的网络服务器,这个是服务器代码,里面包含了如何建立UDP 的P2P连接通讯代码。
Linux_Socket_Programming_By_Example
- 目前已经有很多介绍计算机网络的书籍,但是它们之中的大多数似乎更适合于高级编程者,而对于众多只想了解使用方法的初学者而言,就显得太深奥了。 读者通过学习本书,可以掌握有关套接口编程的知识。同时,本书使用一种称为\"BY example\"的方法来提高读者的学习效率,书中每一章的内容都是建立在前一章的基础之上的。第一部分“基本套接口概念”在阐明域和地址族,套接口的类型以及面向连接/非连接协议等基本概念的基础上,介绍了简单的客户/服务器程序的编写方法和主机名/网络名查询程序的编写方法。在掌握了
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
linuxUDP
- 实现linux下UDP点对点信息传输(从客户端写入内容,发送给服务器端,再由服务器端返送回客户端),可以直观体会linux下的网络连接-Linux point under the UDP to achieve information transmission (from the client to write the content, sent to the server side, then returning back to the client server), you can visua
udps
- udp网络程序服务器端,linux下C编程-udp network server client, linux under the C programming
udp
- Linux/UNIX网络通信中UDP通信的服务器和客服端之间的通信。-Linux/UNIX Network Communication UDP communication between server and client customer service communications.
UDPserver
- Linux下网络编程中UDP服务器端的简单代码,附有注解,可以传输各种文件,适合初学者学习使用。-Linux Network Programming UDP simple server-side code, with comments, you can transfer all kinds of documents, suitable for beginners learning to use.
UNixNetworkProgram
- 客户client<->服务器server 1 多对多的关系 2 通讯的协议族 TCP UDP IPv4 IPv6 -Client client <-> server server 1 many-to-many relationship between 2 communications protocol suite TCP UDP IPv4 IPv6
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
z_socket
- linux 下udp和tcp的客户端和服务器的程序,分类.-linux udp tcp client server
udp
- linux下udp通信,包括服务器和客户端-udp communication under linux, including the server and the 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-circle-server-program
- 基于linux环境下的基于UDP协议的C语言循环服务器的程序。-Linux-based environment based on the UDP protocol C-language program cycle the server.
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
communicate-for-udp
- 包括客户端和服务器端,编译后执行,可实现基于UDP协议的网络通信。-include client and service ,after compile,we could communicate using udp/
资料
- 并发TCP、UDP服务器客户端,消息互发,文件互传(Concurrent TCP UDP server client, message exchange, file transfer.)