Hilscher Community Forum
[INFO] netPI meets TOP 6 IoT Cloud Platforms - Printable Version

+- Hilscher Community Forum (https://forum.hilscher.com)
+-- Forum: General Infos (https://forum.hilscher.com/forum-28.html)
+--- Forum: News (https://forum.hilscher.com/forum-3.html)
+--- Thread: [INFO] netPI meets TOP 6 IoT Cloud Platforms (/thread-304.html)



[INFO] netPI meets TOP 6 IoT Cloud Platforms - Armin@netPI - August-21st-2018

We have been testing six IoT Cloud platforms from Amazon, Microsoft, Google, IBM, SAP and Alibaba to check how easy it is to exchange data with netPI and them.

The result was surprising: all six offer a free trial account to everybody for extensive tests and all six offer SDKs of different types and source code on github with documentation how to proceed to push/pull data to/from devices like netPI to the "Internet of Things" part of the Clouds in minutes.

Since it is still a little bit time consuming searching in different sources to proceed we are offering to you now six ready-to-use example containers, one for each platform, showing how to exchange data with these platforms.

For Amazon AWS try https://hub.docker.com/r/hilschernetpi/netpi-amazon-aws-iot-embedded-c-sdk/
For Google Cloud try https://hub.docker.com/r/hilschernetpi/netpi-google-cloud-sdk-python/
For Microsoft Azure try https://hub.docker.com/r/hilschernetpi/netpi-ms-azure-iot-hub/
For IBM Cloud try https://hub.docker.com/r/hilschernetpi/netpi-ibm-watsoniot-nodejs/
For SAP Cloud try https://hub.docker.com/r/hilschernetpi/netpi-sap-cloud-platform-iot-sk/
For Alibaba Aliyun try https://hub.docker.com/r/hilschernetpi/netpi-alibaba-cloud-sdk-python/

Thx
Armin


RE: netPI meets TOP 6 IoT Cloud Platforms - MGharat - May-2nd-2019

Hello , 

I am trying with AWS SDK for netPI, but it gives me error during compilation...am I missing something?

Fatal Error -aws_iot_log.h


BR
Madhumati


RE: netPI meets TOP 6 IoT Cloud Platforms - Armin@netPI - May-2nd-2019

Can't confirm. Here my commands I used once I logged myself into the container with root/root.

   


RE: netPI meets TOP 6 IoT Cloud Platforms - MGharat - May-3rd-2019

OK i executed the same, now it gives further error for security certificates

BR
Madhumati


RE: netPI meets TOP 6 IoT Cloud Platforms - Armin@netPI - May-3rd-2019

Hello Madhumati,

you have to download you personal certificates from AWS as explained in the container's readme.

You cannot use the ones that are preinstalled by default in the container. They will not fit to your personal AWS no and never and will give back an error.

Read the containers readme carefully.