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

Data sending in debug mode #23

Open
mrfatguy opened this issue Mar 10, 2024 · 0 comments
Open

Data sending in debug mode #23

mrfatguy opened this issue Mar 10, 2024 · 0 comments
Assignees
Labels
feature New feature or request, requires business analysis in most cases

Comments

@mrfatguy
Copy link
Collaborator

In default implementation (#18) data measurement loop puts new measurement to the data sending loop (to be sent to the server) only if that data is different than the previous data probe's value.

In other words, as in #18, the golden rule of thumb is:

Check every PROBE seconds, send every SEND seconds, but only if data is different then previous measurement

For debug purposes, in addition to above, we need a special debug mode, in which data probes (measurements) are put to data sending loop every PROBE seconds irrespective of the fact, if it is different than previous or not.

Please, implement a checkbox in app's configuration screen that controls (enables and disables) this special debug mode.

@mrfatguy mrfatguy added the feature New feature or request, requires business analysis in most cases label Mar 10, 2024
@mrfatguy mrfatguy added this to the Enhanced Logic milestone Mar 10, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
feature New feature or request, requires business analysis in most cases
Projects
None yet
Development

No branches or pull requests

2 participants