git ssb

0+

webi / nncp



Branch:
Gyula Weber committed backup of the latest - 0.6 - versionLatest: f048130 on 4/28/2017, 7:57:52 PM
📄AUTHORS
📄BSDmakefile
📄COPYING
📄GNUmakefile
📄INSTALL
📄NEWS
📄README
📄README.md
📄THANKS
📄VERSION
📄common.mk
📁doc
📁src
README
1NNCP (Node to Node copy) is a collection of utilities simplifying
2secure store-and-forward files and mail exchanging.
3
4This utilities are intended to help build up small size (dozens of
5nodes) ad-hoc friend-to-friend (F2F) statically routed darknet networks
6for fire-and-forget secure reliable files, file requests and Internet
7mail transmission. All packets are integrity checked, end-to-end
8encrypted (E2EE), explicitly authenticated by known participants public
9keys. Onion encryption is applied to relayed packets. Each node acts
10both as a client and server, can use push and poll behaviour model.
11
12Out-of-box offline sneakernet/floppynet, dead drops and air-gapped
13computers support. But online TCP daemon with full-duplex resumable data
14transmission exists.
15
16NNCP is copylefted free software: see the file COPYING for copying
17conditions. It should work on all POSIX-compatible systems. Easy
18integration with existing SMTP servers. Single YAML configuration file.
19
20Home page: http://www.nncpgo.org/
21
22Please send questions regarding the use of NNCP, bug reports and
23patches to nncp-devel mailing list:
24https://lists.cypherpunks.ru/pipermail/nncp-devel/
25
26Development Git source code repository currently is located here:
27http://git.cypherpunks.ru/cgit.cgi/nncp.git/
28
29For further information please read either doc/nncp.info or doc/nncp.texi.
30

Built with git-ssb-web