- Clone
git clone https://github.com/claradavisb/fprime-amsat-environment.git
cd fprime-amsat-environment
- Build the Docker image
docker build -t fprime-amsat .
- Run the environment
docker run -it \ -p 5000:5000 \ -p 50000:50000 \ -p 8080:8080 \ fprime-amsat
- Inside the container, start the F Prime GDS
fprime-gds --communication-selection ip --ip-address 127.0.0.1 --ip-port 50000 --gui-addr 0.0.0.0
Note the container will put you in the CDHDeployment folder, where the GDS must start from.
Ports
- 5000: F Prime GDS web interface
- 50000: F Prime communication
- 8080: APRS command interface