forked from carlmartus/signalbroker-server
-
Notifications
You must be signed in to change notification settings - Fork 5
/
Copy pathinterfaces.json
43 lines (42 loc) · 989 Bytes
/
interfaces.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
{
"default_namespace": "VirtualCanInterface",
"chains": [
{
"type" : "can",
"namespace" : "VirtualCanInterface",
"device_name" : "vcan0",
"human_file" : "configuration/human/benchc.json"
},
{
"type": "can",
"namespace": "DiagnosticsCanInterface",
"device_name": "can0",
"dbc_file": "configuration/can/diagnostics.dbc"
},
{
"device_name": "virtual",
"namespace": "VirtualInterface",
"type": "virtual"
},
{
"namespace": "UDPCanInterface",
"type": "udp",
"human_file" : "configuration/human/benchc.json",
"device_name": "udp2",
"server_port": 2001,
"target_host": "127.0.0.1",
"target_port": 2000,
"fixed_payload_size": 8
}
],
"gateway": {
"gateway_pid": "gateway_pid",
"tcp_socket_port": 4040
},
"auto_config_boot_server": {
"port": 4000,
"server_pid": "auto_config_boot_server_pid"
},
"reflectors": [
]
}