[ns] Ns schema class

2009-05-04 Thread El hadi Cherkaoui

hi all,

i search the NS schema of all the object and class can someone help me ? 



  


Re: [ns] NAM not working after ns-2.33 installation

2009-05-04 Thread Luís Barreto

Hi,

You can find the solution in the links below.

http://forums.fedoraforum.org/showthread.php?t=200711


http://forums.fedoraforum.org/showthread.php?t=206795

Regards,

Luís Barreto

On Mon, May 4, 2009 at 2:05 AM, Kanwal Gheek kanwal_ghe...@yahoo.comwrote:



 I installed ns-2.33 and everything did go ok. But after installation though
 ns was working fine, nam wasn't working. When I ran nam it gave me the
 following error -

 $ nam:
 [code omitted because of length]
 : no event type or button # or keysym
 while executing
 bind Listbox MouseWheel {
 %W yview scroll [expr {- %D / 120 * 4}] units
 }
  invoked from within
 if {[tk windowingsystem] eq classic || [tk windowingsystem] eq aqua} {
 %W yview scroll [expr {- %D}] units
 }
 bind Li...

 ---

 I found out that there is no workaround on cygwin.
 Any help in this regard will be highly appreciated.
 Thanks.
 Kanwal.








[ns] file .cc and .h for vertical handover (wimax-wlan-umts)

2009-05-04 Thread El hadi Cherkaoui

hi evryone,

can u tell me which files are implemented for a vertical handover in NS2 ?

thanx



  


Re: [ns] rtProtoBGP

2009-05-04 Thread Stephen Akandwanaho


Hi all,

I am doing a BGP simulation of its attributes. I came across rtProtoBGP.cc
which has the nitty gritty of what I actually need. But I am wondering how
to run it to see the behavior/results... DO I just run gcc then file? Is
there a way to connect it to my tcl code and nam/xgraph for it to make
sense? Why is it there anyway? it is inside ns-allinone.2.33/ns-2.33/bgp.

Thank you, I will appreciate for a rather helpful answer.

Stephen