Skip to content
Eddie Kohler edited this page Oct 18, 2017 · 1 revision

ToSimTrace Element Documentation

NAME

ToSimTrace — Click element; adds trace entries to an ns2 trace file

SYNOPSIS

ToSimTrace()

Ports: One input, one output
Processing: push
Drivers: ns

DESCRIPTION

This element allows you to add trace entries to an ns2 trace file. The event id is used to set "r" (receive), "f" (forward), "D" (drop), "s" (send) or any other id. The timestamp is set to the current time. The packet length that is traced is obtained from packet->length(). Additional info is added behind the entry. This is not ns2 default behaviour, but since the packets are traced as raw at the ns2 level, ToSimTrace traces the packets as raw as well, but to distinguish you can add the packet type in additional info or use a SimPacketAnalyzer).

SEE ALSO

SimPacketAnalyzer

Generated by click-elem2man from ../../elements/ns/tosimtrace.hh:9 on 2017/10/17.

Clone this wiki locally