资源列表
UdpClient
- UDP客户端,可以与一个UDP服务器端实时通信
tcpip
- TCP/IP class for Java.
tcp
- tcp协议的客户端和服务器端 的简单有效的实现-tcp client and server
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.
1
- 网络编程 端口扫描器 c语言实现 暂时只能扫描一个端口-Network port scanner c language programming can only scan one port temporarily
ClientServer
- 用c#实现基于TCP/ip通信基础上client与server之间的连接-Using c#-based TCP/ip communication based on the connection between the client and server
LdxTCPClient
- TIdTCPClient 的封装类,自带线程进行socket读取,不用再自己写线程处理-include thread do process TIdTCPClient read buffer
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
TcpDemo
- 建立TCP客户端和服务端,把数据从客户端输入,再从服务端输出-Establish TCP client and server, the data input from the client, then the output from the server
ServerSocketTest
- serversocket test java
tcpone
- tcp two way communication between client and server