资源列表
daima
- client创建udp原始套接字,将数据存入buf中,进行网络的捕包,从中过滤识别出80端口的包,打印出五元组的信息。server端开启守护进程,接受前端发送的信息,并将其保存到文件中。-create udp raw socket client, the data stored in buf, make the network packet capture, filter identified 80 ports from which the package, print out the five
TcpCommunication
- 使用C#语言Socket类TCP协议编写的Socket客户端和服务端通讯Demo,涉及到数据发送接收、多线程、监视器等操作。-Socket class using the C# language written protocol TCP Socket client and server communications Demo, involves sending and receiving data, multi-threaded, monitors and other operations.
ChartRoom
- 基于socket的网络编程,实现简单的聊天室功能,支持群聊和私聊-Socket-based network programming, a simple chat room support group chat and private chat
dri10_v1.0
- openflow1.0协议部分的源码,包括控制器以及switch部分,可以参考-openflow1.0 protocol part of the source, including the controller and the switch section, you can refer to
Win32_Ping
- This a basic multi-threaded ping utility using a raw socket. Take a look at the screenshot for the feature list. This code is not 100% mine. It was adapted from code on the internet (Found in several places so not sure of the author). It has been mod
2
- 用VB实现TCP客户端的源代码,可以作为学习VB.NET中Net.Sockets类的应用的一个很好的例子
ip
- 关于ip包的一些效果程序,很简单,可以加深对tcp/ip的基本概念的理解,同时里面有说明文档
aution
- Auction online simulation
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
1
- 用VB实现TCP服务端的源代码,可以作为学习VB.NET中Net.Sockets类的应用的一个很好的例子
Relay
- 基于TCP的relay传输系统,包含发送端、中继和接收端的代码,适合网络开发人员。-TCP-based transmission system of the relay, including the sending end, relay and receiving end of code for Web developers.
SimpleSocket
- 这是一个封装了socket API的简单的c++库,简单易用。-this is a c++ library to packaging the socket API. It is simple and practiable.