Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/ricedope/cmdmqtt
A simple MQTT client based in the command line
https://github.com/ricedope/cmdmqtt
mqtt mqtt-client mqtt-client-cmd
Last synced: 18 days ago
JSON representation
A simple MQTT client based in the command line
- Host: GitHub
- URL: https://github.com/ricedope/cmdmqtt
- Owner: RiceDope
- Created: 2024-10-31T12:51:29.000Z (2 months ago)
- Default Branch: main
- Last Pushed: 2024-10-31T15:11:35.000Z (2 months ago)
- Last Synced: 2024-12-20T02:09:16.415Z (18 days ago)
- Topics: mqtt, mqtt-client, mqtt-client-cmd
- 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
# CMDMQTT
A simple MQTT client based in the command line## Workflow
For the full interactive version select laucher. However you do have the ability to run the individual scripts sub1 and pub1.### sub1
Sub1 has the ability to subscribe to one MQTT topic and will just print the results to the cmd terminal it is in.### pub1
Pub1 has the ability to publish to one MQTT topic at a time. It can however change the topic it is publishing to.
There is no option to reconnect to alternative brokers or ports currently.## Libraries used
- [paho.mqtt](https://pypi.org/project/paho-mqtt/) used for the bulk of the connections used.