Skip to content
colinCav edited this page Jun 17, 2014 · 17 revisions

SensorCloud™ wiki

Welcome to the SensorCloud wiki!

If you have any questions, please email [email protected].

API

The documentation for out RESTful Web API can be found here.

SDKs

Software Development Kits are provided that can be used to easily communicate with SensorCloud using the Open Data API.

Java SDK

C# SDK

LabView

SensorCloud provides VI's which allow your LabVIEW applications to communicate with SensorCloud. They are designed to work for desktop applications and embedded devices like the NI CompactRIO. They make it simple to authorize devices, register sensors, and send data from within your LabView code.

Please see the LabVIEW SDK wiki for more information.

Example Code

Example code is provided that demonstrates using the SDKs for authentication, adding a sensor to a device, and uploading data using the SensorCloud Open Data API.

Python Example Code

Java Example Code

C# Example Code

Clone this wiki locally