MQTT simple without blocking

All ESP8266 boards running MicroPython.
Official boards are the Adafruit Huzzah and Feather boards.
Target audience: MicroPython users with an ESP8266 board.
Post Reply
straga
Posts: 14
Joined: Mon Apr 17, 2017 7:38 am

MQTT simple without blocking

Post by straga » Mon Apr 17, 2017 7:49 am

Attempt to make mqtt without blocking. Cut out all that you can to fit in memory. https://github.com/straga/micropython/t ... mqtt_relay. Maybe someone was looking for.

straga
Posts: 14
Joined: Mon Apr 17, 2017 7:38 am

Re: MQTT simple without blocking

Post by straga » Fri Apr 28, 2017 7:12 am

Update for last build. Tested on 16.04.

Post Reply