Description
Legacy Python 2 applications can connect to MQTT brokers with the Paho client library. Developers install it only when maintaining old software that still uses Python 2.
MQTT clients can send credentials and device data over networks. Use TLS and avoid Python 2 for new projects.