-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathconfig.json
More file actions
32 lines (32 loc) · 728 Bytes
/
config.json
File metadata and controls
32 lines (32 loc) · 728 Bytes
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
{
"HFDP": {
"version": 2.0,
"wifi_name": "wlx00c0ca97c049",
"device_mac": "00:C0:CA:97:C0:49",
"HFDP_sockets": [
{
"id": 0,
"port": 10000,
"fec": true,
"fec_n": 6,
"fec_k": 4,
"target_mac": "00:C0:CA:97:EE:FD",
"direction": "input",
"buffer_size": 1024,
"socket_type": "client",
"resending": 1
},
{
"id": 1,
"port": 14550,
"fec": false,
"target_mac": "00:C0:CA:97:C0:49",
"direction": "bidirectional",
"buffer_size": 1024,
"socket_type": "client",
"resending": 2
}
],
"MAC_ADDRESSES": ["00:C0:CA:97:C0:49", "00:C0:CA:97:EE:FD"]
}
}