Re: [ns] help reg DSR implementation in ns-2.28

2006-03-30 Thread David Fuste
Hi Rakesh, NS2 already has one implementation of DSR (~ns2/dsr/) but if you want some help try this: http://masimum.dif.um.es/?Documents Bye! rakesh reddy wrote: >Hi, > Can anyone help me out in implementation of DSR for >wireless network. Please suggest some tutorials >related to this. >

Re: [ns] Supporting infrastructure WLANs in NS2

2006-03-17 Thread David Fuste
Hi! > David Fuste schrieb: > >> First of all, thank you very much to all...I thought the post was >> lost :) Martina, your information has been very useful. >> And second, thanks Pedro, I will look for this code in the cvs that >> partially supports

Re: [ns] Supporting infrastructure WLANs in NS2

2006-03-16 Thread David Fuste
First of all, thank you very much to all...I thought the post was lost :) Martina, your information has been very useful. And second, thanks Pedro, I will look for this code in the cvs that partially supports infrastructure WLAN simulation. If someone find it previously to my notification, pleas

Re: [ns] Supporting infrastructure WLANs in NS2

2006-03-16 Thread David Fuste
someone has performed some work in this area. Please, Does someone know about the existence of works in this area? Thank you! David Fuste wrote: > Hi all, > I just want to know if there is already support for simulating > infrastructure WLANs in NS2 or nowadays, NS2 only supports ad-hoc WLA

[ns] Supporting infrastructure WLANs in NS2

2006-03-14 Thread David Fuste
Hi all, I just want to know if there is already support for simulating infrastructure WLANs in NS2 or nowadays, NS2 only supports ad-hoc WLANs. All wireless examples in the NS2 package are based in ad-hoc WLANs, even in the wired-cum-wireless scenario, where communication between wireless nodes

Re: [ns] Problem runing wireless examples

2006-03-14 Thread David Fuste
This is not an error...only a warning. You can solve it by writing: set val(chan) Channel/WirelessChannel ... set chan_ [new $val(chan)] $ns_ node-config -channel $chan_ instead of $ns_ node-config -channel $val(chan) because it is deprecated. Bye! Mohammed Abu-Khadra wrote: > hi all, > first