Hey All,
Can some one knows how to do distributed control and mobile computing using NS2 
and NS3?
Thanks


An Feng
anderson.an.f...@aol.com




-----Original Message-----
From: ns-users-request <ns-users-requ...@isi.edu>
To: ns-users <ns-users@ISI.EDU>
Sent: Fri, Feb 22, 2013 9:02 am
Subject: Ns-users Digest, Vol 110, Issue 19


Send Ns-users mailing list submissions to
        ns-users@isi.edu

To subscribe or unsubscribe via the World Wide Web, visit
        http://mailman.isi.edu/mailman/listinfo/ns-users
or, via email, send a message with subject or body 'help' to
        ns-users-requ...@isi.edu

You can reach the person managing the list at
        ns-users-ow...@isi.edu

When replying, please edit your Subject line so it is more specific
than "Re: Contents of Ns-users digest..."


Today's Topics:

   1. Re: trace file analysis in ns2 (montather aladdab)
   2. -Cs and -Nw field in trace file (Hannaneh Naghavi)
   3. Re: Ns-users Digest, Vol 110, Issue 18 (An Feng)
   4.  regarding jitter (india 2005)
   5. Re: regarding jitter (hocine saadi)
   6. gpsr on ns2.34 (Fatma LOUATI)
   7. How to generate AcK (itishi saxena)
   8. Re: How to generate AcK (itishi saxena)


----------------------------------------------------------------------

Message: 1
Date: Wed, 20 Feb 2013 18:53:23 -0800 (PST)
From: montather aladdab <mon_alad...@yahoo.com>
Subject: Re: [ns] trace file analysis in ns2
To: ns-users@isi.edu
Message-ID:
        <1361415203.5865.yahoomailclas...@web120906.mail.ne1.yahoo.com>
Content-Type: text/plain; charset=iso-8859-1

Dir hocine,
this awk to find average end to end delay for normal trace file,
# ===================================================================

# AWK Script for calculating: 

#???? => Average End-to-End Delay.

# ===================================================================

?

BEGIN {

??? seqno = -1;??? 

#??? droppedPackets = 0; 

#??? receivedPackets = 0; 

??? count = 0;

}

{

??? if($5 == "tcp" && $1 == "+" && seqno < $11) {

????????? seqno = $11;

??? } 
#?? ?else if(($4 == "AGT") && ($1 == "r"))
 {

#??????????? receivedPackets++;

#??? } else if ($1 == "D" && $7 == "tcp" && $8 > 512){

#??????????? droppedPackets++;??????????? 

#? } 

??? #end-to-end delay

??? if($5 == "tcp" && $1 == "+") {

????????? start_time[$6] = $2;

??? } else if(($5 == "tcp") && ($1 == "r")) {

??????? end_time[$11] = $2;

??? } else if($1 == "d" && $5 == "tcp") {

????????? end_time[$11] = -1;

??? } 

}

?
END {???????
 
? 
??? for(i=0; i<=seqno; i++) {

????????? if(end_time[i] > 0) {

????????????? delay[i] = end_time[i] - start_time[i];

????????????????? count++;

??????? }

??????????? else

??????????? {

????????????????? delay[i] = -1;

??????????? }

??? }

??? for(i=0; i<=seqno; i++) {

????????? if(delay[i] > 0)
 {

????????????? n_to_n_delay = n_to_n_delay + delay[i];

??????? }???????? 

??? }

?? n_to_n_delay = n_to_n_delay/count;

?

??? print "\n";

?? #print "GeneratedPackets??????????? = " seqno+1;

?? #print "ReceivedPackets???????????? = " receivedPackets;

? ? #print "Packet Delivery Ratio????? = " receivedPackets/(seqno+1)*100 "%";

??? #print "Total Dropped Packets = " droppedPackets;

??? print "Average End-to-End Delay??? = " n_to_n_delay * 1000 " ms";

??? print
 "\n";

}

thanks,
muntadher isam


------------------------------

Message: 2
Date: Thu, 21 Feb 2013 13:23:17 +1000
From: Hannaneh Naghavi <hannaneh.nagh...@student.qut.edu.au>
Subject: [ns] -Cs and -Nw field in trace file
To: "ns-users@isi.edu" <ns-users@isi.edu>
Message-ID: <cd4bd045.696d%hannaneh.nagh...@student.qut.edu.au>
Content-Type: text/plain; charset="utf-8"

Hello,
My simulation scenario is a wireless network with n static nodes which they 
broadcast a packet. I use 802_11Ext for physical and Mac Layer, PBC agent and 
new Trace format
I have 2 problem:

 1.  "Segmentation fault: 11" when I set nodes more than 1 !
 2.  I do not know what  does "%d" and "Gj" means in Nw field and what is ?Cs 
field in trace file

s? -?t 0.008102370? -?Hs 17? -?Hd? -?1? -?Ni 17? -?Nx 34.00? -?Ny 10.00? -?Nz 
0.00? -?Ne? -?1.000000? -?Nl MAC? -?Cs 177743394? -?Nw? %?d?. -?Ma 0? -?Md 
ffffffff? -?Ms 11? -?Mt 0? -?Is 17.0? -?Id? -?1.0? -?It PBC? -?Il 1028? -?If 0? 
-?Ii 0? -?Iv 32? ?
s? -?t 0.008102370? -?Hs 17? -?Hd? -?1? -?Ni 17? -?Nx 34.00? -?Ny 10.00? -?Nz 
0.00? -?Ne? -?1.000000? -?Nl PHY? -?Cs 177743394? -?Nw?  -?Ma 0? -?Md ffffffff? 
-?Ms 11? -?Mt 0? -?Is 17.0? -?Id? -?1.0? -?It PBC? -?Il 1028? -?If 0? -?Ii 0? 
-?Iv 32? ?
r? -?t 0.008810377? -?Hs 16? -?Hd? -?1? -?Ni 16? -?Nx 32.00? -?Ny 10.00? -?Nz 
0.00? -?Ne? -?1.000000? -?Nl MAC? -?Cs 177743394? -?Nw? ????Gj?? -?Ma 0? -?Md 
ffffffff? -?Ms 11? -?Mt 0? -?Is 17.0? -?Id? -?1.0? -?It PBC? -?Il 1000? -?If 0? 
-?Ii 0? -?Iv 32? ?
r? -?t 0.008810377? -?Hs 18? -?Hd? -?1? -?Ni 18? -?Nx 36.00? -?Ny 10.00? -?Nz 
0.00? -?Ne? -?1.000000? -?Nl MAC? -?Cs 177743394? -?Nw? ????Gj?? -?Ma 0? -?Md 
ffffffff? -?Ms 11? -?Mt 0? -?Is 17.0? -?Id? -?1.0? -?It PBC? -?Il 1000? -?If 0? 
-?Ii 0? -?Iv 32? ?

Would you please help me.

Regards,
Hannaneh

------------------------------

Message: 3
Date: Wed, 20 Feb 2013 23:46:10 -0500 (EST)
From: An Feng <anderson.an.f...@aol.com>
Subject: Re: [ns] Ns-users Digest, Vol 110, Issue 18
To: ns-users@isi.edu
Message-ID: <8cfde058105f64d-13f4-22...@webmail-m142.sysops.aol.com>
Content-Type: text/plain; charset="us-ascii"

Hello Can some one help me to get the NS2 and NS3 formation (software nano 
structures) schematics files. I want to update a little to make UWB radar 
protocol and the latest IEEE 803.1 protocol available in NS.
Thanks!


An Feng
anderson.an.f...@aol.com




-----Original Message-----
From: ns-users-request <ns-users-requ...@isi.edu>
To: ns-users <ns-users@ISI.EDU>
Sent: Thu, Feb 21, 2013 9:01 am
Subject: Ns-users Digest, Vol 110, Issue 18


Send Ns-users mailing list submissions to
        ns-users@isi.edu

To subscribe or unsubscribe via the World Wide Web, visit
        http://mailman.isi.edu/mailman/listinfo/ns-users
or, via email, send a message with subject or body 'help' to
        ns-users-requ...@isi.edu

You can reach the person managing the list at
        ns-users-ow...@isi.edu

When replying, please edit your Subject line so it is more specific
than "Re: Contents of Ns-users digest..."


Today's Topics:

   1. retransmitted packets count in ns2 (abinaya rajendhiran)
   2. how to estimate transmission failure in 802.11.cc? (shiny)
   3. trace file analysis in ns2 (abinaya rajendhiran)
   4. Re: trace file analysis in ns2 (hocine saadi)
   5. reference distance for Shadowing propagation model
      (Behnaz Bostanipour)
   6. Deadline extension: ICWMC 2013 || July 21 - 26, 2013 - Nice,
      France (Cristina Pascual)


----------------------------------------------------------------------

Message: 1
Date: Wed, 20 Feb 2013 09:31:14 +0530
From: abinaya rajendhiran <rabia...@gmail.com>
Subject: [ns] retransmitted packets count in ns2
To: ns-users <ns-users@isi.edu>
Cc: anjali s <anjali.sati...@gmail.com>,        thiru kumaran
        <kumaran.sati...@gmail.com>
Message-ID:
        <CABgOwYktOn2Q=mx6gd-ezolz7umoa_cq4glh354e-9fwkob...@mail.gmail.com>
Content-Type: text/plain; charset=ISO-8859-1

hi,
  can anyone tell how to find number of retransmitted packets due to
timeout from trace file (or) from tcp.cc in ns2.34...plz do help me its
urgent!!!!
-- 
Reagards.,
R.Abinaya,B.Tech,(M.E)


------------------------------

Message: 2
Date: Wed, 20 Feb 2013 10:45:54 +0530
From: shiny <shiny....@gmail.com>
Subject: [ns] how to estimate transmission failure in 802.11.cc?
To: ns-users@isi.edu, ns-users-requ...@isi.edu
Message-ID:
        <CAMaRH=QAaF3_=jrmvmw1ynaj8x9zs+sh96nfwe4adom1txk...@mail.gmail.com>
Content-Type: text/plain; charset=ISO-8859-1

hi all,

Anybody know how to estimate transmission failure in mac layer?


-- 
With Regards,
John Shiny.J


------------------------------

Message: 3
Date: Wed, 20 Feb 2013 12:04:30 +0530
From: abinaya rajendhiran <rabia...@gmail.com>
Subject: [ns] trace file analysis in ns2
To: ns-users <ns-users@isi.edu>
Message-ID:
        <CABgOwY=9idxzkbid4k1gxywz--6huwaoxcu0fvgy+fuhkat...@mail.gmail.com>
Content-Type: text/plain; charset=ISO-8859-1

how to make row and column comparison in trace file of ns2
using awk script???
-- 
Reagards.,
R.Abinaya,B.Tech,(M.E)


------------------------------

Message: 4
Date: Wed, 20 Feb 2013 09:24:26 +0100
From: hocine saadi <hlim.nar...@gmail.com>
Subject: Re: [ns] trace file analysis in ns2
To: abinaya rajendhiran <rabia...@gmail.com>
Cc: ns-users <ns-users@isi.edu>
Message-ID:
        <CAF=zvsmnjqro1qjp-atm2nw7yfo+1vstybyjii4nt8zuegd...@mail.gmail.com>
Content-Type: text/plain; charset=windows-1252

i have the same probleme so can one give us an exemple ,
how can i calculate end to end delay using the trace file and tracing the
graph

2013/2/20 abinaya rajendhiran <rabia...@gmail.com>

>
> how to make row and column comparison in trace file of ns2
> using awk script???
> --
> Reagards.,
> R.Abinaya,B.Tech,(M.E)
>



-- 
Hocine Saadi
Charg? d??tudes au CERIST (CEntre de Recherche en l'Information
Scientifique et Technique)
Division Th?orie et Ing?nierie des Syst?mes Informatiques (DTISI)
03, Rue fr?res Aissiou - Ben Aknoun - Alger
Ing?nieur en Informatique (USTHB)


------------------------------

Message: 5
Date: Wed, 20 Feb 2013 12:14:38 +0100
From: Behnaz Bostanipour <behnaz.bostanip...@unil.ch>
Subject: [ns] reference distance for Shadowing propagation model
To: "ns-users@ISI.EDU" <ns-users@isi.edu>
Message-ID: <26ad07d8-c277-4fac-ba33-9ba33ecb2...@unil.ch>
Content-Type: text/plain;       charset=us-ascii

Hello,

By default the reference distance for shadowing model is 1. Which I suppose is 
1meter. I read the manual but it is not still clear to me how we choose 
distance? and How does it influence the reception power.

Thanks for your reply in advance,
Behnaz

------------------------------

Message: 6
Date: Wed, 20 Feb 2013 17:54:00 +0100
From: Cristina Pascual<cris.pascual.gonza...@gmail.com>
Subject: [ns] Deadline extension: ICWMC 2013 || July 21 - 26, 2013 -
        Nice,   France
To: ns-users@isi.edu
Message-ID: <201302201654.r1kgrx0l018...@smtp.upv.es>
Content-Type: text/plain; charset=us-ascii


INVITATION:

=================
Please consider to contribute to and/or forward to the appropriate groups the 
following opportunity to submit and publish original scientific results to 
ICWMC 

2013.

The submission deadline is March 12, 2013.

Authors of selected papers will be invited to submit extended article versions 
to one of the IARIA Journals: http://www.iariajournals.org
=================


============== ICWMC 2013 | Call for Papers ===============

CALL FOR PAPERS, TUTORIALS, PANELS

ICWMC 2013, The Ninth International Conference on Wireless and Mobile 
Communications

July 21 - 26, 2013 - Nice, France


General page: http://www.iaria.org/conferences2013/ICWMC13.html

Call for Papers: http://www.iaria.org/conferences2013/CfPICWMC13.html

- regular papers
- short papers (work in progress)
- posters
- ideas

Submission page: http://www.iaria.org/conferences2013/SubmitICWMC13.html

Submission deadline: March 12, 2013

Sponsored by IARIA, www.iaria.org
Extended versions of selected papers will be published in IARIA Journals:  
http://www.iariajournals.org
Print proceedings will be available via Curran Associates, Inc.: 
http://www.proceedings.com/9769.html
Articles will be archived in the free access ThinkMind Digital Library: 
http://www.thinkmind.org

Please note the Poster and Work in Progress options.

The topics suggested by the conference can be discussed in term of concepts, 
state of the art, research, standards, implementations, running experiments, 
applications, and industrial case studies. Authors are invited to submit 
complete unpublished papers, which are not under review in any other conference 
or journal in the following, but not limited to, topic areas.

All tracks are open to both research and industry contributions, in terms of 
Regular papers, Posters, Work in progress, Technical/marketing/business 
presentations, Demos, Tutorials, and Panels.

Before submission, please check and comply with the Editorial rules: 
http://www.iaria.org/editorialrules.html


ICWMC 2013 Topics (topics and submission details: see CfP on the site)

Wireless Communications Basics

   Coding & modulation & equalization; Channel modeling and characterization; 
Equalization/Synchronization; Transform-domain communication; Multiple access 
algorithms and schemes; Antenna and RF subsystems; Smart antennas, adaptive 
antennas, MIMO and beam forming; MIMO and OFDM Based PHY Layer technologies; 
CDMA Systems

Radio Interfaces and Systems

   Radio communications systems; Radio resource management; Radio transmission 
technologies; Power and interference control; Interference Cancellation for 
Wireless Mobile Systems; Power management for small terminals; Energy map; 
Channel Measurement and Characterization

Spectrum Allocation and Management

   Spectrum efficiency analyses; Dynamic spectrum access networks; Spectrum 
management; Interference mitigation and management techniques
Circuits for Wireless Communications

   Wireless ASICs; Wireless technologies; RF Design issues

Wireless and Mobility

   Mobility management; Location-based services and positioning; Micro and 
macro-mobility; Mobility, location and handoff management; Mobile and wireless 
IP; Wireless broadband mobile access; Routing in multihop, ad hoc and sensor 
networks; Wireless multicasting; Wireless mesh networks; Topology control in 
wireless

Protocols for wireless and mobility

   Wireless protocols, architectural and design concepts; Protocols for air 
interfaces and networks; Wireless MAC protocols: Design and analysis; Transport 
layer issues in mobile and wireless networks; Middleware for handhelds and 
mobile services nodes; Proxies and middleware for wireless networks
Traffic and congestion control, QoS, Resource Management

   Traffic Modeling and Analysis; 3G/4G Bandwidth on Demand; QoS and mobility; 
End-to-end QoS; QoS profiling and pricing; Traffic Engineering; Congestion and 
admission control
Wireless and mobile technologies

   Micro-mobility and macro-mobility; Wireless LANs; Home and Personal Area 
Networks: Bluetooth, ZigBeee, etc; Wireless MANs:802.16, 802.20; Wireless WANs: 
2G/3G/4G; Mobile ad hoc networks and multi-hop wireless; Sensor networks and 
applications; Ultra-wideband and short-range networks; High altitude platforms 
and satellites; Emergency wireless communications; Wireless real-time 
communications; RFID systems (including readers and transponders in LF, HF and 
UHF bands)

Performance Evaluation, Simulation and Modeling of wireless networks and systems

   Performance and QoS in wireless networks; Radio channel modeling (wave 
propagation and measurements); Mobile/wireless networks modeling and 
simulation; 

Performance of end-to-end protocols over wireless networks
Management of wireless and mobile networks

   Mobility and QoS management; Billing technologies and tools; Policy Based 
Management in wireless LANS and MANs; Wireless and Mobile Network Planning; 
Mobile Database Access and Design

Security in wireless and mobile environment

   Security and robustness in wireless networks; Privacy, Authentication 
Authorization and Accounting  (AAA); Encryption and Cryptography; Key 
Management 

Protocols; Digital Rights Management and Multimedia Protection

Networks convergence and integration

   2G/3G/4G integration; Convergence of 3G wireless and Internet cross-layer 
design in wireless networks; WLAN/3G/4G integration; Wireless-wireline 
convergence; Heterogeneous Networks (WAN, Wireless MAN, WLAN); IP Multimedia 
subsystems (IMS); Next Generation Network Architecture- mobility issues; 
Coexistence of mobile radio networks; End to End QoS in Heterogeneous 
environment; Signaling for integrated wireline/wireless networks
Applications and services based on wireless infrastructures

   Mobile & Wireless applications & services; Service discovery: protocols and 
frameworks; Personalized services and applications; Audio-visual and mobile 
multimedia applications; Media and content distribution over wireless networks
Standardization and regulations

   Position on standards & fora on wireless and mobile networks; Wireless 
Networks Standards and Protocols; Communications regulations; 802.11 WLAN 
Standards; 802.16 WMAN Standards; 3GPP and 3GPP2 standards; HSDPA Technology 
and 

Standards; Next Generation Network standards
Design and  implementation

   Emerging wireless technologies; Cross-layer optimizations in wireless 
networks; Design and implementation of mobile information systems; Software 
defined radio and re-configurability; Joint PHY/MAC design
Wireless and mobile network deployment

   Business models on wireless networks; Market trends and regional 
developments; M-commerce; Lessons learnt for wireless deployment in schools 
Lessons learnt for wireless deployment in special regions; Specialized wireless 
networks; Heterogeneous wireless network deployment (e.g., combining 802.11, 
802.16 and 3G networks)

Cooperative and Cognitive Vehicular Networks

   Architectures and platforms of cognitive vehicular network; Distributed 
artificial intelligence techniques for cognitive networks; Cognitive vehicular 
routing metrics and supporting protocols; Reduced complexity cognitive 
networks; 

Physical and MAC layer issues; Protocols design for cognitive vehicular 
networks; Cross-layer optimization in cognitive networks; Security issues for 
vehicular and cognitive networks; Testbed experiment, applications and new 
advances; Cooperative vehicular networks; QoS provisioning in heterogeneous 
networks ; Managing vertical handover; Multihoming; IPv6 GeoNetworking; 
Vehicular network architectures and protocols ; Cross-layer design and 
optimization for vehicular networks and cognitive networks; Mobility management 
and topology control; Standardization and Development of vehicular networks

Convergence and social mobility

   Convergence of mobile networks with the Web 2.0; Convergence on architecture 
and services; Open service capabilities; Open exposure of telco capabilities; 
Open Web APIs, SOA and SDP); Interworking strategies; Mobile terminals as 
sources for User-generated content; Architecture and services for 
user-generated 

content; Auto-description and metadata synthesis for telecom-generated for 
user-generated content; Social mobile networks; User behavior profiling; Social 
connections (social graphs, contacts, etc); Services and 
architectures/solutions 

for social mobile services

-----------------------------------------------------------------------------
Committee: http://www.iaria.org/conferences2013/ComICWMC13.html
================================================ 



------------------------------

_______________________________________________
Ns-users mailing list
Ns-users@isi.edu
http://mailman.isi.edu/mailman/listinfo/ns-users


End of Ns-users Digest, Vol 110, Issue 18
*****************************************

 


------------------------------

Message: 4
Date: Thu, 21 Feb 2013 11:35:36 +0530
From: india 2005 <india3...@gmail.com>
Subject: [ns]  regarding jitter
To: ns-users <ns-users@isi.edu>
Message-ID:
        <camlbjeg-syte00gohha-cglqyrke2fdp5khhxwvuu1g_8rb...@mail.gmail.com>
Content-Type: text/plain; charset=ISO-8859-1

hi could any one please tell me to calculate jitter for wireless networks .


------------------------------

Message: 5
Date: Thu, 21 Feb 2013 09:04:34 +0100
From: hocine saadi <hlim.nar...@gmail.com>
Subject: Re: [ns] regarding jitter
To: india 2005 <india3...@gmail.com>
Cc: ns-users <ns-users@isi.edu>
Message-ID:
        <CAF=zvsn7jrt07lodybqrdgoth8v-bkg1oq9xbs1mxo_utrl...@mail.gmail.com>
Content-Type: text/plain; charset=windows-1252

heloo

i wana also calculate jitter for wireless networks ,can you help us

2013/2/21 india 2005 <india3...@gmail.com>

>
> hi could any one please tell me to calculate jitter for wireless networks .
>



-- 
Hocine Saadi
Charg? d??tudes au CERIST (CEntre de Recherche en l'Information
Scientifique et Technique)
Division Th?orie et Ing?nierie des Syst?mes Informatiques (DTISI)
03, Rue fr?res Aissiou - Ben Aknoun - Alger
Ing?nieur en Informatique (USTHB)


------------------------------

Message: 6
Date: Thu, 21 Feb 2013 22:28:36 +0100
From: Fatma LOUATI <fatma.lou...@gmail.com>
Subject: [ns] gpsr on ns2.34
To: ns-users@isi.edu
Message-ID:
        <CAJC6rRxFz97=a2xle3d3gb20qpbx5b8bajazdm4ye-cocrw...@mail.gmail.com>
Content-Type: text/plain; charset=ISO-8859-1

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 the Y to the range of X but Y still don't receive data sent from X
so can anyone tell me what to do because I need to make simulation with
mobile nodes
thkx


------------------------------

Message: 7
Date: Fri, 22 Feb 2013 06:41:34 +0800 (SGT)
From: itishi saxena <itish...@yahoo.com>
Subject: [ns] How to generate AcK
To: Saravanan Kandasamy <svana...@gmail.com>,   "mohit.ni...@yahoo.com"
        <mohit.ni...@yahoo.com>,        "ns-users@ISI.EDU" <ns-users@isi.edu>
Message-ID:
        <1361486494.45360.yahoomail...@web194905.mail.sg3.yahoo.com>
Content-Type: text/plain; charset=iso-8859-1

Hello frds,
?
I am struggling to find a way to send ACK when data packet reach to the 
destination in ns2 ... where I am using aodv protocol.
?
Please give me any clue for doing so.
?
In ns2, aodv.cc I can not catch the place where data is handed over to the 
application, when it reaches to?its destination.
I find only inside mac802_11.cc class it is the place when data reach to the 
destination.
?
Now if i want to send ACK from that point on what I can do?
?
In my opinion mac stuff is completely?a vast study.
Therefore looking for some help.
?
Please help.
?
Itishi

------------------------------

Message: 8
Date: Fri, 22 Feb 2013 06:46:12 +0800 (SGT)
From: itishi saxena <itish...@yahoo.com>
Subject: Re: [ns] How to generate AcK
To: itishi saxena <itish...@yahoo.com>, Saravanan Kandasamy
        <svana...@gmail.com>,   "mohit.ni...@yahoo.com" <mohit.ni...@yahoo.com>,
        "ns-users@ISI.EDU" <ns-users@isi.edu>
Message-ID:
        <1361486772.98487.yahoomail...@web194906.mail.sg3.yahoo.com>
Content-Type: text/plain; charset=iso-8859-1

Please give any suggestin.

 

________________________________
 From: itishi saxena <itish...@yahoo.com>
To: Saravanan Kandasamy <svana...@gmail.com>; "mohit.ni...@yahoo.com" 
<mohit.ni...@yahoo.com>; "ns-users@ISI.EDU" <ns-users@ISI.EDU> 
Sent: Friday, 22 February 2013 8:41 AM
Subject: [ns] How to generate AcK
  

Hello frds,
?
I am struggling to find a way to send ACK when data packet reach to the 
destination in ns2 ... where I am using aodv protocol.
?
Please give me any clue for doing so.
?
In ns2, aodv.cc I can not catch the place where data is handed over to the 
application, when it reaches to?its destination.
I find only inside mac802_11.cc class it is the place when data reach to the 
destination.
?
Now if i want to send ACK from that point on what I can do?
?
In my opinion mac stuff is completely?a vast study.
Therefore looking for some help.
?
Please help.
?
Itishi

------------------------------

_______________________________________________
Ns-users mailing list
Ns-users@isi.edu
http://mailman.isi.edu/mailman/listinfo/ns-users


End of Ns-users Digest, Vol 110, Issue 19
*****************************************

 

Reply via email to