Skip to content

Latest commit

 

History

History
42 lines (27 loc) · 775 Bytes

File metadata and controls

42 lines (27 loc) · 775 Bytes

IoTronic Lightning-rod installation guide for Ubuntu 16.04

We tested this procedure on a Ubuntu 16.04 (also within a LXD container). Everything needs to be run as root.

Install Lightning-rod

pip3 install iotronic-lightningrod

Deployment

::

lr_install

Iotronic setup

::

lr_configure

Arguments required:

<REGISTRATION-TOKEN> : token released by IoTronic registration procedure <WAMP-REG-AGENT-URL> : IoTronic Crossbar server URL

e.g. :: lr_configure 000001 ws(s)://<IOTRONIC-CROSSBAR-IP>:<IOTRONIC-CROSSBAR-PORT>/

Execution:

systemctl start lightning-rod.service

tail -f /var/log/iotronic/lightning-rod.log