Freenet interface for GNU Guile.

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

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.