Skip to content
This repository has been archived by the owner on Jul 16, 2021. It is now read-only.

Latest commit

 

History

History
29 lines (18 loc) · 1.24 KB

README.md

File metadata and controls

29 lines (18 loc) · 1.24 KB

⚠️ Attention!

This repository is no longer the main development tree for the RocketSound Application and therefore deprecated.
Please use the new combined project repository instead: telestion-project-rocketsound

RocketSound Groundstation

RocketSound is a student experiment for estimating sounding-rocket state based on sound measurements.

Installation

RocketSound Groundstation can be installed from source or with a docker image.

Published Release

  1. Login to docker with a github personal acces token for reading packages: docker login docker.pkg.github.com -u USER_NAME -p "ACCESS_TOKEN"
  2. Run image with: docker run -p 9870:9870 -p 9871:9871 docker.pkg.github.com/jvpichowski/rocketsound-groundstation/rocketsound-groundstation:latest

From Source

  1. Clone the repository
  2. Build project with: ./gradlew assembleDist
  3. Build docker image with: docker build -t rocketsound-groundstation .
  4. Run docker image with: docker run -p 9870:9870 -p 9871:9871 rocketsound-groundstation

Running the User Interface

To run the user interface follow the instructions in the dedicated client repository.