gnunet/README

27 lines
840 B
Plaintext
Raw Permalink Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

Guile bindings for GnuNet
—————————————————————————
Work in progress!
To try the stub gnunet-search clone, you must have a working GnuNet
configuration. Edit the file `examples/search.scm` and modify the line
(define config-file "~/.gnunet/gnunet.conf")
to match your current GnuNet configuration file.
Then, go inside the bindings directory and run `search.scm` as a
script. For instance, to run a search on the keywords "foo" and "bar":
$ cd guix/gnunet/
$ examples/search.scm "foo" "bar"
This will start a 5 seconds search on the given keywords. Heres the
output when exactly one find matches the keyword “foo”:
gnunet-download -o "foo.txt" gnunet://fs/chk/M976V69FDSQDH74AORDDLB…
You can also check your bindings with the command:
$ ./run-tests.scm