My Customer moved his offering to a different IoT-Platform and needed to integrate the binary data coming from his roof-humidity sensors into the new platform. As there was no way of changing anything on the sensor-side of thousand of installed sensors, it had to be resolved on backend-side.
I analysed the data coming from the sensors and then developed a python-microservice for the customer that parses the binary data and translates it to the python-based format required by the IoT platform of choice. The microservice offers an endpoint to the devices and they transfer their data by https.