From f4694f598d7aa3698471de715823024cd3bccd7d Mon Sep 17 00:00:00 2001 From: jokelbaf <60827680+JokelBaf@users.noreply.github.com> Date: Tue, 23 Jun 2026 01:50:52 +0300 Subject: [PATCH] Add kcp.kt to the list of related applications in README --- README.en.md | 1 + README.md | 1 + 2 files changed, 2 insertions(+) diff --git a/README.en.md b/README.en.md index 2cbb856..13ed705 100644 --- a/README.en.md +++ b/README.en.md @@ -182,6 +182,7 @@ Both the use and configuration of the protocol is straightforward, in most cases - [kcp-java](https://github.com/hkspirt/kcp-java):Implementation of Java version of KCP protocol. - [kcp-netty](https://github.com/szhnet/kcp-netty):Java implementation of KCP based on Netty. - [java-kcp](https://github.com/l42111996/java-Kcp): JAVA version KCP, based on netty implementation (including fec function) +- [kcp.kt](https://github.com/jokelbaf/kcp.kt): A pure-Kotlin Multiplatform implementation of KCP. Supports JVM, Linux, Windows, macOS and iOS targets. - [csharp-kcp](https://github.com/l42111996/csharp-kcp): csharp version KCP, based on dotNetty implementation (including fec function) - [kcp-go](https://github.com/xtaci/kcp-go): High-security GO language implementation of kcp, including simple implementation of UDP session management, as a base library for subsequent development. - [kcp-csharp](https://github.com/limpo1989/kcp-csharp): The csharp migration of kcp, containing the session management, which can access the above kcp-go server. diff --git a/README.md b/README.md index 0efac17..f696962 100644 --- a/README.md +++ b/README.md @@ -165,6 +165,7 @@ vcpkg中的kcp库由Microsoft团队成员和社区贡献者保持最新状态。 - [kcp-java](https://github.com/hkspirt/kcp-java): Java版本 KCP协议实现。 - [kcp-netty](https://github.com/szhnet/kcp-netty): kcp的Java语言实现,基于netty。 - [java-kcp](https://github.com/l42111996/java-Kcp): JAVA版本KCP,基于netty实现(包含fec功能) +- [kcp.kt](https://github.com/jokelbaf/kcp.kt): 纯 Kotlin 多平台(Kotlin Multiplatform)实现的 KCP 协议,支持 JVM、Linux、Windows、macOS 和 iOS 等目标平台。 - [csharp-kcp](https://github.com/l42111996/csharp-kcp): csharp版本KCP,基于dotNetty实现(包含fec功能) - [kcp-cpp](https://github.com/Unit-X/kcp-cpp): KCP 的多平台(Windows、MacOS、Linux)C++ 实现作为应用程序中的简单库。包含适用于所有平台的套接字处理和辅助函数。 - [kcp-perl](https://github.com/Homqyy/kcp-perl): kcp的Perl实现,其是面向对象的,Perl-Like的。