Skip to content

MelbourneSpaceProgram/ground-station-server

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Ground station server

The web interface for the ACRUX-2 ground station.

  • frontend: Dashboard built with Dash/Plotly
  • backend: REST API built on Flask

Prerequisites

The easiest way to get started is with Docker.

Tests are written using pytest which can be installed using

pip install pytest

Building and running

Once you have Docker installed, running the project involves

git clone https://github.com/MelbourneSpaceProgram/ground-station-server
cd ground-station-server
docker compose up

Sometimes you will need to rebuild the image to ensure the latest changes are included

docker compose up --build

Stopping the project

docker compose down

About

ACRUX-2 web interface

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published