Freenet interface for GNU Guile.

Arne Babenhauserheide 30621c22dd polish diagrams 7 hónapja
language e4b3f0cae2 start fcp in wsp 6 éve
LICENSE 64577c4cf2 merge the license file and change it to LGPL. 9 éve
LICENSE_GPL 64577c4cf2 merge the license file and change it to LGPL. 9 éve
README.md 83c28f3fdf ./fetchpull.w --site <path> to create a site with basic statistics 6 éve
activelink.png f62a16a438 add bookmark and activelink 6 éve
anonymize-csv.scm 5b2c7e5ac6 anonymize: use deduplicated by default 8 éve
crawl-wot.scm 49b7c21978 use par-map to crawl 4 éve
deduplicate-csv.scm 991117de17 add missing newlines 8 éve
doctests.w e4b3f0cae2 start fcp in wsp 6 éve
fcp-example.scm e7b8e5f57c better help 4 éve
fcp-example.w 8082e6518c fcp example with more restricted import 4 éve
fcp.rkt 7eb586a7e9 provide copyright information. 9 éve
fcp.scm 7957d08ece add minimal commandline handling to example 4 éve
fcp.w 7957d08ece add minimal commandline handling to example 4 éve
fetchpull-plot.gnuplot 30621c22dd polish diagrams 7 hónapja
fetchpull-standalone.scm 49b359fa5f update 5 éve
fetchpull.w 30621c22dd polish diagrams 7 hónapja
parse-crawled.scm 2d4eeb3111 avoid stumbling over incorrectly formatted trust values 8 éve
securepassword.scm 2284fe6e38 replace the old fcp.scm by dinky with the extracted fcp library 4 éve
securepassword.w b619960f4a remove debugging output 6 éve

README.md

Guile Freenet

Tools to interact with Freenet from Guile Scheme

Usage

simplest fetch-pull stats

This generates stats with all state stored purely in Freenet and a randomly chosen prefix.

Gather stats:

./fetchpull.w

Process stats and create site (needs gnuplot and grep):

./fetchpull.w --site site

fcp.scm

fcp.scm shows an example of interfacing with Freenet using FCP. fcp.rkt is a version of the same written for racket.

crawl the social graph

You can get a snapshot of the web of trust graph using

  • crawl-wot.scm
  • parse-crawled.scm
  • deduplicate-csv.scm
  • anonymize-csv.scm

Simply execute them in order to get the file trust-anonymized.csv

Get the code

This repository is available from multiple services:

License: LGPL

All these programs are provided under the LGPL: You can copy, share, change and sell them, as long as you attribute the authors and enable others to do the same with your creation. See LICENSE for details.