资源列表
BroadcastSvr-send
- UDP发送端,定时发送字符串或十六进制数。-UDP sending end, regularly send string or sixteen hexadecimal number.
TryQuickPing
- 带界面的QuickPing程序,只要输入你想要ping的ip或者网址,就会返回相应的信息-QuickPing program with the interface, as long as you want to enter or ping the ip address, it will return the appropriate information
Talk
- 基于Socket网络聊天室功能的MFC的设计与实现。-the design and completment of Socket network chattingroom
intranet-simulations
- 本资料主要是企业内部网模拟实验:包含ACL控制,网络地址转换部分。-This information is mainly intranet simulations: Contains ACL control, network address translation section.
TCP
- java编写的时间服务器 用于两台在一个局域网内的计算机通信。-time server written in java for two computers to communicate over a LAN.
lwiptest
- ucosii下lwip at91sam9260 很好哈-ucosii well under lwip at91sam9260 Kazakhstan
threadpool
- 使用python实现socket编程实现一个简单的服务器功能,使用到了多线程和线程池的功能,线程池维护了线程的产生和取消,减少开销,是一个相关简单的python server的开发代码,可以实现后续扩展-Use python achieve socket programming to implement a simple server function, use the function multithreading and thread pool thread pool maintenance
Socket-Program-Examples
- ezTCP socket program examples
Chat_a
- 用C++基于winsock配合多线程编写的通迅工具,是服务端和客户端一体的,非常实用。-Using C++ based on Winsock with the preparation of multi-threaded communication tools, is one of the server and client, very practical.
Optimization
- T.C.P. & U.D.P. optimization.
javaServerClient
- 入门的Java基于TCP/IP协议的Server/Client的C/S模型,并附有报告说明,详细可见报告-The entry of the Java C/S model of TCP/IP protocol based on Server/Client, and with the report stated that, with visible Report
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