Skip to content

r06521601/IoT_Forge

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

42 Commits
 
 
 
 
 
 

Repository files navigation

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

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published