-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathconfig1.json
43 lines (43 loc) · 1.47 KB
/
config1.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
[
{
"processname": "CommandCenter",
"command_socket": "tcp://127.0.0.1:5561",
"monitoring_socket": "tcp://127.0.0.1:5562"
},
{
"processname": "RTADP1",
"dataflow_type": "string",
"processing_type": "process",
"datasocket_type": "pushpull",
"data_lp_socket": "tcp://127.0.0.1:5555",
"data_hp_socket": "tcp://127.0.0.1:5556",
"command_socket": "tcp://127.0.0.1:5561",
"monitoring_socket": "tcp://127.0.0.1:5562",
"manager_result_socket_type": ["pubsub", "none"],
"manager_result_dataflow_type": ["string", "none"],
"manager_result_lp_socket": ["tcp://127.0.0.1:5563", "none"],
"manager_result_hp_socket": ["tcp://127.0.0.1:5564", "none"],
"manager_num_workers": [2, 2],
"logs_path": "/tmp/",
"logs_level": 5,
"comment": "datasockettype=pushpull|pubsub|custum dataflowtype=binary|filename|string processingtype=process|thread"
},
{
"processname": "RTADP2",
"dataflow_type": "string",
"processing_type": "process",
"datasocket_type": "pubsub",
"data_lp_socket": "tcp://127.0.0.1:5563",
"data_hp_socket": "tcp://127.0.0.1:5564",
"command_socket": "tcp://127.0.0.1:5561",
"monitoring_socket": "tcp://127.0.0.1:5562",
"manager_result_socket_type": ["none"],
"manager_result_dataflow_type": ["none"],
"manager_result_lp_socket": ["none"],
"manager_result_hp_socket": ["none"],
"manager_num_workers": [2],
"logs_path": "/tmp/",
"logs_level": 5,
"comment": "datasockettype=pushpull|pubsub|custum dataflowtype=binary|filename|string processingtype=process|thread"
}
]