Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/oaslananka/mqttwithpython
https://github.com/oaslananka/mqttwithpython
Last synced: 4 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/oaslananka/mqttwithpython
- Owner: oaslananka
- Created: 2024-05-11T12:11:52.000Z (6 months ago)
- Default Branch: main
- Last Pushed: 2024-05-11T12:20:23.000Z (6 months ago)
- Last Synced: 2024-05-11T13:31:18.631Z (6 months ago)
- Language: Python
- 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)