Skip to content

Latest commit

 

History

History
27 lines (22 loc) · 898 Bytes

README.md

File metadata and controls

27 lines (22 loc) · 898 Bytes

kcp-netty

Build Status Powered Powered MIT licensed

Java implementation of KCP based on Netty

To add a dependency using Maven:

<dependency>
    <groupId>io.jpower.kcp</groupId>
    <artifactId>kcp-netty</artifactId>
    <version>1.3.3</version>
</dependency>

How to use

You can find the examples in the examples directory.