Implement multi-threaded UDP server with port assignment

This commit is contained in:
2025-03-31 15:57:06 +02:00
parent 53a09df32f
commit 00ef197628
4 changed files with 124 additions and 52 deletions

View File

@@ -8,7 +8,7 @@ public class App {
public static void main(String[] args) {
System.out.println(new App().getGreeting());
MistralDirectAPI.main(new String[] {});
ClientHandler.main(new String[] {});
// MistralDirectAPI.main(new String[] {});
}
}