hi thr,
           can any one give me source code or patch
for psm mode of 802.11 for ns-2.28/2.29? thanks in
advance

rgs,
tilu

--- [EMAIL PROTECTED] wrote:

> 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
>       [EMAIL PROTECTED]
> 
> You can reach the person managing the list at
>       [EMAIL PROTECTED]
> 
> When replying, please edit your Subject line so it
> is more specific
> than "Re: Contents of Ns-users digest..."
> 
> 
> Today's Topics:
> 
>    1. Re: Ns-users Digest, Vol 29, Issue 28 (mahmoud
> ali)
>    2. problem with DSDV protocol (preeti nimonkar)
>    3. Re: error in installing ns on linux without
> Xwin
>       (Filippos Kolovos)
>    4. ld: fatal: file tclAppInit.o: wrong ELF class:
> ELFCLASS64
>       during the installation of ns-allinone2.29.2
> (mountain chou)
>    5. install ns228 on suse10.1 fatal problem
> (kenneth_cs)
>    6. Re: install ns228 on suse10.1 fatal problem
> (*aLeX*)
>    7. Re: install ns228 on suse10.1 fatal problem
> (Ilyes Gouta)
>    8. Re: install ns228 on suse10.1 fatal problem
> (Qasim Raza Iqbal)
>    9. Re: How to declare my Own trace file and write
> data in it?
>       not     the general trace file that is used to
> trace all packets
>       (Saurabh Sinha)
>   10. How to implement circuit-switching in ns-2?
> ([EMAIL PROTECTED])
>   11. problem with compiling ns2.27 on AMD64/gcc-4.0
> (viswanath)
>   12. Problem using trace graph.. (Bhalsing Swapnil
> Suresh;04410103;)
> 
> 
>
----------------------------------------------------------------------
> 
> Message: 1
> Date: Fri, 26 May 2006 05:11:08 +0000
> From: "mahmoud ali" <[EMAIL PROTECTED]>
> Subject: Re: [ns] Ns-users Digest, Vol 29, Issue 28
> To: <ns-users@ISI.EDU>
> Message-ID:
> <[EMAIL PROTECTED]>
> Content-Type: text/plain; charset="iso-8859-1"
> 
> hi all
> I'm doing simulation on security in MANETs, can any
> one provide me with the available methods and
> attributes for both implemented DSR and AODV into
> ns2, since I wanna apply some attacks on them, any
> one can help me in this plz.
> 
> 
> 
> > From: [EMAIL PROTECTED]> Subject: Ns-users
> Digest, Vol 29, Issue 28> To: ns-users@ISI.EDU>
> Date: Thu, 25 May 2006 17:00:04 -0700> > 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> [EMAIL PROTECTED]> > You can reach
> the person managing the list at>
> [EMAIL PROTECTED]> > When replying, please edit
> your Subject line so it is more specific> than "Re:
> Contents of Ns-users digest..."> > > Today's
> Topics:> >    1. how to modify the module code about
> satellite (r9406014)>    2. How to find a handle to
> the node when in the agent class>       (Paul
> Vincent Craven)>    3. adhoc tcp simulation in
> ns2.29 (sachin gajjar)>    4. position of a mobile
> node (Surmila  Thokchom)>    5. position of a mobile
> node while it is moving (Surmila  Thokchom)>    6.
> problem with DSDV protocol (preeti n!
>  imonkar)>    7. error in installing ns on linux
> without Xwin (zenith siea)>    8. Re: How to find a
> handle to the node when in the agent class>      
> (Paul Vincent Craven)>    9. how to use
> static/manual routing in wireless networks?
> (kaibai)>   10. Installation problem in ns 2.1b9 in
> FC4 (Vinod)> > >
>
---------------------------------------------------------------------->
> > Message: 1> Date: Thu, 25 May 2006 08:06:59 +0800
> (CST)> From: "r9406014" <[EMAIL PROTECTED]>>
> Subject: [ns] how to modify the module code about
> satellite> To: ns-users@ISI.EDU> Message-ID:
> <[EMAIL PROTECTED]>>
> Content-Type: text/plain; charset=big5> > hi all ,
> can anybody tell me how to modify the module code
> about satellite?> > And , when i want to modify the
> code, how many steps should i do ?> > thanks all> >
> > > ------------------------------> > Message: 2>
> Date: Wed, 24 May 2006 22:00:47 -0500> From: Paul
> Vincent Craven <[EMAIL PROTECTED]>> Subject:
> [ns] How to fin!
>  d a handle to the node when in the agent class> To:
> ns-users@ISI.EDU> 
> Message-ID: <[EMAIL PROTECTED]>>
> Content-Type: text/plain; charset=ISO-8859-1;
> format=flowed> > Ok, I've been banging my head on
> this question for quite some time now. > If someone
> can help me past this issue, I'd be happy to send
> them $100 > of Amazon wish-list stuff for their
> consulting time.> > Here's the deal. I've created my
> own routing agent. I can't get incoming > packets
> from the wireless connection to switch to the wired
> connection. > I'd really like to solve this issue.>
> > What have I figured out? To properly switch
> between the two, it appears > that I need to have
> the packet/event passed to the node's handler >
> (NsObject). Then it will go through the hierarchical
> addressing > classifier (HierClassifier), the
> Classifier, and then the > AddressClassifier. If I
> put the proper address in there, I should switch >
> to the wired interface. At least that is how the
> DSDV wireless2 example > appears to work.> > In the
> agent code I'm writing, I don't know how to!
>   pass the event to the > node for proper
> classification. I see in the DSDV example all such >
> events that go to classification are scheduled by
> the link layer. So I > think that means that I need
> to pass my event down to the link layer. > But I
> don't know how to do that as I always get it passed
> back to my > agent instead. I'm not sure that
> passing down to the link layer is the > right thing
> to do. If it is, how do I get a reference to the
> proper > target? If it isn't, what am I supposed to
> do?> > I'd appreciate any help understanding how
> this works.> > Thanks,> > Paul Vincent Craven>
> [EMAIL PROTECTED]> > > >
> ------------------------------> > Message: 3> Date:
> Thu, 25 May 2006 09:31:45 +0530> From: "sachin
> gajjar" <[EMAIL PROTECTED]>> Subject: [ns] adhoc
> tcp simulation in ns2.29> To: ns-users@ISI.EDU>
> Message-ID:>
>
<[EMAIL PROTECTED]>>
> Content-Type: text/plain; charset=ISO-8859-1;
> format=flowed> > I want to simulate adhoc tcp: t!
>  ransport protocol for adhoc wireless network> by
> zhenghua et. al in ns
>  2.29. has anyone tried this before> SachinGajjar>
>
shgajjar@<[EMAIL PROTECTED]:[EMAIL PROTECTED]">[EMAIL PROTECTED]</a>=20>>
> yahoo.com <[EMAIL PROTECTED]>>
>
[EMAIL PROTECTED]<[EMAIL PROTECTED]:[EMAIL PROTECTED]">[EMAIL 
PROTECTED]</a>=20>>
> > > ------------------------------> > Message: 4>
> Date: 25 May 2006 06:17:03 -0000> From: "Surmila 
> Thokchom" <[EMAIL PROTECTED]>> Subject: [ns]
> position of a mobile node> To: ns-users@ISI.EDU>
> Message-ID:
>
<[EMAIL PROTECTED]>>
> Content-Type: text/plain; charset=iso-8859-1> >  ?>
> dear nsusers,> > can anyone tell me is there any
> function in ns-2.28 or ns-2.29 to locate the X and Y
> postion of a mobile node.> > thanks> > > surmila > >
> ------------------------------> > Message: 5> Date:
> 25 May 2006 06:17:45 -0000> From: "Surmila 
> Thokchom" <[EMAIL PROTECTED]>> Subject: [ns]
> position of a mobile node while it is moving> To:
> ns-users@ISI.EDU> Message-ID: !
> 
>
<[EMAIL PROTECTED]>>
> Content-Type: text/plain; charset=iso-8859-1> >  ?>
> dear nsusers,> > can anyone tell me is there any
> function in ns-2.28 or ns-2.29 to locate the X and Y
> postion of a mobile node while is it moving.> >
> thanks> > > surmila > >
> ------------------------------> > Message: 6> Date:
> Thu, 25 May 2006 02:40:31 -0700> From: "preeti
> nimonkar" <[EMAIL PROTECTED]>> Subject: [ns]
> problem with DSDV protocol> To: ns-users@ISI.EDU>
> Message-ID:>
>
<[EMAIL PROTECTED]>>
> Content-Type: text/plain; charset=ISO-8859-1;
> format=flowed> > hello,>        I am simulating DSDV
> protocol in adhoc network ,and> transmitting a VBR
> data in it ,I have run simulation for 2500 sec>
> ,it's not complete ,trace file generated is of 10 MB
> only ,while with> other protocols AODV,DSR
> simulation runs smoothly up to last sec,Can> any
> body tell me what's the problem with DSDV.> > > >
> ------------------------------> > Message: !
>  7> Date: Thu, 25 May 2006 18:15:28 +0800> From:
> "zenith siea" <blackja
> 
=== message truncated ===


__________________________________________________
Do You Yahoo!?
Tired of spam?  Yahoo! Mail has the best spam protection around 
http://mail.yahoo.com 

Reply via email to