Update README.md

This commit is contained in:
Alex Spataru 2024-11-17 12:55:49 -05:00 committed by GitHub
parent 68595cd3a2
commit d405b5457c
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -25,7 +25,7 @@ For simple cases, you can send data frame to MQTT from terminal, e.g.:
`mosquitto_pub -m "100,50,75,89" -t "lte"`
For complex situations, you can use Python (or another language for your choice) to retrieve and form the data frame.
An example script is contained in the file ![lte_mqtt.py](lte_mqtt.py)
An example script is contained in the file [lte_mqtt.py](lte_mqtt.py)
Install **paho** - Python client library for MQTT:
`sudo pacman -S python-paho-mqtt`