belyalov / tinymqtt

Async MQTT client for micropython

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

TinyMQTT Build Status

Simple and lightweight (thus - tiny) MQTT server for tiny devices like ESP8266 / ESP32 running micropython. (documentation coming soon)

Features

  • Fully asynchronous using uasyncio library for MicroPython.
  • Tiny memory usage. So you can run it on devices like ESP8266 / ESP32 with 64K/96K of RAM onboard.
  • Great unittest coverage. So you can be confident about quality :)

Requirements

More documentation and examples coming soon! :)

About

Async MQTT client for micropython

License:MIT License


Languages

Language:Python 100.0%