-
Notifications
You must be signed in to change notification settings - Fork 3
Time Series Database
TODO: Populate this page with more examples with return values as well...
You can use the REST interface to request time series data from transducers. Below is an example for exporting all time series data from a transducer using the command line curl tool:
curl -u ID:TOKEN -G "http://openchirp.andrew.cmu.edu:7000/api/
device/DEVICE_ID/transducer/TRANSDUCER_ID"
where ID is either a user (someone@gmail.com), device or service ID and TOKEN is the associated token. User tokens can be generated from the profile page and device tokens from the device's security tab. DEVICE_ID / TRANSDUCER_ID are the IDs of the target device and transducer.
Just as a reminder, transducerID can easily be found from a device using:
curl -u ID:TOKEN -G "http://openchirp.andrew.cmu.edu:7000/api/
device/DEVICE_ID/transducer/"
You can query at different resolutions and across different time ranges as described here: https://openchirp.github.io/api_doc/#get-values-from-a-transducer
OpenChirp is a research project started by the WiseLab at Carnegie Mellon University.
- Simple Device Tutorial
- PubSub Overview
- Time Series Data
- Device Tutorial
- Generate User Token Tutorial
- LoRaWAN Specific
-
Services
- Byte Translator
- Easybits
- Time Series Storage
- Event Trigger
- LoRaWAN Gateway
- GPS Mapper
- Custom Service
- Openchirp Packages
- REST API
