-
Notifications
You must be signed in to change notification settings - Fork 0
MQTT Implementation and HiveMQ connection #40
Conversation
Adds MQTT Support by using the ESP-IDF MQTT Client.
|
Just curious, why is this not implemented via another git submodule? |
You are right, this is a leftover. I thought we may have to replace all the socket calls with "Matter Socket" calls and so on. |
Don't worry about the force-pushed changes. This was done to get rid of the secrets stored in past commits. |
* feat(subscribe): WIP for subscription Co-authored-by: TuCl <[email protected]> Co-authored-by: Emirhan Atabay <[email protected]> Co-authored-by: Jan Golebiowski <[email protected]> * feat(subscribing): WIP added callbacks Co-authored-by: Emirhan Atabay <[email protected]> Co-authored-by: TuCl <[email protected]> Co-authored-by: Jan Golebiowski <[email protected]> * feat(subscribe): WIP register own second level command Co-authored-by: Emirhan Atabay <[email protected]> Co-authored-by: TuCl <[email protected]> Co-authored-by: Jan Golebiowski <[email protected]> * feat(subscribe): WIP more stuff Co-authored-by: Emirhan Atabay <[email protected]> Co-authored-by: TuCl <[email protected]> Co-authored-by: Jan Golebiowski <[email protected]> * fixed Memory Error * fix(InteractionModelReports): remove non-existing method * feat(shell): implement subscribe commands * chore(chip): updated chip repo * everything we have done so far! * fix(BindingHandler): make matterHub compile again * first socket * feat(subscribe): WIP for subscription Co-authored-by: TuCl <[email protected]> Co-authored-by: Emirhan Atabay <[email protected]> Co-authored-by: Jan Golebiowski <[email protected]> * feat(subscribing): WIP added callbacks Co-authored-by: Emirhan Atabay <[email protected]> Co-authored-by: TuCl <[email protected]> Co-authored-by: Jan Golebiowski <[email protected]> * feat(subscribe): WIP register own second level command Co-authored-by: Emirhan Atabay <[email protected]> Co-authored-by: TuCl <[email protected]> Co-authored-by: Jan Golebiowski <[email protected]> * feat(subscribe): WIP more stuff Co-authored-by: Emirhan Atabay <[email protected]> Co-authored-by: TuCl <[email protected]> Co-authored-by: Jan Golebiowski <[email protected]> * fixed Memory Error * fix(InteractionModelReports): remove non-existing method * feat(shell): implement subscribe commands * chore(chip): updated chip repo * everything we have done so far! * fix(BindingHandler): make matterHub compile again * first socket * Moved SubscribeCommands into its own file * Started with the implemententation of the subscription manager Signed-off-by: Maximilian Weisenseel <[email protected]> * Handover ;) * Compiles again * Starting subscription (hopefully) * Fixed initializers * WIP: Subscription refactoring * WIP subscription refactoring * remove build.log * remove MQTT stuff * Update src/main/BindingHandler.cpp Co-authored-by: Stefan Zabka <[email protected]> * Update src/main/BindingHandler.cpp Co-authored-by: Stefan Zabka <[email protected]> * Update src/main/SubscribeCommands.cpp Co-authored-by: Stefan Zabka <[email protected]> * Update SubscriptionManager.cpp Removed old comments * Update src/main/SubscriptionManager.cpp Co-authored-by: Stefan Zabka <[email protected]> * Update BindingHandler.h * Update SubscribeCommands.h * Update src/main/include/SubscriptionManager.h Co-authored-by: Stefan Zabka <[email protected]> Co-authored-by: TuCl <[email protected]> Co-authored-by: Emirhan Atabay <[email protected]> Co-authored-by: Jan Golebiowski <[email protected]> Co-authored-by: Maximilian Weisenseel <[email protected]> Co-authored-by: Maximilian Weisenseel <[email protected]>
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This is mostly a first pass. I need to look through this more thoroughly.
Closes #43
Pull Request Checklist
Author
Reviewer