forked from eclipse-hono/hono-extras
-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[#19] Enhance device communication API
* 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]>
- Loading branch information
Showing
96 changed files
with
5,097 additions
and
1,401 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.