cc-mek-scada/reactor-plc/config.lua

9 lines
242 B
Lua
Raw Normal View History

-- set to false to run in offline mode (safety regulation only)
NETWORKED = true
-- unique reactor ID
REACTOR_ID = 1
-- port to send packets TO server
SERVER_PORT = 16000
-- port to listen to incoming packets FROM server
LISTEN_PORT = 14001