AlexanderKa1 / kcp-dotnet

A KCP C# implementation for .net core

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

A KCP C# implementation for .net core

License:MIT License


Languages

Language:C# 98.2%Language:Go 1.8%