-
Notifications
You must be signed in to change notification settings - Fork 0
Install on Raspberry Pi
This guide assumes you are running Raspbian (Debian 7 – Wheezy) which can be downloaded from http://www.raspberrypi.org/downloads/
Before we do anything else
sudo apt-get update // This makes sure your pack list is up to date.
sudo apt-get install lsb-release // Install
lsb_release -a // Run
You should see
Distributor ID: Debian
Description: Debian GNU/Linux 7.0 (wheezy)
Release: 7.0
Codename: wheezy
$ node --version // v0.10.x is recommended if you will be interacting with USB devices
wget http://node-arm.herokuapp.com/node_0.10.36_armhf.deb
sudo dpkg -i node_0.10.36_armhf.deb
node -v // Check version again
npm install -g opk-pipe-cli // You may get a bunch of "npm WARN unmet dependency" messages but you can most likely ignore them
pipe --version // Check that pipe is working
https://github.com/open-eio/Open-Pipe-Kit/issues/3#issue-53931785
TIP: Use screen to keep pipe watch running without having to keep the terminal open http://aperiodic.net/screen/quick_reference