💡 Read the Service Disclaimer before using the API.
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.
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.
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.
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.
The standard Deep Trekker hand controller supports the Direct Socket Connection to data readout and no vehicle control.
The BRIDGE Box and BRIDGE Box enabled products (such as Powered Reels and Consoles) have full support for the API.
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
Errors
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": {
"A842EC45D77C": {
"model": 13,
"leftBattery": {
"percent": 35,
"voltage": 100,
"charging": false,
"leak": true
},
"rightBattery": {
"percent": 64,
"voltage": 100,
"charging": false,
"leak": false
},
"bodyLeak": false,
"sensorPod": {
"imu": {
"gyroBias": {
"x": -279,
"y": 616,
"z": 555
},
"accelerationBias": {
"x": 553,
"y": 646,
"z": 59
},
"state": 0
},
"magnetic": {
"calibrationScore": 0,
"currentVehicleScore": 100,
"state": 0
},
"model": 101
},
"cameras": {
"236CE302E423": {
"model": 240,
"brightness": 26,
"exposure": {
"auto": false,
"value": 15
},
"focus": {
"auto": false,
"value": 3,
"rate": 0
},
"ip": "192.168.29.188",
"saturation": 34,
"sharpness": 10,
"streams": {
"E8F6C89F0D2C": {
"active": true,
"resolution": {
"width": 53,
"height": 63
}
}
},
"osd": {
"enabled": true
},
"zoom": {
"ratio": 26,
"speed": 39
},
"type": "MAIN",
"version": {
"hardware": "5",
"software": "6.0"
}
}
},
"cameraHead": {
"model": 102,
"lasers": {
"enabled": true
},
"leak": false,
"light": {
"intensity": 52
},
"tilt": {
"position": 26,
"speed": 69
},
"tiltMotorDiagnostics": {
"current": 60,
"pwm": 2,
"overcurrent": false,
"rpm": 4
},
"cpuTemp": 55,
"usageTime": {
"currentSeconds": 42,
"totalSeconds": 93
}
},
"depth": 15,
"altitude": 155,
"rearLeftMotorDiagnostics": {
"current": 96,
"overcurrent": false,
"pwm": 81,
"rpm": -8,
"failure": false
},
"rearRightMotorDiagnostics": {
"current": 67,
"overcurrent": false,
"pwm": 12,
"rpm": -35,
"failure": false
},
"frontLeftMotorDiagnostics": {
"current": 46,
"overcurrent": true,
"pwm": 48,
"rpm": 40,
"failure": false
},
"frontRightMotorDiagnostics": {
"current": 19,
"overcurrent": false,
"pwm": 41,
"rpm": 32,
"failure": false
},
"verticalLeftMotorDiagnostics": {
"current": 78,
"overcurrent": false,
"pwm": 93,
"rpm": 2,
"failure": false
},
"verticalRightMotorDiagnostics": {
"current": 79,
"overcurrent": true,
"pwm": 58,
"rpm": -73,
"failure": false
},
"drive": {
"thrust": {
"forward": -71,
"yaw": -72,
"vertical": 52,
"lateral": 6
},
"modes": {
"headingLock": false,
"altitudeLock": false,
"depthLock": true,
"autoStabilization": true,
"motorsDisabled": true
}
},
"auxLight": {
"intensity": 87
},
"grabber": {
"rotate": 99,
"openClose": -77,
"openCloseMotorDiagnostics": {
"current": 80,
"overcurrent": false,
"pwm": 87,
"rpm": -30,
"failure": false
},
"rotateMotorDiagnostics": {
"current": 55,
"overcurrent": false,
"pwm": 75,
"rpm": -49,
"failure": false
}
},
"heading": 116,
"inWater": true,
"ip": "192.168.225.55",
"pitch": 20,
"position": {
"local": {
"x": -245,
"y": 143,
"uncertainty": 2
},
"global": {
"latitude": -73,
"longitude": 32,
"uncertainty": 20
}
},
"roll": -72,
"sensorPodLeak": true,
"cpuTemp": 36,
"waterTemp": 31,
"turns": 8,
"usageTime": {
"totalSeconds": 7,
"currentSeconds": 15
},
"velocity": {
"valid": true,
"forward": -63,
"rightward": -61,
"downward": 71,
"speed": 98
},
"version": {
"hardware": "7",
"software": "8.8"
}
}
},
"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"
}
}
}
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.