-
Notifications
You must be signed in to change notification settings - Fork 3
REST Interface
anthonyrowe edited this page Nov 25, 2017
·
5 revisions
OpenChirp provides a REST interface for managing devices and their meta information. You can either use the REST API by authenticating with OAuth2 or by using BasicAuth with a generated user or device token.
Quick Links:
Server: openchirp.andrew.cmu.edu
Port: 7000
Example cURL call:
curl -u ID:TOKEN -G "http://openchirp.andrew.cmu.edu:7000/api/device/DEVICE_ID/transducer/TRANSDUCER_ID"
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