CCSDS File Delivery Protocol - Modifications to other sources to get it working for us.
CFDP documents distributed by CCSDS are in /specification
- cFE - core flight executive by NASA Goddard, full flight software ecosystem
- CFDP is the CF application
- ION - Interplanetary Network Stack by NASA JPL
- CFDP relies on ici, ltp, dgr, and bp packages in ION.
- From main ION directory use
make cleancfdp
andmake cfdpreqs
to make the cfdp required files. - Makefiles for ici, ltp, dgr, bp and cfdp have been modified to use arm-uclinuxeabi-gcc as the compiler.
- Man pages for all of the executables created during a build can be found in
[package (i.e. ici)]/doc/man/man#/
and can be run by usingman -l [filename]