On 2018-01-13 20:23, Amirouche Boubekki wrote:

Anyway, I figured that I can use the high level fs service to implement
a prototype. Basically, vertex will be files and links will be keywords.
That way, a new vertex can link to an existing vertex without having
to update somehow the old vertex.


Here is a demo of it would work: https://asciinema.org/a/aFqvf54ABpb2DllB0jFhPbvKh

Simply said:

$ gnunet-publish vertex1
$ gnunet-pbulish vertex2 -k $(sha256sum vertex1 | cut -d ' ' -f 1)
$ gnunet-pbulish vertex3 -k $(sha256sum vertex1 | cut -d ' ' -f 1)
$ gnunet-pbulish vertex4 -k $(sha256sum vertex1 | cut -d ' ' -f 1)

Then to know what links to vertex1:

$ gnunet-search $(sha256sum vertex1 | cut -d ' ' -f 1)

WDYT, it's viable somehow?

_______________________________________________
GNUnet-developers mailing list
GNUnet-developers@gnu.org
https://lists.gnu.org/mailman/listinfo/gnunet-developers

Reply via email to