From 2aa44a631d8e6735dafc1ea1d67a45525537868a Mon Sep 17 00:00:00 2001 From: tanghai Date: Tue, 12 Dec 2017 16:25:43 +0800 Subject: [PATCH 1/3] =?UTF-8?q?readme=E5=A2=9E=E5=8A=A0et-frame=E7=9A=84kc?= =?UTF-8?q?p=E9=93=BE=E6=8E=A5?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index aa644b7..158f41e 100644 --- a/README.md +++ b/README.md @@ -154,6 +154,7 @@ TCP是为流量设计的(每秒内可以传输多少KB的数据),讲究的 - [Lantern](https://getlantern.org/):更好的 VPN,Github 50000 星,使用 kcpgo 加速 - [rpcx](https://github.com/smallnest/rpcx) :RPC 框架,1000+ 星,使用 kcpgo 加速 RPC - [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协议 # 商业案例 From 27ba6e63ac2f9d05cbb3d335ad982b6aff2f709a Mon Sep 17 00:00:00 2001 From: oyyd Date: Mon, 8 Jan 2018 19:18:24 +0800 Subject: [PATCH 2/3] =?UTF-8?q?=E6=B7=BB=E5=8A=A0nysocks=E5=88=B0=E7=9B=B8?= =?UTF-8?q?=E5=85=B3=E5=BA=94=E7=94=A8?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- README.en.md | 1 + README.md | 1 + 2 files changed, 2 insertions(+) diff --git a/README.en.md b/README.en.md index 1cbed50..46a7946 100644 --- a/README.en.md +++ b/README.en.md @@ -150,6 +150,7 @@ Both the use and configuration of the protocol is very simple, in most cases, af - [kcp-rs](https://github.com/en/kcp-rs): The rust migration of KCP - [lua-kcp](https://github.com/linxiaolong/lua-kcp): Lua extension of KCP, applicable for Lua server - [node-kcp](https://github.com/leenjewel/node-kcp): KCP interface for node-js +- [nysocks](https://github.com/oyyd/nysocks): Nysocks provides proxy services base on libuv and kcp for nodejs users. Both SOCKS5 and ss protocols are supported in the client. - [shadowsocks-android](https://github.com/shadowsocks/shadowsocks-android): Shadowsocks for android has integrated kcptun using kcp protocol to accelerate shadowsocks, with good results - [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. diff --git a/README.md b/README.md index aa644b7..eccfe55 100644 --- a/README.md +++ b/README.md @@ -149,6 +149,7 @@ TCP是为流量设计的(每秒内可以传输多少KB的数据),讲究的 - [tokio-kcp](https://github.com/Matrix-Zhang/tokio_kcp):rust tokio 的 kcp 集成 - [lua-kcp](https://github.com/linxiaolong/lua-kcp): KCP的 Lua扩展,用于 Lua服务器 - [node-kcp](https://github.com/leenjewel/node-kcp): node-js 的 KCP 接口 +- [nysocks](https://github.com/oyyd/nysocks): 基于libuv实现的[node-addon](https://nodejs.org/api/addons.html),提供nodejs版本的代理服务,客户端接入支持SOCKS5和ss两种协议 - [shadowsocks-android](https://github.com/shadowsocks/shadowsocks-android): Shadowsocks for android 集成了 kcptun 使用 kcp协议加速 shadowsocks,效果不错 - [kcpuv](https://github.com/elisaday/kcpuv): 使用 libuv开发的kcpuv库,目前还在 Demo阶段 - [Lantern](https://getlantern.org/):更好的 VPN,Github 50000 星,使用 kcpgo 加速 From 23d8e61d2ea09c383f14aa1336aacb8c58623370 Mon Sep 17 00:00:00 2001 From: szh Date: Thu, 1 Feb 2018 14:54:01 +0800 Subject: [PATCH 3/3] =?UTF-8?q?=E6=B7=BB=E5=8A=A0kcp-netty=E5=88=B0?= =?UTF-8?q?=E5=BC=80=E6=BA=90=E6=A1=88=E4=BE=8B?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- README.en.md | 1 + README.md | 1 + 2 files changed, 2 insertions(+) diff --git a/README.en.md b/README.en.md index 46a7946..9dd56c6 100644 --- a/README.en.md +++ b/README.en.md @@ -145,6 +145,7 @@ Both the use and configuration of the protocol is very simple, in most cases, af - [v2ray](https://www.v2ray.com):Well-known proxy software, Shadowsocks replacement, integrated with kcp protocol after 1.17, using UDP transmission, no data packet features. - [asio-kcp](https://github.com/libinzhangyuan/asio_kcp): Use the complete UDP network library of KCP, complete implementation of UDP-based link state management, session control and KCP protocol scheduling, etc. - [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. - [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. - [kcp-rs](https://github.com/en/kcp-rs): The rust migration of KCP diff --git a/README.md b/README.md index f0a929d..a8031d5 100644 --- a/README.md +++ b/README.md @@ -142,6 +142,7 @@ TCP是为流量设计的(每秒内可以传输多少KB的数据),讲究的 - [v2ray](https://www.v2ray.com):著名代理软件,Shadowsocks 代替者,1.17后集成了 kcp协议,使用UDP传输,无数据包特征。 - [asio-kcp](https://github.com/libinzhangyuan/asio_kcp): 使用 KCP的完整 UDP网络库,完整实现了基于 UDP的链接状态管理,会话控制,KCP协议调度等 - [kcp-java](https://github.com/hkspirt/kcp-java):Java版本 KCP协议实现。 +- [kcp-netty](https://github.com/szhnet/kcp-netty):kcp的Java语言实现,基于netty。 - [kcp-go](https://github.com/xtaci/kcp-go): 高安全性的kcp的 GO语言实现,包含 UDP会话管理的简单实现,可以作为后续开发的基础库。 - [kcp-csharp](https://github.com/limpo1989/kcp-csharp): kcp的 csharp移植,同时包含一份回话管理,可以连接上面kcp-go的服务端。 - [kcp-rs](https://github.com/en/kcp-rs): KCP的 rust移植