[ns] GPSR routing protocol metric calculation

2015-08-06 Thread kavita pandey
I run GPSR for 100 nodes , 250 transmission range and 1000 simulation time. But now when i am running my awk files on gpsr trace file (.tr) it is showing division by zero error and no output. I want to *calculate Throughput, Delay, PDR and overhead* . I have the awk files and they are giving cor

[ns] GPSR routing protocol

2015-08-01 Thread kavita pandey
I am running wireless-gpsr.tcl with 150 nodes and transmission range as 250m and time 1000 . It does not run completely. After *SORTING LISTS ... DONE! *It shows the message *Killed*. If i run with the same parameters but with less number of nodes , then it runs completely. I also tried with high

Re: [ns] GPSR routing problem

2014-12-21 Thread kavita pandey
i think u chk the traces on /off -topoInstance $topo \ -agentTrace ON \ -routerTrace ON \ -macTrace OFF \ -movementTrace OFF whatever u want keep that ON On Mon, Dec 22, 2014 at 10:06 AM, Nabin Pradhan wrote: > > Hi all > >

[ns] GPSR routing problem

2014-12-21 Thread Nabin Pradhan
Hi all I have installed HLS GPSR patch in ns-2.33. After running the simulation in the trace file I can see that the trace file is focused more on location than routing. Can anyone help me with this. I need more of *ROUTING INFORMATION* than LOCATION SERVICE. I need to trace how GPSR routing wo

Re: [ns] GPSR tcl code with VANET mobility

2014-11-19 Thread knudfl
> @Nabin Pradhan > GPSR tcl code with VANET mobility Please attach your "Sumo movement" file(s). If too big for attaching, the file(s) can be uploaded to 'Google Docs / Google Drive'. - -- View this message in context: http://network-simulator-ns-2.7690.n7.nabble.com/GPSR-tcl-code-with-VAN

[ns] GPSR tcl code with VANET mobility

2014-11-18 Thread Nabin Pradhan
Hi all Can anyone provide me with GPSR tcl file which includes mobilify code in it. I am generating a scenario from SUMO and feeding it in NS2. Here in NS2 I am using GPSR. The problem is how do I make a tcl file compatible with mobility that i got from SUMO and execute it in NS2. Thanking you

[ns] GPSR Patching

2014-11-14 Thread Nabin Pradhan
Is it possible to patch GPSR in ns-2.35?? If yes can you please me the patch Thank you Regards Nabin Pradhan

Re: [ns] gpsr simulation error help

2014-04-09 Thread knudfl
> @ubuntu1 > gpsr.tcl The new "gpsr.tcl" is also a "gpsr configuration file". Not a file that you can run ! Please read the file gpsr.tcl : Files.tcl are text files. Line 1 in your "gpsr.tcl" says : ""gpsr.tcl -- TCL-world *configuration of GPSR* routing for ns-2"". So it might be usable at doin

Re: [ns] gpsr simulation error help

2014-04-08 Thread knudfl
> @ ubuntu1 > when I run the gpsr.tcl The file by name "gpsr.tcl" is usually a »GPSR configuration file«. So which file.tcl is it about ? ? Please upload the file to e.g. `Google Docs'. GPSR-hls examples : gpsr-hls-examples-0113.tar.gz https://drive.google.com/file/d/0B7S255p3kFXNWnNFWnY4ZmhCN1E

[ns] GPSR tcl

2013-06-20 Thread Fatma LOUATI
Hi, I need a tcl file that simulate GPSR for ns-2.33 I tried the hls.tcl ans run.tcl files but there something wrong about them: for the first one I'm faced to flottant point exception and for the second there is no "AGT" on the trace file although I put: $ns_ node-config -agentTrace ON thkx

Re: [ns] GPSR implementation running out of memory

2013-05-12 Thread Saravanan Kandasamy
Anas, You are facing a memory leak. The effect of memory leak aggravated when you run longer simulation time, simulating larger number of nodes or both. Valgrind is good for memory leak detection. It able to show the functions and exact lines of codes that potentially causing some of the memory

[ns] GPSR implementation running out of memory

2013-05-12 Thread Anas Almajali
All, I ported GPSR implementation to ns-2 2.34. The examples that come with the implementation work fine. Some of my simulations that have small number of nodes or few events happening work fine too. However, when I increase the number of nodes above 100 nodes and have more events, the simulation

[ns] gpsr on ns2.34

2013-02-21 Thread Fatma LOUATI
hi, I'm just simulating the GPSR patch for ns-2.34. I find some intersting results: 1)for this patch, there is no localisation service used 2) the most important, the protocol doesn't consider the mobility of nodes: I simulate 2 nodes X(10,1,0) and Y(270, 1, 0) with transmission range 250m I moved

[ns] GPSR

2012-05-18 Thread shaznav
Dear all, I already have the code of Routing protocol GPSR. I am asking for other codes can anyone guide me please to links for downloading other vanet routing protocols thank you fatma HELLO Hope you are in the best of health. Can u please email me the CODE FOR GPSR I AM CURRENTLY WORKING ON T

[ns] GPSR implementation for ns 2.34

2011-05-29 Thread Ella Taha
Dear friends Hi I need the GPSR code for ns 2.34 to implement my routing protocol in VANETs. Can anybody send me the patch or any help on how to convert the code from ns2.1 to ns2.34? I already have the keliu patch but I'm not quite sure if it performs exactly as the original GPSR? Please provi

[ns] "GPSR protocol"

2011-04-09 Thread Zakia Khalfallah
Hi Friends, Who can sends to me the GPSR module ( compatible with ns2.33 or ns2.33) I download one from http://www.icir.org/bkarp/gpsr/gpsr.html but it's not compatible with those version of NS. Thanks

[ns] gpsr debug problem

2011-04-08 Thread susan su
Hello everyone, I am doing some simulation on gpsr. The source code is attached. When I compile it, I got the following information. num_nodes is set 100 warning: Please use -channel as shown in tcl/ex/wireless-mitf.tcl GPSR configuration file INITIALIZE THE LIST xListHead Loading connection pat

[ns] GPSR compile and simulation

2007-08-21 Thread mikel larrañaga negro
Dear all I want to use GPSR protocol in ns2.27. I have done all this steps that I have found in internet 1- Create a directory "gpsr" with gpsr.cc and gpsr.h in it. 2- Declare gpsr packets in common/packet.h, adding PT_GPSR and in packet.h with name_[PT_GPSR] = "GPSR" 3- The tracing support

[ns] GPSR: sending to coordinates

2006-10-30 Thread Matthias Budde
Hi, I know, this is a question about a contributed module, but since there is no list specific to GPSR, maybe someone here can help me. I'm using the GPSR Extensions and Hierarchical Location Service (http://www.cn.uni-duesseldorf.de/staff/kiess/software/hls-ns2-patch) with ns2.29.3 I would l

[ns] GPSR on ns 2.30

2006-09-27 Thread Matthias Budde
Hi, I tired to apply the GPSR patch from the contributed code section (http://www.cn.uni-duesseldorf.de/staff/kiess/software/hls-ns2-patch) onto ns 2.30. It worked fine with 2.29.3 before. When applying the patch I only get a reject concerning one line of comment, so nothing I should worry abo

Re: [ns] GPSR implementation for ns2

2006-09-04 Thread Mohadig Rousstia
Hello Raghu you can check this out: http://www.cn.uni-duesseldorf.de/staff/kiess/software/hls-ns2-patch Rgds. Mohadig Rousstia Raghu-kisore Neelisetti <[EMAIL PROTECTED]> wrote: Hi every one, can any one provide me with a link that provides GPSR implementation for ns-2? T

[ns] GPSR implementation for ns2

2006-09-04 Thread Raghu-kisore Neelisetti
Hi every one, can any one provide me with a link that provides GPSR implementation for ns-2? Thanks Raghu.

Re: [ns] GPSR & HLS extension to ns-2.29

2006-03-28 Thread Gang Lu
Thank you very much, Thomas. But I tried your codes. It always give me Segmentation Fault in ns-2.29. Could you please give me any clue? I tried gdb, but it doesnot make any sense to me at all. Looking forwards to your reply. Lu Thomas Ogilvie wrote: > Hi there, > > i have ported some

[ns] GPSR & HLS extension to ns-2.29

2006-01-25 Thread Thomas Ogilvie
Hi there, i have ported some ns2 code originally developed for ns2.1b8. GPSR (Greedy Perimeter Stateless Routing): This is a Routing protocol for mobile networks where packet forwarding is decided by the position of nodes. HLS (Hierarchical Location Service): This is a location ser