From cbb19b76c530531c7ff880d20a2f319f7e0fdbee Mon Sep 17 00:00:00 2001 From: shaoyuan <84977043@qq.com> Date: Mon, 9 Nov 2020 16:37:23 +0800 Subject: [PATCH 1/2] Update README.md --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index b162459..a86e1f1 100644 --- a/README.md +++ b/README.md @@ -177,6 +177,7 @@ vcpkg中的kcp库由Microsoft团队成员和社区贡献者保持最新状态。 - [xkcptun](https://github.com/liudf0716/xkcptun): c语言实现的kcptun,主要用于[OpenWrt](https://github.com/openwrt/openwrt), [LEDE](https://github.com/lede-project/source)开发的路由器项目上 - [et-frame](https://github.com/egametang/ET): C#前后端框架(前端unity3d),统一用C#开发游戏,实现了前后端kcp协议 - [yasio](https://github.com/yasio/yasio): 一个跨平台专注于任意客户端程序的异步socket库, 易于使用,相同的API操作KCP/TCP/UDP, 性能测试结果: [benchmark-pump](https://github.com/yasio/yasio/blob/master/benchmark.md). +- [gouxp](https://github.com/shaoyuan1943/gouxp): 用Go实现基于回调方式的KCP开发包,包含加解密和FEC支持,简单易用。 # 商业案例 From 2fffb01d8b2c513a44823fbc8447e7d6ab7eea01 Mon Sep 17 00:00:00 2001 From: shaoyuan <84977043@qq.com> Date: Mon, 9 Nov 2020 16:42:42 +0800 Subject: [PATCH 2/2] Update README.en.md --- README.en.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.en.md b/README.en.md index 1a9791c..8ca98de 100644 --- a/README.en.md +++ b/README.en.md @@ -172,6 +172,7 @@ Both the use and configuration of the protocol is very simple, in most cases, af - [kcpuv](https://github.com/elisaday/kcpuv): The kcpuv library developed with libuv, currently still in the early alpha phase. - [xkcptun](https://github.com/liudf0716/xkcptun): C language implementation of kcptun, embedded-friendly for [LEDE](https://github.com/lede-project/source) and [OpenWrt](https://github.com/openwrt/openwrt) projects. - [yasio](https://github.com/yasio/yasio): A cross-platform asynchronous socket library focus on any client application with kcp support, easy to use, API same with UDP and TCP, see [benchmark-pump](https://github.com/yasio/yasio/blob/master/benchmark.md). +- [gouxp](https://github.com/shaoyuan1943/gouxp): Implementing a callback-based KCP development package with Go, with decryption and FEC support, is easy to use. # Protocol Comparison