A small web app for Raspberry Pi with a controller area network (CAN) bus.
Project description
A small web app that displays sensor data and controls a small engine connected to the Raspberry Pi with a controller area network (CAN) bus.
Description
Development
Installation:
Create a virtual environment virtualenv venv and activate it with source venv/bin/activate.
Install all dependencies with pip install -r requirements.txt.
Run python setup.py develop to install CANberry in your virtual environment.
Run canberry from the command line to start the web application. Try canberry -h for help on more options.
Updating the javascript components with:
Install npm with sudo apt-get install nodejs.
Install bower with sudo npm install -g bower.
Use bower install -S to install and update js dependencies like concise, ractive, jquery, flotcharts.
Configuration File
Create a configuration file .canrc with following content in your home directory:
[default] interface = socketcan channel = can0 [canberry] identifier = 16
The identifier is the default target address.
Credits
This project uses following libraries:
Note
This project has been set up using PyScaffold. For details and usage information on PyScaffold see http://pyscaffold.readthedocs.org/.
Project details
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
File details
Details for the file CANberry-0.1.tar.gz
.
File metadata
- Download URL: CANberry-0.1.tar.gz
- Upload date:
- Size: 3.0 MB
- Tags: Source
- Uploaded using Trusted Publishing? No
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | ef8575d8bfec2c94fb13813ebd1f7995d17d9a10920ab388ff946b3e40161698 |
|
MD5 | e77704707c1902443967b7a369a8311d |
|
BLAKE2b-256 | 725e641e67fb9e4c18a9f38fe9b6fb9231b8eee034fcc189ccd0ca1e1c4b7b2e |