cd 000-All-examples-4/
grep cbr *
grep cbr * | wc -l // 27499 lines with `cbr´
grep CBR *
grep CBR * | wc -l // 7905 lines with CBR ( [new Agent/CBR], etc.)
Thank you sir
--
You received this message because you are subscribed to the Google Groups "Network Simulator 2 (NS2)" group.
To unsubscribe from this group and stop receiving emails from it, send an email to ns-users+unsubscribe@googlegroups.com.
To post to this group, send email to ns-u...@googlegroups.com.
Visit this group at https://groups.google.com/group/ns-users.
For more options, visit https://groups.google.com/d/optout.
Hello sir my doubt is implementation of cooperative balancing routing of wireless sensor network to mobile ad hoc network
On Jul 20, 2018 6:35 PM, "prema kashi" <kaship...@gmail.com> wrote:
>
> Thank you sir
>
> On Jul 20, 2018 6:28 PM, "knudfl" <knu...@ofir.dk> wrote:
>>
>> Hi.
>>
>> »» .. implement CBR of wireless network to Ad hoc network «« :
>> I guess so. Google, ad-hoc network example
>> https://www.google.com/webhp?hl=all&gws_rd=ssl#hl=en&q=ns2+ad-hoc+network+example
>> .... And watch examples with CBR.
>>
>> There are many examples.tcl with CBR, cbr →
>> cd 000-All-examples-4/
>> grep cbr *
>> grep cbr * | wc -l // 27499 lines with `cbr´
>>
>> grep CBR *
>> grep CBR * | wc -l // 7905 lines with CBR ( [new Agent/CBR], etc.)
>> Package with ~3000 ex = "all_tcl-examples-4.tar.xz" >> 000-All-examples-4/
>> https://drive.google.com/file/d/1QbeW9Rtr_MU0JgfJiFQF-5N-5Okv8OGK/view?usp=sharing
>> Tree https://drive.google.com/drive/folders/0B7S255p3kFXNSmRYb2lGcDRUdWs?usp=sharing
>>
>>
>>
>> On Friday, July 20, 2018 at 6:24:11 AM UTC+2, prema kashi wrote:
>>>
>>> Hello every one
>>>
>>> can I implement Cooperative balancing routing algorithm(CBR) of wireless network to Ad hoc network .
>>>
>>> with regards
>>> premala
>>
>> --
>> You received this message because you are subscribed to the Google Groups "Network Simulator 2 (NS2)" group.
>> To unsubscribe from this group and stop receiving emails from it, send an email to ns-users+u...@googlegroups.com.
cd wsn-ex-11.17/
grep CBR *
.
.
mv45.tcl:# Tcl script to make communication between nodes using AODV routing protocol and CBR traffic
mv45.tcl:#set data_interval 0.2 ;# CBR Traffic Interval
Scenario1.tcl: set cbr([expr $src + $stage]) [new Application/Traffic/CBR]
Scenario1-WSN.tcl: set cbr([expr $src + $stage]) [new Application/Traffic/CBR]
grep -R cbr * | wc // 267 lines with cbr
cd ex-manet5/
grep -R CBR * // 151 lines with CBR
grep -R cbr * | wc // 695 lines with cbr
To unsubscribe from this group and stop receiving emails from it, send an email to ns-users+unsubscribe@googlegroups.com.
To post to this group, send email to ns-u...@googlegroups.com.
Visit this group at https://groups.google.com/group/ns-users.
For more options, visit https://groups.google.com/d/optout.