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
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 text was updated successfully, but these errors were encountered:
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
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 text was updated successfully, but these errors were encountered: