Add gnunet-nse.1
[oweals/gnunet.git] / README
1                        Welcome to GNUnet
2
3
4 What is GNUnet?
5 ===============
6
7 GNUnet is peer-to-peer framework providing a network abstractions and
8 applications focusing on security and privacy.  So far, we have
9 created applications for anonymous file-sharing, decentralized naming
10 and identity management, decentralized and confidential telephony and
11 tunneling IP traffic over GNUnet.  GNUnet is currently developed by a
12 worldwide group of independent free software developers.  GNUnet is a
13 GNU package (http://www.gnu.org/).
14
15 This is an ALPHA release.  There are known and significant bugs as
16 well as many missing features in this release.
17
18 GNUnet is free software released under the GNU Affero General Public
19 License (v3 or later). For details see the COPYING file in this
20 directory.  If you fork this software, you MUST adjust GNUNET_AGPL_URL
21 in src/include/gnunet_util_lib.h to point to the source code of your
22 fork!
23
24 Additional documentation about GNUnet can be found at
25 https://gnunet.org/ and in the 'doc/' folder.
26 Online documentation is provided at
27 'https://docs.gnunet.org' and 'https://tutorial.gnunet.org'.
28
29
30 Dependencies:
31 =============
32
33 These are the direct dependencies for running GNUnet:
34
35 - libmicrohttpd      >= 0.9.42
36 - libgcrypt          >= 1.6
37 - libgnurl           >= 7.35.0      (recommended, available from https://gnunet.org/en/gnurl.html)
38 - libcurl            >= 7.35.0      (alternative to libgnurl)
39 - libunistring       >= 0.9.2
40 - gnutls             >= 3.2.12      (highly recommended a gnutls linked against libunbound)
41 - libidn:
42   - libidn2 (prefered)
43   or
44   - libidn           >= 1.0
45 - libextractor       >= 0.6.1       (highly recommended)
46 - openssl            >= 1.0         (binary, used to generate X.509 certificate
47                                      for gnunet-gns-proxy-setup-ca)
48 - nss                               (certutil binary, for
49                                      gnunet-gns-proxy-setup-ca)
50 - libltdl            >= 2.2         (part of GNU libtool)
51 - sqlite             >= 3.8         (default database, required)
52 - mysql              >= 5.1         (alternative to sqlite)
53 - postgres           >= 9.5         (alternative to sqlite)
54 - Texinfo            >= 5.2         [*1]
55 - makeinfo           >= 4.8
56 - make[*3]
57 - which                             (contrib/apparmor(?), gnunet-bugreport,
58                                      tests (dns, gns, namestore,
59                                             scalarproduct) and possibly more)
60 - gettext
61 - zlib
62
63
64 These are the dependencies for GNUnet's testsuite:
65
66 - Bash                              (optional (?[*4]), for some tests)
67 - python             >= 3.7         (only python 3.7 is supported)
68 - python-future      >= 3.7         (only python 3.7 is supported)
69 - which
70
71
72 These are the optional dependencies:
73
74 - libopus            >= 1.0.1       (for experimental conversation tool)
75 - libpulse           >= 2.0         (for experimental conversation tool)
76 - libogg             >= 1.3.0       (for experimental conversation tool)
77 - libnss                            (certtool binary (for convenient installation of GNS proxy))
78 - python2.7          = 2.7          (for gnunet-qr, only python 2.7 supported)
79 - python-zbar        >= 0.10        (for gnunet-qr, not optional)
80 - TeX Live           >= 2012        (for gnunet-bcd[*])
81 - texi2mdoc                         (for automatic mdoc generation [*2])
82 - libglpk            >= 4.45        (for experimental code)
83 - perl5                             (for some utilities)
84 - guile              1.6.4          (or later up to 1.8?, for gnunet-download-manager)
85 - bluez                             (for bluetooth support)
86 - miniupnpc
87 - libpbc             >= 0.5.14      (for Attribute-Based Encryption and Identity Provider functionality)
88 - libgabe                           (for Attribute-Based Encryption and Identity Provider functionality,
89                                     from https://github.com/schanzen/libgabe)
90
91 Recommended autotools for compiling the Git version are:
92
93 - autoconf           >= 2.59
94 - automake           >= 1.11.1
95 - libtool            >= 2.2
96
97
98 [*] Mandatory for compiling the info output of the documentation,
99     a limited subset ('texlive-tiny' in Guix) is enough.
100
101 [*1] The default configuration is to build the info output of the
102      documentation, and therefore require texinfo.  You can pass
103      '--disable-documentation' to the configure script to change this.
104
105 [*2] If you still prefer to have documentation, you can pass
106      '--with-section7' to build mdoc documentation (experimental
107      stages in gnunet). If this proves to be reliable, we will
108      include the mdoc output in the release tarballs.
109      Contrary to the name, texi2mdoc does not require texinfo,
110      It is a standalone ISO C utility.
111
112 [*3] GNU make introduced the != operator in version 4.0.
113      GNU make was released in october 2013, reasonable to
114      be widespread by now. If this is not working out for
115      you, open a bug so that we can get a more portable
116      fix in.
117
118 [*4] We are commited  to portable tools and solutions
119      where possible. While the shellscripts work with
120      NetBSD's sh, there's no warranty some bashisms
121      are leftover.
122
123 Requirements
124 ============
125
126 GNUnet's directed acyclic graph (DAG) will require around 0.74 GiB
127 Diskspace, with GNUNet itself taking around 9.2 MiB reported by the
128 build on GNU Guix.
129
130 How to install?
131 ===============
132
133
134 binary packages
135 ~~~~~~~~~~~~~~~
136
137 We recommend to use binary packages provided by your Operating System's
138 package manager. GNUnet is reportedly available for at least:
139
140 GNU Guix, Nix, Debian, ALT Linux, Archlinux, Deepin, Devuan, Hyperbola,
141 Kali Linux, LEDE/OpenWRT, Manjaro, Parabola, Pardus, Parrot, PureOS,
142 Raspbian, Rosa, Trisquel, and Ubuntu.
143
144 If GNUnet is available for your Operating System and it is missing,
145 send us feedback so that we can add it to this list. Furthermore, if
146 you are interested in packaging GNUnet for your Operating System,
147 get in touch with us at gnunet-developers@gnu.org if you require
148 help with this job.
149
150 If you were using an Operating System with the apt package manager,
151 GNUnet could be installed as simple as:
152
153 $ apt-get install gnunet
154
155 Generic installation instructions are in the INSTALL file in this
156 directory.
157
158 Scope of Operating System support
159 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
160 We actively support GNUnet on a broad range of Free Software Operating
161 Systems.
162
163 For proprietary Operating Systems, like for example Microsoft Windows
164 or Apple OS X, we accept patches if they don't break anything for
165 other Operating Systems.
166 If you are implementing support for a proprietary Operating System,
167 you should be aware that progress in our codebase could break
168 functionality on your OS and cause unpredicted behavior we can
169 not test. However, we do not break support on Operating Systems
170 with malicious intent.
171 Regressions which do occur on these Operating Systems are 3rd
172 class issues and we expect users and developers of these
173 Operating Systems to send proposed patches to fix regressions.
174
175 For more information about our stand on some of the motivating
176 points here, read the 'Philosophy' Chapter of our handbook.
177
178 Building GNUnet from source
179 ~~~~~~~~~~~~~~~~~~~~~~~~~~~
180
181 IMPORTANT: You can read further notes about compilation from source in
182 the handbook under doc/handbook/, which includes notes about specific
183 requirements for operating systems aswell. If you are a package
184 mantainer for an Operating System we invite you to add your notes if
185 you feel it is necessary and can not be covered in your Operating
186 System's documentation.
187
188 Two prominent examples which currently lack cross-compilation
189 support in GNUnet (and native binaries) are MS Windows and Apple macOS.
190 For macOS we recommend you to do the build process via Homebrew and a
191 recent XCode installation. We don't recommend using GNUnet with any
192 recent MS Windows system as it officially spies on its users (according
193 to its T&C), defying some of the purposes of GNUnet.
194
195 Note that some functions of GNUnet require "root" access.  GNUnet will
196 install (tiny) SUID binaries for those functions is you run "make
197 install" as root.  If you do not, GNUnet will still work, but some
198 functionality will not be available (including certain forms of NAT
199 traversal).
200
201 GNUnet requires the GNU MP library (https://www.gnu.org/software/gmp/)
202 and libgcrypt (https://www.gnupg.org/).  You can specify the path to
203 libgcrypt by passing "--with-gcrypt=PATH" to configure.  You will also
204 need either sqlite (http://www.sqlite.org/), MySQL
205 (http://www.mysql.org/) or PostGres (http://www.postgres.org/).
206
207 If you install from source, you need to install GNU libextractor first
208 (download from https://www.gnu.org/software/libextractor/).  We also
209 recommend installing GNU libmicrohttpd (download from
210 https://www.gnu.org/software/libmicrohttpd/). Furthermore we recommend
211 libgnurl (from https://gnunet.org/en/gnurl.html).
212 Then you can start the actual GNUnet compilation process with:
213
214
215 $ export GNUNET_PREFIX=/usr/local/lib # or other directory of your choice
216 # addgroup gnunetdns
217 # adduser --system --home "/var/lib/gnunet" --group gnunet --shell /bin/sh
218 # ./configure --prefix=$GNUNET_PREFIX/.. --with-extractor=$LE_PREFIX
219 $ make
220
221 And finally install GNUnet with:
222
223 # make install
224
225 Complete the process by either adjusting one of our example service files
226 in 'contrib/services' or by running:
227
228 # sudo -u gnunet gnunet-arm -s
229
230
231 Note that running the 'configure' and 'make install' steps as
232 root (or with sudo) is required as some parts of the installation
233 require the creation of SUID binaries.  The installation will
234 work if you do not run these steps as root, but some components
235 may not be installed in the perfect place or with the right
236 permissions and thus won't work.
237
238 This will create the users and groups needed for running GNUnet
239 securely and then compile and install GNUnet to $GNUNET_PREFIX/../bin/,
240 $GNUNET_PREFIX/ and $GNUNET_PREFIX/../share/ and start the system
241 with the default configuration.  It is strongly recommended that you
242 add a user "gnunet" to run "gnunet-arm".  You can then still run the
243 end-user applications as another user.
244
245 If you create a system user "gnunet", it is recommended that you edit
246 the configuration file slightly so that data can be stored in the
247 system user home directory at "/var/lib/gnunet".  Depending on what
248 the $HOME-directory of your "gnunet" user is, you might need to set
249 the SERVICEHOME option in section "[PATHS]" to "/var/lib/gnunet" to
250 do this.  Depending on your personal preferences, you may also want to
251 use "/etc/gnunet.conf" for the location of the configuration file in
252 this case (instead of ~gnunet/.config/gnunet.conf").  In this case,
253 you need to start GNUnet using "gnunet-arm -s -c /etc/gnunet.conf" or
254 set "XDG_CONFIG_HOME=/etc/".
255
256 You can avoid running 'make install' as root if you run configure
257 with the "--with-sudo=yes" option and have extensive sudo rights
258 (can run "chmod +s" and "chown" via 'sudo').  If you run 'make install'
259 as a normal user without sudo rights (or the configure option),
260 certain binaries that require additional priviledges will not be
261 installed properly (and autonomous NAT traversal, WLAN, DNS/GNS and
262 the VPN will then not work).
263
264 If you run 'configure' and 'make install' as root or use the '--with-sudo'
265 option, GNUnet's build system will install "libnss_gns*" libraries to
266 "/lib/" regardless (!) of the $GNUNET_PREFIX you might have specified,
267 as those libraries must be in "/lib/".  If you are packaging GNUnet
268 for binary distribution, this may cause your packaging script to miss
269 those plugins, so you might need to do some additional manual work to
270 include those libraries in your binary package(s).  Similarly, if you
271 want to use the GNUnet naming system and did NOT run GNUnet's 'make
272 install' process with sudo rights, the libraries will be installed to
273 "$GNUNET_PREFIX" and you will have to move them to "/lib/"
274 manually.
275
276 Finally, if you are compiling the code from git, you have to
277 run "sh ./bootstrap" before running "./configure".  If you receive an error during
278 the running of "sh ./bootstrap" that looks like "macro `AM_PATH_GTK'
279 not found in library", you may need to run aclocal by hand with the -I
280 option, pointing to your aclocal m4 macros, i.e.
281
282 $ aclocal -I /usr/local/share/aclocal
283
284
285 Configuration
286 =============
287
288 Note that additional, per-user configuration files can be created by
289 each user.  However, this is usually not necessary as there are few
290 per-user options that normal users would want to modify.  The defaults
291 that are shipped with the installation are usually just fine.
292
293 The gnunet-setup tool is particularly useful to generate the master
294 configuration for the peer.  gnunet-setup can be used to configure and
295 test (!) the network settings, choose which applications should be run
296 and configure databases.  Other options you might want to control
297 include system limitations (such as disk space consumption, bandwidth,
298 etc).  The resulting configuration files are human-readable and can
299 theoretically be created or edited by hand.
300
301 gnunet-setup is a separate download and requires somewhat recent
302 versions of GTK+ and Glade. You can also create the configuration file
303 by hand, but this is not recommended.  For more general information
304 about the GNU build process read the INSTALL file.
305
306 GNUnet uses two types of configuration files, one that specifies the
307 system-wide defaults (typically located in
308 $GNUNET_PREFIX/../share/gnunet/config.d/) and a second one that overrides
309 default values with user-specific preferences.  The user-specific
310 configuration file should be located in "~/.config/gnunet.conf" or its
311 location can be specified by giving the "-c" option to the respective
312 GNUnet application.
313
314 For more information about the configuration (as well as usage) refer
315 to the 'GNUnet User Handbook' chapter of the documentation, included
316 in this software distribution.
317
318
319 Usage
320 =====
321
322 For detailed usage notes, instructions and examples, refer to the
323 included 'GNUnet Handbook'.
324
325 First, you must obtain an initial list of GNUnet hosts.  Knowing a
326 single peer is sufficient since after that GNUnet propagates
327 information about other peers.  Note that the default configuration
328 contains URLs from where GNUnet downloads an initial hostlist
329 whenever it is started.  If you want to create an alternative URL for
330 others to use, the file can be generated on any machine running
331 GNUnet by periodically executing
332
333 $ cat $SERVICEHOME/data/hosts/* > the_file
334
335 and offering 'the_file' via your web server.  Alternatively, you can
336 run the build-in web server by adding '-p' to the OPTIONS value
337 in the "hostlist" section of gnunet.conf and opening the respective
338 HTTPPORT to the public.
339
340 If the solution with the hostlist URL is not feasible for your
341 situation, you can also add hosts manually.  Simply copy the hostkeys
342 to "$SERVICEHOME/data/hosts/" (where $SERVICEHOME is the directory
343 specified in the gnunet.conf configuration file).  You can also use
344 "gnunet-peerinfo -g" to GET a URI for a peer and "gnunet-peerinfo -p
345 URI" to add a URI from another peer.  Finally, GNUnet peers that use
346 UDP or WLAN will discover each other automatically (if they are in the
347 vicinity of each other) using broadcasts (IPv4/WLAN) or multicasts
348 (IPv6).
349
350 The local node is started using "gnunet-arm -s".  We recommend to run
351 GNUnet 24/7 if you want to maximize your anonymity, as this makes
352 partitioning attacks harder.
353
354 Once your peer is running, you should then be able to access GNUnet
355 using the shell:
356
357 $ gnunet-search KEYWORD
358
359 This will display a list of results to the console.  You can abort
360 the command using "CTRL-C".  Then use
361
362 $ gnunet-download -o FILENAME GNUNET_URI
363
364 to retrieve a file.  The GNUNET_URI is printed by gnunet-search
365 together with a description.  To publish files on GNUnet, use the
366 "gnunet-publish" command.
367
368
369 The GTK+ (or: Gimp Toolkit) user interface is shipped separately.
370 After installing gnunet-gtk, you can invoke the setup tool and
371 the file-sharing GUI with:
372
373 $ gnunet-setup
374 $ gnunet-fs-gtk
375
376 For further documentation, see our webpage or the 'GNUnet User Handbook',
377 included in this software distribution.
378
379
380 Hacking GNUnet
381 ==============
382
383 Contributions are welcome. Please submit bugs you find to
384 https://bugs.gnunet.org/ or our bugs mailinglist.
385 Please make sure to run the script "contrib/scripts/gnunet-bugreport"
386 and include the output with your bug reports.  More about how to
387 report bugs can be found in the GNUnet FAQ on the webpage.  Submit
388 patches via E-Mail to gnunet-developers@gnu.org, formated with
389 `git format-patch`.
390
391 In order to run the unit tests by hand (instead of using "make check"),
392 you need to set the environment variable "GNUNET_PREFIX" to the
393 directory where GNUnet's libraries are installed.
394 Before running any testcases, you must complete the installation.
395
396 Quick summary:
397
398 $ ./configure --prefix=$SOMEWHERE
399 $ make
400 $ make install
401 $ export $GNUNET_PREFIX=$SOMEWHERE
402 $ make check
403
404 Some of the testcases require python >= 3.7, and the python modules
405 "python-future" (http://python-future.org/) and "pexpect" to be installed.
406 If any testcases fail to pass on your system, run
407 "contrib/scripts/gnunet-bugreport" (in the repository) or "gnunet-bugreport"
408 when you already have GNUnet installed and report its output together with
409 information about the failing testcase(s) to the Mantis bugtracking
410 system at https://bugs.gnunet.org/.
411
412
413 Running HTTP on port 80 and HTTPS on port 443
414 =============================================
415
416 In order to hide GNUnet's HTTP/HTTPS traffic perfectly, you might
417 consider running GNUnet's HTTP/HTTPS transport on port 80/443.
418 However, we do not recommend running GNUnet as root.  Instead, forward
419 port 80 to say 1080 with this command (as root, in your startup
420 scripts):
421
422 # iptables -t nat -A PREROUTING -p tcp -m tcp --dport 80 -j REDIRECT --to-ports 1080
423
424 or for HTTPS
425
426 # iptables -t nat -A PREROUTING -p tcp -m tcp --dport 443 -j REDIRECT --to-ports 4433
427
428 Then set in the HTTP section of gnunet.conf the "ADVERTISED_PORT" to
429 "80" and "PORT" to 1080 and similarly in the HTTPS section the
430 "ADVERTISED_PORT" to "443" and "PORT" to 4433.
431
432 You can do the same trick for the TCP and UDP transports if you want
433 to map them to a priviledged port (from the point of view of the
434 network).  However, we are not aware of this providing any advantages
435 at this point.
436
437 If you are already running an HTTP or HTTPS server on port 80 (or 443),
438 you may be able to configure it as a "ReverseProxy".  Here, you tell
439 GNUnet that the externally visible URI is some sub-page on your website,
440 and GNUnet can then tunnel its traffic via your existing HTTP server.
441 This is particularly powerful if your existing server uses HTTPS, as
442 it makes it harder for an adversary to distinguish normal traffic to
443 your server from GNUnet traffic.  Finally, even if you just use HTTP,
444 you might benefit (!) from ISP's traffic shaping as opposed to being
445 throttled by ISPs that dislike P2P.  Details for configuring the
446 reverse proxy are documented on our website.
447
448
449 Further Reading
450 ===============
451
452 * Documentation
453
454   A HTML version of the new GNUnet manual is deployed at
455
456     https://docs.gnunet.org
457
458   which currently displays just GNUnet documentation. Until 2019
459   we will add more reading material.
460
461 * Academia / papers
462
463   In almost 20 years various people in our community have written and
464   collected a good number of papers which have been implemented in
465   GNUnet or projects around GNUnet.
466   There are currently 2 ways to get them:
467
468   * Using git:
469     git clone https://git.gnunet.org/bibliography.git
470   * Using Drupal:
471     https://old.gnunet.org/bibliography
472
473   The Drupal access will be replaced by a new interface to our
474   bibliography in 2019.
475
476
477 Stay tuned
478 ==========
479
480 * https://gnunet.org/
481 * https://bugs.gnunet.org
482 * https://git.gnunet.org
483 * http://www.gnu.org/software/gnunet/
484 * http://mail.gnu.org/mailman/listinfo/gnunet-developers
485 * http://mail.gnu.org/mailman/listinfo/help-gnunet
486 * http://mail.gnu.org/mailman/listinfo/info-gnunet
487 * http://mail.gnu.org/mailman/listinfo/gnunet-svn