Title: gpslidar-api
Create and source virtual environment:
python -m venv --prompt=api .venv source .venv/bin/activate
Inside Virtual Environment:
python setup.py install
Source Virtual Environment:
source .venv/bin/activate
Run:
gpslidar-api
- Public keys for stations must be located in ./keys/
- Stations must be kept in json file in same directory as program (./stations.json)
Adam Dodge
University of Colorado Boulder
Colorado Center for Astrodynamics Research
Jet Propulsion Laboratory
This program is for setting up a web server to receive gps and lidar data from multiple systems created on raspberry pi's. This program is meant to run on the CCAR cods server. It saves the incoming data to a database to later be saved to a file.