Piramidowy / app_bbb

Application for BoneIO BBB

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Example usage: boneio run -dd -c config.yaml

Installation instructions

sudo apt-get install libopenjp2-7-dev libatlas-base-dev python3-venv libjpeg-dev zlib1g-dev
mkdir ~/boneio
python3 -m venv ~/boneio/venv
source ~/boneio/venv/bin/activate
pip3 install --upgrade boneio
cp ~/venv/lib/python3.7/site-packages/boneio/example_config/*.yaml ~/boneio/

Edit config.yaml

Start app

source ~/boneio/venv/bin/activate
boneio run -c ~/boneio/config.yaml -dd

About

Application for BoneIO BBB

License:GNU General Public License v3.0


Languages

Language:Python 99.4%Language:Shell 0.6%