CycloneDDS Configuration File

From Rsewiki
Revision as of 15:48, 27 May 2026 by S253734 (talk | contribs) (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.")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

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