April 2018
Intermediate to advanced
332 pages
8h 5m
English
Device and cloud integration is a key feature for developers. How easy it is for a device to connect to cloud software securely and start transmitting data makes a lot of difference to the developer's time.
In the platforms we have explored so far, we are have seen how each of them provides a way for the device software to communicate with their cloud counterpart.
AWS, Azure, Watson, and Google IoT Core rely on libraries that they have developed or third-party MQTT libraries that can be used to work with the platform. On the other hand, we have looked at Kaa, which generates the device SDK depending on the device/platform on which the software is going to run.
Each platform would have a different approach and ...