[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [ns] ns - video trace



The trace file specifications for NS are: Inter-arrival time in
MICROseconds and packet length in bytes. So u can convert the millisecs to
microsecs and then use the ascii to binary conversion script.

-Ishan.

On Tue, 1 Aug 2000, athina markopoulou wrote:

> Hi all,
> 
> I try to use a video trace I have in text format (interrival time in
> msec, packetsize in bytes). I want to use Lee Breslay's conversion
> routine to convert this file to binary:
> http://www.research.att.com/~breslau/vint/trace.html
> 
> However most of my interrival times are <1msec, so of the form "0.893"
> msec etc.
> I think that if I pass my text file as input to the conversion routine,
> it will round up  interrrival times to 0 or 1. Any advice?
> 
> Thank you in advance,
> Athina Markopoulou
> 
> 
>