Skip to content

SensorServicePlatform/dynamoDBPlatform

Repository files navigation

DynamoDBPlatform

Dynamo DB-based Sensor Data and Service Platform

Glossary

  • Device Agent - a local server or proxy that manages a set of devices registered to it. Device agents can receive data from devices, convert data to another format (eg. JSON), and can transmit it to central server over a LAN or WAN.
  • Device - a container (i.e., physical device) object that comprises one or more sensors and is capable of transmitting their readings over a network to a Device Agent.
  • Sensor - the atomic electronic component capable of reporting a measurement, usually in binary or encoded format.

API

  1. get_devices - return a json array of all devices. eg. http://cmu-sds.herokuapp.com/get_devices

  2. sensor_readings - retrieve sensor readings of a device within a specific time range. Specify device id with the following paramters.

  3. get_latest_reading - retrieves the latest reading of a device specify the device_id in id parameter, eg.

  4. get_last_reading_time_for_all_devices - get time of the last reading from all devices

About

Dynamo DB-based Sensor Data and Service Platform

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 5