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

Feature/enhance device communication api #19

Open
wants to merge 2 commits into
base: master
Choose a base branch
from

Conversation

mattkaem
Copy link
Member

@mattkaem mattkaem commented Jun 3, 2024

No description provided.

- handle commands and configs
- use pubsub as internal message
- updating db for device configs

Signed-off-by: Georgios Dimitropoulos <[email protected]>
mattkaem added a commit that referenced this pull request Jun 3, 2024
* Add support for device states
* Add support for request/response commands
* Add support for ack-required command type and change configs to use ack-required type
* Add retry mechanism for sending configs
* Add automatic Pub/Sub tenant topic & subscription creation and deletion
* Add automatically sending of a config in case a config is requested or a new one created
* Add possibility to change log level
* Update Quarkus dependency and migrated javax dependencies to jakarta
* Improve SQL connection handling
* Format and clean up device communication api code

Signed-off-by: Matthias Kaemmer <[email protected]>
@mattkaem mattkaem force-pushed the feature/enhance-device-communication-api branch from 8f1a11e to 3184ea1 Compare June 3, 2024 16:17
* Add support for device states
* Add support for request/response commands
* Add support for ack-required command type and change configs to use ack-required type
* Add retry mechanism for sending configs
* Add automatic Pub/Sub tenant topic & subscription creation and deletion
* Add automatically sending of a config in case a config is requested or a new one created
* Add possibility to change log level
* Update Quarkus dependency and migrated javax dependencies to jakarta
* Improve SQL connection handling
* Format and clean up device communication api code

Signed-off-by: Matthias Kaemmer <[email protected]>
@mattkaem mattkaem force-pushed the feature/enhance-device-communication-api branch from 3184ea1 to 1485d59 Compare June 3, 2024 16:23
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants