Changes between Version 11 and Version 12 of Documentation/Configuration


Ignore:
Timestamp:
Feb 4, 2010, 5:20:04 PM (14 years ago)
Author:
Christoph Mayer
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • Documentation/Configuration

    v11 v12  
    7878== Bootstrap hints ==
    7979
     80Definition of the {{{bootstrap.hints}}} property is the same as the endpoints format but with some extensions. First, bootstrap hints are defined per SpoVNet instance, second, configuration of automatic bootstrap modules is available.
     81
     82You define the {{{bootstrap.hints}}} property using
     83{{{
     84spovnet1{,,,};spovnet2{...};
     85}}}
     86And insert the hints in the format same as the endpoints. The following defines a bootstrap hint the connect to port 5003 using tcp on the local machine:
     87{{{
     88ariba.bootstrap.hints=pingpong{ip{127.0.0.1};tcp{5002}};
     89}}}
     90
     91Ariba provides several automatic bootstrapping modules:
     92 * A periodic broadcasting protocol using IPv4 and IPv6 - {{{broadcast}}}
     93 * Multicast DNS using the Avahi library - {{{mdns}}}
     94 * Bluetooth service discovery protocol - {{{sdp}}}
     95
     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{address}}}} naming.
     97
     98ariba.bootstrap.hints=pingpong{ip{127.0.0.1};tcp{5002};broadcast{x      xx};sdp{30s} ; mdns{ asd }}
     99