Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/szhnet/kcp-netty
Java implementation of KCP based on Netty. 基于netty实现的java版kcp。
https://github.com/szhnet/kcp-netty
java kcp netty udp
Last synced: 6 days ago
JSON representation
Java implementation of KCP based on Netty. 基于netty实现的java版kcp。
- Host: GitHub
- URL: https://github.com/szhnet/kcp-netty
- Owner: szhnet
- License: mit
- Created: 2017-08-20T16:41:36.000Z (about 7 years ago)
- Default Branch: master
- Last Pushed: 2023-09-27T02:37:47.000Z (about 1 year ago)
- Last Synced: 2024-10-21T06:14:49.248Z (15 days ago)
- Topics: java, kcp, netty, udp
- Language: Java
- Homepage:
- Size: 209 KB
- Stars: 329
- Watchers: 19
- Forks: 110
- Open Issues: 16
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# kcp-netty
![Build Status][1] [![Powered][3]][4] [![Powered][5]][6] [![MIT licensed][7]][8]
Java implementation of KCP based on Netty
To add a dependency using Maven:
```xmlio.jpower.kcp
kcp-netty
1.5.2```
## How to use
You can find the examples in the [examples][20] directory.[1]: https://github.com/szhnet/kcp-netty/actions/workflows/build.yml/badge.svg
[3]: https://img.shields.io/badge/KCP-Powered-blue.svg
[4]: https://github.com/skywind3000/kcp
[5]: https://img.shields.io/badge/Netty-Powered-blue.svg
[6]: https://netty.io
[7]: https://img.shields.io/badge/license-MIT-yellow.svg
[8]: https://github.com/szhnet/kcp-netty/blob/master/LICENSE
[20]: https://github.com/szhnet/kcp-netty/tree/master/kcp-example/src/main/java/io/jpower/kcp/example