File Underlay/SingleHostUnderlay/RealworldApp.ned

Contains:

simple RealworldApp
    parameters:
	mtu: numeric,
	parser: string;

    gates:
        in: from_udp, from_lowerTier, from_upperTier;
        out: to_udp, to_lowerTier, to_upperTier;
endsimple