forked from icub-tech-iit/xcub-moveit2
-
Notifications
You must be signed in to change notification settings - Fork 0
/
cyclonedds.xml
19 lines (19 loc) · 830 Bytes
/
cyclonedds.xml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
<?xml version="1.0" encoding="UTF-8" ?>
<CycloneDDS xmlns="https://cdds.io/config" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="https://cdds.io/config https://raw.githubusercontent.com/eclipse-cyclonedds/cyclonedds/master/etc/cyclonedds.xsd">
<Domain Id="any">
<General>
<Interfaces>
<NetworkInterface address="10.0.0.136" priority="default" />
</Interfaces>
<AllowMulticast>false</AllowMulticast>
</General>
<Discovery>
<MaxAutoParticipantIndex>200</MaxAutoParticipantIndex>
<ParticipantIndex>auto</ParticipantIndex>
<Peers>
<Peer Address="10.0.0.2"/>
<Peer Address="10.0.0.136" />
</Peers>
</Discovery>
</Domain>
</CycloneDDS>