Changes between Version 12 and Version 13 of Documentation/Configuration


Ignore:
Timestamp:
Feb 4, 2010, 5:22:29 PM (15 years ago)
Author:
Christoph Mayer
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • Documentation/Configuration

    v12 v13  
    9494 * Bluetooth service discovery protocol - {{{sdp}}}
    9595
    96 All three search for bootstrapping information and allow to automatically connect to running SpoVNets. Note, that the bootstrapping mechanism is independent of the actual protocol used to join the SpoVNet. E.g. you can find a SpoVNet using SDP and then connect using IPv4 through the LAN. A bootstrap module is named using the {{{protocol{address}}}} naming.
     96All three search for bootstrapping information and allow to automatically connect to running SpoVNets. Note, that the bootstrapping mechanism is independent of the actual protocol used to join the SpoVNet. E.g. you can find a SpoVNet using SDP and then connect using IPv4 through the LAN. A bootstrap module is named using the {{{protocol{info}}}} naming. Here, {{{info}}} is used for parametrization of the bootstrapping modules. Note, that currently none of the available bootstrapping modules provides parametrization, which will change in the future, e.g. to parametrize periodic intervals.
    9797
    98 ariba.bootstrap.hints=pingpong{ip{127.0.0.1};tcp{5002};broadcast{x      xx};sdp{30s} ; mdns{ asd }}
     98If you want to use a static IP/port to connect to a node but also use mDNS:
     99{{{
     100ariba.bootstrap.hints=pingpong{ip{127.0.0.1};tcp{5002};mdns}
     101}}}
     102To only enable automatic bootstrapping modules:
     103{{{
     104ariba.bootstrap.hints=pingpong{mdns;broadcast,sdp}
     105}}}
    99106