Simple Module IPTrafSink

File: Applications/Generic/IPTrafGen.ned

C++ definition: click here

Consumes and prints packets received from the IP module. Compatible with both IPv4 and IPv6.

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.

Gates:

Name Direction Description
from_ip input
from_ipv6 input
to_ip output
to_ipv6 output

Source code:

simple IPTrafSink
    gates:
        in: from_ip, from_ipv6;
        out: to_ip, to_ipv6;
endsimple