Introduction#

This documentation aims to cover everything you need to know to use aiomqtt in your projects. We expect some knowledge of MQTT and asyncio, but we try to explain things as clearly as possible. If you get stuck, don’t hesitate to start a new discussion on GitHub. We’re happy to help!

If you’re new to MQTT, we recommend reading the HiveMQ MQTT essentials guide as an introduction. Afterward, the OASIS specification is a great reference. For asyncio, we recommend the RealPython asyncio walkthrough as an introduction and the asyncio docs as a reference.

Thanks for being part of our community! ☀️