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 is a student experiment for estimating sounding-rocket state based on sound measurements.
RocketSound Groundstation can be installed from source or with a docker image.
- Login to docker with a github personal acces token for reading packages:
docker login docker.pkg.github.com -u USER_NAME -p "ACCESS_TOKEN"
- Run image with:
docker run -p 9870:9870 -p 9871:9871 docker.pkg.github.com/jvpichowski/rocketsound-groundstation/rocketsound-groundstation:latest
- Clone the repository
- Build project with:
./gradlew assembleDist
- Build docker image with:
docker build -t rocketsound-groundstation .
- Run docker image with:
docker run -p 9870:9870 -p 9871:9871 rocketsound-groundstation
To run the user interface follow the instructions in the dedicated client repository.