Thursday, March 10, 2016

Mqtt broker on ESP8266 #2

[Later edit]. On iotcentral.eu you will find instructions on how to install the ESP8266 MQTT broker on your EPS8266 and how to use the MQTT service provided by iotcentral.eu 

 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 noPoll   my own library (work in progress  Done )
  • web interface configuration 






6 comments:

  1. Looks interesting. Any code you would like to share?
    J.

    ReplyDelete
  2. 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.
    If there was any chance of trying the code, I would certainly be in that queue!

    Dave Roffey

    ReplyDelete
  3. Would be nice to see some example code for others to learn from and maybe adapt for their own purposes.

    Well done great work.

    ReplyDelete
    Replies
    1. 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
  4. Hello, can you give me more details about this project??
    I'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

    ReplyDelete
    Replies
    1. 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