Skip to content

Latest commit

 

History

History
57 lines (35 loc) · 1.04 KB

README.rst

File metadata and controls

57 lines (35 loc) · 1.04 KB

Web server for receiving and analyzing LiDAR and GPS Data

Title: gpslidar-api

Installation

Create and source virtual environment:

python -m venv --prompt=api .venv
source .venv/bin/activate

Inside Virtual Environment:

python setup.py install

How to run

Source Virtual Environment:

source .venv/bin/activate

Run:

gpslidar-api

Related Files

  • Public keys for stations must be located in ./keys/
  • Stations must be kept in json file in same directory as program (./stations.json)

Author

Adam Dodge

University of Colorado Boulder

Colorado Center for Astrodynamics Research

Jet Propulsion Laboratory

Purpose

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.