#201 coordinator apisessions for pocket access

This commit is contained in:
Mikayla Fischler
2023-04-18 13:55:18 -04:00
parent 449e393b73
commit b48c956354
7 changed files with 525 additions and 46 deletions

View File

@@ -9,7 +9,8 @@ config.SCADA_API_LISTEN = 16200
-- max trusted modem message distance (0 to disable check)
config.TRUSTED_RANGE = 0
-- time in seconds (>= 2) before assuming a remote device is no longer active
config.COMMS_TIMEOUT = 5
config.SV_TIMEOUT = 5
config.API_TIMEOUT = 5
-- expected number of reactor units, used only to require that number of unit monitors
config.NUM_UNITS = 4