CycloneDDS Configuration File: Difference between revisions
From Rsewiki
(Created page with "<CycloneDDS> <Domain id="any"> <General> <NetworkInterfaceAddress>192.168.1.5</NetworkInterfaceAddress> <AllowMulticast>true</AllowMulticast> </General> </Domain> </CycloneDDS> The IP address in NetworkInterfaceAddress must match the Ethernet IP address of the local computer.") |
No edit summary |
||
| Line 1: | Line 1: | ||
The IP address in NetworkInterfaceAddress must match the Ethernet IP address of the local computer. | |||
<CycloneDDS> | |||
<Domain id="any"> | |||
<General> | |||
<NetworkInterfaceAddress>192.168.1.5</NetworkInterfaceAddress> | |||
<AllowMulticast>true</AllowMulticast> | |||
</General> | |||
</Domain> | |||
</CycloneDDS> | |||
Latest revision as of 15:49, 27 May 2026
The IP address in NetworkInterfaceAddress must match the Ethernet IP address of the local computer.
<CycloneDDS>
<Domain id="any">
<General>
<NetworkInterfaceAddress>192.168.1.5</NetworkInterfaceAddress>
<AllowMulticast>true</AllowMulticast>
</General>
</Domain>
</CycloneDDS>