Добавление файлов конфигурации для SkySensor и MP550Service
This commit is contained in:
84
config/banned_ranges.json
Normal file
84
config/banned_ranges.json
Normal file
@@ -0,0 +1,84 @@
|
|||||||
|
{
|
||||||
|
"ranges": [
|
||||||
|
{
|
||||||
|
"max": 404993123,
|
||||||
|
"min": 402777013
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"max": 488584484,
|
||||||
|
"min": 420111389
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"max": 559113065,
|
||||||
|
"min": 549071634
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"max": 590394020,
|
||||||
|
"min": 581828010
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"max": 671113646,
|
||||||
|
"min": 661072214
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"max": 825534007,
|
||||||
|
"min": 784914374
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"max": 964027611,
|
||||||
|
"min": 931531905
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"max": 1097550064,
|
||||||
|
"min": 1076907893
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"max": 1217532686,
|
||||||
|
"min": 1173668071
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"max": 1529745530,
|
||||||
|
"min": 1500072408
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"max": 1790501904,
|
||||||
|
"min": 1703047870
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"max": 1903884888,
|
||||||
|
"min": 1798093759
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"max": 1982005472,
|
||||||
|
"min": 1917112535
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"max": 2174813389,
|
||||||
|
"min": 2103855925
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"max": 2397985516,
|
||||||
|
"min": 2299661838
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"max": 2696028220,
|
||||||
|
"min": 2594107498
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"max": 3627192359,
|
||||||
|
"min": 3576902218
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"max": 5215200272,
|
||||||
|
"min": 5186186730
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"max": 5397018474,
|
||||||
|
"min": 5255819232
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"max": 5967607190,
|
||||||
|
"min": 5944388619
|
||||||
|
}
|
||||||
|
]
|
||||||
|
}
|
||||||
3454
config/complex.json
Normal file
3454
config/complex.json
Normal file
File diff suppressed because it is too large
Load Diff
15
config/service_config.ini
Normal file
15
config/service_config.ini
Normal file
@@ -0,0 +1,15 @@
|
|||||||
|
[MP550]
|
||||||
|
host=192.168.11.105
|
||||||
|
port=42023
|
||||||
|
transmit_interval_ms=100
|
||||||
|
|
||||||
|
[RDMP]
|
||||||
|
host=127.0.0.1
|
||||||
|
port=55000
|
||||||
|
identity=MP550Service
|
||||||
|
keep_alive_interval_ms=9000
|
||||||
|
|
||||||
|
[Service]
|
||||||
|
autorun=false
|
||||||
|
host=192.168.11.102
|
||||||
|
port=42022
|
||||||
Reference in New Issue
Block a user