No description
- C# 100%
|
|
||
|---|---|---|
| NetClajServer | ||
| PacketHandling | ||
| StressTestHarness | ||
| .gitignore | ||
| LICENSE | ||
| NetClajServer.slnx | ||
| README.md | ||
Copy Link and Join (CLaJ) server implementation in C#
This project implements a CLaJ server in C#. Check out the original implmentation if you want to know more about the "CLaJ" system. TL;DR: it's a relay allowing you to play Mindustry with your friends on a multiplayer session by creating a room and sharing a link.
This repository is very alpha quality software. While I have tested this implementation using the game and the client mod, some bugs I haven't spotted might be lurking on the code. The protocol details are taken mostly from the Java implementation, but I could have forgotten key details or handled other details differently.