A Python-Based Interceptor Program providing comprehensive support for MQTT Broker-Level traffic analysis 1
- Create a local venv environment using an existing version of python
- Reference the requirements.txt for important packages
- Activation:
source venv/bin/activate
- Deactivation:
deactivate
- Pushes the changes in your local repository up to the remote repository you specified as the origin:
git push -u origin main