资源列表
CSharp--internet-programme
- tcp类应用程序开发,c#网络编程学习,这是个有指导性的资料-tcp class application development, c# network programming to learn, this is a guidance information
Pack_final
- 生成IP包 分析IP包 选择端口号码 传送IP包 拆封IP包 -IP packet generator
UDPEchoClient
- A UDP Echo Client which echoes the words typed in the UDP server, and the server echoes the UDP Echo Server, ok?
UDP
- LPC2400开发板之UDP初始化典型程序-LPC2400 development board of the UDP process initializing a typical
S8ksend
- 一个经典的ISAPI接口程序,封装得好,执行效率高-A classic ISAPI interface program, package well, the implementation of high efficiency
tcpview
- View Usage of TCP Ports TCP端口占用查询 View Usage of TCP Ports TCP端口占用查询
servidurudpcalc
- servidor en udp no orientado a al conexion-servidor en udp no orientado a al conexion
TcpWrapper
- TcpWrapper 是一个基于.Net TCP library可以用来发送和接收可以序列化的对象-This Library Provide a Useful and Easy Layer of Abstraction over the .Net TCP library (system.net.*) you can use this library to send and receive objects that Can Be Serialized ... without the he
chat
- 程序主要是基于套接字(Socket)进行网络编程的,采用的是TCP协议,TCP协议是面向连接的且是全双工的,即两个主机上的进程(比如进程A、进程B),一旦建立好连接,那么数据就既可以由A流向B,也可以由B流向A。此程序采用的是完全点对点的模式进行连接,即每台主机即是服务器又是客户端,因为它需要进行端口的侦听,所以在连接的时候必须知道各主机的IP地址和端口号。有了对方的IP和端口后两主机就可以进行握手过程,确认连接成功后就可以进行网络对话了。-Program is mainly based on
ClientaServ
- windows TCP/IP 网络编程示例,包括服务端和客户端程序,可以相互发送信息并显示。-windows TCP/IP internet program samples,include service and client,connect ,send and receive informations ,display.
IOCPDemo
- 使用IOCP模型实现的TCP消息转发程序,可实现简单的信息交互-use iocp to implenment tcp
AChatProgrameExample
- A Java Chat Programe,Just for studying TCP-A Java Chat Programe,Just for studying TCP...