-
Notifications
You must be signed in to change notification settings - Fork 0
Logging
Kent Johnson edited this page Aug 22, 2015
·
5 revisions
The logging software is written in Python, which is installed with the base Raspbian OS.
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.