资源列表
Rrrfc3550t
- 详细的rtp和rtcp打包格式说明,对对需要利用rtp来打包传输数据有很大的帮助 -Rtp rtcp packet format. Rtp to the need to use the package to transfer data, there are a lot of help
TongXin1
- 是一个用在网络传输的基于TCO/IP协议的源码工程。-Is a source projects based on the TCO/IP protocol used in network transmission.
UDPCSChat
- UDP协议的TCP/IP的CS模式的聊天程序,可以实现局域网的聊天并计算发送消息的字节数-UDP protocol for TCP/IP chat program of the CS mode, you can achieve LAN chat and calculate the number of bytes to send messages
IpManger
- IP设置,C#等等,包括子网掩码和网关等的设置以及类似的-ipconfig,shezhi ip yiji ip
rawtcpip
- connect tcp-ip by visual basic 6-connect tcp-ip by visual basic 6
tcpcs
- tcp 客户端 服务器 linux下 socket编程-tcp client server socket bind connect
server-client
- 基于TCP/IP协议的客户端与服务器程序实现网络通信,可接收字符串,分离字符串-Network communication, TCP/IP protocol-based client and server program can receive a string, separated string
Tcp
- C#的关于图片和文件上传的,十分值得借鉴,很好很强大-C#, upload pictures and documents, is very much worth learning, a very powerful
2
- 关于TCP的文件直接的传输,基本功能都已实现,可以帮助学习或者在此基础上建立新工程-Direct transmission of TCP file, the basic functions have been achieved, can help with learning, or create a new project based on
4
- 关于TCP的文件直接的传输,基本功能都已实现,可以帮助学习或者在此基础上建立新工程-Direct transmission of TCP file, the basic functions have been achieved, can help with learning, or create a new project based on
TCP
- 需要两台计算机的客户端用键盘输入的方式分别向对方的服务器发送信息,对方的服务器负责接收并且显示信息,两台计算机的通讯。-Requires two client computer with keyboard input to the other server to send information to the other side of the server responsible for receiving and display the communication of informatio
TCPChat
- 网络编程普遍使用socket接口来实现网络间的进程通信,具体的TCP/IP细节被封装在内核之中,由内核完成;用户只需要使用内核提供的socket API来实现通信即可。Windows网络编程继承了Unix的socket接口,基本模式同Unix大同小异。但是由于两个系统的实现不同,在具体实现网络程序时仍存在一些差异。包括一些socket API的原型,以及并发服务器的编写方法等。-The widespread use of socket network programming interface