Skip to content

Rightech/ric-edge-zigbee

Repository files navigation

RIC Edge: ZigBee

env

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

run

# 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