Skip to content

Commit 8572fd1

Browse files
committed
Change port number for cross gateway transmission
1 parent d8f3d14 commit 8572fd1

12 files changed

Lines changed: 39 additions & 1 deletion

File tree

src/UserGuide/Master/Table/User-Manual/Data-Sync_timecho.md

Lines changed: 14 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -401,7 +401,20 @@ WITH SINK (
401401
'rate-limit-bytes-per-second' = '1048576' -- Maximum bytes allowed per second
402402
)
403403
```
404-
404+
**Notes: Currently supported gateway models**
405+
> For other models of network gateway devices, Please contact timechodb staff to confirm compatibility.
406+
407+
| Gateway Type | Model | Return Packet Limit | Send Limit |
408+
| ---------------------- | ------------------------------------------------------------ | ------------------- | ---------------------- |
409+
| Forward Gate | NARI Syskeeper-2000 Forward Gate | All 0 / All 1 bytes | No Limit |
410+
| Forward Gate | XJ Self-developed Diaphragm | All 0 / All 1 bytes | No Limit |
411+
| Unknown | WISGAP | No Limit | No Limit |
412+
| Forward Gate | KEDONG StoneWall-2000 Network Security Isolation Device | No Limit | No Limit |
413+
| Reverse Gate | NARI Syskeeper-2000 Reverse Direction | All 0 / All 1 bytes | Meet E Language Format |
414+
| Unknown | DPtech ISG5000 | No Limit | No Limit |
415+
| Unknown | GAP‌‌
416+
XL—GAP | No Limit | No Limit |
417+
405418
### 3.8 Encrypted Synchronization
406419

407420
IoTDB supports SSL encryption during synchronization to securely transmit data between IoTDB instances. By configuring SSL-related parameters such as the certificate path (`ssl.trust-store-path`) and password (`ssl.trust-store-pwd`), data can be protected by SSL encryption during synchronization.

src/UserGuide/Master/Tree/User-Manual/Data-Sync_timecho.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -445,6 +445,7 @@ with sink (
445445
'node-urls' = '10.53.53.53:9780', -- The URL of the data service port of the DataNode node on the target IoTDB
446446
```
447447
**Notes: Currently supported gateway models**
448+
> For other models of network gateway devices, Please contact timechodb staff to confirm compatibility.
448449
449450
| Gateway Type | Model | Return Packet Limit | Send Limit |
450451
| ---------------------- | ------------------------------------------------------------ | ------------------- | ---------------------- |

src/UserGuide/V1.3.x/User-Manual/Data-Sync_timecho.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -445,6 +445,7 @@ with sink (
445445
'node-urls' = '10.53.53.53:9780', -- The URL of the data service port of the DataNode node on the target IoTDB
446446
```
447447
**Notes: Currently supported gateway models**
448+
> For other models of network gateway devices, Please contact timechodb staff to confirm compatibility.
448449
449450
| Gateway Type | Model | Return Packet Limit | Send Limit |
450451
| ---------------------- | ------------------------------------------------------------ | ------------------- | ---------------------- |

src/UserGuide/dev-1.3/User-Manual/Data-Sync_timecho.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -445,6 +445,7 @@ with sink (
445445
'node-urls' = '10.53.53.53:9780', -- The URL of the data service port of the DataNode node on the target IoTDB
446446
```
447447
**Notes: Currently supported gateway models**
448+
> For other models of network gateway devices, Please contact timechodb staff to confirm compatibility.
448449
449450
| Gateway Type | Model | Return Packet Limit | Send Limit |
450451
| ---------------------- | ------------------------------------------------------------ | ------------------- | ---------------------- |

src/UserGuide/latest-Table/User-Manual/Data-Sync_timecho.md

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -402,6 +402,20 @@ WITH SINK (
402402
)
403403
```
404404

405+
**Notes: Currently supported gateway models**
406+
> For other models of network gateway devices, Please contact timechodb staff to confirm compatibility.
407+
408+
| Gateway Type | Model | Return Packet Limit | Send Limit |
409+
| ---------------------- | ------------------------------------------------------------ | ------------------- | ---------------------- |
410+
| Forward Gate | NARI Syskeeper-2000 Forward Gate | All 0 / All 1 bytes | No Limit |
411+
| Forward Gate | XJ Self-developed Diaphragm | All 0 / All 1 bytes | No Limit |
412+
| Unknown | WISGAP | No Limit | No Limit |
413+
| Forward Gate | KEDONG StoneWall-2000 Network Security Isolation Device | No Limit | No Limit |
414+
| Reverse Gate | NARI Syskeeper-2000 Reverse Direction | All 0 / All 1 bytes | Meet E Language Format |
415+
| Unknown | DPtech ISG5000 | No Limit | No Limit |
416+
| Unknown | GAP‌‌
417+
XL—GAP | No Limit | No Limit |
418+
405419
### 3.8 Encrypted Synchronization
406420

407421
IoTDB supports SSL encryption during synchronization to securely transmit data between IoTDB instances. By configuring SSL-related parameters such as the certificate path (`ssl.trust-store-path`) and password (`ssl.trust-store-pwd`), data can be protected by SSL encryption during synchronization.

src/UserGuide/latest/User-Manual/Data-Sync_timecho.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -445,6 +445,7 @@ with sink (
445445
'node-urls' = '10.53.53.53:9780', -- The URL of the data service port of the DataNode node on the target IoTDB
446446
```
447447
**Notes: Currently supported gateway models**
448+
> For other models of network gateway devices, Please contact timechodb staff to confirm compatibility.
448449
449450
| Gateway Type | Model | Return Packet Limit | Send Limit |
450451
| ---------------------- | ------------------------------------------------------------ | ------------------- | ---------------------- |

src/zh/UserGuide/Master/Table/User-Manual/Data-Sync_timecho.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -383,6 +383,7 @@ with sink (
383383
)
384384
```
385385
**注意:目前支持的网闸型号**
386+
> 其他型号的网闸设备,请与天谋商务联系确认是否支持。
386387
387388
| 网闸类型 | 网闸型号 | 回包限制 | 发送限制 |
388389
| ------------ | -------------------------------------------- | ----------------- | --------------- |

src/zh/UserGuide/Master/Tree/User-Manual/Data-Sync_timecho.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -441,6 +441,7 @@ with sink (
441441
)
442442
```
443443
**注意:目前支持的网闸型号**
444+
> 其他型号的网闸设备,请与天谋商务联系确认是否支持。
444445
445446
| 网闸类型 | 网闸型号 | 回包限制 | 发送限制 |
446447
| ------------ | -------------------------------------------- | ----------------- | --------------- |

src/zh/UserGuide/V1.3.x/User-Manual/Data-Sync_timecho.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -441,6 +441,7 @@ with sink (
441441
)
442442
```
443443
**注意:目前支持的网闸型号**
444+
> 其他型号的网闸设备,请与天谋商务联系确认是否支持。
444445
445446
| 网闸类型 | 网闸型号 | 回包限制 | 发送限制 |
446447
| ------------ | -------------------------------------------- | ----------------- | --------------- |

src/zh/UserGuide/dev-1.3/User-Manual/Data-Sync_timecho.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -442,6 +442,8 @@ with sink (
442442
```
443443
**注意:目前支持的网闸型号**
444444

445+
> 其他型号的网闸设备,请与天谋商务联系确认是否支持。
446+
445447
| 网闸类型 | 网闸型号 | 回包限制 | 发送限制 |
446448
| ------------ | -------------------------------------------- | ----------------- | --------------- |
447449
| 正向型 | 南瑞 Syskeeper-2000 正向型 | 全 0 / 全 1 bytes | 无限制 |

0 commit comments

Comments
 (0)