资源列表
TcpDemo3
- 建立一个文本转换器 客户端给服务端发送文本,服务端会将文本转成大写再返回给客户端 而且客户端可以不断的进行文本转换,当客户端输入over时,转换结束-Create a text converter client sends the text to the service, the server will text to uppercase and then returned to the client and the client can continue to text convers
TcpCopy
- 通过TCP的客户端向服务端发送文件,服务端再把文件输出,实现文件复制-Sent via TCP client to the server file, the server then file output, file replication
TcpDemo2
- 实现Socket客户端和服务端的交互,并且两边都能输入信息-Interact Socket client and server, and both sides can enter information
CSharpSocket
- C#Socket编程同步以及异步通信,有详细代码说明-C# Socket Programming synchronous and asynchronous communication, a detailed descr iption of the code
UDPClientServer
- UDP Client server example
Packet-Tracer
- 思科,2.9.1实验任务 1:设备布线。 WAN 布线。将 HQ s0/0/0 连接到 B1 S0/0/0,将 HQ s0/0/01 连接到 B2 s0/0/0。HQ 是这两条 WAN 链路的 DCE 端。 任务 2:应用基本配置。 对路由器执行基本配置(包括地址分配)。 • 对于 WAN 链路,将第一个地址分配给 HQ,将第二个地址分配给另一台路由器。 • 对于各个 LAN,将第一个地址分配给路由器接口。请确保配置了主机名。 • 为 PC
Qt5_TCP
- QT关于TCP/IP的小例子,简单明了,对初学很有帮助-A sample for tcp
CommunicatingWithSockets
- A example of communication socket between 2 PC
mobicents-diameter-1.5.0.FINAL
- Diameter协议被IETF的AAA工作组作为下一代的AAA协议标准。Diameter(为直径,意为着Diameter协议是RADIUS协议的升级版本)协议包括基本协议,NAS(网络接入服务)协议,EAP(可扩展鉴别)协议,MIP(移动IP)协议,CMS(密码消息语法)协议等。Diameter协议支持移动IP、NAS请求和移动代理的认证、授权和计费工作,协议的实现和RADIUS类似,也是采用AVP,属性值对(采用Attribute-Length-Value三元组形式)来实现,但是其中详细规定了
networktrafficview
- visual basic 数据捕获程序源代码-capture date
masm_ping
- Example sending ICMP classic method. Code based in using function IcmpSendEcho() from the library icmp.lib. Simple solution to check the availability of the host.
TCP--SWP
- TCP滑动窗口协议模拟程序,MFC实现,分客户端、服务端-TCP sliding window protocol simulation program