Here is a web based scoreboard for FinishLynx implemented in Node.js Using Node I created a UDP server and an html server. Node compiles the datagram sent from FinishLynx, puts it together and using Socket.io, updates the html page.
As of now this is essentially a proof of concept because it only works on a local network. This year I will use it for the announcer. It will give him instant access to splits and times. In the future I hope to use it to update the live results page on the internet.
All the source files can be found on GitHub
FinishLynx Web Scoreboard
On the web