Skip to content

Latest commit

 

History

History
52 lines (30 loc) · 1.37 KB

README.md

File metadata and controls

52 lines (30 loc) · 1.37 KB

IoT_Forge

thumbnail

Description

This project show IoT sensor data and use heatmap visualization on the Web BIM server.

IoTtoDB.py: The code is connecting sensor's data with dataBase.(So, you should have your own sensor and database server.)

src : Forge file include server. client .......

How to Run

The first step you should give your "url" to ./src/www/js/index.js

And you need to cd to ./src/

then...

if Mac OSX/Linux (Terminal)

npm install
export FORGE_CLIENT_ID=<<YOUR CLIENT ID FROM FORGE DEVELOPER PORTAL>>
export FORGE_CLIENT_SECRET=<<YOUR FORGE CLIENT SECRET>>
npm run dev

if Windows (use Node.js command line from Start menu)

npm install
set FORGE_CLIENT_ID=<<YOUR CLIENT ID FROM FORGE DEVELOPER PORTAL>>
set FORGE_CLIENT_SECRET=<<YOUR FORGE CLIENT SECRET>>
npm run dev

License

That samples are licensed under the terms of the MIT License.

Written by

Roy Huang

National Taiwan University

Civil Engineering - Department of Computer-Aided Engineering

Reference

Jaime Rosales D.
Twitter Follow
Forge Partner Development
Forge Developer Portal