A parameter and datalogging server for the NASA Ceramic Oxygen Generator
On Geoffs server, this is treated as a service that can be restarted with:
> sudo systemctl start mcogs.service
Local is for manually uploading the logs on the server. given a mac address
iotserver is the process that automatically uploads to cumulocity and saves to disk.
Setup
clone the repo
make sure to init the submodules git submodule init git submodule update
#environmental setup sudo apt install -y build-essential git libssl-dev
#install the local mcogserver git clone https://github.com/PubInv/mcogserver.git make sudo systemctl start mcogs.service sudo systemctl enable mcogs.service