资源列表
TCP一对一通信
- TCP一对一网络通信,实现一对一在线服务(TCP one-to-one network communication to achieve one-to-one online service)
zlg_udp
- 利用rtl8019as实现单片机以太网的连接,主要对TCP/IP协议进行简化。(Using rtl8019as to realize the Ethernet connection of MCU, the TCP/IP protocol is simplified.)
tcpip
- 基于NE2000的以太网通信程序,使用tcp/ip协议栈,需要用到keil软件进行编译(Ethernet communication program based on NE2000, using tcp/ip protocol stack, need to use keil software to compile)
bison-2.4.1a.tar
- 在linux系统上针对原始流量包使用,将数据包转换成原始流量(Conversion of packets into original traffic)
rfc951
- BOOTSTRAP PROTOCOL (BOOTP)
ModbusPollCS
- 主要是MODBUS TCP与PLC之间的通讯协议(the communication between modbus tcp and plc)
LWIP
- LwIP协议详解.pdf LwIP协议栈的设计与实现_中文译稿.pdf lwip源码详解_狗拿耗子.pdf uCOS平台下的LwIP移植笔记.pdf(LwIP protocol details.Pdf Design and implementation of LwIP protocol stack.Pdf LwIP source code,.Pdf LwIP transplant notes.Pdf under the uCOS platform)
tcpudp VB源码
- 一款基于VB编程的TCP网络通讯调试的源程序(A VB programming based TCP network communication debugging source program.)
数据包分段与重组算法原理及其实现
- 对原始数据进行数据还原,tcp数据进行分片后,可以对接收的tcp报文进行重新组合,使成为一次完整的会话内容。只是tcp数据分片,不要搞错了(After the TCP data is sliced, the received TCP message can be reassembled to make a complete session content. Just TCP data slices, do not make a mistake)
socket聊天室
- socket聊天室 线运行 服务端 在运行客户端
TCP connection
- 可快捷实现不同电脑之间的信息传输,只需要输入相应的IP地址就行(Information transmission between different computers can be realized)
UDP Socket API程序设计
- 启动双方进程后,首先在“发送到”→“目标进程”框中填写对方的IP,然后编辑文本互发 停止其中一方的进程(如关掉进程A),将它的地址改为127.0.0.1:1234,重新启动。再次互发信息 同时开启三个通信终端,其中两个启动进程分别为上面进程A和进程B的地址,还有一个进程C则设置它的本机进程地址为127.0.0.1:2345。 在进程C的终端上设置目标进程地址为A的地址(127.103.212.9:1234),