搜索资源列表
UDPcommunication
- 综合考虑到数据信息量,以及数据传输可靠性,采用在应用层封装可靠性的自定义协议,底层使用适合大数据量传输UDP协议,实现通讯传输效率和可靠性的平衡。实现上使用socket编程,协议设计上采用对数据报文的分帧,传输控制(报文的顺序等),校验,数据的转义,以及服务器/客户端的通讯握手来实现,在协议设计中充分考虑到继承性和扩展性.-Considering the amount of information to the data, and data transmission reliability, w
Linux下以太帧的封装
- 本程序可以在Linux下进行帧的封装,包括报文名称、目的地址、源地址,可连续进行多次帧的封装
ping
- 编写一个简单的 ping 程序。利用 Raw Socket 封装和发送以太网帧的功能,实现 ICMP 包的发送和接收,并输出结果。(Write a simple ping program. Using Raw Socket encapsulation and send Ethernet frame function, to achieve ICMP packet sending and receiving, and output the results.)