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 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 149 150 151 152 153 154 155
|
Source: ion
Priority: extra
Maintainer: Leo Iannacone <l3on@ubuntu.com>
Build-Depends:
debhelper (>= 9),
dh-autoreconf,
ghostscript,
groff,
libexpat1-dev,
procps,
psutils
Standards-Version: 3.9.6
Section: net
Homepage: https://ion.ocp.ohiou.edu/
Vcs-Git: git://anonscm.debian.org/collab-maint/ion.git
Vcs-Browser: http://anonscm.debian.org/gitweb/?p=collab-maint/ion.git
Package: ion
Architecture: any
Depends:
libion0 (= ${binary:Version}),
${misc:Depends},
${shlibs:Depends}
Suggests:
ion-doc
Description: NASA implementation of Delay-Tolerant Networking (DTN)
Interplanetary Overlay Network (ION) software distribution
is an implementation of Delay-Tolerant Networking (DTN)
architecture as described in Internet RFC 4838.
.
This is a suite of communication protocol implementations designed
to support mission operation communications across an end-to-end
interplanetary network, which might include on-board (flight) subnets,
in-situ planetary or lunar networks, proximity links,
deep space links, and terrestrial internets.
.
Included in the ION software distribution are the following packages:
* ici (interplanetary communication infrastructure) a set of libraries
that provide flight-software-compatible support for functions on
which the other packages rely
* bp (bundle protocol), an implementation of the Delay-Tolerant
Networking (DTN) architecture's Bundle Protocol.
* dgr (datagram retransmission), a UDP reliability system that implements
congestion control and is designed for relatively high performance.
* ltp (licklider transmission protocol), a DTN convergence layer for reliable
transmission over links characterized by long or highly variable delay.
* ams - an implementation of the CCSDS Asynchronous Message Service.
* cfdp - a class-1 (Unacknowledged) implementation of the CCSDS File
Delivery Protocol.
.
This package contains the binary files.
Package: libion0
Section: libs
Architecture: any
Multi-Arch: same
Pre-Depends: ${misc:Pre-Depends}
Depends:
${misc:Depends},
${shlibs:Depends}
Description: NASA implementation of Delay-Tolerant Networking (DTN) - main libraries
Interplanetary Overlay Network (ION) software distribution
is an implementation of Delay-Tolerant Networking (DTN)
architecture as described in Internet RFC 4838.
.
This is a suite of communication protocol implementations designed
to support mission operation communications across an end-to-end
interplanetary network, which might include on-board (flight) subnets,
in-situ planetary or lunar networks, proximity links,
deep space links, and terrestrial internets.
.
Included in the ION software distribution are the following packages:
* ici (interplanetary communication infrastructure) a set of libraries
that provide flight-software-compatible support for functions on
which the other packages rely
* bp (bundle protocol), an implementation of the Delay-Tolerant
Networking (DTN) architecture's Bundle Protocol.
* dgr (datagram retransmission), a UDP reliability system that implements
congestion control and is designed for relatively high performance.
* ltp (licklider transmission protocol), a DTN convergence layer for reliable
transmission over links characterized by long or highly variable delay.
* ams - an implementation of the CCSDS Asynchronous Message Service.
* cfdp - a class-1 (Unacknowledged) implementation of the CCSDS File
Delivery Protocol.
.
This package contains the library files.
Package: libion-dev
Section: libdevel
Architecture: any
Multi-Arch: same
Depends:
libion0 (= ${binary:Version}),
${misc:Depends}
Suggests: ion-doc
Description: NASA implementation of Delay-Tolerant Networking (DTN) - development files
Interplanetary Overlay Network (ION) software distribution
is an implementation of Delay-Tolerant Networking (DTN)
architecture as described in Internet RFC 4838.
.
This is a suite of communication protocol implementations designed
to support mission operation communications across an end-to-end
interplanetary network, which might include on-board (flight) subnets,
in-situ planetary or lunar networks, proximity links,
deep space links, and terrestrial internets.
.
Included in the ION software distribution are the following packages:
* ici (interplanetary communication infrastructure) a set of libraries
that provide flight-software-compatible support for functions on
which the other packages rely
* bp (bundle protocol), an implementation of the Delay-Tolerant
Networking (DTN) architecture's Bundle Protocol.
* dgr (datagram retransmission), a UDP reliability system that implements
congestion control and is designed for relatively high performance.
* ltp (licklider transmission protocol), a DTN convergence layer for reliable
transmission over links characterized by long or highly variable delay.
* ams - an implementation of the CCSDS Asynchronous Message Service.
* cfdp - a class-1 (Unacknowledged) implementation of the CCSDS File
Delivery Protocol.
.
This package contains the development files.
Package: ion-doc
Architecture: all
Section: doc
Depends:
${misc:Depends}
Recommends:
ion
Description: Interplanetary Overlay Network - examples and documentation
Interplanetary Overlay Network (ION) software distribution
is an implementation of Delay-Tolerant Networking (DTN)
architecture as described in Internet RFC 4838.
.
This is a suite of communication protocol implementations designed
to support mission operation communications across an end-to-end
interplanetary network, which might include on-board (flight) subnets,
in-situ planetary or lunar networks, proximity links,
deep space links, and terrestrial internets.
.
Included in the ION software distribution are the following packages:
* ici (interplanetary communication infrastructure) a set of libraries
that provide flight-software-compatible support for functions on
which the other packages rely
* bp (bundle protocol), an implementation of the Delay-Tolerant
Networking (DTN) architecture's Bundle Protocol.
* dgr (datagram retransmission), a UDP reliability system that implements
congestion control and is designed for relatively high performance.
* ltp (licklider transmission protocol), a DTN convergence layer for reliable
transmission over links characterized by long or highly variable delay.
* ams - an implementation of the CCSDS Asynchronous Message Service.
* cfdp - a class-1 (Unacknowledged) implementation of the CCSDS File
Delivery Protocol.
.
This package contains the documentation and some configuration example.
|