@streamergy/commissioner-js
v0.0.6
Published
OpenThread commissioner node bindings for connecting to and interacting with an OpenThread border router
Downloads
1,842
Maintainers
Readme
Commissioner js
Installation
To install this module, follow the instruction below. More
broadly this instruction explains it.
@scope
is @streamergy
, and the package name is @streamergy/commissioner-js
.
TLDR;
NPM_TOKEN=123123123
npm config set -- //gitlab.com/api/v4/projects/58690222/packages/npm/:_authToken="${NPM_TOKEN}"
npm config set @streamergy:registry https://gitlab.com/api/v4/projects/58690222/packages/npm/
npm install @streamergy/commissioner-js
Building
sudo apt install -y libpcre2-dev bison
cd commissioner-js
git submodule update --recursive
npm install
cmake .
make
Usage
See the example