Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Tx offset have randomise option #136

Open
neilh10 opened this issue Jun 9, 2023 · 0 comments
Open

Tx offset have randomise option #136

neilh10 opened this issue Jun 9, 2023 · 0 comments
Assignees
Labels
enhancement New feature or request

Comments

@neilh10
Copy link
Owner

neilh10 commented Jun 9, 2023

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)

@neilh10 neilh10 added the enhancement New feature or request label Jul 11, 2023
@neilh10 neilh10 self-assigned this Jul 11, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant