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
- Host: GitHub
- URL: https://github.com/oaslananka/mqttwithpython
- Owner: oaslananka
- Created: 2024-05-11T12:11:52.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2024-05-11T12:20:23.000Z (about 1 year ago)
- Last Synced: 2025-01-12T08:44:16.332Z (6 months ago)
- Topics: linux, mqtt, mqtt-broker, mqtt-client, mqtt-protocol, mqtt-server, python, script
- Language: Python
- Homepage:
- Size: 5.86 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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)