<html>
  <head>

    <meta http-equiv="content-type" content="text/html; charset=utf-8">
  </head>
  <body text="#000000" bgcolor="#FFFFFF">
    Dear Spread users,<br>
    <br>
    we are using spread daemons for our distributed robot network.<br>
    We know already, that each device needs exact the same configuration
    regarding the segments, otherwise the spread daemons wont connect to
    each other.<br>
    But is there a way to not have the same segment configurations?<br>
    So lets assume the following scenario of three participants {1,2,3}.<br>
    <br>
    <b>1. is a server, which knows the participants 2 and 3</b><br>
    <i>spreadOne.conf:</i><br>
    Spread_Segment  192.168.0.255:4803 {<br>
            one               192.168.0.1<br>
    }<br>
    Spread_Segment  192.168.0.255:4803 {           <br>
            two               192.168.0.2<br>
    }<br>
    Spread_Segment  192.168.0.255:4803 {           <br>
            three               192.168.0.3<br>
    }<br>
    <br>
    <b>2. and 3. are just clients, which are allowed to talk with the
      server, but not with each other</b><br>
    <i>spreadTwo.conf:</i><br>
    Spread_Segment  192.168.0.255:4803 {           <br>
            one               192.168.0.1<br>
    }<br>
    Spread_Segment  192.168.0.255:4803 {           <br>
            two               192.168.0.2<br>
    }<br>
    <br>
    <i>spreadThree.conf:</i><br>
    Spread_Segment  192.168.0.255:4803 {           <br>
            one               192.168.0.1<br>
    }<br>
    Spread_Segment  192.168.0.255:4803 {           <br>
            three               192.168.0.3<br>
    }<br>
    <br>
    <br>
    Obviously this does not work with spread, am I right?<br>
    But if so, how can I make it work?<br>
    Is spread just comparing the hashes of the configs, and refusing
    connections, if hashes mismatch?<br>
    What happens if I remove the checks regarding the configuration
    check?<br>
    Has anyone done this before?<br>
    <br>
    Greetings,<br>
    Timo<br>
    <br>
    <pre class="moz-signature" cols="72">-- 

Timo Korthals, M.Sc.
Universität Bielefeld    
AG Kognitronik &amp; Sensorik
Exzellenzcluster Cognitive Interaction Technology (CITEC)
Inspiration 1 (Zehlendorfer Damm 199)
33619 Bielefeld - Germany

Office  : 3.037
Phone   : +49 521 106-67368
eMail   : <a class="moz-txt-link-abbreviated" href="mailto:tkorthals@cit-ec.uni-bielefeld.de">tkorthals@cit-ec.uni-bielefeld.de</a>
Internet: <a class="moz-txt-link-freetext" href="http://www.ks.cit-ec.uni-bielefeld.de/">http://www.ks.cit-ec.uni-bielefeld.de/</a></pre>
  </body>
</html>