Skip to content
This repository was archived by the owner on Mar 3, 2020. It is now read-only.

Milestones

List view

  • This version introduces a virtual file system that covers the key/hash parameters passed through the URL parameters. Only the root blob is specified using blob id and key. Traversing through the directory structure is done by appending / removing human-readable entry names from the path. Opening given final blob is done internally by traversing the blob graph on every request to the server.

    No due date
    1/2 issues closed
  • This version introduces simple blob exchange mechanism. The exchange must be done using go's built-in TLS support. In order to connect to other nodes, client does have a fixed list of peers it tries to connect to. Searching for a blob is done using broadcast search message passed to every connected peer. The peer certificate validation must work - the id of the peer must match the certificate from this peer.

    No due date