X-Git-Url: http://www.git.cypherpunks.ru/?p=nncp.git;a=blobdiff_plain;f=doc%2Fabout.texi;h=09f245c68410b853aef87975a7beb0368fad322f;hp=ffe4be082a5411e57eac6e0598d9670de59782e3;hb=203dfe36da7adf2b3089e4fa4017a67409cbad70;hpb=736b4b108020314d84fd8abf57e142738721722d diff --git a/doc/about.texi b/doc/about.texi index ffe4be0..09f245c 100644 --- a/doc/about.texi +++ b/doc/about.texi @@ -1,19 +1,31 @@ -NNCP (Node to Node copy) is a collection of utilities simplifying -secure store-and-forward files and mail exchanging. +@cindex about +@strong{NNCP} (Node to Node copy) is a collection of utilities +simplifying secure store-and-forward files, mail and command exchanging. See also this page @ref{Об утилитах, on russian}. +@cindex F2F +@cindex friend-to-friend +@cindex E2E +@cindex end-to-end +@cindex darknet +@cindex DTN +@cindex delay tolerant +@cindex dead drop +@cindex onion encryption This utilities are intended to help build up small size (dozens of nodes) ad-hoc @url{https://en.wikipedia.org/wiki/Friend-to-friend, friend-to-friend} (F2F) statically routed -@url{https://en.wikipedia.org/wiki/Darknet, darknet} networks for -fire-and-forget secure reliable files, file requests and Internet mail -transmission. All packets are integrity checked, -@url{https://en.wikipedia.org/wiki/End-to-end_encryption, end-to-end} -encrypted, explicitly authenticated by known participants public keys. -@url{https://en.wikipedia.org/wiki/Onion_routing, Onion encryption} is -applied to relayed packets. Each node acts both as a client and server, -can use push and poll behaviour model. +@url{https://en.wikipedia.org/wiki/Darknet, darknet} +@url{https://en.wikipedia.org/wiki/Delay-tolerant_networking, delay-tolerant} +networks for fire-and-forget secure reliable files, file requests, +Internet mail and commands transmission. All packets are integrity +checked, @url{https://en.wikipedia.org/wiki/End-to-end_encryption, +end-to-end} encrypted, explicitly authenticated by known participants +public keys. @url{https://en.wikipedia.org/wiki/Onion_routing, 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 @ref{Multicast, multicasting} areas support. Out-of-box offline @url{https://en.wikipedia.org/wiki/Sneakernet, sneakernet/floppynet}, @url{https://en.wikipedia.org/wiki/Dead_drop, @@ -26,13 +38,16 @@ transmission exists. Look for possible @ref{Use cases, use cases}! +@cindex GPL +@cindex free software +@cindex licence NNCP is @url{https://www.gnu.org/philosophy/pragmatic.html, copylefted} @url{https://www.gnu.org/philosophy/free-sw.html, free software} -licenced under @url{https://www.gnu.org/licenses/gpl-3.0.html, GNU GPLv3+}. +licenced under @url{https://www.gnu.org/licenses/gpl-3.0.html, GNU GPLv3}. It should work on all @url{https://en.wikipedia.org/wiki/POSIX, POSIX}-compatible systems. Easy @ref{Integration, integration} with existing @url{https://en.wikipedia.org/wiki/SMTP, SMTP} servers. Single -@url{http://yaml.org/, YAML} configuration file. +@url{https://hjson.org/, Hjson} configuration file. Why create yet another store-and-forward solution when UUCP, FTN and even SMTP exists? Look in @ref{Comparison, comparison} section!