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

Interactive scanning (HTTP server) #8

Open
OverkillGuy opened this issue Mar 8, 2021 · 0 comments
Open

Interactive scanning (HTTP server) #8

OverkillGuy opened this issue Mar 8, 2021 · 0 comments
Labels
enhancement New feature or request

Comments

@OverkillGuy
Copy link
Owner

Let's use a minimal HTTP server to allow interactive chunk scanning from phone, instead of requiring all chunks to be scanned before starting restoration.

The BinaryEye scanning app (Android, see it on F-Droid) supports sending scan results via HTTP instead of manual export of scan history. There are many formats, but the simplest is arbitrary HTTP GET with query parameters for content payload (url-encoded) and a few others like type.

Example usage

qrxfil -l 
qrxfil --listen=[port]
# or maybe interactive?
qrxfil -i
qrxfil --interactive
@OverkillGuy OverkillGuy added the enhancement New feature or request label Mar 8, 2021
@OverkillGuy OverkillGuy added this to the 0.2.0 milestone Mar 8, 2021
OverkillGuy pushed a commit that referenced this issue Mar 13, 2021
Proof of concept for HTTP #8
@OverkillGuy OverkillGuy removed this from the 0.2.0 milestone Apr 2, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant