资源列表
网络引擎
- 这是一个Tcp协议的网络引擎,包括两个部分: a、服务器采用完成端口模型,提供了丰富的接口函数 b、客户端采用三线程加重叠Io模型,速度快,稳定 都采用回调函数接收数据,是对网络Tcp模型Socket的完整封装,所有代码在Windows2000下测试通过,并已应用到很多现有的中型网络系统中。-This a remarkably agreement Network engines, including two parts : a server used to complete port model
040601_uIP-BF533_with_PT_LAN
- 基于ADSP533的TCPIP协议栈,包括网卡驱动和WEB SERVER示例程序 AD公司的参考设计-ADSP533 based on the TCPIP stack, including Ethernet driver and WEB SERVER sample program AD reference design
TCPclient-server
- 用vb编写的tcp/ip协议下的聊天程序-prepared with the tcp / ip agreement with the chat program
基于C/S模式的JAVA聊天室
- 本聊天程序支持多客户端,只有注册用户才能登录到聊天室。 程序分服务器和客户端两部分。 使用方法: 1.服务器端: 运行服务器程序 java ChatServer 指定监听端口(大于1024),单击“启动服务”按钮即可启动聊天室的服务器程序; 2.客户端: 运行客户端程序 java ChatClient 输入服务器程序的IP地址和监听的端口号; 如果没有注册过,需先注册(输入正确的服务器IP地址和端口号之后,单击“注册”按钮,输入信息即可) 注
完整的音频视频聊天源码
- 完整的音频视频聊天源码
数据链路层协议的实现
- 关于数据链路层协议的实现源程序,包括停等协议等,重点是p5(退回到N重传)和p6(选择性重传),非常详细的C源码
udp接受数据
- 在网络中实现UDP\组播实现数据的收发
uip-0.9-中文说明 翻译的uip-0.9的中文说明书
- uip-0.9-中文说明 翻译的uip-0.9的中文说明书!!!一个轻灵及的tcp/ip协议栈,uip-0.9-Chinese translation of the Chinese uip-0.9 Manual! ! ! A Brisk and the tcp/ip protocol stack
stm32-enc28j60 基于STM32的以太网通信编程
- 基于STM32的以太网通信编程 ENC28J60 TCP/IP应用-STM32 Ethernet-based communication programming ENC28J60 TCP/IP applications
UDP.这是一个基于UDP视频传输的源代码
- 这是一个基于UDP视频传输的源代码,适合初学者学习参考,This is a UDP-based video transmission of the source code, suitable for beginners to learn the reference
TCPSvr_IOCP_EPOLL_KQUEUE 轻量级的跨平台TCP服务器封装
- 一个轻量级的跨平台TCP服务器封装,封装了IOCP。EPOLL。kq-A lightweight cross-platform TCP server package encapsulates the IOCP. EPOLL. kqueue
ping.zip
- 使用ICMP协议实现ping命令,用raw socket实现,简洁清晰,学习网络编程必看。,The use of ICMP protocol ping command, using raw socket to achieve, simple clear, see Learning Network Programming.