Skip to content

Releases: Init-io/InitMQTT

InitMQTT

25 Jun 14:02
fe99d9d

Choose a tag to compare

πŸŽ‰ Initial Release β€” InitMQTT v1.1.0

This is the first stable release of InitMQTT, a minimal yet powerful MQTT wrapper for ESP8266/ESP32 β€” built on top of PubSubClient but designed for humans, not robots.

🧠 What's inside:

  • One-line connect(server, port, user, pass)
  • Publish with put(...) and putRetain(...) for smart retained messages
  • subscribe(topic) with auto-caching
  • get(topic) returns last known message
  • setCallback(...) made simple
  • onReconnect(...) lets you resync like a pro
  • SSL/TLS support via WiFiClientSecure
  • Fully async-safe with refresh() (your new .loop())

πŸ“ Includes multiple usage examples under examples/usages/ to get you started in seconds.

Built by Siam Rayhan, for makers who just want to ship things that work β€” fast.

πŸ’₯ More features and ESP32 extensions coming soon.