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
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.
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 liketype
.Example usage
qrxfil -l qrxfil --listen=[port] # or maybe interactive? qrxfil -i qrxfil --interactive
The text was updated successfully, but these errors were encountered: