CycloneDDS Configuration file: Difference between revisions

From Rsewiki
(Created page with "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>")
 
No edit summary
 
Line 1: Line 1:
Back to [[Electronics]]
The IP address in NetworkInterfaceAddress must match the Ethernet IP address of the local computer.
The IP address in NetworkInterfaceAddress must match the Ethernet IP address of the local computer.
  <CycloneDDS>
  <CycloneDDS>

Latest revision as of 20:43, 28 May 2026

Back to Electronics

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>