This repo holds the various APIs which is running on the operator PC.
[control-api] contains the src code for the REST-API aswell as various communication utilities for the other parts of the software systems.
[sonar-api] contains the src code for communicating with the side-scan sonar aswell as the communication utilities for talking with the REST-API.
git clone https://github.com/Towed-ROV/api.git
cd apithen either
cd control-apiand follow THIS guide
or
cd sonar-apiand follow THIS guide.