📅 You're Invited: Meet the Socket team at RSAC (April 28 – May 1).RSVP
Socket
Sign inDemoInstall
Socket

forge-iot-extensions

Package Overview
Dependencies
Maintainers
1
Versions
5
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

forge-iot-extensions

Autodesk Forge viewer extensions for visualizing IoT data.

0.0.5
latest
npm
Version published
Weekly downloads
47
-29.85%
Maintainers
1
Weekly downloads
 
Created
Source

forge-iot-extensions

Set of Autodesk Forge viewer extensions built on top of the Data Visualization extensions, allowing developers to easily visualize IoT data.

Usage

  • import the extensions index file (for example, https://unpkg.com/forge-iot-extensions@0.0.4/dist/index.js) as an ES6 module into your viewer application
  • add the desired extensions to your viewer configuration
    • currently available: IoT.SensorList, IoT.SensorDetail, IoT.SensorSprites, IoT.SensorHeatmaps
  • implement your own "data view" based on the HistoricalDataView interface
  • control the state of the extensions through properties such as dataView, currentTime, currentSensorID, or currentChannelID

See the docs/example.html file for an actual example of how the extensions are used. You can test it locally by running a simple static server in the root folder of this project (e.g., using Python: python -m SimpleHTTPServer 8080), and navigate to http://localhost:8080/docs/example.html in the browser.

FAQs

Package last updated on 30 Mar 2022

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts