mirror of
https://gitee.com/dgiiot/dgiot.git
synced 2024-11-30 03:07:40 +08:00
feat: update dgiot_n206
This commit is contained in:
parent
fb4b57af37
commit
b20706e66a
@ -1,574 +0,0 @@
|
||||
{
|
||||
"type": "page",
|
||||
"body": [
|
||||
{
|
||||
"tabs": [
|
||||
{
|
||||
"body": [
|
||||
{
|
||||
"api": {
|
||||
"url": "iotapi/amis/Device/parse_objectid",
|
||||
"method": "put",
|
||||
"headers": {
|
||||
"store": "localStorage",
|
||||
"dgiotReplace": "parse_objectid"
|
||||
},
|
||||
"requestAdaptor": "return {\r\n ...api,\r\n data:{\r\n content: {...api.data.content}\r\n }\r\n}"
|
||||
},
|
||||
"body": [
|
||||
{
|
||||
"type": "divider"
|
||||
},
|
||||
{
|
||||
"mode": "horizontal",
|
||||
"name": "content.device.ap",
|
||||
"size": "",
|
||||
"type": "input-text",
|
||||
"label": "网关起始地址",
|
||||
"value": "AF000001",
|
||||
"horizontal": {
|
||||
"left": 2,
|
||||
"right": 10,
|
||||
"leftFixed": "lg"
|
||||
}
|
||||
},
|
||||
{
|
||||
"mode": "horizontal",
|
||||
"name": "content.device.ap_count",
|
||||
"size": "",
|
||||
"type": "input-number",
|
||||
"label": "网关数量",
|
||||
"value": 5000,
|
||||
"horizontal": {
|
||||
"left": 2,
|
||||
"right": 10,
|
||||
"leftFixed": "lg"
|
||||
}
|
||||
},
|
||||
{
|
||||
"min": "",
|
||||
"mode": "horizontal",
|
||||
"name": "content.device.ap_freq",
|
||||
"size": "",
|
||||
"type": "input-number",
|
||||
"label": "网关心跳周期",
|
||||
"value": 10,
|
||||
"horizontal": {
|
||||
"left": 2,
|
||||
"right": 10,
|
||||
"leftFixed": "lg"
|
||||
}
|
||||
},
|
||||
{
|
||||
"mode": "horizontal",
|
||||
"name": "content.device.zeta",
|
||||
"size": "",
|
||||
"type": "input-text",
|
||||
"label": "zeta终端起始地址",
|
||||
"value": "A0000001",
|
||||
"horizontal": {
|
||||
"left": 2,
|
||||
"right": 10,
|
||||
"leftFixed": "lg"
|
||||
}
|
||||
},
|
||||
{
|
||||
"mode": "horizontal",
|
||||
"name": "content.device.zeta_count",
|
||||
"size": "",
|
||||
"type": "input-number",
|
||||
"label": "zeta终端数量",
|
||||
"value": 0,
|
||||
"horizontal": {
|
||||
"left": 2,
|
||||
"right": 10,
|
||||
"leftFixed": "lg"
|
||||
}
|
||||
},
|
||||
{
|
||||
"mode": "horizontal",
|
||||
"name": "content.device.zeta_freq",
|
||||
"size": "",
|
||||
"type": "input-number",
|
||||
"label": "zeta终端心跳周期",
|
||||
"value": 15,
|
||||
"horizontal": {
|
||||
"left": 2,
|
||||
"right": 10,
|
||||
"leftFixed": "lg"
|
||||
}
|
||||
},
|
||||
{
|
||||
"mode": "horizontal",
|
||||
"name": "content.device.zetag",
|
||||
"size": "",
|
||||
"type": "input-text",
|
||||
"label": "zetag标签起始地址",
|
||||
"value": "7FF0BDC1",
|
||||
"horizontal": {
|
||||
"left": 2,
|
||||
"right": 10,
|
||||
"leftFixed": "lg"
|
||||
}
|
||||
},
|
||||
{
|
||||
"mode": "horizontal",
|
||||
"name": "content.device.ap_count",
|
||||
"size": "",
|
||||
"type": "input-number",
|
||||
"label": "zetag标签数量",
|
||||
"value": 1000000,
|
||||
"horizontal": {
|
||||
"left": 2,
|
||||
"right": 10,
|
||||
"leftFixed": "lg"
|
||||
}
|
||||
},
|
||||
{
|
||||
"mode": "horizontal",
|
||||
"name": "content.device.zetag_freq",
|
||||
"size": "",
|
||||
"type": "input-number",
|
||||
"label": "zetag标签心跳周期",
|
||||
"value": 15,
|
||||
"horizontal": {
|
||||
"left": 2,
|
||||
"right": 10,
|
||||
"leftFixed": "lg"
|
||||
}
|
||||
},
|
||||
{
|
||||
"mode": "horizontal",
|
||||
"name": "content.device.zetag_timetolive",
|
||||
"size": "",
|
||||
"type": "input-number",
|
||||
"label": "zeta标签发射剩余次数",
|
||||
"value": 3600,
|
||||
"horizontal": {
|
||||
"left": 2,
|
||||
"right": 10,
|
||||
"leftFixed": "lg"
|
||||
}
|
||||
}
|
||||
],
|
||||
"type": "form",
|
||||
"style": {
|
||||
},
|
||||
"title": "",
|
||||
"initApi": {
|
||||
"url": "iotapi/amis/Device/parse_objectid",
|
||||
"method": "get",
|
||||
"headers": {
|
||||
"store": "localStorage",
|
||||
"dgiotReplace": "parse_objectid"
|
||||
}
|
||||
},
|
||||
"messages": {
|
||||
},
|
||||
"autoFocus": true,
|
||||
"submitText": "终端配置提交",
|
||||
"submitOnChange": false
|
||||
}
|
||||
],
|
||||
"title": "压测终端配置"
|
||||
},
|
||||
{
|
||||
"body": [
|
||||
{
|
||||
"api": {
|
||||
"url": "iotapi/amis/Device/parse_objectid",
|
||||
"method": "put",
|
||||
"headers": {
|
||||
"store": "localStorage",
|
||||
"dgiotReplace": "parse_objectid"
|
||||
},
|
||||
"requestAdaptor": "return {\r\n ...api,\r\n data:{\r\n content: {...api.data.content}\r\n }\r\n}"
|
||||
},
|
||||
"body": [
|
||||
{
|
||||
"type": "divider"
|
||||
},
|
||||
{
|
||||
"mode": "horizontal",
|
||||
"name": "content.zeta_auth.apiKey",
|
||||
"size": "",
|
||||
"type": "input-text",
|
||||
"label": "apiKey",
|
||||
"value": "0b0a09c5f02048778f407029fc2e9b64",
|
||||
"inline": false,
|
||||
"horizontal": {
|
||||
"left": 2,
|
||||
"right": 10,
|
||||
"leftFixed": "lg"
|
||||
}
|
||||
},
|
||||
{
|
||||
"mode": "horizontal",
|
||||
"name": "content.zeta_auth.apiSecret",
|
||||
"size": "",
|
||||
"type": "input-text",
|
||||
"label": "apiSecret",
|
||||
"value": "04210502c8b047cfbb2cacf1a2c55032",
|
||||
"horizontal": {
|
||||
"left": 2,
|
||||
"right": 10,
|
||||
"leftFixed": "lg"
|
||||
}
|
||||
},
|
||||
{
|
||||
"mode": "horizontal",
|
||||
"name": "content.zeta_auth.compangCode",
|
||||
"size": "",
|
||||
"type": "input-text",
|
||||
"label": "companyCode",
|
||||
"value": "0b0a09c5f02048778f407029fc2e9b64",
|
||||
"horizontal": {
|
||||
"left": 2,
|
||||
"right": 10,
|
||||
"leftFixed": "lg"
|
||||
}
|
||||
}
|
||||
],
|
||||
"type": "form",
|
||||
"style": {
|
||||
},
|
||||
"title": "",
|
||||
"initApi": {
|
||||
"url": "iotapi/amis/Device/parse_objectid",
|
||||
"method": "get",
|
||||
"headers": {
|
||||
"store": "localStorage",
|
||||
"dgiotReplace": "parse_objectid"
|
||||
}
|
||||
},
|
||||
"messages": {
|
||||
},
|
||||
"autoFocus": true,
|
||||
"submitText": "zeta_auth配置提交",
|
||||
"submitOnChange": false
|
||||
}
|
||||
],
|
||||
"title": "zeta_auth"
|
||||
},
|
||||
{
|
||||
"body": [
|
||||
{
|
||||
"api": {
|
||||
"url": "iotapi/amis/Device/parse_objectid",
|
||||
"method": "put",
|
||||
"headers": {
|
||||
"store": "localStorage",
|
||||
"dgiotReplace": "parse_objectid"
|
||||
},
|
||||
"requestAdaptor": "return {\r\n ...api,\r\n data:{\r\n content: {...api.data.content}\r\n }\r\n}"
|
||||
},
|
||||
"body": [
|
||||
{
|
||||
"type": "divider"
|
||||
},
|
||||
{
|
||||
"mode": "horizontal",
|
||||
"name": "content.zeta.ip",
|
||||
"size": "",
|
||||
"type": "input-text",
|
||||
"label": "ip地址",
|
||||
"value": "54.238.85.125",
|
||||
"horizontal": {
|
||||
"left": 2,
|
||||
"right": 10,
|
||||
"leftFixed": "lg"
|
||||
}
|
||||
},
|
||||
{
|
||||
"mode": "horizontal",
|
||||
"name": "content.zeta_auth.port",
|
||||
"size": "",
|
||||
"type": "input-number",
|
||||
"label": "端口号",
|
||||
"value": 18486,
|
||||
"horizontal": {
|
||||
"left": 2,
|
||||
"right": 10,
|
||||
"leftFixed": "lg"
|
||||
}
|
||||
},
|
||||
{
|
||||
"mode": "horizontal",
|
||||
"name": "content.zeta.KI",
|
||||
"size": "",
|
||||
"type": "input-text",
|
||||
"label": "KI",
|
||||
"value": 1111111111111111,
|
||||
"horizontal": {
|
||||
"left": 2,
|
||||
"right": 10,
|
||||
"leftFixed": "lg"
|
||||
}
|
||||
},
|
||||
{
|
||||
"hint": "",
|
||||
"mode": "horizontal",
|
||||
"name": "content.zeta.MIC",
|
||||
"size": "",
|
||||
"type": "input-text",
|
||||
"label": "MIC",
|
||||
"value": "C426C05A",
|
||||
"horizontal": {
|
||||
"left": 2,
|
||||
"right": 10,
|
||||
"leftFixed": "lg"
|
||||
}
|
||||
},
|
||||
{
|
||||
"mode": "horizontal",
|
||||
"name": "content.zeta_server",
|
||||
"size": "",
|
||||
"type": "input-text",
|
||||
"label": "服务器名",
|
||||
"value": "zetag",
|
||||
"horizontal": {
|
||||
"left": 2,
|
||||
"right": 10,
|
||||
"leftFixed": "lg"
|
||||
}
|
||||
},
|
||||
{
|
||||
"hint": "",
|
||||
"mode": "horizontal",
|
||||
"name": "content.version",
|
||||
"size": "",
|
||||
"type": "input-text",
|
||||
"label": "版本号",
|
||||
"value": "1.9",
|
||||
"horizontal": {
|
||||
"left": 2,
|
||||
"right": 10,
|
||||
"leftFixed": "lg"
|
||||
}
|
||||
}
|
||||
],
|
||||
"type": "form",
|
||||
"style": {
|
||||
},
|
||||
"title": "",
|
||||
"initApi": {
|
||||
"url": "iotapi/amis/Device/parse_objectid",
|
||||
"method": "get",
|
||||
"headers": {
|
||||
"store": "localStorage",
|
||||
"dgiotReplace": "parse_objectid"
|
||||
}
|
||||
},
|
||||
"messages": {
|
||||
},
|
||||
"autoFocus": true,
|
||||
"submitText": "zetag指标配置提交",
|
||||
"submitOnChange": false
|
||||
}
|
||||
],
|
||||
"title": "zetag指标"
|
||||
},
|
||||
{
|
||||
"api": {
|
||||
"url": "iotapi/amis/Device/parse_objectid",
|
||||
"method": "put",
|
||||
"headers": {
|
||||
"store": "localStorage",
|
||||
"dgiotReplace": "parse_objectid"
|
||||
},
|
||||
"requestAdaptor": "return {\r\n ...api,\r\n data:{\r\n content: {...api.data.content}\r\n }\r\n}"
|
||||
},
|
||||
"body": [
|
||||
{
|
||||
"min": "",
|
||||
"mode": "horizontal",
|
||||
"name": "content.zetag_http.count",
|
||||
"size": "",
|
||||
"type": "input-number",
|
||||
"label": "数量",
|
||||
"value": 100,
|
||||
"horizontal": {
|
||||
"left": 2,
|
||||
"right": 10,
|
||||
"leftFixed": "lg"
|
||||
}
|
||||
},
|
||||
{
|
||||
"mode": "horizontal",
|
||||
"name": "content.zeta.host",
|
||||
"size": "",
|
||||
"type": "input-text",
|
||||
"label": "host地址",
|
||||
"value": "54.238.85.125",
|
||||
"horizontal": {
|
||||
"left": 2,
|
||||
"right": 10,
|
||||
"leftFixed": "lg"
|
||||
}
|
||||
},
|
||||
{
|
||||
"mode": "horizontal",
|
||||
"name": "content.zetag_http.port",
|
||||
"size": "",
|
||||
"type": "input-text",
|
||||
"label": "端口号",
|
||||
"value": "80",
|
||||
"horizontal": {
|
||||
"left": 2,
|
||||
"right": 10,
|
||||
"leftFixed": "lg"
|
||||
}
|
||||
},
|
||||
{
|
||||
"mode": "horizontal",
|
||||
"name": "content.zetag_http.time",
|
||||
"size": "",
|
||||
"type": "input-number",
|
||||
"label": "时间",
|
||||
"value": 30,
|
||||
"horizontal": {
|
||||
"left": 2,
|
||||
"right": 10,
|
||||
"leftFixed": "lg"
|
||||
}
|
||||
}
|
||||
],
|
||||
"type": "form",
|
||||
"style": {
|
||||
},
|
||||
"title": "zeta_http指标",
|
||||
"initApi": {
|
||||
"url": "iotapi/amis/Device/parse_objectid",
|
||||
"method": "get",
|
||||
"headers": {
|
||||
"store": "localStorage",
|
||||
"dgiotReplace": "parse_objectid"
|
||||
}
|
||||
},
|
||||
"messages": {
|
||||
},
|
||||
"autoFocus": true,
|
||||
"submitText": "zeta_http指标配置提交",
|
||||
"submitOnChange": false
|
||||
},
|
||||
{
|
||||
"body": [
|
||||
{
|
||||
"api": {
|
||||
"url": "iotapi/amis/Device/parse_objectid",
|
||||
"method": "put",
|
||||
"headers": {
|
||||
"store": "localStorage",
|
||||
"dgiotReplace": "parse_objectid"
|
||||
},
|
||||
"requestAdaptor": "return {\r\n ...api,\r\n data:{\r\n content: {...api.data.content}\r\n }\r\n}"
|
||||
},
|
||||
"body": [
|
||||
{
|
||||
"type": "divider"
|
||||
},
|
||||
{
|
||||
"mode": "horizontal",
|
||||
"name": "content.kafka.kafka_host",
|
||||
"size": "",
|
||||
"type": "input-text",
|
||||
"label": "host地址",
|
||||
"value": "54.238.85.125",
|
||||
"horizontal": {
|
||||
"left": 2,
|
||||
"right": 10,
|
||||
"leftFixed": "lg"
|
||||
}
|
||||
},
|
||||
{
|
||||
"mode": "horizontal",
|
||||
"name": "content.kafka.kafka_port",
|
||||
"size": "",
|
||||
"type": "input-text",
|
||||
"label": "kafka端口",
|
||||
"value": "9093",
|
||||
"horizontal": {
|
||||
"left": 2,
|
||||
"right": 10,
|
||||
"leftFixed": "lg"
|
||||
}
|
||||
},
|
||||
{
|
||||
"mode": "horizontal",
|
||||
"name": "content.kafka.mqtt_host",
|
||||
"size": "",
|
||||
"type": "input-text",
|
||||
"label": "mqtt地址",
|
||||
"value": "127.0.0.1",
|
||||
"horizontal": {
|
||||
"left": 2,
|
||||
"right": 10,
|
||||
"leftFixed": "lg"
|
||||
}
|
||||
},
|
||||
{
|
||||
"mode": "horizontal",
|
||||
"name": "content.kafka.mqtt_host",
|
||||
"size": "",
|
||||
"type": "input-text",
|
||||
"label": "mqtt端口号",
|
||||
"value": "1883",
|
||||
"horizontal": {
|
||||
"left": 2,
|
||||
"right": 10,
|
||||
"leftFixed": "lg"
|
||||
}
|
||||
},
|
||||
{
|
||||
"mode": "horizontal",
|
||||
"name": "content.zetag_http.topic",
|
||||
"size": "",
|
||||
"type": "input-text",
|
||||
"label": "topic",
|
||||
"value": "zetag-heartbeat-all",
|
||||
"horizontal": {
|
||||
"left": 2,
|
||||
"right": 10,
|
||||
"leftFixed": "lg"
|
||||
}
|
||||
},
|
||||
{
|
||||
"mode": "horizontal",
|
||||
"name": "content.kafka.password",
|
||||
"size": "",
|
||||
"type": "input-text",
|
||||
"label": "密码",
|
||||
"value": "123456",
|
||||
"horizontal": {
|
||||
"left": 2,
|
||||
"right": 10,
|
||||
"leftFixed": "lg"
|
||||
}
|
||||
}
|
||||
],
|
||||
"type": "form",
|
||||
"style": {
|
||||
},
|
||||
"title": "kafka指标",
|
||||
"initApi": {
|
||||
"url": "iotapi/amis/Device/parse_objectid",
|
||||
"method": "get",
|
||||
"headers": {
|
||||
"store": "localStorage",
|
||||
"dgiotReplace": "parse_objectid"
|
||||
}
|
||||
},
|
||||
"messages": {
|
||||
},
|
||||
"autoFocus": true,
|
||||
"submitText": "kafaka指标提交",
|
||||
"submitOnChange": false
|
||||
}
|
||||
],
|
||||
"title": "kafka指标"
|
||||
}
|
||||
],
|
||||
"type": "tabs"
|
||||
}
|
||||
]
|
||||
}
|
@ -1,67 +0,0 @@
|
||||
{
|
||||
"konva": {
|
||||
"Stage": {
|
||||
"attrs": {
|
||||
"width": 1200,
|
||||
"height": 700
|
||||
},
|
||||
"children": [
|
||||
{
|
||||
"attrs": {
|
||||
"id": "Layer_Thing"
|
||||
},
|
||||
"children": [
|
||||
{
|
||||
"attrs": {
|
||||
"id": "bg",
|
||||
"src": "/dgiot_file/knova/knova_bg.png?timestamp=1635422987361",
|
||||
"type": "bg-image",
|
||||
"width": "1200",
|
||||
"height": "700"
|
||||
},
|
||||
"className": "Image"
|
||||
},
|
||||
{
|
||||
"attrs": {
|
||||
"x": 323,
|
||||
"y": 84.95900920567532,
|
||||
"id": "f9dddd0eeb_amisBMK8t",
|
||||
"name": "amis",
|
||||
"opacity": 0.75,
|
||||
"draggable": true
|
||||
},
|
||||
"children": [],
|
||||
"className": "Label"
|
||||
},
|
||||
{
|
||||
"attrs": {
|
||||
"x": 547,
|
||||
"y": 264,
|
||||
"id": "f9dddd0eeb_texthsl01",
|
||||
"name": "thing",
|
||||
"opacity": 0.75,
|
||||
"draggable": true
|
||||
},
|
||||
"children": [],
|
||||
"className": "Label"
|
||||
},
|
||||
{
|
||||
"attrs": {
|
||||
"x": 482,
|
||||
"y": 157,
|
||||
"id": "f9dddd0eeb_textZGRWA",
|
||||
"name": "thing",
|
||||
"opacity": 0.75,
|
||||
"draggable": true
|
||||
},
|
||||
"children": [],
|
||||
"className": "Label"
|
||||
}
|
||||
],
|
||||
"className": "Layer"
|
||||
}
|
||||
],
|
||||
"className": "Stage"
|
||||
}
|
||||
}
|
||||
}
|
@ -1486,9 +1486,9 @@ dgiot_shell
|
||||
# set parameters by default value
|
||||
deployType=single # [single | cluster | devops | ci]
|
||||
domain_name="prod.iotn2n.com" # [prod.iotn2n.com | your_domain_name]
|
||||
software="dgiot_n203" # [dgiot_n203| dgiot_n]
|
||||
software="dgiot_n206" # [dgiot_n206| dgiot_n]
|
||||
plugin="dgiot" # [dgiot | dgiot_your_plugin]
|
||||
dgiotmd5="960df1e42ecae914cac9319c968e6a5c" # [dgiotmd5]
|
||||
dgiotmd5="63ede62183ec67827ae7b5aef4cc1901" # [dgiotmd5]
|
||||
pg_eip="changeyourip" # [datanode_eip]
|
||||
pg_auth='changeyourpassword' # [pg_auth]
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user