Delay-tolerant netcat (dtnc) is a utility for ION-DTN
reminiscent of OpenBSD netcat.
DTN does not have connections, so expect behavior closer to nc -u.
It is currently work in progress, but the goal is to support nc options that are easy to translate into a DTN setting, and to support options specific to DTN.
- Meson
- ION 4.1.4
- <stdatomic.h>
- POSIX-like OS
To build with ION, the build directory needs to be configured
to find ION's .pc file. E.g.,
meson setup --pkg-config-path /usr/local/lib/pkgconfig build
meson compile -C build
Install with:
meson install -C build
Uninstall with:
ninja uninstall -C build