feat: scanner udp
This commit is contained in:
@@ -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);
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user