We’ve been trialing QR pulse polls after the 9:30 theater show via the ship app and rebalancing the late-night slate within an hour when guest satisfaction nudges up or down. It’s been a small game-changer for the vibe on rainy sea days. Has anyone found an offline-friendly tool that pushes ratings straight into the daily planner and cue sheets without satellite lag?
Ran LimeSurvey (https://www.limesurvey.org) on ship LAN; 9:30 QR pulses hit planner/QLab instantly. Caveat: whitelist the captive portal.
@clarkson_j45 ODK Central + Node-RED offline; “within an hour” to QLab via OSC, planner via ICS — open UDP 53000.
We killed the satellite lag by running a local MQTT broker and a Radicale CalDAV server; QR hits publish to MQTT, Node-RED writes QLab via OSC and pushes the planner via CalDAV, so those 9:30 pulses appear in under a minute. mDNS and a short http://feedback.ship URL kept folks from tripping the captive portal, which was the real bottleneck, . @clarkson_j45 do you know if their planner takes CalDAV, or are they stuck with static ICS?