Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Single vs multi "bundle" exchange #2

Open
n8fr8 opened this issue Dec 21, 2017 · 1 comment
Open

Single vs multi "bundle" exchange #2

n8fr8 opened this issue Dec 21, 2017 · 1 comment

Comments

@n8fr8
Copy link

n8fr8 commented Dec 21, 2017

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?

@eighthave
Copy link
Contributor

eighthave commented Dec 21, 2017

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants