From 25234c4229386cb26bd453775a64d31f377fb19f Mon Sep 17 00:00:00 2001 From: Hayodea Hakol Date: Sat, 6 Sep 2025 09:34:03 -0400 Subject: [PATCH] Docs: LivoxGen1 DAP spec: re-add ports for cmd/data/imu --- docs/livox-gen1-lidar-dap-spec.md | 20 +++++++++++++++++++- 1 file changed, 19 insertions(+), 1 deletion(-) diff --git a/docs/livox-gen1-lidar-dap-spec.md b/docs/livox-gen1-lidar-dap-spec.md index 20787dc..3a5bc74 100644 --- a/docs/livox-gen1-lidar-dap-spec.md +++ b/docs/livox-gen1-lidar-dap-spec.md @@ -86,12 +86,30 @@ The LivoxGen1Lidar DAP uses a unified API name `livoxGen1` with mode-based param The `livoxProto1` provider accepts the following parameters: -**retry-delay-ms** (required): +**retry-delay-ms** (optional): - Specifies how long to wait for broadcast messages to arrive after attempting an initial direct connection - Value: Integer number of milliseconds - Example: `retry-delay-ms=3000` (wait 3 seconds) - Default: 3000ms if not specified +**data-port** (optional): +- Specifies the UDP port for receiving point cloud data from the device +- Value: Integer port number +- Example: `data-port=56000` +- Default: 56000 if not specified + +**cmd-port** (optional): +- Specifies the UDP port for receiving command responses from the device +- Value: Integer port number +- Example: `cmd-port=56001` +- Default: 56001 if not specified + +**imu-port** (optional): +- Specifies the UDP port for receiving IMU data from the device +- Value: Integer port number +- Example: `imu-port=56002` +- Default: 56002 if not specified + ## Parameter Summary ### Mode/Stim/Affordance Parameter Values