iotb

18.7.2 • Public • Published

IoTB - IoT-Broker

created by DI Klaus Weichinger

Installation

Open a terminal and change the directory, where the iotb-directory will be contained later.

Download the latest version of the package with the command

npm pack iotb

Extract the iotb-x.x.x.tgz file with the command

tar -xvzf ./iotb-x.x.x.tgz

Rename the new package directory to iotb

mv ./package/ ./iotb/

Then switch to the iotb directory with

cd ./iotb

Download all dependencies

npm install

Configuration before first run

Within the packages.json file some brokersettings can be done. E.g. the admin account, which will be created automatically when the database is empty.

user field minimum length four characters.

Further information like the admin contact can be edited there. This can be modified after the first run too.

First run

node ./iotbroker.js

Open the browser and open the url 127.0.0.1:8081. Sign-in with the admin account.

More detailed manuals

More information and manuals are within the help system of the broker (Help-Symbol in the left top corner).

Package Sidebar

Install

npm i iotb

Weekly Downloads

0

Version

18.7.2

License

GPL-3.0-only

Unpacked Size

8.51 MB

Total Files

398

Last publish

Collaborators

  • _wg_