Working on MQTT broker on ESP8266 has reached the first milestone. Until now functionality includes MQTT broker and bridging to another instance of MQTT broker cloudmqtt.com or mosquitto. It should work also on AWS IoT but I didn't tested yet.
After more then one million of seconds uptime and hundreds of thousands of transported messages I can declare it in 1.0 version.
Next to implement:
- websocket server using the
noPollmy own library (work in progressDone ) - web interface configuration
Looks interesting. Any code you would like to share?
ReplyDeleteJ.
Would make for a great setup by the sounds of it. Makes the whole concept so neat. An all esp (be it 82's or 32's) setup without a pi in sight! Impressive .... it's certainly what I would do if I had your skillset.
ReplyDeleteIf there was any chance of trying the code, I would certainly be in that queue!
Dave Roffey
Would be nice to see some example code for others to learn from and maybe adapt for their own purposes.
ReplyDeleteWell done great work.
Hi, The full application is at iotcentral.eu. Just flash the binary to a new 4Mb ESP8266 and you have a functional MQTT broker in 1 minute. If you go to https://github.com/bcatalin/demoapp you a have code and binary for a ESP8266 socket(plug) that integrates with the iotcentral.eu and Bondar ESP8266 broker. You can use the demoapp as a starter for any device type you want. In 30 minutes you have a fully functional solution.
DeleteHello, can you give me more details about this project??
ReplyDeleteI'm working with MQTT and ESP8266 in my final bachelor project and found your work very interesting.
please send me and e-mail at artur.freitas at ee.ufcg.edu.br
Hi, The full application is at iotcentral.eu. Just flash the binary to a new 4Mb ESP8266 and you have a functional MQTT broker in 1 minute. If you go to https://github.com/bcatalin/demoapp you a have code and binary for a ESP8266 socket(plug) that integrates with the iotcentral.eu and Bondar ESP8266 broker. You can use the demoapp as a starter for any device type you want. In 30 minutes you have a fully functional solution.
Delete