adjivas / light_control

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Light Control

badge

This service will captures a MQTT motion stream controls a light.

Play with it!

How to configure the environment:

cp env.example.sh env.sh
$EDITOR env.sh
source env.sh

How to compile:

cargo build --release

How to run the service:

cargo run --features

How to cross compile:

cross build --target x86_64-unknown-linux-gnu --release
cross build --target armv7-unknown-linux-gnueabihf --release

About

License:GNU Affero General Public License v3.0


Languages

Language:Rust 82.6%Language:Dockerfile 12.1%Language:Shell 5.2%