[ns2] Ad-hockey

Network/Ns-2 | 2009/02/17 04:13 | adioshun

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/) {


2009/02/17 04:13 2009/02/17 04:13
Trackback address :: http://4ellene.net/tt/trackback/1262

Comments List

Write a comment.

[로그인][오픈아이디란?]