资源列表
Server
- UNIX IPv6通讯, UDP连接,server.c
prog1
- programs that enables us to do something related to network communication and related to transfer of files over network etc.
sockets
- 简单的客户端与服务器的连接 简单的JAVA网络编程-Simple client and server connections simple JAVA Network Programming
prog2
- programs that enables us to do something related to network communication and related to transfer of files over network etc.
UDPServer
- 使用java写的关于UDP协议的服务器端的运用程序-The use of java on the UDP protocol to write server-side application procedures
tcp-socket-file-transfer
- socket编程 实现文件传输 linux环境 网络编程-socket programming linux environment network programming file transfer
HTTP_post
- 实现了再网络上获取tcp的post方法,自己建立主页,就可以获得此主页。-Were re-tcp' s post on the network access method, to establish their own home, you can get the home page.
TCP-CLIENT4
- THIS PROGRAM IS USED FOR TCP CLIENT
UDP-comunication
- UDP是一种面向非连接,不可靠的通讯协议,相对于TCP来说,虽然可靠性不及,但传输效率较高。所以在网络上仍有很大的用途。
SIPsignal
- sip 协议中各应答代码的含义 例如;200ok代表连接成功-sip agreement the meaning of the response code such as 200ok on behalf of a successful connection
Port_of_Process
- 查看本机开放的端口及使用该端口的进程,利用netstat命令找出使用TCP协议通信的端口,并将结果分割。-See the using port of a process
TcpServer
- UDP服务器端代码,可以和一个客户端实时通信!