Etherios Cloud Connector is a software development package used to communicate and exchange information between a device and Device Cloud. Cloud Connector allows you to seamless connect any M2M device to Device Cloud in order to utilize Device Cloud's:
To manage your device you can:
Use the Device Management interface which is hosted on Device Cloud.
Communicate with your device programmatically using Device Cloud Web Services.
Web Services requests are sent from a remote application to Device Cloud, which then directly communicates to the device. This allows for bidirectional machine to machine communication.
Device Cloud provides a standard HTTP API that allows you to access data in a number of ways. Files and information about files can be accessed via:
Once data is retrieved from the server, it can be used to do calculations, display graphs, monitor something, etc.
To learn more about Device Cloud Web Services, see chapter Device Cloud Application Development.