No description
Find a file
l4p1n 4379813c61 Merge branch 'packets-library'
# Conflicts:
#	NetClajServer/Mindustry/MindustryServer.cs
2026-06-21 18:27:42 +02:00
NetClajServer Merge branch 'packets-library' 2026-06-21 18:27:42 +02:00
PacketHandling Use a record struct for ClajRoomType 2026-06-21 18:20:34 +02:00
StressTestHarness Better handle exceptions thrown in the stress tester 2026-06-07 17:18:14 +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.