deeper-blue / sdp-robot

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.
2 stars 0 forks source link

Dynamic hostname and port #61

Closed pilif0 closed 5 years ago

pilif0 commented 5 years ago

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.

pilif0 commented 5 years ago

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.