Ad-hockey
Ad-hockey란?
Monarch extensions to ns에 의해 사용되는 scenario 파일의 생성과 simulation trace 파일의 시각화(visualization)를 돕는 Perl/Tk 프로그램
Ad-hockey에서 재생을 위해 출력된 trace 파일(e.g. out.tr)을 로딩 전 viz-trace 프로그램으로 처리(e.g. out.tr.viz)
ad-hockey 윈도우의 크기가 적합하지 않다면, 다음의 변수를 변경. 만약 배경 이미지 파일을 사용한다면 이미지 파일의 크기에 맞게 생성
my $SCREENX = 1200;
my $SCREENY = 600;
사용법
ad-hockey [args] [<scenario file>] [<trace file>]
viz-trace <input-trace-file> <output-trace-file>
※ Teresa Yan pointed out this bug and provided the fix. ad-hockey doesn't know how to display MAC events. She updated viz-trace to remove the MAC events from the replay trace.
< if (/^[srf] /) {
> if (/^[srf] / && !/MAC/) {

Comments List