You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
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.