Skip to content

Commit 43077b3

Browse files
committed
Update multicast address.
1 parent 41338da commit 43077b3

File tree

3 files changed

+5
-4
lines changed

3 files changed

+5
-4
lines changed

pad_server/src/helptext/helptext.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ OPTIONS:
1313
-t port The port number to use for the telemetry connection. If not
1414
specified, port 50002 is used.
1515
-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.
1717
-c port The port number to use for the controller connection. If not
1818
specified, port 50001 is used.
1919

pad_server/src/pad_server_main.c

+1-1
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818

1919
#define TELEMETRY_PORT 50002
2020
#define CONTROL_PORT 50001
21-
#define MULTICAST_ADDR "224.0.0.10"
21+
#define MULTICAST_ADDR "239.100.110.210"
2222

2323
padstate_t state;
2424

telem_client/src/helptext.txt

+3-2
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,8 @@ USAGE:
88
telem_client [options]
99

1010
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.
1213

1314
EXAMPLES:
14-
telem_client -a 224.0.0.10
15+
telem_client -a 239.100.110.210

0 commit comments

Comments
 (0)