Skip to content

claradavisb/fprime-amsat-environment

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

  1. Clone

git clone https://github.com/claradavisb/fprime-amsat-environment.git

cd fprime-amsat-environment

  1. Build the Docker image

docker build -t fprime-amsat .

  1. Run the environment

docker run -it \ -p 5000:5000 \ -p 50000:50000 \ -p 8080:8080 \ fprime-amsat

  1. 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

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published