Add asio-kcp to readme

This commit is contained in:
bruce 2022-03-04 21:06:23 +08:00
parent f553df7afc
commit 1c8b9dccb1
2 changed files with 5 additions and 2 deletions

View File

@ -176,6 +176,7 @@ Both the use and configuration of the protocol is very simple, in most cases, af
- [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. - [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). - [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. - [gouxp](https://github.com/shaoyuan1943/gouxp): Implementing a callback-based KCP development package with Go, with decryption and FEC support, is easy to use.
- [asio-kcp](https://github.com/sniper00/asio-kcp): Use kcp with asio and modern C++, support async_accept, async_connect, async_read, async_read_some and can use with asio coroutine.
# Protocol Comparison # Protocol Comparison

View File

@ -182,6 +182,8 @@ vcpkg中的kcp库由Microsoft团队成员和社区贡献者保持最新状态。
- [yasio](https://github.com/yasio/yasio): 一个跨平台专注于任意客户端程序的异步socket库, 易于使用相同的API操作KCP/TCP/UDP, 性能测试结果: [benchmark-pump](https://github.com/yasio/yasio/blob/master/benchmark.md). - [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支持简单易用。 - [gouxp](https://github.com/shaoyuan1943/gouxp): 用Go实现基于回调方式的KCP开发包包含加解密和FEC支持简单易用。
- [asio-kcp](https://github.com/sniper00/asio-kcp): 基于asio协程的Modern C++封装提供asio::tcp类似的API: async_accept,async_read,async_read_some,async_connect,方便二次开发。
# 商业案例 # 商业案例
- [明日帝国](https://www.taptap.com/app/50664)Game K17 的 《明日帝国》 Google Play使用 KCP 加速游戏消息,让全球玩家流畅联网 - [明日帝国](https://www.taptap.com/app/50664)Game K17 的 《明日帝国》 Google Play使用 KCP 加速游戏消息,让全球玩家流畅联网