Freenet interface for GNU Guile.

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

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.