Ruby client library to access Freenet. Built upon FCP v2.
Should be ultra fresh cherry, has most functionality except for pluginmessages(wanted to do a seperate api for each type). Also runs keep alive function and is thread safe, auto reconnects you as well in case of socket failure, error/state checking should work properly now. Enjoy!
From the command line:
ruby -Ilib bin/fput -p <some file> -u 'CHK@'
The command above will update to Freenet.
Documentation is provided inline and built with rdoc.