forked from beamylabs/beamylabs-start
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathinterfaces.json
45 lines (45 loc) · 902 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
44
45
{
"default_namespace": "VirtualInterface",
"chains": [
{
"device_name": "virtual",
"namespace": "VirtualInterface",
"type": "virtual"
},
{
"type": "can",
"namespace": "ecu_A",
"device_name": "can0",
"dbc_file": "can/test.dbc"
},
{
"type": "can",
"namespace": "ecu_B",
"device_name": "can1",
"dbc_file": "can/test.dbc"
},
{
"namespace": "test_can",
"type": "udp",
"dbc_file": "can/test.dbc",
"device_name": "test_can",
"server_port": 2003,
"target_host": "127.0.0.1",
"target_port": 2004,
"fixed_payload_size": 8
}
],
"gateway": {
"gateway_pid": "gateway_pid",
"tcp_socket_port": 4040
},
"auto_config_boot_server": {
"target_port": 4000,
"server_port": 4001
},
"grpc_server": {
"port": 50051
},
"reflectors": [
]
}