ki7chen / kcp-dotnet

An experimental KCP .Net Core implementation

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

An experimental KCP .Net Core implementation

License:MIT License


Languages

Language:C# 98.2%Language:Go 1.8%