You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When transmitting to an endpoint/MMW, add a param to randomize the time.
The SEND_OFFSET_MIN currently defined the time offset in minutes, after a/last reading is taken of when to connect to the endpoint and POST the readings.
The new parameter
eg
SEND_OFFSET_MAX=x (minutes)
will result, evetime there is to be an access to the endpoint, such that the offset is randomly generated inclusively between SEND_OFFSET_MIN and SEND_OFFSET_MAX.
On beiing read in the .ini file, the random_offset will have some basic checking such that in minutes it less than ((LOGGING_INTERVAL_MINUTES*COLLECT_READING) -1)
The text was updated successfully, but these errors were encountered:
When transmitting to an endpoint/MMW, add a param to randomize the time.
The SEND_OFFSET_MIN currently defined the time offset in minutes, after a/last reading is taken of when to connect to the endpoint and POST the readings.
The new parameter
eg
SEND_OFFSET_MAX=x (minutes)
will result, evetime there is to be an access to the endpoint, such that the offset is randomly generated inclusively between SEND_OFFSET_MIN and SEND_OFFSET_MAX.
On beiing read in the .ini file, the random_offset will have some basic checking such that in minutes it less than ((LOGGING_INTERVAL_MINUTES*COLLECT_READING) -1)
The text was updated successfully, but these errors were encountered: