[ns] IP Simulations in ns2

2008-02-26 Thread Mukul Shukla
Dear ns users, I want some help regarding the simulation of IP network protocols e.g. ICMP, CIDR, NAT etc. Why doesn't ns2 support IP simulations? If need to add the support for these protocols where should I start? Kindly help. Mukul Shukla INDIA

[ns] ns2 installation problem

2008-02-25 Thread Mukul Shukla
Dear ns2 users, I want to install ns2.32/ns2.31 on my laptop which is running the OS RHEL 4.0 with gcc version 3.4.3. When I run ./install it gives me error and stops compiling all-in-one package after some time. Kindly suggest me the solution. Thanking you. Mukul Shukla Astt. Prof. (IT

[ns] ns2 installation problem

2008-02-25 Thread Mukul Shukla
Dear ns2 users, I want to install ns2.32/ns2.31 on my laptop which is running the OS RHEL 4.0 with gcc version 3.4.3. When I run ./install it gives me error and stops compiling all-in-one package after some time. Kindly suggest me the solution. Thanking you. Mukul Shukla Astt. Prof. (IT

Re: [ns] Marck Grei's Tutorial

2007-09-06 Thread Mukul Shukla
rint >simply the pages... > Original-Nachricht > > Datum: 6 Sep 2007 08:12:04 - > > Von: "Mukul Shukla" <[EMAIL PROTECTED]> > > An: ns-users@ISI.EDU > > Betreff: [ns] Marck Grei\'s Tutorial > > > > > > &

[ns] Marck Grei's Tutorial

2007-09-06 Thread Mukul Shukla
  Hi All, I am new to ns2 and I am going through the tutorials given on the website. Can anybody point me to these tutorials in pdf format so that I can take a print of it. Thanking you. Mukul Shukla

Re: [ns] Problem with Backoff Timer scheduling in 802.15.4

2007-05-15 Thread mukul
Please ignore this message. The backoff timer was being rescheduled while already running because of a bug in my code. Sorry for inconvenience. Mukul Quoting [EMAIL PROTECTED]: > Hi, > > It seems that, like the CCA timer, the backoff timer (backoffT in > CsmaCA802_15_4) i

[ns] Problem with Backoff Timer scheduling in 802.15.4

2007-05-15 Thread mukul
explicitly checking if the event associated with Mac802_15_4Timer has a positive uid_ (ie is already scheduled to fire some time in future). In that case, I explictly remove the event from the scheduler before giving it again to the scheduler. Thanks Mukul

[ns] Problem with CCA in 802.15.4 code

2007-05-14 Thread mukul
tions. I think a reasonable solution is to directly call CsmaCA802_15_4::CCA_confirm(p_BUSY) from CsmaCA802_15_4::RX_ON_confirm() (rather than calling PLME_CCA_request()) if a CCA is already on (ie mac->taskP.taskStatus(TP_CCA_csmaca) is already true). Thanks Mukul

[ns] Potential problem with 802.15.4 code

2007-05-09 Thread mukul
the CSMA wait, it seems appropriate to do the CSMA wait at this step. Any comments? Thanks Mukul

[ns] [bug] overloaded RECV

2007-04-25 Thread mukul
[Bug Report] - Category: Installation Failure Package: ns 2.30 OS:Linux Environment Variables: LD_LIBRARY_PATH= TCL_LIBRARY= TK_LIBRARY= - Description: RECV is both an enum in mac/wireless-phy.h and also a #define in trace/cmu

[ns] Bug in NS2's 802.15.4 implementation?

2007-02-14 Thread mukul
_15_4::mcps_data_request function. I was wondering why the association response transaction is made to expire so soon (2*aResponseWaitTime is way smaller than macTransactionPersistenceTime). Is it a bug or there is some other explanation? Thanks, Mukul - End forwarded message -

[ns] Help AODV multiple interfaces

2006-01-31 Thread Russel Patron Mukul
Hi... i'm working on ns-2.1b9a and a patch named TeNs (The enhanced nerwork simulator) but there's no manual or something to see how ADOV with multiple interfaces work. Somebody is working with TeNs too? i appreciate your help for manual, examples or something. Thanks.