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
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
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
>
>
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
> @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
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
Is it possible to patch GPSR in ns-2.35??
If yes can you please me the patch
Thank you
Regards
Nabin Pradhan
> @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
> @ 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
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
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
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
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
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
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
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
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
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
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
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
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
Hi every one,
can any one provide me with a link that provides GPSR implementation
for ns-2?
Thanks
Raghu.
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
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
24 matches
Mail list logo