Skip to content

fprime-community/fprime-dtn

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

F´ DTN Integration

Delay-Tolerant Networking in F´.

With support from the 9x Interplanetary Network Directorate this development aims to accomplish the following objectives:

  • Integrate ION into F´.
  • Develop modular DTN components for use in F´ projects.
  • Integrate ION into the F´ GDS.
  • Demonstrate DTN in a multi-node environment using F´ and F´ GDS end-to-end.

For detailed documentation see docs/.

Getting Started

Dependencies

Git Submodules

To fully clone all Git submodules within the lib/ directory run:

git submodule update --init --recursive

Maintenance

Git Submodules

To update all submodules to their latest version run:

git submodule update --remote

Resources