All Projects → qchencc → kcp-dotnet

qchencc / kcp-dotnet

Licence: MIT License
KCP dotNet Core implementation

Programming Languages

C#
18002 projects
go
31211 projects - #10 most used programming language

Projects that are alternatives of or similar to kcp-dotnet

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 (+48800%)
Mutual labels:  udp, kcp
Valvesockets Csharp
Managed C# abstraction of GameNetworkingSockets library by Valve Software
Stars: ✭ 273 (+950%)
Mutual labels:  gamedev, udp
Kcp Netty
Java implementation of KCP based on Netty
Stars: ✭ 184 (+607.69%)
Mutual labels:  udp, kcp
Winkcp launcher
Windows udp2raw+kcptun 加速tcp流量 简易工具 by 蘭雅sRGB
Stars: ✭ 136 (+423.08%)
Mutual labels:  udp, kcp
Enet
⚡️ ENet reliable UDP networking library
Stars: ✭ 202 (+676.92%)
Mutual labels:  gamedev, udp
Java Kcp
基于java的netty实现的可靠udp网络库(kcp算法),包含fec实现,可用于游戏,视频,加速等业务
Stars: ✭ 137 (+426.92%)
Mutual labels:  udp, kcp
jfastnet
Fast, reliable UDP messaging for Java. Designed for games.
Stars: ✭ 26 (+0%)
Mutual labels:  gamedev, udp
gost
GO Simple Tunnel - a simple tunnel written in golang
Stars: ✭ 8,395 (+32188.46%)
Mutual labels:  udp, kcp
Netdynamics
Data-oriented networking playground for the reliable UDP transports
Stars: ✭ 65 (+150%)
Mutual labels:  gamedev, udp
Laminar
A simple semi-reliable UDP protocol for multiplayer games
Stars: ✭ 530 (+1938.46%)
Mutual labels:  gamedev, udp
Kcp
⚡ KCP - A Fast and Reliable ARQ Protocol
Stars: ✭ 10,473 (+40180.77%)
Mutual labels:  udp, kcp
kcp erlang
A Reliable-UDP Library for erlang
Stars: ✭ 24 (-7.69%)
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 (+1757.69%)
Mutual labels:  udp, kcp
Jkcp
kcp for java . 适用于moba,视频加速等需要极速传输场景的应用,c#版本(客户端)请参考:https://github.com/beykery/kcp4sharp
Stars: ✭ 160 (+515.38%)
Mutual labels:  udp, kcp
Kcp Go
A Crypto-Secure, Production-Grade Reliable-UDP Library for golang with FEC
Stars: ✭ 3,177 (+12119.23%)
Mutual labels:  udp, kcp
Mirror
#1 Open Source Unity Networking Library
Stars: ✭ 2,905 (+11073.08%)
Mutual labels:  udp, kcp
Enet Csharp
Reliable UDP networking library
Stars: ✭ 464 (+1684.62%)
Mutual labels:  gamedev, udp
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 (+4253.85%)
Mutual labels:  udp, kcp
kcp-conn
No description or website provided.
Stars: ✭ 24 (-7.69%)
Mutual labels:  udp, kcp
polymorph
A fast and frugal entity-component-system library with a focus on code generation and compile time optimisation.
Stars: ✭ 74 (+184.62%)
Mutual labels:  gamedev

kcp-dotnet

A KCP C# implementation for .net core

CAUTION this project is NOT production ready!

Prerequisites

How to Use

Run test case

git clone https://github.com/qchencc/kcp-dotnet
cd kcp-dotnet
dotnet run

Communicate with kcp-go

server

go get -v github.com/xtaci/kcp-go
go run server.go

client

dotnet run socket
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].