资源列表
TestNode
- static class Program { /// <summary> /// The main entry point for the application. /// </summary> [STAThread] static void Main() { Trace.Listeners.Add(new TextWriterTraceListener("messages.log")) Trace.AutoFlu
aodv
- Aodv routing protocol glomosim implementation
MicroChip_TCPIP_Stackv5.41
- MicroChip公司的TCPIP协议栈v5.41-MicroChip s TCPIP stack v5.41
lwip-igmpfiles
- 协议栈LWIP下igmp的实现代码,扩展lwip的功能-Igmp protocol stack implementation code under LWIP expand the functionality lwip
simple_server
- 实现一个简单的服务端,对客户端传输过来的数据流根据协议栈进行准确地解析,并且能够判断各种异常-Implement a simple server, the client data stream transmitted over the protocol stack based on accurate analysis, and the ability to determine the various anomalies
UDPserver
- 实现一个简单的服务端,对客户端传输过来的数据流根据协议栈进行准确地解析,并且能够判断各种异常-Implement a simple server, the client data stream transmitted over the protocol stack based on accurate analysis, and the ability to determine the various anomalies
myUdpClient
- UDP客户端连接方法,在上位机建立套接字,可以用来连接服务端,希望对需要的朋友有用-UDP client connection method establishes a socket in the PC can be used to connect the server side, and I hope useful friends
tcp_server
- linux中的socket通信tcp-service-socket() s tcp-service
TCP_IPuC_IP
- 基于uC_OS且开放源码的TCP_IP协议栈——uC_IP uC/IP是由Guy Lancaster编写的一套基于uC/OS且开放源码的TCP/IP协议栈,亦可移植到其它操作系统,是一套完全免费的、可供研究的TCP/IP协议栈,uC/IP大部分源码是从公开源码BSD发布站点和KA9Q(一个基于DOS单任务环境运行的TCP/IP协议栈)移植过来。uC/IP具有如下一些特点:带身份验证和报头压缩支持的PPP协议,优化的单一请求/回复交互过程,支持IP/TCP/UDP协议,可实现的网络功能较
client
- 基于TCP的客户/服务器通信程序(客户端源程序)-TCP-based client/server communication program (client source code)
server
- 基于TCP的客户/服务器通信程序(服务器端源程序)-TCP-based client/server communication program (server-side source code)
SR
- TCP 滑动窗口的实现,用Java,并且采用了事件模拟的方式,是美国大学的网络作业。-TCP sliding window implementation, written in Java, and uses the event simulation approach is the American University network operations.