All Projects → raymondxie → iotws18

raymondxie / iotws18

Licence: other
IoT Workshop refresh for 2018

Programming Languages

javascript
184084 projects - #8 most used programming language
Roff
2310 projects

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.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].