No description
Find a file
2026-07-03 11:34:55 +02:00
NetClajServer Log room type when registering it 2026-06-28 18:47:54 +02:00
PacketHandling Rename trait class extension 2026-06-30 20:09:06 +02:00
StressTestHarness Add todo for getting the room list from the server 2026-07-03 11:34:55 +02:00
.gitignore Ignore the wireshark traces folder and a generated file 2026-05-16 13:06:32 +02:00
LICENSE Add README and license 2026-06-19 18:42:15 +02:00
NetClajServer.slnx Add Mindustry packets class library 2026-06-19 22:23:20 +02:00
README.md Add README and license 2026-06-19 18:42:15 +02:00

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.