Skip to content

Latest commit

 

History

History
2 lines (2 loc) · 404 Bytes

README.md

File metadata and controls

2 lines (2 loc) · 404 Bytes

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.