This package contains the tools (dtnsend, dtnrecv, dtnping, ...) of IBR-DTN, a modular
and lightweight implementation of the bundle protocol (RFC 5050).
https://github.com/ibrdtn/ibrdtn
Signed-off-by: Johannes Morgenroth <morgenroth@ibr.cs.tu-bs.de>
This package contains the daemon (dtnd) of IBR-DTN, a modular and lightweight
implementation of the bundle protocol (RFC 5050). https://github.com/ibrdtn/ibrdtn
Signed-off-by: Johannes Morgenroth <morgenroth@ibr.cs.tu-bs.de>
The ibrdtn is a C++ library for DTN related objects to process bundle data and
talk to the DTN daemon of IBR-DTN. It is development together with IBR-DTN an
implementation of DTN stack following the Bundle Protocol RFC 5050.
Signed-off-by: Johannes Morgenroth <morgenroth@ibr.cs.tu-bs.de>
The ibrcommon is a C++ abstraction library for several platforms (linux,
win32, osx, ...) and is development together with IBR-DTN an implementation
of DTN stack following the Bundle Protocol RFC 5050.
Signed-off-by: Johannes Morgenroth <morgenroth@ibr.cs.tu-bs.de>
DTN-DHT is a library providing a fully distributed Bittorrent DHT based
naming service especially for DTN Bundle Protocol EIDs (RFC 5050). It can
be used for all IP (v4/v6) based networks.
Signed-off-by: Johannes Morgenroth <morgenroth@ibr.cs.tu-bs.de>
libgmp.so is needed for miniruby, that is compiled in host.
Using PKG_BUILD_DEPENDS=gmp/host eventually compiled gmp/host
before ruby/host. However, when this did not happened, build
failed. Using HOST_BUILD_DEPENDS=gmp/host seems to be the
correct way to require it.
Signed-off-by: Luiz Angelo Daros de Luca <luizluca@gmail.com>
This is an import of the net/unbound package from Subversion
revision 40658 (May 2, 2014). The only change is the addition of
PKG_LICENSE, PKG_LICENSE_FILE and PKG_MAINTAINER to Makefile.
Unbound 1.4.22 is the current upstream release.
Signed-off-by: Michael Hanselmann <public@hansmi.ch>
This commit imports the old Makefile from old openwrt feeds.
Also, the package was updated to the latest version.
The new version was tested in a VM with no aparent problem.
No patches are needed.
I added myself as maintainer. If possible, I would like to gain
commit access.
Signed-off-by: Luiz Angelo Daros de Luca <luizluca@gmail.com>