Freenet being one of my reference projects (with MaidSafe coming
recently to my attention)… and I'm figuring out there are many
pythonists reading this mail list, in case you didn't read the 1st (and
only) comment below the Youtube video:
Arne Babenhauserheide
18 hours ago (edited)
Could we invite you to test pyFreenet? →
https://github.com/freenet/lib-pyFreenet
You can use it to insert sites and files into freenet to have them
hosted decentrally and anonymously and to implement all kinds of
systems which use a decentral, global datastore with stable
pseudonyms, a web of trust for spam-protection, emails which hide
metadata, anonymous IRC, microblogging and much more - there are few
limitations to what you can do with a decentralized global data store.
It already works, but the API isn’t as Pythonic as we’d wish it to
be and the code still has some quite inelegant parts — which means
it is a low hanging fruit which would benefit a lot from getting
some love from enthusiast p2p devs.