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

Code for sending disovery message from MicroPython #87

Open
jonnor opened this issue Feb 14, 2017 · 0 comments
Open

Code for sending disovery message from MicroPython #87

jonnor opened this issue Feb 14, 2017 · 0 comments

Comments

@jonnor
Copy link
Member

jonnor commented Feb 14, 2017

https://micropython.org is a Python implementation for bare-metal microcontrollers, including some with WiFi support like ESP8266.
It has a MQTT library included for these devices, https://github.com/micropython/micropython-lib/tree/master/umqtt.simple
So it should be usable together msgflo-register-foreign right away. But sending the the discovery message from the device itself would be a bit nicer, as automatic discovery etc just-works.
https://msgflo.org/docs/communications/index.html

There also seems to be some JSON support, so probably should can that
https://github.com/micropython/micropython-lib/tree/master/json

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