Freenet interface for GNU Guile.

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

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.