ayanda
ayanda copied to clipboard
Single vs multi "bundle" exchange
The model we need to support for an app like OpenArchive is a single "send once and done" model for sharing a file. However, for F-Droid, it is more a session model, with communication back and forth between a client and a server, like HTTP.
Can we support both a bundle/file and a socket/stream type interaction model for this library?
The discovery stuff would absolutely be directly applicable to F-Droid as long as we can manage the connection and transfer side entirely. With F-Droid, it is literally a HTTP server on both sides, then both sides literally connect like a HTTP client. @sabzo