Package org.photonvision.server
Class Server
java.lang.Object
org.photonvision.server.Server
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic void
initialize
(int port) static void
restart()
Seems like if we change the static IP of this device, Javalin refuses to tell us when new Websocket clients connect.
-
Constructor Details
-
Server
public Server()
-
-
Method Details
-
initialize
-
restart
Seems like if we change the static IP of this device, Javalin refuses to tell us when new Websocket clients connect. As a hack, we can restart the server every time we change static IPs
-