Client

UnixWeb

Date

9 May 2017

Category

Software Developer

Again using MQTT because of it's amazing IOT uses, this time data was obtained from a while loop on line 44 instead of the old loop_forever.

Link to the Github page where the project is stored

This caused some headaches because the MQTT function would trigger when waiting but not when in a nested loop, this means that it wouldn't update untill the current data had been scrolled a few times, not what we want, so I opted with a while loop which checks for a message after each scroll.

Single Project