资源列表
TCP
- TCP实验参考代码,帮助我们理解TCP/IP网络协议-Experimental TCP reference code, to help our understanding of TCP/IP network protocol
TCP
- 服务器和客户机端,即建立所谓的客户机/服务器编程模式。在服务器端必须先建立一个ServerSocket对象,然后等待客户机端的访问。而在客户机端,则是建立一个Socket对象直接跟服务器端连接,如果连接建立成功,则服务器端便会产生一个Socket对象,然后我们就可以利用这个Socket对象跟客户机端的Socket对象沟通了。此时在服务器和客户机之间建立了一条可靠连接,客户机和服务器可以在这条连接上可靠的传送数据。客户机发出请求,服务器监听来自客户机的请求,并为客户机提供相应的服务。 -Serve
rpc
- remote procedure call by java client and server
rtspget-0.0.3.tar
- internet的tcp/ip协议客户端的实现源码,包括rtp,rtcp,rtsp-the internet tcp / ip client agreements to achieve the source, including rtp. rtcp, rtsp
socket
- socket通信小程序,用来体会socket网络编程。了解网络编程-socket test program
socketTcp
- 一个关于Socket编程,适用于windows及linux环境。-one of Socket Programming apply to windows and linux environment.
tlv_demo
- tlv: 一种通用的socket网络协议数据格式。 特点:扩展兼容性好,解析快,结构性好,数据包小。配套使用代码。 淘宝等公司都使用这个。-tlv: a universal socket network protocol data format. Features: Extended compatibility is good, fast parsing, structural, and small packets. Taobao and other companies are usin
SipParse
- SIP协议解析源码。对需要了解如何解析SIP协议及对SIP结构的开发者有很好的参考作用-SIP protocol parsing code. Need to know how to parse the SIP and SIP developer structure has good reference
link
- OSI Link Layer simulation. Dynamic HTML simulator of PACKETs protocols retransmision
CS-chat-room
- 用户登录,收发聊天信息,收发系统信息,用户下线,文件传输功能。-User login, send and receive chat messages, send and receive system information, the user goes offline, file transfer capabilities.
kechengsheji
- 运用各种编程语言实现基于Go-Back-N的可靠数据传输软件。 PS:这里使用的是JAVA语言-Yùnyòng gè zhǒng biānchéng yǔyán shíxiàn jīyú qù tuì N de kěkào shùjù zhuàn shū ruǎnjiàn. PS: Zhèlǐ shǐyòng de shì JAVA yǔyán
tcp+udp
- socket网络编程在linux下的实现,支持tcp/udp两种协议(Socket network programming under Linux implementation, support tcp/udp two protocols)