File: Underlay/SingleHostUnderlay/ZeroConfigurator.ned
C++ definition: click here
Module for retrieving bootstrap nodes via Zeroconf (AVAHI connector)
Author: Bin Zheng
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.
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 |
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 |
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