Network floodSim

File: networks/floodTest/FloodNetwork.ned

(no description)

Click below to see the network diagram and other details.

Instantiates the following module:

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

FloodNetwork (no description)

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.

Parameter values:

Name Value Comment
playgroundSizeX input(40,"playgroundSizeX")
playgroundSizeY input(40,"playgroundSizeY")
numHosts input(2,"Number of hosts:")

Source code:

network floodSim : FloodNetwork
    parameters:
        playgroundSizeX = input(40,"playgroundSizeX"),
	playgroundSizeY = input(40,"playgroundSizeY"),
        numHosts =input(2,"Number of hosts:");

endnetwork