All Projects → szhnet → Kcp Netty

szhnet / Kcp Netty

Licence: mit
Java implementation of KCP based on Netty

Programming Languages

java
68154 projects - #9 most used programming language

Projects that are alternatives of or similar to Kcp Netty

Java Kcp
基于java的netty实现的可靠udp网络库(kcp算法),包含fec实现,可用于游戏,视频,加速等业务
Stars: ✭ 137 (-25.54%)
Mutual labels:  udp, kcp, netty
gost
GO Simple Tunnel - a simple tunnel written in golang
Stars: ✭ 8,395 (+4462.5%)
Mutual labels:  udp, kcp
kcp-dotnet
KCP dotNet Core implementation
Stars: ✭ 26 (-85.87%)
Mutual labels:  udp, kcp
Yasio
A multi-platform support c++11 library with focus on asio (asynchronous socket I/O) for any client application.
Stars: ✭ 483 (+162.5%)
Mutual labels:  udp, kcp
kcp-conn
No description or website provided.
Stars: ✭ 24 (-86.96%)
Mutual labels:  udp, kcp
twjitm-core
采用Netty信息加载实现长连接实时通讯系统,客户端可以值任何场景,支持实时http通讯、webSocket通讯、tcp协议通讯、和udp协议通讯、广播协议等 通过http协议,rpc协议。 采用自定义网络数据包结构, 实现自定义网络栈。
Stars: ✭ 98 (-46.74%)
Mutual labels:  netty, udp
Mobileimsdk
一个原创移动端IM通信层框架,轻量级、高度提炼,历经8年、久经考验。可能是市面上唯一同时支持UDP+TCP+WebSocket三种协议的同类开源框架,支持iOS、Android、Java、H5,服务端基于Netty。
Stars: ✭ 3,864 (+2000%)
Mutual labels:  udp, netty
Kcp Go
A Crypto-Secure, Production-Grade Reliable-UDP Library for golang with FEC
Stars: ✭ 3,177 (+1626.63%)
Mutual labels:  udp, kcp
Kcp
⚡ KCP - A Fast and Reliable ARQ Protocol
Stars: ✭ 10,473 (+5591.85%)
Mutual labels:  udp, kcp
Reactor Netty
TCP/HTTP/UDP/QUIC client/server with Reactor over Netty
Stars: ✭ 1,743 (+847.28%)
Mutual labels:  udp, netty
Winkcp launcher
Windows udp2raw+kcptun 加速tcp流量 简易工具 by 蘭雅sRGB
Stars: ✭ 136 (-26.09%)
Mutual labels:  udp, kcp
kcp erlang
A Reliable-UDP Library for erlang
Stars: ✭ 24 (-86.96%)
Mutual labels:  udp, kcp
fuso
一款体积小, 快速, 稳定, 高效, 轻量的内网穿透, 端口转发工具 支持多连接,级联代理,传输加密 (A small volume, fast, stable, efficient, and lightweight intranet penetration, port forwarding tool supports multiple connections, cascading proxy, and transmission encryption)
Stars: ✭ 1,132 (+515.22%)
Mutual labels:  udp, kcp
netty-raknet
A reliable and high performance RakNet library designed with strict Netty patterns.
Stars: ✭ 24 (-86.96%)
Mutual labels:  netty, udp
Mirror
#1 Open Source Unity Networking Library
Stars: ✭ 2,905 (+1478.8%)
Mutual labels:  udp, kcp
T Io
解决其它网络框架没有解决的用户痛点,让天下没有难开发的网络程序
Stars: ✭ 1,331 (+623.37%)
Mutual labels:  udp, netty
Jkcp
kcp for java . 适用于moba,视频加速等需要极速传输场景的应用,c#版本(客户端)请参考:https://github.com/beykery/kcp4sharp
Stars: ✭ 160 (-13.04%)
Mutual labels:  udp, kcp
Kcptun
A Stable & Secure Tunnel based on KCP with N:M multiplexing and FEC. Available for ARM, MIPS, 386 and AMD64。KCPプロトコルに基づく安全なトンネル。KCP 프로토콜을 기반으로 하는 보안 터널입니다。
Stars: ✭ 12,714 (+6809.78%)
Mutual labels:  udp, kcp
Yojimbo
A network library for client/server games written in C++
Stars: ✭ 2,041 (+1009.24%)
Mutual labels:  udp
Source Code Hunter
😱 从源码层面,剖析挖掘互联网行业主流技术的底层实现原理,为广大开发者 “提升技术深度” 提供便利。目前开放 Spring 全家桶,Mybatis、Netty、Dubbo 框架,及 Redis、Tomcat 中间件等
Stars: ✭ 7,392 (+3917.39%)
Mutual labels:  netty

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.4.9</version>
</dependency>

How to use

You can find the examples in the examples directory.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].