sandeepyohans / iotws18

IoT Workshop refresh for 2018

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

IoT Workshop v2.0 - refreshed for Oracle Code 2018

For documentation and instruction, see: https://github.com/raymondxie/iotws18/wiki

Main script used for Workshop

1. wio.js

the JS module provide convenient read, stream, and write to virtualized sensors on Wio board

2. testWio.js

the starter NodeJS code for testing your Wio board and sensor setup

3. sensor-config.js

the configuration file for your Wio board sensor setup, as well as mapping to device model defined in IoTCS

4. wio-iotcs-client.js

the main client code that interacts with Wio board and sensors on one side, and communicates with IoTCS on the other side.

5. To run the program

node wio-iotcs-client.js <provision_file> <provision_file_secret>

then the program will continuously read input data from sensor and feed to IoTCS, as well as listen for commands from IoTCS to control device output.

About

IoT Workshop refresh for 2018


Languages

Language:JavaScript 51.6%Language:Roff 48.4%