Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: mention kiosk and plan conclusions

...

This ruleset provides namekey/value storage for the contact_info ruleset.

Kiosk pico

This pico runs on a different pico engine, running on a machine at our booth. It's job is to request an introduction tag id (the next valid 15 digit number), and create and display a QR Code for a tag:scanned event to the game pico. A ruleset "OpenWest2018.kiosk" paints a decorative screen, which when touched links to the file kiosk.html. This HTML page uses AJAX to request (from the game pico) the next 15 digit number and embeds it in a URL like:

Code Block
http://<game domain>:<game port>/qr/tag/scanned?id=<15 digit number>

Note that this is not a standard /sky/event URL. We are using a URL shortener (registered with the root pico of the game pico engine) so that the QR Code doesn't need to be as precise as it might have been. A side-effect of this is that the ECI used for the game pico is not made publicly available (to someone who might read the URL from the result of the device scanning the tag).

Conclusions

Innovations

Owner picos, the very idea

Future work

DID login

Hardening