This organization hosts repositories, issue tracking, and planning related to reference implementations of the DTN Management Architecture (DTNMA) in various languages for various runtime environments.
Formal specifications are managed by the IETF and its Datatracker tool. Additional explanations are provided by the DTNMA Documentation project, including an introductory explanation with examples.
The repositories in this organization include:
- An ADM module file repository used for change control of offical draft
ietf-*modules as well as working examplesexample-*and more experimental unofficial modules being tested. - A C11 reference implementation of ARI processing (CACE) with a command-line tool
cace_ari, a reference agent (REFDA), and a reference manager (REFDM) all available for use as staic or shared libraries. These include example daemons for specific test transport bindings (for example, local Unix domain sockets). - The AMM Codec Engine (ACE) with Python API and command-line tools
ace_admandace_ari. - A template-based code generator CAMP which generates C11 source for the REFDA and SQL DML source for the REFDM.