pcbreflux / espressif

all espressif stuff will committed here
GNU General Public License v3.0
595 stars 441 forks source link

port this to esp8266 sdk and or sming framework #3

Open zenonasz opened 7 years ago

zenonasz commented 7 years ago

Hi,

i am going to try this anyway, but i was wondering if you can point me to dependencies that might be missing before trying to port this to esp8266 nonos sdk?

Looking for a client that supports mqtt over websockets for the esp8266 nonos sdk

Regards,

Zenon

pcbreflux commented 7 years ago

Hi, sorry but my answer seems to bee sendet to /dev/null. So this the context I have written. I use the MQTT python client as an insperation for websockets so please have a look. I have do nearly nothing with python but is easy to read with a C/C++ background. https://github.com/eclipse/paho.mqtt.python

pcbreflux commented 7 years ago

Hi,

the MbedTLS can be a challang on the esp8266 so see here for a not recommended but unencrypted implementation https://github.com/nkolban/esp32-snippets/tree/master/networking/mqtt/paho_mqtt_embedded_c

have a nice day pcbreflux

zenonasz commented 7 years ago

Hi,

thanks for the reply and the resources, we have somehow figure out the flow and we already did a proof of concept just by reading your code. We did that using the sming MQTT and Websockets libraries.

If you dont mind, i can keep this post active for questions.

Thanks

pcbreflux commented 7 years ago

Hi,

shure and sorry for the delay. Was shure I write just a day after your post.

Thanks.