-->
Page 8 of 15

Re: esp_uMQTT_broker: A basic MQTT Broker on the ESP8266

PostPosted: Tue Aug 29, 2017 10:21 am
by walt22
Hello Martin,

Excellent video and development. I will try to get it run in my environment.

Best regards
Walter

Re: esp_uMQTT_broker: A basic MQTT Broker on the ESP8266

PostPosted: Thu Sep 07, 2017 10:31 am
by walt22
Hello Martin,

Your broker runs successfully on my ESP-01. Thanks for your great work!

I have two remarks:
After startup the following message appears:
Out of memoryStarting Console TCP Server on port 7777
Could this be a problem?

The software does not accept a ssid with an embedded blank. So I patched my router ssid (with blank) directly into user_set_station_config().

After my basic tests, I will do more.

Best regards
Walter

Re: esp_uMQTT_broker: A basic MQTT Broker on the ESP8266

PostPosted: Thu Sep 07, 2017 12:52 pm
by martin_g
You can enter a whitespace in the ssid (and any other string in the CLI) by using a backslash, e.g. 'My\ SSID' gives 'My SSID'.

'Out of Memory' in this location? Actually, the broker is not startet there. Do you use a script?

Re: esp_uMQTT_broker: A basic MQTT Broker on the ESP8266

PostPosted: Fri Sep 08, 2017 3:39 am
by walt22
Thanks for your hint.
No, I don't use a script. I just started the broker first time after my ssid patch.
Regards Walter