-
Notifications
You must be signed in to change notification settings - Fork 3
/
sim_config.json
67 lines (67 loc) · 1.52 KB
/
sim_config.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
{
"edge": {
"edge_mac_address": [
"00:01:00:00:00:00",
"00:02:00:00:00:00",
"00:03:00:00:00:00",
"00:04:00:00:00:00",
"00:05:00:00:00:00",
"00:06:00:00:00:00"
],
"total_number": 6,
"edge_type": [
"2",
"2",
"2",
"2",
"2",
"2"
],
"edge_id": [
0,
1,
2,
3,
4,
5
],
"edge_ipv6_address": [
"100:0:200:0:300:0:400:",
"100:0:200:0:300:0:500:",
"100:0:200:0:300:0:600:",
"100:0:200:0:300:0:700:",
"100:0:200:0:300:0:800:",
"100:0:200:0:300:0:900:"
],
"edge_ipv4_address": [
"192.168.4.9",
"192.168.4.8",
"192.168.4.4",
"192.168.4.14",
"192.168.4.15",
"192.168.4.16"
],
"edge_core_number": [
4,
4,
4,
4,
4,
4
]
},
"ap_mac_address": "00:10:00:00:00:00",
"gateway": {
"gateway_id": 6,
"gateway_mac_address": "00:07:00:00:00:00",
"total_number": 6,
"gateway_ipv6_address": "100:0:200:0:300:0:300:",
"gateway_ipv4_address": "192.168.4.1",
"gateway_core_number": 4
},
"network": {
"bitrate": "6Mbps",
"type": "802.15.4",
"mode": "g"
}
}