Skip to content
Kent Johnson edited this page Aug 22, 2015 · 5 revisions

The logging software is not ready yet, please don't use!

Logging Software

The logging software is written in Python, which is installed with the base Raspbian OS.

Setup

First install pip via sudo apt-get install python-pip

The WENSN logger requires the pyusb module which is installed via sudo pip install pyusb.

The network logger requires the requests module which is installed via sudo pip install requests.

The logging software may be copied to the RPi using sftp or copy-pasted into nano.

Configuring the logger to run at boot time