Skip to main content
Skip table of contents

NmeaDataController

Last updated: 2025/3/7 11:3:8

Path To

Name

Description/Function

/api/nmeadata

/altitude

Gets the altitude.

/api/nmeadata

/depth

Gets the depth.

/api/nmeadata

/tilt

Gets the tilt.

/api/nmeadata

/roll

Gets the roll.

/altitude

Function

Gets the altitude.

Method

Get

Response

The altitude.

Example

CODE
$ curl http://IP_ADDRESS:8080>/api/nmeadata/altitude

/depth

Function

Gets the depth.

Method

Get

Response

The depth.

Example

CODE
$ curl http://IP_ADDRESS:8080>/api/nmeadata/depth

/tilt

Function

Gets the tilt.

Method

Get

Response

The tilt.

Example

CODE
$ curl http://IP_ADDRESS:8080>/api/nmeadata/tilt

/roll

Function

Gets the roll.

Method

Get

Response

The roll.

Example

CODE
$ curl http://IP_ADDRESS:8080>/api/nmeadata/roll
JavaScript errors detected

Please note, these errors can depend on your browser setup.

If this problem persists, please contact our support.