Re: [ns] Believe it or not this medication is works well during long time.

2011-10-13 Thread fauzan prasetyo eka putra

.Hot proposal! Don’t miss this possibility! Maybe it’s your chance!  
http://cordobaforexport.com.ar/com.friend.php?reen_yahoo=71ow1



[ns] FW: Problem with AOMDV Multi-Interface Patch in ns-allinone-2.33

2011-10-13 Thread Elisabete Reis

 

Hi,

I tried to install NS-2.33-AOMDV-Multiple-Interface patch in
ns-allinone-2.33. I followed the instructions in the Mohit P. Tahiliane
blog (Paste the downloaded patch in ns-allinone-2.33 folder; Give the
following command: 
patch -p1  NS-2.33-AOMDV-Multiple-Interface.patch).
When i given ./install i had the following error:

trace/cmu-trace.o: In function `hdr_aomdv::access(Packet const*)':
cmu-trace.cc:(.gnu.linkonce.t._ZN9hdr_aomdv6accessEPK6Packet+0x7): undefined
reference to `hdr_aomdv::offset_'
collect2: ld returned 1 exit status
make: *** [ns] Error 1
Ns make failed!

Please help me in this regard.

Regards
E. Reis

 



[ns] source address

2011-10-13 Thread ziralda


please i want to access to the source address of a packet in AODV protocol, i
find the source address in IP header and RREQ message, what's the difference
between: ih-saddr() and rq-rq_src 
and which one i must use

 thanks so much for your help
-- 
View this message in context: 
http://old.nabble.com/source-address-tp32640685p32640685.html
Sent from the ns-users mailing list archive at Nabble.com.



Re: [ns] source address

2011-10-13 Thread ziralda


a help please

ziralda wrote:
 
 please i want to access to the source address of a packet in AODV
 protocol, i find the source address in IP header and RREQ message, what's
 the difference between: ih-saddr() and rq-rq_src 
 and which one i must use
 
  thanks so much for your help
 

-- 
View this message in context: 
http://old.nabble.com/source-address-tp32640685p32644119.html
Sent from the ns-users mailing list archive at Nabble.com.



[ns] save a copy of AODV

2011-10-13 Thread ziralda


hello

i want to do a modification in source code of AODV protocol, but i want also
to save a copy of this protocol before making any modification, in the case
of mishandling, i can get it

do i copy the file of source code in the same place of AODV protocol, and
rename it, and do the necessary modification 

thanks in advance
-- 
View this message in context: 
http://old.nabble.com/save-a-copy-of-AODV-tp32644257p32644257.html
Sent from the ns-users mailing list archive at Nabble.com.



[ns] save a copy of AODV

2011-10-13 Thread ziralda


hello

i want to do a modification in source code of AODV protocol, but i want also
to save a copy of this protocol before making any modification, in the case
of mishandling, i can get it

do i copy the file of source code in the same place of AODV protocol, and
rename it, and do the necessary modification 

thanks in advance
-- 
View this message in context: 
http://old.nabble.com/save-a-copy-of-AODV-tp32644255p32644255.html
Sent from the ns-users mailing list archive at Nabble.com.



Re: [ns] save a copy of AODV

2011-10-13 Thread itishi saxena



Yes, you are right you have to save original AODV before making any change, Its 
your choice either save in some folder or at the same place rename it. 
 
I hope it works for you.
 
 
From: ziralda ledern...@yahoo.fr
To: ns-users@ISI.EDU
Sent: Thursday, 13 October 2011 8:43 PM
Subject: [ns] save a copy of AODV



hello

i want to do a modification in source code of AODV protocol, but i want also
to save a copy of this protocol before making any modification, in the case
of mishandling, i can get it

do i copy the file of source code in the same place of AODV protocol, and
rename it, and do the necessary modification 

thanks in advance
-- 
View this message in context: 
http://old.nabble.com/save-a-copy-of-AODV-tp32644257p32644257.html
Sent from the ns-users mailing list archive at Nabble.com.


[ns] add a neighbor AODV

2011-10-13 Thread ziralda


please

what's the difference between: addNeighbor in Node class (file node.cc), and
void nb_insert (nsaddr_t id) in AODV protocol

thanks so much
-- 
View this message in context: 
http://old.nabble.com/add-a-neighbor-AODV-tp32645375p32645375.html
Sent from the ns-users mailing list archive at Nabble.com.



[ns] Error in installing ns-allinone-2.34

2011-10-13 Thread Ishan Nigam

The entire installation seems to work fine. The terminal displays that the
software was installed successfully and provides notices to set environment
variables for LD_LIBRARY_PATH and TCL_LIBRARY. I added these to the .bashrc
file. However, on running './validate' the system gives an error. Any help
will be much appreciated!


Re: [ns] Error in installing ns-allinone-2.34

2011-10-13 Thread ziralda


wich type of error

Ishan Nigam wrote:
 
 
 The entire installation seems to work fine. The terminal displays that the
 software was installed successfully and provides notices to set
 environment
 variables for LD_LIBRARY_PATH and TCL_LIBRARY. I added these to the
 .bashrc
 file. However, on running './validate' the system gives an error. Any help
 will be much appreciated!
 
 

-- 
View this message in context: 
http://old.nabble.com/Error-in-installing-ns-allinone-2.34-tp32647504p32648144.html
Sent from the ns-users mailing list archive at Nabble.com.



[ns] add a reputation value to a neighbor node

2011-10-13 Thread ziralda


hello

i want to add to each neighbor of a node a reputation value, please how can
i implement this

thanks in advance
-- 
View this message in context: 
http://old.nabble.com/add-a-reputation-value-to-a-neighbor-node-tp32648860p32648860.html
Sent from the ns-users mailing list archive at Nabble.com.



Re: [ns] [NS-ANS] Re: network coding in ns2

2011-10-13 Thread karellen84


Hi!

have you tried integrating the patch and compiling? does it work?
I use the gcc410 patch to install ns-allinone-2.27, then after integrating
the additional code and recompiling i get segmentation faults for the
examples provided. (i tried also reverting the patch for the ns source and
using gcc 3.4)

anybody has experienced this before?

best regards



Mubashir Rehmani wrote:
 
 
 Hi,
 
 You can find it here:
 
 *SOURCE # 1:*
 
 http://telecom.dei.unipd.it/pages/read/58/
 NS2 Simulation Code for Wireless Network Coding

 --
 --
 *G.-A. Lusilao-Zodi   voice : 0216554853
 PhD candidate in audio/video streaming
 Cell :0820687993 email: guylz...@gmail.com
 Communication research group   *
 *University of Cape Town*
 ---

 
 
 
 -- 
 Mubashir Husain Rehmani
 
 

-- 
View this message in context: 
http://old.nabble.com/network-coding-in-ns2-tp32539732p32639806.html
Sent from the ns-users mailing list archive at Nabble.com.



[ns] International Conference c3it-2012 on February 25-26, 2012

2011-10-13 Thread Arindrajit Pal

*INVITATION LETTER*

*Dear Sir/ Madam*

It gives us immense pleasure to inform you that we are planning to
organize *2nd International Conference on Computer, Communication,
Control and Information Technology (C3IT 2012) on February 25 - 26,
2012.*The primary goal of C3IT 2012 is to bring together innovative
academics, researchers and industrial experts in the field of Computer
Science, Communications, Control and Information Technology common
forum, for a constructive dialog on theoretical concepts and practical
ideas. The two day program will consist of Paper presentations, Poster
presentations, Expert talk and Panel discussion. Practicing engineers,
scientists from R  D Institutions, faculty members of engineering
colleges, research scholars and post graduate students are expected to
participate in this conference.

*IMPORTANT DATES*

Full-Paper Submission   :   31/10/2011
Notification of Acceptance :   30/11/2011
Camera-ready Paper  :   15/12/2011
Registration :   1/12/2011  to 15/12/2011
Conference  : 25 – 26 February, 2012

Many eminent experts from India and abroad are expected to
participate in the conference. We will be happy to have you as one of
the honorable participants in the conference. We shall be grateful to
receive your suggestions for the conference. I hope that you will be
able to join us as and grace the event.

Kindly note that information regarding the conference can also be
found at www.conferencealerts.com.

*It gives us immense pleasure to inform you that the Proceeding of C3IT_2012
will be published in ScienceDirect by ELSEVIER and will be available online
at www.sciencedirect.com. Brochure of C3IT-2012 is attached herewith.*

For further information and queries kindly visit the link given below:
  http://aot.edu.in/c3it/home
http://aot.edu.in/c3it/home%20

Looking forward to hear your response.

Thanking you
Yours truly,

-- 

Amitava Nag,

Arindrajit Pal

Soumadip Ghosh

Conveners, C3IT-2012

Email: *confere...@aot.edu.in
?v=bcs=whto=confere...@aot.edu.in*?v=bcs=whto=nwcms2...@gmail.com?v=bcs=whto=rvv...@gmail.com

Contact Number: 09433757172, 09433250749, 09433170697

-- 
*ARINDRAJIT PAL*
*Asst. Professor*
*Dept. of CSE*
*Academy of Technology*