-
Notifications
You must be signed in to change notification settings - Fork 33
/
Copy pathmesh.json
118 lines (118 loc) · 2.59 KB
/
mesh.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
{
"MASTER3526": {
"details": "ZBT WG3526",
"type": "1",
"build": "2203",
"package": "ext-mesh-master",
"config": ".config_wg3526",
"image": "openwrt-ramips-mt7621-zbt-wg3526-16M-squashfs-sysupgrade.bin",
"imagepath": "/ramips/mt7621/",
"mod": "Mesh-Master-WG3526",
"ext": "-upgrade.bin",
"addons": ["readme.pdf"],
"custom": {
"wifi": {
"SSID2G": "Mesh 2G",
"SSID5G": "Mesh 5G",
"Password": "rooter2017"
},
"image": {
"Material": "header.png",
"Argon": "rosy.png",
"Tomato": "rosy.png"
},
"name": {
"model": "Mesh Master WG3526",
"hostname": "Mesh Master"
},
"files": "/Mesh/files-master/"
}
},
"NODE3526": {
"details": "ZBT WG3526",
"type": "1",
"build": "2203",
"package": "ext-mesh-node",
"config": ".config_wg3526",
"image": "openwrt-ramips-mt7621-zbt-wg3526-16M-squashfs-sysupgrade.bin",
"imagepath": "/ramips/mt7621/",
"mod": "Mesh-Node-WG3526",
"ext": "-upgrade.bin",
"addons": ["readme.pdf"],
"custom": {
"wifi": {
"SSID2G": "Mesh 2G",
"SSID5G": "Mesh 5G",
"Password": "rooter2017"
},
"image": {
"Material": "header.png",
"Argon": "rosy.png",
"Tomato": "rosy.png"
},
"name": {
"model": "Mesh Node WG3526",
"hostname": "Mesh Node"
},
"files": "/Mesh/files-node/"
}
},
"MASTERH721": {
"details": "H721",
"type": "1",
"build": "2203",
"package": "ext-mesh-master",
"config": ".config_h721",
"image": "openwrt-ramips-mt7621-dualq-h721-256m-16m-squashfs-sysupgrade.bin",
"imagepath": "/ramips/mt7621/",
"mod": "Mesh-Master-H721",
"ext": "-upgrade.bin",
"addons": ["readme.pdf"],
"custom": {
"wifi": {
"SSID2G": "Mesh 2G",
"SSID5G": "Mesh 5G",
"Password": "rooter2017"
},
"image": {
"Material": "header.png",
"Argon": "rosy.png",
"Tomato": "rosy.png"
},
"name": {
"model": "Mesh Master DualQ H721",
"hostname": "Mesh Master"
},
"files": "/Mesh/files-master/"
}
},
"NODEH721": {
"details": "H721",
"type": "1",
"build": "2203",
"package": "ext-mesh-node",
"config": ".config_h721",
"image": "openwrt-ramips-mt7621-dualq-h721-256m-16m-squashfs-sysupgrade.bin",
"imagepath": "/ramips/mt7621/",
"mod": "Mesh-Node-H721",
"ext": "-upgrade.bin",
"addons": ["readme.pdf"],
"custom": {
"wifi": {
"SSID2G": "Mesh 2G",
"SSID5G": "Mesh 5G",
"Password": "rooter2017"
},
"image": {
"Material": "header.png",
"Argon": "rosy.png",
"Tomato": "rosy.png"
},
"name": {
"model": "Mesh Node H721",
"hostname": "Mesh Node"
},
"files": "/Mesh/files-node/"
}
}
}