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 host and port reuse #62

Closed pilif0 closed 5 years ago

pilif0 commented 5 years ago

Makes comms host dynamically discovered and marks the socket as reusable so it doesn't need to wait on restart.

Fixes #61