Source: nncp Maintainer: Debian Go Packaging Team Uploaders: John Goerzen Section: golang Testsuite: autopkgtest-pkg-go Priority: optional Build-Depends: debhelper-compat (= 13), pandoc, texinfo, plantuml, default-jre, po-debconf, dh-golang, golang-go (>= 2:1.22~0), golang-github-davecgh-go-xdr-dev (>= 0.0~git20161123), golang-github-dustin-go-humanize-dev (>= 1.0.1), golang-github-fsnotify-fsnotify-dev (>= 1.7.0), golang-github-flynn-noise-dev (>= 1.1.0), golang-github-gorhill-cronexpr-dev (>= 1.0.0+git20180427), golang-github-hjson-hjson-go-dev (>= 4.4.0), golang-github-klauspost-compress-dev (>= 1.17.9), golang-go.cypherpunks-balloon-dev (>= 1.1.1), golang-go.cypherpunks-recfile-dev (>= 2.0.0), golang-golang-x-crypto-dev (>= 0.25.0), golang-golang-x-net-dev (>= 0.27.0), golang-golang-x-sys-dev (>= 0.22.0), golang-golang-x-term-dev (>= 0.22.0), golang-lukechampine-blake3-dev (>= 1.3.0), golang-github-google-btree-dev, golang-github-gologme-log-dev (>= 1.3.0), golang-github-yggdrasil-network-yggdrasil-go-dev (>= 0.5.8), golang-golang-x-time-dev, golang-gvisor-gvisor-dev (>= 0.0~20240723.0~) Standards-Version: 4.6.0 Vcs-Browser: https://salsa.debian.org/go-team/packages/nncp Vcs-Git: https://salsa.debian.org/go-team/packages/nncp.git Homepage: http://www.nncpgo.org/ Rules-Requires-Root: no XS-Go-Import-Path: go.cypherpunks.su/nncp/v8 Package: nncp Architecture: any Pre-Depends: debconf Depends: ${misc:Depends}, ${shlibs:Depends}, adduser Built-Using: ${misc:Built-Using} Suggests: hjson-go Description: Secure store-and-forward files, mail, and commands NNCP is a package facilitating secure store-and-forward file and mail exchange. It can be thought of as a modern UUCP with Internet smarts. . NNCP supports direct online communication over a LAN or Internet, scheduled communication, offline copies, streaming communication (pipes), and more. It can therefore be used for air-gapped computers that might be communicated with by CD-ROM, tape, or USB stick. It can also be used for intermittent or on-demand links, very slow or high latency links, etc. . NNCP can build up ad-hoc friend-to-friend (F2F) statically routed, darknet, delay-tolerant networks for fire-and-forget secure reliable files, file requests, Internet mail and commands transmission. All packets are integrity checked, end-to-end encrypted, explicitly authenticated by known participants public keys. Onion encryption is applied to relayed packets. Each node acts both as a client and server, can use push and poll behaviour model. Also there is multicasting areas support. . Out-of-box offline sneakernet/floppynet, dead drops, sequential and append-only CD-ROM/tape storages, air-gapped computers support. But online TCP daemon with full-duplex resumable data transmission exists.