Freenet interface for GNU Guile.

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

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.