Implementing Edge Device Data Collection with Python, MQTT, and MySQL
Steps This is the tool I use to view data in the EMQ server, MQTTX, which is quite handy. First, we need these libraries. It’s quite simple to download them, just search for installation on Baidu, and after installation, import them. Taking the topic “weight_pub” as an example, we first retrieve MQTT data. The function … Read more