The project is a peer-to-peer software, mainly intended for didactical purposes. The goal is to provide a distributed pseudo-filesystem, accessible through a dedicated user interface. It uses direct connection, no central servers: there is a masters election algorithm to keep the network connected. If different networks are created they can be united joining two masters, one for each network and updates are propagated between masters. Each client can become a master, if it is needed. There will be resume support, maybe data encryption. The programming language is C++.