-
Notifications
You must be signed in to change notification settings - Fork 33
Testbed IoT
YAS-CODE edited this page Feb 17, 2020
·
32 revisions
The IoT Testbed consists of the following elements:
- WRIO-InternetOS as a rendering engine (https://github.com/webRunes/WRIO-InternetOS)
- Gateways Server for Testbed to manage and perform tasks on Sensors (https://github.com/webRunes/Testbed-GatewayServer)
- Gateway of Sensor to communicate with Gateways Server in Cloud (https://github.com/webRunes/Testbed-Gateway)
- Sensor like Zolertia App (https://github.com/webRunes/Testbed-Sensors)
To Make WRIO-InternetOS working with back-end services there are several steps needs to follow
- Deploy https://github.com/webRunes/Testbed-GatewayServer on site
- Add Reference of Gateway Server in config.js (https://github.com/webRunes/WRIO-InternetOS/blob/master/src/config.js) of WRIO-InternetOS project, So it can consume Gateway`s Api
- To Deploy Gateway and Sensor release start jFed Experiment using Package (https://github.com/webRunes/jFed-Experimenter-Toolkit) on Zolertia based sensor
That`s it.