I’m not using Vaadin at work anymore (regrettably), but I’m helping in organizing a sponsor rally every year, which still gives me a yearly peek into the Vaadin world.
Updating the application every year makes me very happy with Vaadin - it’s been a very smooth ride with very clear and easy upgrade paths every year (since 2018 or so for this app).
Hi, thanks for sharing! Really cool to see Vaadin used in actual systems like this!
Not really a Vaadin topic, but this real-time lap analysis sounds interesting. How does it works, and is it hard/expensive to set up? I might have a completely unrelated use case where something like this could come handy.
Organizers track laps in real-time using NFC/RFID tags and readers
It works with a Companion Swing App that connects to the Backend to track laps:
There is no auth whatsoever because I’m using a cheap portable router to setup a local WIFI just for lap counting with the backend running on a laptop.
The companion app is running on four other laptops, each with one of these readers (may also work with others, using javax.smartcardio): https://www.acs.com.hk/en/products/3/acr122u-usb-nfc-reader/
The companion app finds the backend server automatically via mDNS (aka Bonjour)
Cool, thank you! looks very cost-effective and simple setup. Likely the read distance is not enough for my use, but definitely something to keep in mind. That could work even for party activities etc.