forked from nasa/DTNME
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathREADME
75 lines (62 loc) · 2.96 KB
/
README
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
DTN Marshal Enterprise Implementation
============================
This is the Delay Tolerant Networking reference implementation managed
by Marshal Space Flight Center. Please bear with us as we get this repo
up and running. We have worked hard to clean up the code to remove
unused or half finsihed classes from the original DTN2 implementation
in an attempt to stabilize the code. It is expected that with v0.1
there will be some things that we missed, but should be caught by the
time we reach v1.0. See the file STATUS for an overview of the state
of the code, particularly in reference to the various internet drafts
and (someday) RFCs that describe the bundling protocol. Also, the file
RELEASE-NOTES describes major changes in each release. This implementation
is based on DTN2, but also includes all the changes that Marshal Space
Flight Center has made over the years. This is the beta release of version
DTNME v1.0. As such it has only been through internal development testing
and has not received any independent verification testing. This version
includes updated support appplications, support for BPv6 and BPv7(including
BIBE, mTCPCL, and TCPCLv4), and fixes to improve the stability of the BPv6
code. Any unfinished or unused code from DTN2 has been fully removed at
this point.
Compilation / Installation Instructions
---------------------------------------
Dependencies
libdb-dev g++ automake autotools-dev tk tk-dev tcl tcl-dev
<core> can be replaced with the number of cores you would like to use to in
conjunction with the make -j option to try to speed up the build process.
Building
./make_dtnme.sh <cores>
The primary application called dtnme will be built in the daemon/ folder.
Support applications will be built in their respective folders under apps/
Note that by default, the configure script will also run configure
inside the oasys/ subdirectory.
Note that if you need to make changes to the configure.ac script or
one of the helper scripts in aclocal/*.ac, run make_dtnme.sh to
recreate configure and then check if both your changes as well as the
newly generated configure script are ready.
Reporting Bugs / Other Help
---------------------------
A bug tracking system is in place. Please direct bug reports to
https://github.com/nasa/DTNME.
DTNME Directory Structure
------------------------
applib/ application interface library and ipc layer
apps/ dtn support applications
daemon/ dtn router daemon sources
ehsrouter/ specialized external router used MSFC
servlib/ dtn router internals
|-- bundling bundle management and forwarding logic
|-- cmd tcl based command interface
|-- contacts
|-- conv_layers convergence layers
|-- naming endpoint identifier schemes
|-- reg local registrations
|-- routing bundle routing logic
|-- storage persistent storage management
third_party/ holds all dependent libraries
External Requirements
---------------------
gcc/g++
Optional External Packages
--------------------------
WolfSSL