The Optical Ground Station Server offers a REST API that provides the images captured by the Optical Ground Station's camera.
-
Clone this repo:
$ git clone https://github.com/Teidesat/optical-ground-station-server.git $ cd optical-ground-station-server -
Create a virtual environment:
$ python3 -m venv venv $ source venv/bin/activate -
Install the dependencies:
$ pip install -r requirements.txt
$ flask run