472 B
472 B
POConsole Data Acquisition and Storage Platform
By Henry Pump
Installation
- Clone this repo
- Make the init script and start scripts executable. Move the init script and register it.
chmod +x start.sh
chmod +x datalogger.sh
sudo cp datalogger.sh /etc/init.d/datalogger
sudo update-rc.d datalogger defaults
Running the Data Logger
sudo service datalogger start
Credits
Developed by Patrick McDonagh, Henry Pump