]> Cypherpunks.ru repositories - nncp.git/blob - doc/index.texi
Generate ACKs during tossing
[nncp.git] / doc / index.texi
1 \input texinfo
2 @settitle NNCP
3
4 @copying
5 This manual is for NNCP (Node to Node copy) -- collection of utilities
6 simplifying secure store-and-forward files and mail exchanging.
7
8 Copyright @copyright{} 2016-2023 @email{stargrave@@stargrave.org, Sergey Matveev}
9
10 @quotation
11 Permission is granted to copy, distribute and/or modify this document
12 under the terms of the GNU Free Documentation License, Version 1.3;
13 with no Invariant Sections, no Front-Cover Texts, and no Back-Cover Texts.
14 A copy of the license is included in the section entitled "Copying conditions".
15 @end quotation
16 @end copying
17
18 @node Top
19 @top NNCP
20
21 @cindex Pedro
22 @verbatiminclude pedro.txt
23
24 @include about.texi
25
26 @cindex articles
27 There are also articles about its usage outside this website:
28
29 @itemize
30 @item @url{https://www.complete.org/nncp/, Various related articles} by John Goerzen
31 @item @url{https://habr.com/ru/articles/330712/, NNCP: лечение online- и цензуро- зависимости store-and-forward методом} (on russian)
32 @item @url{https://changelog.complete.org/archives/tag/nncp, Series of descriptive articles} by John Goerzen
33 @item @url{https://www.youtube.com/watch?v=0i3r63pnyHM, Presentation of NNCP on Internet Freedom Conference 2019} (on russian)
34     (@url{http://www.stargrave.org/20191207-Internet_Freedom_Conference-NNCP.webm.torrent, torrent})
35 @item @url{https://habr.com/ru/articles/692254/, Неужто так сложно передать зашифрованный файл? Эволюция формата пакетов NNCP} (on russian)
36 @end itemize
37
38 @center Interested? @ref{Tarballs, @strong{Download it}}!
39
40 @menu
41 * Comparison::
42 * Use cases::
43 * Workflow::
44 * News::
45 * Информация на русском: Русский
46 * Installation::
47 * Configuration::
48 * Call configuration: Call
49 * Multicast areas: Multicast
50 * Integration::
51 * Commands::
52 * Administration::
53 * Niceness::
54 * Chunked files: Chunked
55 * Bundles::
56 * Spool directory: Spool
57 * Log format: Log
58 * Packet format: Packet
59 * Merkle Tree Hashing: MTH
60 * Sync protocol: Sync
61 * MultiCast Discovery: MCD
62 * Yggdrasil support: Yggdrasil
63 * EBlob format: EBlob
64 * Mirrors::
65 * Thanks::
66 * Indices::
67 * Contacts and feedback: Contacts
68 * Copying conditions: Copying
69 @end menu
70
71 @include comparison.texi
72 @include usecases/index.texi
73 @include workflow.texi
74 @include news.texi
75 @include russian.texi
76 @include install.texi
77 @include cfg/index.texi
78 @include call.texi
79 @include multicast.texi
80 @include integration/index.texi
81 @include cmd/index.texi
82 @include admin.texi
83 @include niceness.texi
84 @include chunked.texi
85 @include bundles.texi
86 @include ack.texi
87 @include spool.texi
88 @include log.texi
89 @include pkt/index.texi
90 @include mth.texi
91 @include sp.texi
92 @include mcd.texi
93 @include yggdrasil.texi
94 @include eblob.texi
95 @include mirrors.texi
96 @include thanks.texi
97 @include indices.texi
98 @include contacts.texi
99
100 @node Copying
101 @unnumbered Copying conditions
102
103 @insertcopying
104 @verbatiminclude fdl.txt
105
106 @bye