Compare commits

..

2 commits

Author SHA1 Message Date
eb116803d0 Merge branch 'main' into GUI 2024-11-25 13:43:25 +13:00
79986fc85f changed ip so it binds to all network interfaces 2024-11-25 13:32:14 +13:00

View file

@ -20,7 +20,7 @@ if not(sys.version_info[0] == 3 and sys.version_info[1] == 11):
##system init
runningOs = platform.system()
UDP_IP = "127.0.0.1"
UDP_IP = "0.0.0.0"
BEAMNG_UDP_PORT = 4444
FORZA_UDP_PORT= 4843
SERIAL_PORT = ""