Re: [ns] NS-Users Q-process Guideline

2011-08-16 Thread Mariam A. Moustafa
Dear Tom, Thanks a lot for your important points, I encourage the point of WIKI too much..., concerning the admins or moderated, how can we reach them?! and really Greate Work @ NS3-Wiki, we hope the same here... Thanks dear, Mariam On Mon, Aug 15, 2011 at 6:16 PM, Tom Henderson

Re: [ns] NS-Users Q-process Guideline

2011-08-16 Thread Teerawat@UBC
Dear Tom, Thanks for your comments. It is quite hard to find a moderator, indeed. It would be hard to do so. I'm not quite sure how to fix the problem, except for putting [NS-ANS] tag on the subject. A lot of mail clients can do the filter and shows on the answer. In fact, what I have done

Re: [ns] NS-Users Q-process Guideline

2011-08-16 Thread Mariam A. Moustafa
On Tue, Aug 16, 2011 at 12:38 PM, Teerawat@UBC teera...@ece.ubc.ca wrote: Dear Tom, Thanks for your comments. It is quite hard to find a moderator, indeed. It would be hard to do so. I'm not quite sure how to fix the problem, except for putting [NS-ANS] tag on the subject *and useing REPLY

[ns] Agent creation problem

2011-08-16 Thread Loukman NAJDI
Hello When i have created a new agent in ns2-2.34, the make depend and make options are passed succesfully, after that when itry to run my TCL code an error occur : ns: [code omitted because of length] : invalid command name Agent/TCP/Fack while executing Agent/TCP/Fack set ss-div4_

Re: [ns] Agent creation problem

2011-08-16 Thread Fahimeh Akbari
Hi please explain your steps for defining your new agent and adding it to NS. Thanks From: Loukman NAJDI loukman.na...@utt.fr To: ns-users@ISI.EDU Sent: Tuesday, August 16, 2011 6:57 AM Subject: [ns] Agent creation problem Hello When i have created a new

Re: [ns] Agent creation problem

2011-08-16 Thread nicholas mbonimpa
Hi there, As Fahimeh said, you've most probably not gone through all the necessary steps of adding a new agent. Most importantly, you need to modify the Makefile in the ns-2.34 (or your version of ns-2) directory and include tcp-Fack.o, then run make again to create an executable for your

[ns] Scheduler error - NULL handler

2011-08-16 Thread Aslinda Hassan
Hi everyone. Currently, I'm implementing a new routing protocol for ad hoc network, and I have managed to compile it without any errors. Unfortunately, when I tried to test my protocol, I received the following error: Scheduler: attempt to schedule an event with a NULL handler. Don't do

Re: [ns] ODMRP on ns2.29

2011-08-16 Thread akwhale
please could u tell me how u made the ADMR work in Ns 2.29. i would want to do the same thing. Thanks oooh god wrote: Hi, I am running ODMRP protocol on ns2.29, The implementation works fine for admr but there is a problem in ODMRP. After a node joins the group, it seems its unable

[ns] ns2.34

2011-08-16 Thread akwhale
Please who knows how to use th Multicasting protocol (Mcast) in NS2.34. i have used the AODV for implementation in a wireless network and i want to use the mcast for the wireless network. Please do reply ... Thanks -- View this message in context:

[ns] sensor net in ns2

2011-08-16 Thread Anas
Dear NS2 users I am a master student who has been struggling to simulate wireless sensor network in NS2 but still have no success i tried ns2.34 and 2.29 the main problem is about the phenom routing agent plzz if any body have any idea about how to simulate wsn in ns2 can u help

[ns] Please Help

2011-08-16 Thread akwhale
am trying to do installation of ns2 and got this error.. does anybody know the solution..Please reply if you do.. Thanks Tcl.cc: In member function ‘int TclObject::traceVar(const char*, TclObject*)’: Tcl.cc:421: warning: deprecated conversion from string constant to ‘char*’ Tcl.cc: In static

Re: [ns] [ns-ANS] Please Help

2011-08-16 Thread Imran khan
Hi, This looks like a compiler related error. Try to install gcc4.3 and then try installation. -- Best Regards, Imran Khan Research Engineer Network and Service Architecture Lab Institute Telecom, Telecom SudParis, CNRS Lab UMR5157 9 rue Charles Fourier, 91011 Evry, France +33 (0) 6 10

Re: [ns] Agent creation problem

2011-08-16 Thread Fahimeh Akbari
Dear loukman with thanks from Nicholas, I suggest you that modify makefile.in instead of makefile, according to Nicholas help. I attached you a .pdf file that is so usefull in creating a new agent and adding it to in NS. please read the needed changes part of it that explains how to add

Re: [ns] Scheduler error - NULL handler

2011-08-16 Thread Fahimeh Akbari
Hi I had this problem in my simulations. I have been send a data packet to a NULL target (my sender node was not attached to my destination node). see scheduler.cc file in your ns directory. this error is created from there. search this error text, and see what null pointer did you used in

Re: [ns] sensor net in ns2

2011-08-16 Thread Fahimeh Akbari
Dear Anas Hi you must define a wireless node and set it's energy. see ns tutorial. it's in your ns directory, in the tutorial sub-directory. any wireless example tcl code can help you. for adding energy consumption to it see the tutorial. be lucky: Fahimeh

[ns] help with instalation

2011-08-16 Thread James
Hello, I use ubuntu 10.4 LTS and i wanted to install ns2-allinone. I have downloaded it from the official sources and i used this guide to install it http://wsnsimulators.blogspot.com/2010/06/how-to-install-ns2-with-ubuntu-1004-by.html ... the ns is working fine.but whenever i

[ns] help with installation

2011-08-16 Thread James
Hello, I use ubuntu 10.4 LTS and i wanted to install ns2-allinone. I have downloaded it from the official sources and i used this guide to install it http://wsnsimulators.blogspot.com/2010/06/how-to-install-ns2-with-ubuntu-1004-by.html ... the ns is working fine.but whenever i

[ns] Wireless mesh network simulation in ns2 2.34

2011-08-16 Thread umair ahmed
I want to know whether ns 2.34 support multiple interface and multiple radio for simulating wireless mesh network or there is some patch to be applied?And I wanna know how can I simulate routing in wireless mesh network in ns2 .?I've simulated manet routing ,is there is any sample script for

Re: [ns] Agent creation problem

2011-08-16 Thread nicholas mbonimpa
Dear Fahimeh, Thanks a lot for the correction. Kind regards, Nicholas Mbonimpa On Tue, Aug 16, 2011 at 6:20 PM, Fahimeh Akbari fahimeh...@yahoo.comwrote: Dear loukman with thanks from Nicholas, I suggest you that modify makefile.in instead of makefile, according to Nicholas help. I

Re: [ns] Agent creation problem

2011-08-16 Thread Loukman NAJDI
Thx Fahimeh and Nicholas I have modified the Makefile.in, i have added tcp/tcp-fack.o, but i have another problem : tcp/tcp-fack.o: In function `ScoreBoard::ScoreBoard(ScoreBoardNode*, int)': tcp-fack.cc:(.text._ZN10ScoreBoardC1EP14ScoreBoardNodei[ScoreBoard::ScoreBoard(ScoreBoardNode*,

Re: [ns] help with installation

2011-08-16 Thread Amna Abdul Wahid
One more thing, the step 2.0 is not needed. SUPER USER one... So please ignore that step. The final steps are 1. install ubuntu in windows from 2. download the ns all in one file http://sourceforge.net/projects/nsnam/files/allinone/ns-allinone-2.34/ 2.1. cd to the unzipped ns-allinone folder

[ns] Please Help

2011-08-16 Thread akwhale
i got this error message when installing ns2. please who knows the solutions. * Build Tclcl-1.0b11 loading cache ./config.cache No .configure file found in current