资源列表
reseau-55
- A network is a set of interconnected electronic devices (computers, printers, scanners, modems, routers, switches, etc.) capable of communicating (sending and receiving messages) via a communication medium .
epoll-server
- epoll tcp server. 适用于TCP server。C/C++ 均可适用。 可以用于TCP server服务器端的通信处理,可扩展性强。(epoll for tcp server. realized by c/c++. can be used for TCP server side handling. flexible to extend.)
PPP协议
- PPP(Point-to-Point Protocol点到点协议)是为在同等单元之间传输数据包这样的简单链路设计的链路层协议。这种链路提供全双工操作,并按照顺序传递数据包。(PPP (point to point protocol) is a link layer protocol for the design of simple links such as data packets between the same units. This link provides full duplex o
SocketServe
- socket代码实现(基于MFC),采用vs2012平台(Socket code implementation (based on MFC))
TcpServer
- 在C#平台上实现TCP通信,电脑端作为服务器,能够发送和接收(The TCP communication is realized on the C# platform, and the computer side can be sent and received as a server)
SlaveStackCode V5.11
- 倍福EtherCAT从站协议栈代码生成工具,带对象字典生成工具。
lwip-ucos-ii-master
- Lwip-ucos master port
C++(转)
- 端口映射,实现端口的映射功能,将内外网实现连接(Port mapping, mapping function of the port, will connect the internal and external network)
553075+一本书读懂TCP_IP
- 一本书读通tcp/ip协议,入门的一本很好的书(A book read through the tcp/ip agreement, the introduction of a very good book)
tcpclient
- 建立一个TCP Client实现应用程序(Basing on TCP Client to realize application)
batchControl
- tcp视频流处理,数据解析处理分析,连接,处理(TCP video stream processing)
TCP
- 在linux平台下的使用TCP协议连接服务器进行数据的传输,程序为C语言开发,里面还有server端的程序,可以在linux端开启两个终端同时测试(Using TCP protocol in Linux platform connected to the server for data transmission, the program is the C language development, and on the server side program, can be in the Lin