资源列表
Internetworking-with-TCP_IP
- This internet working document!-This is internet working document!
zDIFxCmd
- 驱动安装程序,调用DIFxAPI.dll进行安装驱动 安装命令: .\difxcmd.exe /i "Mux-Bus\VIA_USB_BusEnum.inf" 4 16 卸载命令 .\difxcmd.exe /u "Modem\VIA_USB_MODEM.inf" 4 32-Driver install program, use DIFxAPI.dll
aloha
- The ALOHA protocol was one of the oldest random access protocols, invented by Norm Abramson in 1969. The first wireless network, implementing packet switching over radio, used the pure ALOHA variation, have initially established in Hawaii.-The ALOHA
traversal-server-master
- traversal server master
TCPIPtechnologypart1
- TCPIP技术大全中文版(部分一)因为文件太大,需要分部分上传,这只是其中的第一部分。-TCPIP technology Daquan Chinese (Part 1) because file is too large, need to be broken some of uploading, this is only the first part of them.
IPv6_Final
- Pv6协议研究软件源代码 其中包括了一个我们自己编写的用于数据报文加IPv6格式的报头;解析IPv6的 128 位地址的类库。-Protocols Pv6 software source code, including a preparation for our own data plus IPv6 packet header format 128 Analytical IPv6 address of the library.
Lan_MusicPlayer
- 通听网吧点歌系统(C S) Ver 1.0.rar
Socket
- Socket通讯、数据传输,建立客户端、服务器端之间的通信-Socket Connection
W5500_DHCP
- DHCP example for STM32F103RB microcontrollers
freetcpip
- 免费的协议栈的集合(uip以及lwip等等), 可以用于小型的嵌入式设备实现网络互连 (已经移植成功)-free protocol stack pool (East and lwip etc.) can be used for small embedded devices to achieve the interconnection of networks (which has been ported successfully)
SCNetDebug
- 工业以太网是应用于工业控制等领域的特殊以太网。基于工业以太网的网络负荷诊断和性能分析软件能有效的辅助工程人员即时的掌握网络状况,排除不稳定因素以确保工业以太网的正常稳定运行。要达到工业应用的要求,软件必须做到捕获网络数据的完备性和灵活性,分析数据的准确性和高效性,以及反映数据的直观性。同时软件自身在高网络流量、超长运行时间的情况下要保证足够的可靠性。这些要求可通过面向对象编程技术、多线程协作和灵活的内存管理等来予以满足。
winsock_program_code
- socket是因特网上进行程序设计的常用方法,用socket方法编写的网络聊天、广播、多播、路由跟踪及网络文件传输多个程序代码。