name | default | description |
---|---|---|
RIC_EDGE_URL |
ws://localhost:17080/zigbee |
WebSocket URL of RIC Edge core controller |
ZIGBEE_SERIAL_PATH |
/dev/ttyACM0 |
System path of CC2531 USB stick |
# build
> nvm use v8.16
> npm install --only=production
# start
> npm start
# if access error
> sudo adduser $(whoami) dialout
> sudo chmod a+rw /dev/ttyACM0