Skip to content

petrbroz/forge-iot-extensions-demo

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

23 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

forge-iot-extensions-demo

Example Autodesk Forge application using Forge IoT Extensions (a set of wrappers around the official Data Visualization Extensions) to display historical IoT data in a BIM model.

Live demo: https://forge-iot-extensions-demo.autodesk.io

Screenshot

Running locally

  • Clone this repository
  • Install dependencies: yarn install
  • Setup environment variables:
    • FORGE_CLIENT_ID - client ID of your Forge application
    • FORGE_CLIENT_SECRET - client secret of your Forge application
  • In public/index.js, modify FORGE_MODEL_URN and FORGE_MODEL_VIEW with your own model URN and view GUID
  • In services/db.json, modify the mocked up sensors, for example, changing their location (XYZ position in the model's coordinate system) or objectId (the dbID of the room the sensor should be associated with)

Note: the locations and object IDs in the mocked up data is setup for the rac_basic_sample_project.rvt sample design.

About

Autodesk Forge sample application visualizing IoT sensor data.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published