Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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: about 2 hours ago
JSON representation

Java implementation of KCP based on Netty. 基于netty实现的java版kcp。

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:
```xml

io.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