Creating a new open source IoT platform, server side Python script, part 2
After taking a little break to resolve some SSL certificate issues we turn our attention back to the current issue at hand, the server side Python script. As seen in…
After taking a little break to resolve some SSL certificate issues we turn our attention back to the current issue at hand, the server side Python script. As seen in…
While working on an IoT project involving an MQTT server it came to be that I would be generating my own SSL certificates for the MQTT broker (mosquitto). There are…
Coming back to the IoT platform after a little break. This time trying to work a little more on the server side and actually put together some working code and…