Changes between Version 12 and Version 13 of Documentation/Configuration
- Timestamp:
- Feb 4, 2010, 5:22:29 PM (15 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Documentation/Configuration
v12 v13 94 94 * Bluetooth service discovery protocol - {{{sdp}}} 95 95 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.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{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. 97 97 98 ariba.bootstrap.hints=pingpong{ip{127.0.0.1};tcp{5002};broadcast{x xx};sdp{30s} ; mdns{ asd }} 98 If you want to use a static IP/port to connect to a node but also use mDNS: 99 {{{ 100 ariba.bootstrap.hints=pingpong{ip{127.0.0.1};tcp{5002};mdns} 101 }}} 102 To only enable automatic bootstrapping modules: 103 {{{ 104 ariba.bootstrap.hints=pingpong{mdns;broadcast,sdp} 105 }}} 99 106