Guile Freenet
 

Guile Freenet

Tools to interact with Freenet from Guile Scheme

Usage

Changes (full changelog)

(drak)
2016-03-31: download-by-date-hint: add yearly debugging output notabug/master tip master

download-by-date-hint: add yearly debugging output

(drak)
2016-03-31: FIX: use the month of the date as month, not the day

FIX: use the month of the date as month, not the day

(drak)
2016-03-31: datehint: only 10 downloads per processor

datehint: only 10 downloads per processor

(drak)
2016-03-30: add commented-out example for crawling one seed

add commented-out example for crawling one seed

Tags

Bookmarks

(drak)
master: download-by-date-hint: add yearly debugging output notabug/master tip 2016-03-31

download-by-date-hint: add yearly debugging output

Readme

Guile Freenet

Tools to interact with Freenet from Guile Scheme

Usage

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.