[ns] TENS1.2 on NS2.33 (Ubuntu 8.10)

2009-05-07 Thread Saravanan Kandasamy
Hi, I am new to NS2. Have anyone successfully installed TENS1.2 on NS2.33 running on Ubuntu 8.10 ? Need some pointers. I could be reached at svanan77[at]gmail[dot]com rgds Saravanan K

[ns] SCTP Code

2009-05-07 Thread Syed Faraz Hasan
Hello Everyone! I am starting to explore using SCTP in NS-2, I have gone through the NS manual. If some one can provide me with a starting code of SCTP, I would be very grateful. It will help me start grasping early. Thanks and Regards, Faraz

[ns] scaning interface in NS-2

2009-05-07 Thread El hadi Cherkaoui
hi all, i want to know how to recolte network information of an up interface: for exemple if we have a multinoeud interfece (wimax , umts) , i want to recolte for each interface : the RSS , SNR thanx for give me an exemple.   

[ns] Fwd: Linking C++ and OTcl

2009-05-07 Thread Abhijeet Mirikar
ns-users@ISI.EDUHello All, I am trying for linking C++ and OTcl. I have defined a HerAgent class as subclass of Agent class. I am trying to link it with parallel OTcl class as Agent/HerAgentOTcl. But I get following error whrn I followed all the procedure and tried to run a script trying to

[ns] need help: adding new c++ variable gives floating point exception.

2009-05-07 Thread Ravikant Patil
Dear NS users, I am trying to add new member variable to class class Mac802_11 : public Mac { ... ... int authcount; ... } I am initializing it in Mac802_11::Mac802_11() : and then trying to use it in member functions of class Mac802_11 but its giving me an error: -- floating point exception.

Re: [ns] Error in creating new agent

2009-05-07 Thread Usman Amin
Hi I added the following definitions in * ns-agent.tcl* Class Agent/VanetCR -superclass Agent Agent/VanetCR instproc init args { $self next $args } Agent/VanetCR set sport_ 0 Agent/VanetCR set dport_ 0 Now the following error is coming. *Error* [r...@localhost VanetCR]# ns

[ns] regarding the simulation software

2009-05-07 Thread Geetha
Dear NS-Users, Apart from NS-2, I would like to know which other simulation software would be most suited to run in cygwin or windows for simulating MANET. Looking forward for ur reply, Thanking you With Regards Geetha

[ns] 1 byte of Data (Sender)

2009-05-07 Thread LiViAn ZaH
Hello I want to know If TCP sender wants to send 1 bit of data periodically with some intervals(in which receiver will not Acknowledge those segment).how can I implemet it in TCP.CC ?   Thanks in advance for your ...reply. Livian

[ns] Receiver Advertized Window

2009-05-07 Thread LiViAn ZaH
Hello   I am novice in ns-2. I want to know the size of Receiver Advertized window --- which variable in ns-2 represnts that ? I have seen the code but still confused.   Waiting for someone's kind response. Livian