Files: f048130d8bb546e6246391c52662e2ae8b5972d5 / README
1345 bytesRaw
1 | NNCP (Node to Node copy) is a collection of utilities simplifying |
2 | secure store-and-forward files and mail 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 networks |
6 | for fire-and-forget secure reliable files, file requests and Internet |
7 | mail transmission. All packets are integrity checked, end-to-end |
8 | encrypted (E2EE), explicitly authenticated by known participants public |
9 | keys. Onion encryption is applied to relayed packets. Each node acts |
10 | both as a client and server, can use push and poll behaviour model. |
11 | |
12 | Out-of-box offline sneakernet/floppynet, dead drops and air-gapped |
13 | computers support. But online TCP daemon with full-duplex resumable data |
14 | transmission exists. |
15 | |
16 | NNCP is copylefted free software: see the file COPYING for copying |
17 | conditions. It should work on all POSIX-compatible systems. Easy |
18 | integration with existing SMTP servers. Single YAML configuration file. |
19 | |
20 | Home page: http://www.nncpgo.org/ |
21 | |
22 | Please send questions regarding the use of NNCP, bug reports and |
23 | patches to nncp-devel mailing list: |
24 | https://lists.cypherpunks.ru/pipermail/nncp-devel/ |
25 | |
26 | Development Git source code repository currently is located here: |
27 | http://git.cypherpunks.ru/cgit.cgi/nncp.git/ |
28 | |
29 | For further information please read either doc/nncp.info or doc/nncp.texi. |
30 |
Built with git-ssb-web