Retransmit MQTT messages between different brokers
- Copy file
config_example.yaml
toconfig.yaml
and fill with your data - Create python3 virtual environment
virtualenv env -p python3
- Activate virtual environment and install requirements :
source env/bin/activate
pip install -r requirements.txt
- Run
python main.py