Skip to content
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"
Clone this wiki locally