Skip to content

Files

Latest commit

 

History

History

TestDeployment

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 

TestDeployment Application

This deployment was auto-generated by the F' utility tool.

Building and Running the TestDeployment Application

In order to build the TestDeployment application, or any other F´ application, we first need to generate a build directory. This can be done with the following commands:

cd TestDeployment
fprime-util generate

The next step is to build the TestDeployment application's code.

fprime-util build

Running the application and F' GDS

The following command will spin up the F' GDS as well as run the application binary and the components necessary for the GDS and application to communicate.

cd TestDeployment
fprime-gds

To run the ground system without starting the TestDeployment app:

cd TestDeployment
fprime-gds --no-app

The application binary may then be run independently from the created 'bin' directory.

cd TestDeployment/build-artifacts/<platform>/bin/
./TestDeployment -a 127.0.0.1 -p 50000