What is Swagger?
The REST API for the EK80 echo sounder is documented using the Swagger tool. Swagger follows the "OpenAPI Specification" version 2.0.
Your client application can communicate with the EK80 system using dedicated ports. The client interfaces defined at this stage and their defined port of communication is summarized in this list.
•  http://localhost:12345/swagger EK80 Remote Control API
•  http://localhost:12346/swagger EK80 Subscription API
Note
The EK80 software must be started prior to opening Swagger for communication through the REST API. If the client accessing the API is located on a computer separate from the computer running the EK80 software, replace "localhost" with the IP address of the EK80 computer.
Entering this address in your favourite web browser will open the start page and you can start sending/receiving requests/responses.
Image