Re: [ns] Request for help

2013-11-04 Thread shalom
Thanks for your reply. I followed your advice but I just include the file wireless-phyExt.h inside the file aodv.h without adding anything else and after recompiling ns2 i am getting the same error. I don't understand what is going on. -- View this message in context:

Re: [ns] How to Cross Layer AODV?

2013-08-07 Thread shalom
The following can be useful, http://wmnatupdiliman.blogspot.com/2011/02/exchanging-cross-layer-information-in.html Regards! -- View this message in context: http://network-simulator-ns-2.7690.n7.nabble.com/How-to-Cross-Layer-AODV-tp13084p27459.html Sent from the ns-users mailing list

[ns] CROSS LAYER IN NS2.34: accessing the MAC layer from Routing layer

2013-07-27 Thread shalom
Good day Dear, I am trying to access the Mac Layer from the Routing layer of AODV routing protocol using the following document (see link below). I followed all the steps but I think i have a problem with the last one, when i try to add the last step to my tcl script in order to get the right

[ns] How to add a new packet header to AODV routing protocol in NS2.34

2013-07-20 Thread shalom
Good day all, I am trying to implement a new routing metric on AODV routing protocol using ns-2.34. For this purpose i have to add a new packet header for all data packets. Going through to aodv_packet.h i noticed there are 5 packet headers (RREQ, HELLO, ERR, RREP_ACK). How can i add my

Re: [ns] help- AODV protocol

2013-07-08 Thread shalom
Hey! I think this link can be useful http://mailman.isi.edu/pipermail/ns-users/2011-September/071004.html Hope it will help! -- View this message in context: http://network-simulator-ns-2.7690.n7.nabble.com/help-AODV-protocol-tp27095p27265.html Sent from the ns-users mailing list archive

[ns] Piggyback in NS2

2013-06-25 Thread shalom
Good day all, I am trying to piggyback or combine two packets at a time and then send those packets to avoid extra routing overhead that can be caused by sending them on by one. I am using NS2.34 Regards! -- View this message in context:

[ns] SINR and SNR Computation in ns2

2013-06-18 Thread shalom
Good day all,I am trying to get the Signal to Interference and Noise Ratio (SINR) and the Signal to Noise Ratio (SNR) at the Physical layer and using a cross layer i will use them at the routing layer. any one who has an idea how i can Compute the SINR and the SNR in NS2. I am using the routing

[ns] how to add random noise in node's channel in ns2

2013-03-18 Thread shalom
Good day all, I am trying to evaluate the robustness of a quality link metric by adding some random noise to some selected nodes channel communication in wireless networks but i don't have any clue how i can do it. someone who did it before? Thanks in advance! -- View this message in

[ns] how to generate a noisy environment in ns-2.34?

2013-03-18 Thread shalom
Good day all, I am trying to evaluate the robustness of a quality link metric over a routing protocol, for that purpose i would like to generate a noisy environment network in ns-2.34. any one who has done before? Thanks in advance! -- View this message in context:

[ns] Getting error after re-installing ns-2.34

2012-11-08 Thread Shalom
Good day all, I uninstalled and re-installed ns-2.34 but when i try to run some basic tcl scripts it gives an error as segmentation fault I did google it on the internet and i didn't find the answer. any one has an idea what is going wrong? Thanks in advance! -- View this message in

[ns] How to uninstall NS-2.34 on Ubuntu

2012-11-07 Thread Shalom
Good day all, Please someone can help me to uninstall Ns-2.34. Please give me the different steps i have to do. Regards! -- View this message in context: http://old.nabble.com/How-to-uninstall-NS-2.34-on-Ubuntu-tp34652534p34652534.html Sent from the ns-users mailing list archive at

[ns] Getting error when running a tcl script after adding a new routing protocol

2012-11-06 Thread Shalom
Good afternoon Ns-users! I am trying to implement ETX (Expected Transmission Count) and IBETX (Interference Bandwidth adjusted ETX) as routing metric into the AODV routing protocol and DSDV routing protocol respectively in NS-2.34. I created another identical AODV and DSVD ad hoc routing