资源列表
clientsocket
- 实现初级收发的客户端,适合初学者,很容易看懂-The client to achieve the primary transceiver is suitable for beginners, it is easy to read. . .
Ipv6Rev_Send
- 实现了IPv6协议的分组接收和发送流程,进一步理解网络协议层的工作原理-IPv6 protocol implements send and receive packet flow, a better understanding of the working principle of the network protocol layer
ServerSocketTest
- serversocket test java
tcpone
- tcp two way communication between client and server
TcpDemo
- 建立TCP客户端和服务端,把数据从客户端输入,再从服务端输出-Establish TCP client and server, the data input from the client, then the output from the server
SimpleServer
- 从Java 1.7 以后NIO可以采用系统底层的Socket来实现了,大大提高了吞吐量。 相比Reactor方式,Nio2可以称为Proactor方式的实现。具体是程序避免等待而采用回调函数类。-From Java 1.7 after NIO Socket can be used to achieve the underlying system, and greatly improving the throughput. Compared to Reactor way, Nio2 may b
LdxTCPClient
- TIdTCPClient 的封装类,自带线程进行socket读取,不用再自己写线程处理-include thread do process TIdTCPClient read buffer
ClientServer
- 用c#实现基于TCP/ip通信基础上client与server之间的连接-Using c#-based TCP/ip communication based on the connection between the client and server
1
- 网络编程 端口扫描器 c语言实现 暂时只能扫描一个端口-Network port scanner c language programming can only scan one port temporarily
pythonsocket
- 以python實現socket訊息傳輸。-In order to achieve the socket python message transmission.
Visual-cPP_Network_2
- a Network program in Visual C++ that is a simple to introducing network TCP in Visual Studio C++. This code is a open source.
tcp
- tcp协议的客户端和服务器端 的简单有效的实现-tcp client and server