Simple Module SingleChannelRadio

File: contrib/nic/radios/SingleChannelRadio.ned

C++ definition: click here

(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.

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.

P2PNic

The nic (network interface card) is a compound module that contains the MAC and PHY of a host within the Mobility Framework

AlohaSnrNic

This is the easiest nic to implement "real" network behaviour. It uses the CsmaMacLayer and the SnrDecider and SnrEval modules.

NicCsma (no description)
CoreTestNic

The nic (network interface card) is a compound module that contains the MAC and PHY of a host within the Mobility Framework

Nic80211

This NIC implements an 802.11 network interface card.

GENic (no description)

Parameters:

Name Type Description
debug bool
swSleep numeric const

time parameters, how long does it take to switch to sleep mode

swSend numeric const

switch to send mode

swRecv numeric const

switch to recv mode

Source code:

simple SingleChannelRadio
    parameters:
        debug : bool,
	// time parameters, how long does it take to 
        // switch to sleep mode
	swSleep : numeric const,
        // switch to send mode
	swSend : numeric const,
        // switch to recv mode
        swRecv : numeric const;
endsimple