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

Service bootstrap over MQTT #45

Open
linux4life798 opened this issue Mar 23, 2018 · 0 comments
Open

Service bootstrap over MQTT #45

linux4life798 opened this issue Mar 23, 2018 · 0 comments

Comments

@linux4life798
Copy link
Member

linux4life798 commented Mar 23, 2018

In order to simplify the service startup and synchronization process, there should be a rest call that allows services to receive the initial device list / configs as normal device update events.

It is rediculiois to expect each new framework library to implement such a complex startup and synchronization routine, when it is such a simple operation within the rest server.
This fix would hopefully blaze the way for simpler framework libraries in other languages.

Currently, the Golang framework handles this fusion of live mqtt update events and initial configs over rest, and then fakes device add events to the library user.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant