feat: scanner udp

This commit is contained in:
Morph01
2025-03-25 16:25:56 +01:00
parent 75ce8aa2c9
commit 938bd5c601
3 changed files with 24 additions and 3 deletions

View File

@@ -1,6 +1,3 @@
/*
* This source file was generated by the Gradle 'init' task
*/
package clientserver;
public class App {
@@ -10,5 +7,7 @@ public class App {
public static void main(String[] args) {
System.out.println(new App().getGreeting());
Server.scannerUDP(1000, 5000);
}
}