The previous commits updated TCPConnection so that it has both listenAndAwaitConnection and establishConnection and so that it is the same code in AERA and AERA_Webots. This class was also added to AERA_Protbuf. Therefore, this pull request updates to use the latest AERA_Protobuf and the TCPConnection class in there. Now there is a common codebase between AERA and AERA_Webots.
The previous commits updated
TCPConnection
so that it has bothlistenAndAwaitConnection
andestablishConnection
and so that it is the same code in AERA and AERA_Webots. This class was also added to AERA_Protbuf. Therefore, this pull request updates to use the latest AERA_Protobuf and theTCPConnection
class in there. Now there is a common codebase between AERA and AERA_Webots.