]> Cypherpunks.ru repositories - nncp.git/blob - README
Unify onion word usage
[nncp.git] / README
1 NNCP (Node to Node copy) is a collection of utilities simplifying
2 secure store-and-forward files, mail and commands exchanging.
3
4 This utilities are intended to help build up small size (dozens of
5 nodes) ad-hoc friend-to-friend (F2F) statically routed darknet
6 delay-tolerant networks for fire-and-forget secure reliable files, file
7 requests, Internet mail and commands transmission. All packets are
8 integrity checked, end-to-end encrypted (E2EE), explicitly authenticated
9 by known participants public keys. Onion encryption is applied to
10 relayed packets. Each node acts both as a client and server, can use
11 push and poll behaviour model. Also there is multicasting areas support.
12
13 Out-of-box offline sneakernet/floppynet, dead drops, sequential and
14 append-only CD-ROM/tape storages, air-gapped computers support. But
15 online TCP daemon with full-duplex resumable data transmission exists.
16
17 NNCP is copylefted free software: see the file COPYING for copying
18 conditions. It should work on all POSIX-compatible systems. Easy
19 integration with existing SMTP servers. Single Hjson configuration file.
20
21 Home page: http://www.nncpgo.org/
22
23 Please send questions regarding the use of NNCP, bug reports and
24 patches to nncp-devel mailing list:
25 http://lists.cypherpunks.ru/nncp_002ddevel.html
26
27 Development Git source code repository currently is located here:
28 http://www.git.cypherpunks.ru/?p=nncp.git;a=summary
29
30 For further information please read either doc/nncp.info or doc/nncp.texi.