All Projects → beykery → Jkcp

beykery / Jkcp

Licence: apache-2.0
kcp for java . 适用于moba,视频加速等需要极速传输场景的应用,c#版本(客户端)请参考:https://github.com/beykery/kcp4sharp

Programming Languages

java
68154 projects - #9 most used programming language

Labels

Projects that are alternatives of or similar to Jkcp

Java Kcp
基于java的netty实现的可靠udp网络库(kcp算法),包含fec实现,可用于游戏,视频,加速等业务
Stars: ✭ 137 (-14.37%)
Mutual labels:  udp, kcp
Winkcp launcher
Windows udp2raw+kcptun 加速tcp流量 简易工具 by 蘭雅sRGB
Stars: ✭ 136 (-15%)
Mutual labels:  udp, kcp
Kcp Netty
Java implementation of KCP based on Netty
Stars: ✭ 184 (+15%)
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 (+7846.25%)
Mutual labels:  udp, kcp
gost
GO Simple Tunnel - a simple tunnel written in golang
Stars: ✭ 8,395 (+5146.88%)
Mutual labels:  udp, kcp
Mirror
#1 Open Source Unity Networking Library
Stars: ✭ 2,905 (+1715.63%)
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 (+607.5%)
Mutual labels:  udp, kcp
kcp erlang
A Reliable-UDP Library for erlang
Stars: ✭ 24 (-85%)
Mutual labels:  udp, kcp
kcp-dotnet
KCP dotNet Core implementation
Stars: ✭ 26 (-83.75%)
Mutual labels:  udp, kcp
kcp-conn
No description or website provided.
Stars: ✭ 24 (-85%)
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 (+201.88%)
Mutual labels:  udp, kcp
Kcp Go
A Crypto-Secure, Production-Grade Reliable-UDP Library for golang with FEC
Stars: ✭ 3,177 (+1885.63%)
Mutual labels:  udp, kcp
Kcp
⚡ KCP - A Fast and Reliable ARQ Protocol
Stars: ✭ 10,473 (+6445.63%)
Mutual labels:  udp, kcp
Async Sockets Cpp
Simple thread-based asynchronous TCP & UDP Socket classes in C++.
Stars: ✭ 127 (-20.62%)
Mutual labels:  udp
Udpt
A lightweight UDP torrent tracker
Stars: ✭ 143 (-10.62%)
Mutual labels:  udp
Qtnetworkng
QtNetwork Next Generation. A coroutine based network framework for Qt/C++, with more simpler API than boost::asio.
Stars: ✭ 125 (-21.87%)
Mutual labels:  kcp
Logback Gelf
Logback appender for sending GELF messages with zero additional dependencies.
Stars: ✭ 146 (-8.75%)
Mutual labels:  udp
Socket
Non-blocking socket and TLS functionality for PHP based on Amp.
Stars: ✭ 122 (-23.75%)
Mutual labels:  udp
Pbscan
Faster and more efficient stateless SYN scanner and banner grabber due to userland TCP/IP stack usage.
Stars: ✭ 122 (-23.75%)
Mutual labels:  udp
Go Netstat
A netstat implementation written in Go
Stars: ✭ 121 (-24.37%)
Mutual labels:  udp

jkcp

kcp for java . base on netty .

kcp是一种独立于底层通信协议的重传算法,jkcp直接构建于udp之上 并提供方便的编程接口,只需要继承相关的类即可;用户不用关心udp 和kcp的使用细节就能轻松驾驭视频、moba类等需要高速传输环境的应用开发

坐标

  <dependency>
      <groupId>org.beykery</groupId>
      <artifactId>jkcp</artifactId>
      <version>1.3.0</version>
  </dependency>

使用

请参考src/test/java/test目录下的TestServer和TestClient

kcp的算法细节请参考

kcp

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].