Bartalog / cool-maze

A quick mobile-to-desktop share capability, through matrix barcode
Apache License 2.0
2 stars 6 forks source link

Download encrypted chunks early #94

Open Deleplace opened 8 years ago

Deleplace commented 8 years ago

IF all of the following conditions are met :

THEN all the nearby web clients may start downloading the encrypted partial data already uploaded. It would be decrypted only by 1 web client after the QR-code has been scanned and the mobile app has provided the decryption key for a single target.

Deleplace commented 8 years ago

Also, we should restrict to targets in same country, and prioritize those having small estimated distance from mobile source.

Deleplace commented 8 years ago

See also #60 [Streaming]

Deleplace commented 1 year ago

The current issue is about partial resource data, and geo-based heuristic.

See #514, #515 about full resource data, and history-based heuristic.