26 lines
472 B
Markdown
26 lines
472 B
Markdown
# POConsole Data Acquisition and Storage Platform
|
|
By Henry Pump
|
|
|
|
## Installation
|
|
|
|
1. Clone this repo
|
|
2. 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
|
|
|
|
pmcdonagh@henry-pump.com
|