-->
Page 1 of 1

ESP8266 as local MQTT broker

PostPosted: Tue May 05, 2015 4:36 am
by dayzman
Hi

I wonder if someone has tried setting up a local MQTT broker on an ESP8266. If not, would it have enough horsepower to run as a MQTT broker? MQTT brokers are less demanding than web servers, right?

Thanks

Re: ESP8266 as local MQTT broker

PostPosted: Tue May 05, 2015 4:58 am
by AcmeUK
Why? A lot of grief to be had here! There is no code for doing it on the Arduino.

It is easy to set up the Mosquito MQTT broker on a Raspberry Pi; Google it or see here http://jpmens.net/2013/09/01/installing-mosquitto-on-a-raspberry-pi/

Re: ESP8266 as local MQTT broker

PostPosted: Thu May 28, 2015 4:23 pm
by -topher Slater
Maybe someone more skilled than I can do something with this.

http://knolleary.net/arduino-client-for-mqtt/

Re: ESP8266 as local MQTT broker

PostPosted: Tue Jun 02, 2015 3:24 pm
by AcmeUK
Maybe someone more skilled than I can do something with this.

http://knolleary.net/arduino-client-for-mqtt/

That is the client not the Broker!