Simple Module ZeroConfigurator

File: Underlay/SingleHostUnderlay/ZeroConfigurator.ned

C++ definition: click here

Module for retrieving bootstrap nodes via Zeroconf (AVAHI connector)

Author: Bin Zheng

Usage diagram:

The following diagram shows usage relationships between modules, networks and channels. Unresolved module (and channel) types are missing from the diagram. Click here to see the full picture.

Used in compound modules:

If a module type shows up more than once, that means it has been defined in more than one NED file.

SingleHostUnderlay

The SingleHostUnderlay ned-file

See also: SingleHostConfigurator

Parameters:

Name Type Description
enableZeroconf bool

if true, get bootstrap nodes via Zeroconf

serviceType string

Zeroconf service type

serviceName string

Zeroconf service name

overlayType string

Zeroconf overlay type

overlayName string

Zeroconf overlay name

Source code:

simple ZeroConfigurator
    parameters:
        enableZeroconf: bool,  // if true, get bootstrap nodes via Zeroconf
        serviceType: string,   // Zeroconf service type
        serviceName: string,   // Zeroconf service name
        overlayType: string,   // Zeroconf overlay type
        overlayName: string;   // Zeroconf overlay name
    gates:
endsimple