From 8119eade5be360a504e060f69c7e0cd557f63f11 Mon Sep 17 00:00:00 2001 From: livox Date: Thu, 19 Dec 2019 17:34:15 +0800 Subject: [PATCH] format article --- Livox-SDK-Communication-Protocol.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Livox-SDK-Communication-Protocol.md b/Livox-SDK-Communication-Protocol.md index d0ff9b8..2dbf78b 100644 --- a/Livox-SDK-Communication-Protocol.md +++ b/Livox-SDK-Communication-Protocol.md @@ -556,10 +556,11 @@ request | |gw_addr | 11 | uint8_t[4] |IPV4 gateway
IP gateway is valid when ‘ip_mode’ is 0x01(Static IP)
Example: AA.BB.CC.DD
gw_addr[0]: AA
gw_addr[1]: BB
gw_addr[2]: CC
gw_addr[3]: DD

**Supported devices:**
Horizon/06.04.0000+
Tele-15/07.03.0000+ | IP Address Information: + | Device Type/Firmware version | IP Address Information | | ----------------------------------------------- | ------------------------------------------------------------ | | Livox Hub
Mid-40
| IPV4 Address
IP address is valid when ‘ip_mode’ is 0x01(Static IP)
ip_addr[0]: 192
ip_addr[1]: 168
ip_addr[2]: 1
ip_addr[3]: Range is as follows
Last bit of broadcast code:
1: 11 ~ 80
2: 81 ~ 150
3: 151 ~ 220 | -| Horizon/06.04.0000+
Tele-15/07.03.0000+
| IPV4 Address
IP address is valid when ‘ip_mode’ is 0x01(Static IP)
ip_addr[0]: 1~126 && 127~223
ip_addr[1]: 0~255
ip_addr[2]: 0~255
ip_addr[3]: 0~255 | +| Horizon/06.04.0000+
Tele-15/07.03.0000+
| IPV4 Address
IP address is valid when ‘ip_mode’ is 0x01(Static IP)
ip_addr[0]:1 ~ 126 && 127 ~ 223
ip_addr[1]: 0 ~ 255
ip_addr[2]: 0 ~ 255
ip_addr[3]: 0 ~ 255 | response