Ask HN:Lowest cost hware tool for: validate physical presence and online web app

1 points by lucasverra ↗ HN
Hello community, i'm trying to find a hardware solution to this problem (assume senior programming skills) :

- the lowest cost (in dollars and human processes for validator and validated)

-for several distinguishables certifications of the fact that a web app is present physically in a determinable timeframe.

So far I've came up with :

- I mount a screen placed in a determinated physical place connected to internet with 3s interval refreshing QR code that web app have to scan

- validator scan with specific app a barcode on web app (but non cheap on human cost)

- ibeacon with web bluetooth api (but only newest-ish mobile browsers)

- human validator gives a specific code input in web app

basically as simple and cheap as possible digital signature of time and place, how would you do it ?

Ideally you tell me that there is a mini 2" x 2" screen with online capabilities on batteries with juice for several months that can display qr code. To be validated web app has the incentive to scan QR code to prove the web app is present physically present "there" in a determinable datetime.

Lets brainstorm :)

3 comments

[ 3.5 ms ] story [ 17.3 ms ] thread
What’s the application you’re thinking of? Maybe there is an alternate solution.
assume something similar to a digital punch card
What if the user supplied a token to a device at the location rather than the user collecting a token from the device? Depending upon how often you needed to confirm attendance, you could greatly reduce communications. You could also use the users device to power the locations device.

Without more details from you it might be hard to come up with lots of ideas