In this project guide we will look at how we can send a file or picture using MQTT. The script is written in Python and the approach I used was to send the file as bytes. Although other implementations I’ve seen use text with base64 encoding.
Continue reading