Skip to content

A KCP C# implementation for .net core

License

Notifications You must be signed in to change notification settings

psycodex/kcp-dotnet

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

28 Commits
 
 
 
 
 
 
 
 

Repository files navigation

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

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C# 98.1%
  • Go 1.9%