File tree 3 files changed +5
-4
lines changed
3 files changed +5
-4
lines changed Original file line number Diff line number Diff line change @@ -13,7 +13,7 @@ OPTIONS:
13
13
-t port The port number to use for the telemetry connection. If not
14
14
specified, port 50002 is used.
15
15
-a addr The multicast address for the telemetry connection. If not
16
- specified, address 224.0.0.10 is used.
16
+ specified, address 239.100.110.210 is used.
17
17
-c port The port number to use for the controller connection. If not
18
18
specified, port 50001 is used.
19
19
Original file line number Diff line number Diff line change 18
18
19
19
#define TELEMETRY_PORT 50002
20
20
#define CONTROL_PORT 50001
21
- #define MULTICAST_ADDR "224.0.0.10 "
21
+ #define MULTICAST_ADDR "239.100.110.210 "
22
22
23
23
padstate_t state ;
24
24
Original file line number Diff line number Diff line change 8
8
telem_client [options]
9
9
10
10
OPTIONS:
11
- -a addr The multicast address to listen on.If not specified, address 224.0.0.10 is used.
11
+ -a addr The multicast address to listen on. If not specified, address
12
+ 239.100.110.210 is used.
12
13
13
14
EXAMPLES:
14
- telem_client -a 224.0.0.10
15
+ telem_client -a 239.100.110.210
You can’t perform that action at this time.
0 commit comments