Options
All
  • Public
  • Public/Protected
  • All
Menu

Deep Trekker BRIDGE API - v0.57.4

Deep Trekker BRIDGE API

💡 Read the Service Disclaimer before using the API.

Introduction

The Deep Trekker BRIDGE API is a programming interface developed to enable external development with Deep Trekker systems. This API enables integration of Deep Trekker’s vehicle systems into various applications, facilitating real-time access to data and control. It supports multiple connection methods and offers detailed schemas for consistent and reliable data transfer.

This documentation describes the core types, schemas, enumerations, and construct definitions used by client-side applications and server side devices to communicate with one another. Furthermore, it also describes the various supported connection methods and means of communicating data. Altogether, this forms the entirety of the Deep Trekker API.

Connection Methods

The JSON-based API data is inherently agnostic, allowing any communication protocol to convey Deep Trekker API data. However, Deep Trekker supports two specific connectivity methods that are officially compatible with its vehicles, controllers, and peripheral devices. These supported methods ensure seamless and reliable integration, facilitating efficient control and data exchange across the Deep Trekker ecosystem.

Direct Socket Connection

The most accessible connection method to the system is through the use of a TCP socket connection. This connection has no additional handshaking requirements and can be accessed via port 5005 on any of the supported hardware devices.

Simply establish a TCP connection to <device_ip_address>:5005.

Once the connection is made data will start to be received.

WebRTC Connection

A WebRTC connection interface is also available, incorporating video transport, encrypted connections, and handshaking for over-the-internet control. This interface is more complex and requires significantly more development effort and expertise to utilize. If you have specific requirements necessitating a WebRTC connection, please contact support@deeptrekker.com for additional information.

Supported Hardware

Handheld Controller

The standard Deep Trekker hand controller supports the Direct Socket Connection to data readout and no vehicle control.

BRIDGE Box / BRIDGE Box Enabled Products

The BRIDGE Box and BRIDGE Box enabled products (such as Powered Reels and Consoles) have full support for the API.

Transfer Payload and Schema

Transfer Payload

All API data is transacted through the TransferPayload object. This object contains the schema payload, as well as the method type and error flagging.

Transfer payloads can use 4 different method types, as well as an error flag:

  • Methods

    • GET - Used by the client to request API data
    • SET - Used by the client to send API data
    • UPDATE - Sent by the server to send API data updates
    • DELETE - Sent by the server to notify the client of removed API data
  • Errors

    • ERROR - Sent by the server to communicate API transaction errors
      • The full list of errors and their details can be seen here.

JSON Schema

All payload data is required to satisfy the JSON schema detailed in this documentation.

Below is sample schema of the Deep Trekker REVOLUTION, detailed information about all supported devices and attributes can be found documented in this site.

From ./dist/samples/json/states/revolutionRandomState.json

{
"$schema": "https://docs.api.deeptrekker.com/dist/schemas/schema.json",
"devices": {
"D8FA22901BDE": {
"model": 13,
"leftBattery": {
"percent": 15,
"voltage": 100,
"charging": true,
"leak": false
},
"rightBattery": {
"percent": 14,
"voltage": 100,
"charging": false,
"leak": false
},
"bodyLeak": true,
"sensorPod": {
"imu": {
"gyroBias": {
"x": 925,
"y": 34,
"z": -728
},
"accelerationBias": {
"x": 870,
"y": -530,
"z": 661
},
"state": 0
},
"magnetic": {
"calibrationScore": 0,
"currentVehicleScore": 100,
"state": 0
},
"model": 101
},
"cameras": {
"31C1CA64270F": {
"model": 240,
"brightness": 87,
"exposure": {
"auto": false,
"value": 3
},
"focus": {
"auto": false,
"value": 95,
"rate": 0
},
"ip": "192.168.103.43",
"saturation": 100,
"sharpness": 14,
"streams": {
"68C2F553003D": {
"active": true,
"resolution": {
"width": 99,
"height": 17
}
}
},
"osd": {
"enabled": true
},
"zoom": {
"ratio": 20,
"speed": 46
},
"type": "MAIN",
"version": {
"hardware": "1",
"software": "2.0"
}
}
},
"cameraHead": {
"model": 102,
"lasers": {
"enabled": true
},
"leak": true,
"light": {
"intensity": 85
},
"tilt": {
"position": 130,
"speed": 3
},
"tiltMotorDiagnostics": {
"current": 100,
"pwm": 26,
"overcurrent": false,
"rpm": 6
},
"cpuTemp": 28,
"usageTime": {
"currentSeconds": 41,
"totalSeconds": 15
}
},
"depth": 46,
"altitude": 271,
"rearLeftMotorDiagnostics": {
"current": 33,
"overcurrent": true,
"pwm": 78,
"rpm": -37,
"failure": false
},
"rearRightMotorDiagnostics": {
"current": 55,
"overcurrent": false,
"pwm": 61,
"rpm": -30,
"failure": false
},
"frontLeftMotorDiagnostics": {
"current": 64,
"overcurrent": false,
"pwm": 45,
"rpm": 28,
"failure": false
},
"frontRightMotorDiagnostics": {
"current": 29,
"overcurrent": false,
"pwm": 14,
"rpm": -54,
"failure": false
},
"verticalLeftMotorDiagnostics": {
"current": 19,
"overcurrent": true,
"pwm": 48,
"rpm": -50,
"failure": false
},
"verticalRightMotorDiagnostics": {
"current": 49,
"overcurrent": false,
"pwm": 21,
"rpm": -54,
"failure": false
},
"drive": {
"thrust": {
"forward": 11,
"yaw": 34,
"vertical": -6,
"lateral": 2
},
"modes": {
"headingLock": true,
"altitudeLock": true,
"depthLock": true,
"autoStabilization": true,
"motorsDisabled": true
}
},
"auxLight": {
"intensity": 78
},
"grabber": {
"rotate": 59,
"openClose": -17,
"openCloseMotorDiagnostics": {
"current": 20,
"overcurrent": true,
"pwm": 36,
"rpm": -39,
"failure": false
},
"rotateMotorDiagnostics": {
"current": 73,
"overcurrent": false,
"pwm": 28,
"rpm": -13,
"failure": false
}
},
"heading": 268,
"inWater": true,
"ip": "192.168.126.86",
"pitch": 99,
"position": {
"local": {
"northing": -217,
"easting": -391,
"uncertainty": 11
},
"global": {
"latitude": 49,
"longitude": -121,
"uncertainty": 57
}
},
"roll": 98,
"sensorPodLeak": false,
"cpuTemp": 64,
"waterTemp": 50,
"turns": 1,
"usageTime": {
"totalSeconds": 54,
"currentSeconds": 4
},
"velocity": {
"valid": true,
"forward": -80,
"rightward": 87,
"downward": -43,
"speed": 39
},
"version": {
"hardware": "-1",
"software": "0.0"
}
}
},
"networkDiagnostics": {
"01AB23CD4567": {
"interfaceName": "ETH0",
"physicalLocation": "LOC",
"networkRole": "CCO",
"terminalEndpointIdentifier": "001",
"bridgedDestinationAddress": "1234567890AB",
"outboundRate": "120",
"inboundRate": "130",
"chipset": "Broadcom BCM56850",
"firmwareVersion": "3.5.1"
},
"89EF12AB3456": {
"interfaceName": "ETH1",
"physicalLocation": "REM",
"networkRole": "STA",
"terminalEndpointIdentifier": "002",
"bridgedDestinationAddress": "ABCDEF123456",
"outboundRate": "125",
"inboundRate": "115",
"chipset": "Intel I350",
"firmwareVersion": "2.1.0"
},
"23CD45EF6789": {
"interfaceName": "ETH2",
"physicalLocation": "LOC",
"networkRole": "STA",
"terminalEndpointIdentifier": "003",
"bridgedDestinationAddress": "DEADBEEF1234",
"outboundRate": "130",
"inboundRate": "120",
"chipset": "Broadcom BCM56840",
"firmwareVersion": "4.2.2"
}
}
}

⚖️ Service Disclaimer

The Deep Trekker API ("our API library") is provided as is, without warranty of any kind, either express or implied, including but not limited to the implied warranties of merchantability and fitness for a particular purpose. We make no representations or warranties that the API library will meet your requirements or that its operation will be uninterrupted or error-free. We will not be liable for any damages of any kind arising from the use of the API library, including but not limited to direct, indirect, incidental, punitive, and consequential damages.

We do not provide technical support for integrating our API library into your software application. While we strive to make our API library easy to use and provide documentation and sample code, it is your responsibility to ensure that your software is compatible with our API library and that the integration is implemented correctly. We will not be liable for any issues or errors that arise from the integration of our API library into your software application.