/kcp-dotnet

A KCP C# implementation for .net core

Primary LanguageC#MIT LicenseMIT

kcp-dotnet

A KCP C# implementation for .net core

CAUTION this project is still NOT production ready.

Prerequisites

How to

Run test case

git clone https://github.com/ichenq/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