-
Notifications
You must be signed in to change notification settings - Fork 3
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
Server updates #17
base: master
Are you sure you want to change the base?
Server updates #17
Conversation
350eacc
to
08a76c4
Compare
Codecov ReportAttention: Patch coverage is
Additional details and impacted files
|
396cda2
to
6d4e15c
Compare
At the moment the |
fef4f87
to
0bb15d6
Compare
0bb15d6
to
b6532e5
Compare
In this commit: - Define scripts, env file and Dockerfile to build and run the container - Get astarte config from env vars - Add dependabot checks for docker - Update Readme with the information to build and run a docker container Signed-off-by: Riccardo Gallo <[email protected]>
Gracefully shut down all the active tasks when SIGINT or SIGTERM signals are received. Signed-off-by: Riccardo Gallo <[email protected]>
Update the math function, the scale and the interval between two samples through a server-owned datastream interface Signed-off-by: Riccardo Gallo <[email protected]>
Signed-off-by: Riccardo Gallo <[email protected]>
Now when the stream is paused/resumed the select! macro will not continue looping at every sleep timeout, but it simply disables the branch meant to send data to Astarte Signed-off-by: Riccardo Gallo <[email protected]>
Signed-off-by: Riccardo Gallo <[email protected]>
b6532e5
to
3630da0
Compare
Give the possibility to pause/resume the stream and change the math function, the scale and the interval between 2 samples by handling server-owned datastream data.
Closes #4