Re: [ns] simple question about node direction and speed

2008-04-25 Thread brahmiNadia
Thank you Hagen Paul But really no comment about the way you replied Nadia Hagen Paul Pfeifer-2 wrote: * brahmiNadia | 2008-04-23 03:22:40 [-0700]: Hi, I need to get mobile nodes direction and the speed in C++ do anyone has an idea about that? I'm not sure if the node in

Re: [ns] important: TCP packet size

2008-04-25 Thread Levinsohn Chris M
Use the following code: # setup a tcp connection across the n8-n18 link # create a new tcp agent called tcp818 set tcp818 [new Agent/TCP] # Set the source to be node n8 $ns attach-agent $n(8) $tcp818 # create a new TCP sink agent called sink set sink818 [new Agent/TCPSink] # set the sink to be

[ns] energy model variables

2008-04-25 Thread anas abu_taleb
Hi all I am trying to access the value of the initial energy for the energy model after configuring the nodes. for example after $ns_ node-config -adhocRouting $val(rp) \ -llType $val(ll) \ -macType $val(mac) \ -ifqType $val(ifq) \ -ifqLen $val(ifqlen) \ -antType $val(ant)

[ns] Parse results

2008-04-25 Thread FERLIN,Simone
Hi, Does anybody know any tool to parse ns2 file results? I have been working with some perl-scripts and MatLab by now. tks, simone

[ns] run 802.11b in ns2

2008-04-25 Thread andrew.hy
Hi all, if i want to run 802.11b(11Mb) in ns2, do i just need to make the following changes: Mac/802_11 set bandwidth_ 11Mb Mac/802_11 set dataRate_11Mb Mac/802_11 set basicRate_ 2Mb or do i also need to change the bandwidth of the physical layer Phy/WirelessPhy

[ns] IP-Layer chained puzzle ns2 module!

2008-04-25 Thread rezi jaupi
Dear all, please help me on how to find module for IP-Layer Chained Puzzles protocol simulation. Please, do not ignore my email and answer me, really I could not continue my work and I am stuck at this point . I am waiting your reply, please answer. regards, Rezi -- View

Re: [ns] Application Layer Payload Transfer

2008-04-25 Thread Hagen Paul Pfeifer
* Sidney Doria | 2008-04-23 13:05:59 [-0300]: We know that NS-2 Transport API to Application layer does not provide a payload transfer. In NS, Transport only tells to the application: hey, a packet with nbytes has arrived. But no data is transfered to the app. I'm using UDP and I need the

Re: [ns] Not receiving data packets at agent.

2008-04-25 Thread Francisco J. Ros
Hi Maddy, On Wednesday 23 April 2008 03:55:47 Madhava N wrote: Hi all, I have written a new MANET routing protocol by reading the document of Franscisco and Pedro. I am facing a problem that data packets are not at all received by the routing Agent. The routing protocol does not receive

[ns] Ask Google is not a polished answer, isn't it?

2008-04-25 Thread Sidney Doria
Herr Hagen Pfeifer, NS2 is not easy to novice. It's normal that novice people be confusing with some questions and concepts, even network concepts. After months same people that have asked a foo question are now secure, with strong skills and helping another novices with their new foo

[ns] DSDV packets

2008-04-25 Thread Helber Wagner
Hi, All. Does anybody know how to distinguish a DATA packet from a CONTROL packet in DSDV routing protocol for MANETs? For example, I know that in AODV implementation all packets with 'ptype_' equal to PT_AODV are CONTROL packets. Thanks in advance, --- Helber Wagner da Silva

[ns] Question about sending data on AOMDV routing base Scenario

2008-04-25 Thread pejman
Dear, while i am trying to send data from a source to destination in AOMDV based link disjoint paths, at sender i have large amount of data rate but at reciever absolutly there is no recieved data(video frames). the scenario is something like this: * * * sender *

Re: [ns] Ask Google is not a polished answer, isn't it?

2008-04-25 Thread Hagen Paul Pfeifer
* Sidney Doria | 2008-04-25 15:31:39 [-0300]: Herr Hagen Pfeifer, ;) NS2 is not easy to novice. It's normal that novice people be confusing with some questions and concepts, even network concepts. After months same people that have asked a foo question are now secure, with strong skills

[ns] New PUMA version

2008-04-25 Thread Sidney Doria
Hi NS-all, I've just uploaded a new version of Puma to sourceforge at sourceforge.net/projects/puma-adhoc. Now puma.zip has a .tcl and scenario files. Puma is a multicast routing protocol more efficient than MAODV and ODMRP. Puma was designed by Ravindra Vaishampayan and implemented by me on