Skip to content

ki7chen/kcp-dotnet

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

29 Commits
 
 
 
 
 
 
 
 

Repository files navigation

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

Releases

No releases published

Packages

No packages published