Hi again, 

Sorry, in the matter of fact, the protocol DSDV shows a result too low in 
this comparation. 
Can you help me, please? 
Thank you. 
Bye, 
Anna. 

------ 

grep "message" ../dsdv0.tr | grep "^s" > dsdv_0_message_s.tr 
grep "RTR" ../dsdv0.tr | grep "^s" > dsdv_0_RTR_s.tr 

---------------- 

Em (00:41:05), [EMAIL PROTECTED] escreveu: 


>Hi, 
> 
>I want to compare MANET's overhead (AODV, DSR, DSDV and OLSR). I wrote some 
>scripts to discovery the overhead of the protocols, but the OLSR shows a 
>overhead too high, i don't know why. 
> 
>I'm considering as result of the overhead, a filter of trace: sent packets 
>with OLSR (in the line of trace) divided by sent packets with RTR. I'm not 
>considering in my trace the AGT packets. 
> 
>In other protocols, i'm considering the same way. For instance, in AODV: 
>sent packets with AODV divided by sent packets with RTR. 
> 
>Can anyone help me, please? Am i doing anything wrong? 
> 
>Thank you. 
> 
>Bye 
>---------------- 
> 
>grep "AODV" ../aodv0.tr | grep "^s" > aodv_0_AODV_s.tr 
>grep "RTR" ../aodv0.tr | grep "^s" > aodv_0_RTR_s.tr 
> 
>------ 
> 
>grep "OLSR" ../olsr0.tr | grep "^s" > olsr_0_OLSR_s.tr 
>grep "RTR" ../olsr0.tr | grep "^s" > olsr_0_RTR_s.tr 
> 
>---------- 


Reply via email to