[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[GNUnet-developers] please namespace test examples
From: |
jan marco alkema |
Subject: |
[GNUnet-developers] please namespace test examples |
Date: |
Sat, 19 Jul 2003 19:23:28 +0200 |
Hello Christian,
I did some testing with the new namespace (s blocks, etc) procedures.
Could you tell me how I can test these functionality? See Appendix what I
have done till now.
Greetings Jan Marco
# ./gnunet-directory-listdb
You must specify which type of entries should be listed (-a, -s, -i or -x).
# ./gnunet-directory-listdb -a
Listed 0 matching entries.
# ./gnunet-directory-listdb -s
Listed 0 matching entries.
# ./gnunet-directory-listdb -i
Listed 0 matching entries.
# ./gnunet-directory-listdb -x
Listed 0 matching entries.
# ./gnunet-insert-sblock old
Not enough arguments. You must specify a pseudonym, a gnunet uri and a
description.
USAGE: gnunet-insert-sblock [OPTIONS] PSEUDONYM GNUNET_URI DESCRIPTION
# ./gnunet-search GPL
gnunet-download -o "COPYING" --
gnunet://afs/77DBE6F971D66F641B2262DDCE78CA8FB6815E60.E34BFD7843D4C8469EFC3D
AD260F1F71783E2A87.466DC92.17992
=> GNU General Public License 2 <= (mimetype: unknown)
gnunet-download -o "not_the_gpl.txt" --
gnunet://afs/1A6ECAD995A986CE8AA30E28FB0C43FD64D014B5.AB4C7104D0F29379BAC660
BC380FE02A2222A45D.EE7E98D4.25
=> This is not the GNU GPL <= (mimetype: unknown)
# ./gnunet-pseudonym-create
You must specify a name for the pseudonym.
# ./gnunet-pseudonym-create --help
USAGE: gnunet-pseudonym-create [OPTIONS] PSEUDONYM
# ./gnunet-pseudonym-create poes
Jul 19 19:10:25 WARNING: No password supplied
Pseudonym poes created.
# ./gnunet-download -o "COPYING" --
gnunet://afs/77DBE6F971D66F641B2262DDCE78CA8FB6815E60.E34BFD7843D4C8469EFC3D
AD260F1F71783E2A87.466DC92.17992
Speed was 0.013 kilobyte per second.
# ./gnunet-insert-sblock poes
gnunet://afs/77DBE6F971D66F641B2262DDCE78CA8FB6815E60.E34BFD7843D4C8469EFC3D
AD260F1F71783E2A87.466DC92.17992 poesjes
Inserted SBlock under
gnunet:afs/8578F814D6F91BAC1CDBC11275251B7AC93B6633/A886406772F768E73E1DC135
78D8B251381409E0.
# ./gnunet-search-sblock
Invalid number of arguments. Call with namespace and identifier (in HEX
notation).
USAGE: gnunet-search-sblock [OPTIONS] NAMESPACE IDENTIFIER
?????????? NAMESPACE ???? IDENTIFIER ????
# ./gnunet-directory-listdb -s
not_the_gpl.txt: This is not the GNU GPL of type 'unknown' (size 25)
gnunet://afs/1A6ECAD995A986CE8AA30E28FB0C43FD64D014B5.AB4C7104D0F29379BAC660
BC380FE02A2222A45D.EE7E98D4.25
COPYING: GNU General Public License 2 of type 'unknown' (size 17992)
gnunet://afs/77DBE6F971D66F641B2262DDCE78CA8FB6815E60.E34BFD7843D4C8469EFC3D
AD260F1F71783E2A87.466DC92.17992
Listed 2 matching entries.
# ./gnunet-directory-listdb -a
not_the_gpl.txt: This is not the GNU GPL of type 'unknown' (size 25)
gnunet://afs/1A6ECAD995A986CE8AA30E28FB0C43FD64D014B5.AB4C7104D0F29379BAC660
BC380FE02A2222A45D.EE7E98D4.25
COPYING: GNU General Public License 2 of type 'unknown' (size 17992)
gnunet://afs/77DBE6F971D66F641B2262DDCE78CA8FB6815E60.E34BFD7843D4C8469EFC3D
AD260F1F71783E2A87.466DC92.17992
Unknown format: 2:0
Listed 3 matching entries.
# ./gnunet-directory-listdb -i
Unknown format: 2:0
Listed 1 matching entries.
# ./gnunet-directory-listdb -x
Listed 0 matching entries.
- [GNUnet-developers] please namespace test examples,
jan marco alkema <=