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 .......
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
That samples are licensed under the terms of the MIT License.
Roy Huang
National Taiwan University
Civil Engineering - Department of Computer-Aided Engineering
Jaime Rosales D.
Forge Partner Development
Forge Developer Portal