aboutsummaryrefslogtreecommitdiff
path: root/README
diff options
context:
space:
mode:
authorAnonymized <anonymous@example.com>2018-01-07 18:46:04 +0100
committerAnonymized <anonymous@example.com>2018-01-07 18:46:04 +0100
commitb4eed6560a090e9b1b492b66a6d17f80025e0704 (patch)
tree1434981a9419faa210e376bf4c763d74e5f9bbc2 /README
downloadgnunet-guile2-b4eed6560a090e9b1b492b66a6d17f80025e0704.tar.gz
gnunet-guile2-b4eed6560a090e9b1b492b66a6d17f80025e0704.zip
reboot the gnunet-guile project
Diffstat (limited to 'README')
-rw-r--r--README26
1 files changed, 26 insertions, 0 deletions
diff --git a/README b/README
new file mode 100644
index 0000000..c1110b7
--- /dev/null
+++ b/README
@@ -0,0 +1,26 @@
1Guile bindings for GNUnet
2—————————————————————————
3
4Work in progress!
5
6To try the stub gnunet-search clone, you must have a working GNUnet
7configuration. Edit the file `examples/search.scm` and modify the line
8
9 (define config-file "~/.gnunet/gnunet.conf")
10
11to match your current GNUnet configuration file.
12
13Then, go inside the bindings directory and run `search.scm` as a
14script. For instance, to run a search on the keywords "foo" and "bar":
15
16 $ cd guix/gnunet/
17 $ examples/search.scm "foo" "bar"
18
19This will start a 5 seconds search on the given keywords. Here’s the
20output when exactly one find matches the keyword “foo”:
21
22 gnunet-download -o "foo.txt" gnunet://fs/chk/M976V69FDSQDH74AORDDLB…
23
24You can also check your bindings with the command:
25
26 $ ./run-tests.scm