Skip to content

Latest commit

 

History

History
51 lines (33 loc) · 1.11 KB

README.md

File metadata and controls

51 lines (33 loc) · 1.11 KB

Dummy NGSI PoI source

This operator generates dummy entities of Orion Context Broker periodically.

Build

Be sure to have installed Node.js in your system. For example, you can install it on Ubuntu and Debian running the following commands:

sudo apt update; sudo apt install curl gnupg
curl -sL https://deb.nodesource.com/setup_8.x | sudo bash -
sudo apt install nodejs npm

Install npm dependencies by running:

npm install

For build the widget you need download grunt:

And now, you can use grunt:

./node_modules/.bin/grunt

If everything goes well, you will find a wgt file in the dist folder.

Documentation

Documentation about how to use this widget is available on the User Guide. Anyway, you can find general information about how to use widgets on the WireCloud's User Guide available on Read the Docs.

Reference

License

Apache License 2.0

Copyright

Copyright (c) 2019 TIS Inc.