{% extends "layout.html" %} {% block content %}

We're exploring peer-to-peer technologies for file sharing through our own networks. Due to the copyright regime, we're still in friend-to-friend networking mode. We're lurking in cell.hbbs.decentral1.se.

Practically speaking, we're using the Dat command-line tool for sharing. To join in, you'll need to download it for your operating system (Linux, MacOS, Windows) unzip it and test that it works (on GNU/Linux that is done like so: sudo apt install -y unzip; unzip dat-14.0.2-linux-x64.zip; cd dat-14.0.2-linux-x64; ./dat --version) and then speak further with others on our file sharing channel.

{% endblock %}