An open API service indexing awesome lists of open source software.

https://github.com/oaslananka/mqttwithpython

This repository is designed to help with quick setup and troubleshooting of MQTT
https://github.com/oaslananka/mqttwithpython

linux mqtt mqtt-broker mqtt-client mqtt-protocol mqtt-server python script

Last synced: 4 months ago
JSON representation

This repository is designed to help with quick setup and troubleshooting of MQTT

Awesome Lists containing this project

README

        

# MQTT Setup Project

This project provides detailed documentation and scripts for setting up and configuring an MQTT broker across various operating systems. The repository is designed to help with quick setup and troubleshooting of MQTT environments.

## Documentation
- Windows: `docs/Windows_Installation.md`
- macOS: `docs/macOS_Installation.md`
- Linux: `docs/Linux_Installation.md`
- Configuration: `docs/General_Configuration_Guide.md`

## Scripts
- MQTT Sender: `src/python/mqtt_client_publish.py`
- MQTT Listener : `src/python/mqtt_client.py`

## Sample usage
- MQTT Sender : `python src/python/mqtt_client_publish.py --broker --port --topic "sensor/data" --message "Hello MQTT" --username "user" --password "pass"`
- MQTT Listener: `python src/python/mqtt_client.py --broker --port --topic "sensor/data" --username "user" --password "pass"`


## Author
- Osman ASLAN

## GitHub
- [oaslananka](https://github.com/oaslananka)