https://github.com/xiaoyaoyou1212/viseudp
UDP通信库,采用非阻塞模式(NIO)进行数据收发,主要针对数据量小且发送频繁的场景。
https://github.com/xiaoyaoyou1212/viseudp
udp
Last synced: 4 months ago
JSON representation
UDP通信库,采用非阻塞模式(NIO)进行数据收发,主要针对数据量小且发送频繁的场景。
- Host: GitHub
- URL: https://github.com/xiaoyaoyou1212/viseudp
- Owner: xiaoyaoyou1212
- Created: 2016-12-26T10:41:29.000Z (almost 9 years ago)
- Default Branch: master
- Last Pushed: 2017-02-16T06:50:39.000Z (over 8 years ago)
- Last Synced: 2023-10-20T10:16:28.701Z (about 2 years ago)
- Topics: udp
- Language: Java
- Homepage: http://www.huwei.tech/
- Size: 813 KB
- Stars: 24
- Watchers: 4
- Forks: 4
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# ViseUdp
UDP通信库,采用非阻塞模式(NIO)进行数据收发,主要针对数据量小且发送频繁的场景。