public inbox for nncp-devel@lists.cypherpunks.ru
Atom feed
* [EN] NNCP 8.6.0 release announcement
@ 2022-03-02 14:57 Sergey Matveev
  2022-03-02 16:18 ` John Goerzen
  0 siblings, 1 reply; 8+ messages in thread
From: Sergey Matveev @ 2022-03-02 14:57 UTC (permalink / raw)
  To: nncp-devel


[-- Attachment #1.1: Type: text/plain, Size: 2461 bytes --]

I am pleased to announce NNCP 8.6.0 release availability!

NNCP (Node to Node copy) is a collection of utilities simplifying
secure store-and-forward files and mail exchanging.

This utilities are intended to help build up small size (dozens of
nodes) 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 (E2EE), 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.

------------------------ >8 ------------------------

The main improvements for that release are:

* "nncp-xfer" checks if locally copied packet’s checksum differs from
  the source’s one.

* "nncp-call" has bad return code if its queues contain unfinished
  jobs.

* "nncp-ack" command appeared, that sends explicit packet receipt
  acknowledgement (ACK packet).  That acknowledgement deletes
  referenced packet from the outbound spool.

* Ability to turn "fsync" operation off using "$NNCPNOSYNC=1"
  environment variable.

* Added various indices in documentation, that should help searching
  in it.

------------------------ >8 ------------------------

NNCP's home page is: http://www.nncpgo.org/

Source code and its signature for that version can be found here:

    http://www.nncpgo.org/download/nncp-8.6.0.tar.xz (1670 KiB)
    http://www.nncpgo.org/download/nncp-8.6.0.tar.xz.sig

SHA256 hash: AE16F0A0 9C1B7D1D A3767E1C 0F410D9C 29ACCAE6 32A448A9 55DB4A0F 15BF838F
GPG key ID: 0x2B25868E75A1A953 NNCP releases <releases@nncpgo•org>
Fingerprint: 92C2 F0AE FE73 208E 46BF  F3DE 2B25 868E 75A1 A953

There are mirrors where you can also get the source code tarballs:
http://www.nncpgo.org/Mirrors.html

Please send questions regarding the use of NNCP, bug reports and patches
to mailing list: http://lists.cypherpunks.ru/nncp_002ddevel.html

-- 
Sergey Matveev (http://www.stargrave.org/)
OpenPGP: CF60 E89A 5923 1E76 E263  6422 AE1A 8109 E498 57EF

[-- Attachment #1.2: nncp-8.6.0.tar.xz.meta4 --]
[-- Type: application/metalink4+xml, Size: 1337 bytes --]

[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 833 bytes --]

^ permalink raw reply	[flat|nested] 8+ messages in thread

end of thread, other threads:[~2022-03-03  3:11 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-03-02 14:57 [EN] NNCP 8.6.0 release announcement Sergey Matveev
2022-03-02 16:18 ` John Goerzen
2022-03-02 16:22   ` John Goerzen
2022-03-02 18:55     ` Sergey Matveev
2022-03-02 18:47   ` Sergey Matveev
2022-03-02 18:59     ` John Goerzen
2022-03-02 19:26       ` Sergey Matveev
2022-03-03  3:10         ` John Goerzen