FastCC is a Python package that simplifies
MQTT communication using decorators. With its
intuitive @route
system, developers can quickly define MQTT message
handlers without boilerplate code. FastCC natively supports
Protocol Buffers 💥, automatically handling
serialization to byte format for efficient and structured data exchange.
- Lightweight ⚡
- Efficient 🚀
- Developer-friendly 🧑💻
This project is built on top of aiomqtt which itself is built on top of paho-mqtt.
Please have a look on the examples
directory.