-
Notifications
You must be signed in to change notification settings - Fork 3
service tutorial
anthonyrowe edited this page Dec 30, 2017
·
2 revisions
Coming soon...
In the meantime, some quick notes:
- Define a service on the Web Portal. This will give you the following:
- SERVICE_ID which is the last ID portion of the service path
- SERVICE_TOKEN which you generate from the services page
- OpenChirp Default settings
- FRAMEWORK_SERVER (i.e. REST interface) which is "http://openchirp.andrew.cmu.edu:7000"
- MQTT_SERVER which is "tls://openchirp.andrew.cmu.edu:1883"
Try running the Golang Example Service from your local machine. The wiki page has a fairly in-depth description of the code.
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