资源列表
QQkjrqjl
- 基于UDP的聊天程序,实现在局域网内的通信,建议使用1024以上的端口,例如-UDP-based chat program, the realization of the communication in the LAN, it is recommended to use more than 1024 ports, such as the 8080
TCP
- TCP组件的应用,编程,如何在C#中运用TCP组件实现系统的安全性-the use of TCP
SimpleMesse
- 实现车载数据的接受和发送 使用TCP Socket-Achieve the vehicle to receive and send data using TCP Socket
5.UDP
- W5500 实现UDP功能。 实现UDP实现数据收发。(W5500 implements the UDP function. UDP realizes data receiving and receiving.)
Ethernet-frame-structure-parser
- Ethernet帧结构解析程序,可以分析以太网的帧结构-Ethernet frame structure analysis program that can analyze Ethernet frame structure
LWIP
- tcp/ip协议栈移植到uc/os,功能有tcp,udp,icmp-tcp/ip protocol stack to uc/os
UdpClient
- UDP通信软件,先启动服务器端,再进入客户端,可以发送和接收数据(UDP client socket communication)
rout-gui
- 能够存储和表示给定拓扑结构 2) 能够实现Dijkstra和Bellman-ford算法 3) 根据指定结点,生成路由表并演示算法每一步执行情况 4) 加分项目:GUI界面演示所有信息 -Ability to store and represent a given topology 2) to achieve Dijkstra algorithm and Bellman-ford 3) according to a specified node, the algorithm ge
TCP-IP-complete.pdf
- Learn all the basics in TCP/IP networking.-Learn all the basics in TCP/IP networking.
3.TCP Server
- W5500 实现TCP服务器的功能。 能够与客户端建立连接并收发数据。(W5500 implements the function of the TCP server. It is able to connect with the client and send and receive data.)
TCP-Client-Test
- 需要一个用来测试JAVA服务器连接及数据处理能力的客户端压力测试工具,网上找了很久没找到合适的; 花了半天写了个,很久没写Delphi程序,手生了!-A need to test the JAVA server connection and data processing capabilities of the client stress testing tool, the Internet looking for a long time could not find the right
UDPTCP
- 该程序充分利用了JAVA的多线程,完成写文件和刷新界面,在不同的线程间还有调用关系,因为考虑到网络数据的不稳定性,即有时数据量比较小,有时数据包很多,如果一个线程就会出现在数据量高峰时严重掉包(编程初期的时候,已试过)。所以引入多线程,这样在数据包不多的时候,能够使得数据包多的时候没有完成保存工作的线程能够继续完成保存工作。-The program makes full use of the multi-threaded JAVA, write documents and complete th