Skip to content

DankersW/dobby

Repository files navigation

Dobby

Dobby serves the house. Dobby is the bridge between all the magical wireless devices in the house. Curretly it can talk to Thread wireless nodes via the WSN Gateway using an UART CLI interface of a NRF5240 micro-controller that is plugged into a free USB slot of the device.

Dobby decodes WSN protobuf messages and plublishes the parsed data to other services that are interested.

How to run

# Local
go build && ./dobby

# Using Docker
docker build -f ci/app.Dockerfile . -t dobby_docker
docker run -t -i --device=/dev/ttyACM0 dobby_docker