-
Notifications
You must be signed in to change notification settings - Fork 163
Closed
Labels
Description
I've built an asyncio version of the core, which I'd like people to help me test before I inflict it on the general public. It's on PyPI as mqtt-io. The code for it exists within feature/asyncio, and for the most part, it should work with existing config files.
Please use this Issue or Discord to discuss your experiences.
Installation
pip3 install --pre mqtt-ioUsage
Run the program, replacing config.yml with the path to your config file:
python3 -m mqtt_io config.yml