Updated paho-mqtt feaure instructions.

This commit is contained in:
Marat Fayzullin 2024-04-11 23:18:31 -04:00
parent b4b8ed96e0
commit 697f61cf9a
1 changed files with 4 additions and 4 deletions

View File

@ -693,10 +693,10 @@ class FeatureDetector(object):
def has_paho_mqtt(self):
"""
OpenWebRX can pass decoded signal data to an MQTT broker for processing in third-party applications. To be able
to do this, the [paho-mqtt](https://pypi.org/project/paho-mqtt/) library is required.
If you are using Debian or Ubuntu, you can install the `python3-paho-mqtt` package.
OpenWebRX uses the [paho-mqtt](https://pypi.org/project/paho-mqtt/)
library to send decoded signal data to an MQTT broker for further
processing by third-party applications. The `python3-paho-mqtt`
package is available in most Linux distributions.
"""
try:
from paho.mqtt import __version__