File Examples/MobileAdhoc/80211/Net80211.ned
Contains:
import
"MobileHost",
"ChannelControl";
module Net80211
parameters:
numHosts: numeric const,
playgroundSizeX: numeric const,
playgroundSizeY: numeric const;
submodules:
host: MobileHost[numHosts];
display: "i=device/pocketpc_s;r=,,#707070";
channelcontrol: ChannelControl;
parameters:
playgroundSizeX = playgroundSizeX,
playgroundSizeY = playgroundSizeY;
display: "p=60,50;i=misc/sun";
configurator: FlatNetworkConfigurator;
parameters:
moduleTypes = "MobileHost",
nonIPModuleTypes = "",
networkAddress = "145.236.0.0",
netmask = "255.255.0.0";
display: "p=140,50;i=block/cogwheel_s";
connections nocheck:
endmodule
network net80211 : Net80211
endnetwork