Skip to content

A Python program which allows for a delay of transmission of moves as played on live chessboard and broadcasted online

Notifications You must be signed in to change notification settings

nagxsan/chess-delay

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 

Repository files navigation

Chess Delay

In professional chess tournaments, there is often a delay in the online broadcasting of the moves played by the players on the live chessboards. This is done as an anti-cheating measure. I am trying to automate this process by accessing the original file at the ith minute, reading and storing it, and then sending it to an FTP server which will broadcast it at the (i + delay)th minute.

About

A Python program which allows for a delay of transmission of moves as played on live chessboard and broadcasted online

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages