-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathconfiguration.xml
60 lines (60 loc) · 2.1 KB
/
configuration.xml
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
<?xml version="1.0" encoding="UTF-8" ?>
<ConfigData>
<NetworkConfiguration>
<AdapterName>eth0</AdapterName>
<MaximumFrameSize>12500000</MaximumFrameSize>
<ReadTimeout>0</ReadTimeout>
<DataBuffer>1000</DataBuffer>
<RouterMacAddress>20:89:84:41:4e:d8</RouterMacAddress>
<LinkBandwidth>12500000</LinkBandwidth>
</NetworkConfiguration>
<RServerConfiguration>
<RemoteIpAddress>127.0.0.1</RemoteIpAddress>
<RemotePort>6311</RemotePort>
<SessionsCapacity>2</SessionsCapacity>
</RServerConfiguration>
<CleaningConfiguration>
<CleaningInterval>60000</CleaningInterval>
<CleaningDepth>60000</CleaningDepth>
</CleaningConfiguration>
<LoadAnalyserConfiguration>
<SmoothingThreads>2</SmoothingThreads>
<SmoothingRange>1000</SmoothingRange>
<ComputeInterval>5000</ComputeInterval>
<ComputeDepth>6000</ComputeDepth>
</LoadAnalyserConfiguration>
<PredictionAnalyserConfiguration>
<SmoothingThreads>4</SmoothingThreads>
<SmoothingRange>1000</SmoothingRange>
<ComputeInterval>10000</ComputeInterval>
<ComputeDepth>10000</ComputeDepth>
<PredictionHorizon>10000</PredictionHorizon>
<Designator>0.1</Designator>
</PredictionAnalyserConfiguration>
<RestConfiguration>
<LocalhostPort>8080</LocalhostPort>
<PathGetDataTypes>/datatype/list</PathGetDataTypes>
<PathGetDataType>/datatype/detail/:id</PathGetDataType>
<PathRemoveDataType>/datatype/delete/:id</PathRemoveDataType>
<PathWriteNewDataType>/datatype/create</PathWriteNewDataType>
<PathModifyDataType>/datatype/modify/:id</PathModifyDataType>
</RestConfiguration>
<WebServerConfiguration>
<LocalhostPort>80</LocalhostPort>
<RootPath>./web/dist</RootPath>
</WebServerConfiguration>
<PHYConfiguration>
<PhyLeftButton>15</PhyLeftButton>
<PhyRightButton>13</PhyRightButton>
<BCM_RS>5</BCM_RS>
<BCM_EN>6</BCM_EN>
<BCM_DB4>13</BCM_DB4>
<BCM_DB5>16</BCM_DB5>
<BCM_DB6>24</BCM_DB6>
<BCM_DB7>25</BCM_DB7>
<BCM_Backlight>17</BCM_Backlight>
<BCM_LED_Strip>18</BCM_LED_Strip>
<LEDsCount>15</LEDsCount>
<LEDsBrightness>100</LEDsBrightness>
</PHYConfiguration>
</ConfigData>