The robot code for Deeper Blue, an assistive chess-playing robot. Developed for the System Design Project, a 3rd year course offered at the School of Informatics, University of Edinburgh.
Currently the controller comms server's host and port are hardcoded. This should be changed to dynamic so that the code doesn't have to be changed as the network changes.
As there will only ever be one server running on the EV3, the port can be fixed - say the current 64432. Port reuse should be enabled so that the server can be quickly restarted.
Currently the controller comms server's host and port are hardcoded. This should be changed to dynamic so that the code doesn't have to be changed as the network changes.