I’ve always been uncomfortable with the broadcasting of live games in that it can facilitate cheating. To deal with this, I’ve written a program that I am now releasing that will delay the live broadcast of games by a user-selected number of moves. I’ve had a routine that delayed the broadcast by a set number of minutes, but I believe that using a set number of moves is much better. The program edits the PGN file before sending it to the web host to remove the last N number of moves. Once a game finishes, it will send all the remaining moves up.
This is meant to run in parallel with DGT’s LiveChess program, but not using the DGT software to do the upload. I’ve tested it at several tournaments and will be using it at three tournaments in the next couple of months.
A first draft user manual is included in the zip file, and I’d be interested in any feedback about either the app or the documentation.
When I get all the parts better organized, I will place the source on Github under an MIT open source license. I should be able to get it done in the next week or two.
Let me know what you think.
Thanks,
Mike Regan
Page with link to download is:
http://mdchess.com/index.php?option=com_phocadownload&view=category&id=2:software&Itemid=790