Page 1 of 1

Master server alert

PostPosted: Mon Aug 09, 2010 4:18 pm
by Cracatoa
It would help with the problem of nobody ever getting on at the some time, if there was a little alert program that ran quietly in the background until someone started playing bitfighter, at which point it would make a sound and bring up a pop up saying "so and so has joined bitfighter" or something like that.

Re: Master server alert

PostPosted: Mon Aug 09, 2010 4:32 pm
by watusimoto
The info is all there -- you can write a notifier that reads the JSON feed that runs the status widgets on the home page. The code for that can be downloaded somehow.

Re: Master server alert

PostPosted: Tue Aug 10, 2010 5:15 pm
by Cracatoa
You lost me at JSON :) sorry.

Re: Master server alert

PostPosted: Tue Aug 10, 2010 5:24 pm
by bobdaduck

Re: Master server alert

PostPosted: Tue Aug 10, 2010 10:57 pm
by watusimoto
It's basically a data format, and when you download the file at the link posted by Bobdaduck, you will get an up-to-the-second (well maybe 30 seconds) status report of what is going on at the Bitfighter master server.

There are many bits of code out there for parsing JSON, and if you are writing in Javascript, parsing is trivial even without a library.

So it should in principle be very easy for someone (i.e. not me) to write a widget that checks the master server every 20 seconds and displays an alert when someone joins a game, or some other criteria is satisfied.

Re: Master server alert

PostPosted: Wed Aug 11, 2010 11:49 am
by Cracatoa
Yea, but who?

Re: Master server alert

PostPosted: Wed Aug 11, 2010 1:28 pm
by watusimoto
You may have identified why we don't yet have an alert widget!