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