[Ns-developers] Reactive Routing Protocols
Mihir Daftari
mihir.daftari at gmail.com
Tue Sep 1 17:18:58 PDT 2009
Hi .. I read recently that there is some development going on AODV.. And
someone seems interested in developing DSR. I would like to develop DYMO (
http://tools.ietf.org/html/draft-ietf-manet-dymo-17). It would use the new
Generalized MANET Packet/Message format (packetBB) which I believe is under
review and a possibility for 3.6?
Is anyone else doing any work related to that?
Thanks,
Mihir
On Tue, Sep 1, 2009 at 2:17 PM, <ns-developers-request at isi.edu> wrote:
> Send Ns-developers mailing list submissions to
> ns-developers at isi.edu
>
> To subscribe or unsubscribe via the World Wide Web, visit
> http://mailman.isi.edu/mailman/listinfo/ns-developers
> or, via email, send a message with subject or body 'help' to
> ns-developers-request at isi.edu
>
> You can reach the person managing the list at
> ns-developers-owner at isi.edu
>
> When replying, please edit your Subject line so it is more specific
> than "Re: Contents of Ns-developers digest..."
>
>
> Today's Topics:
>
> 1. Review block ack patch #1 (Mirko Banchi)
> 2. Problems with attachements? (Mirko Banchi)
> 3. [NS-Developers] Reactive Routing Protocols: DSR routing
> (Ian Thomson)
> 4. Fwd: [patch] Helper methods for pcap tracing with explicit
> filenames (Mart?n Ferrari)
>
>
> ----------------------------------------------------------------------
>
> Message: 1
> Date: Tue, 1 Sep 2009 14:07:32 +0200
> From: Mirko Banchi <mk.banchi at gmail.com>
> Subject: [Ns-developers] Review block ack patch #1
> To: ns-developers mailing list <ns-developers at ISI.EDU>
> Message-ID: <C9C47B71-B1B7-43F6-8450-AE284D28213D at gmail.com>
> Content-Type: text/plain; charset="us-ascii"
>
> Hi Mathieu and all,
>
> This is the first patch for block ack: the implementation of block ack
> headers. These headers could be useful also to a possible A-MPDU
> developer.
>
> I don't know if you prefer perform review by e-mail. Let me know.
>
> Thanks,
> Mirko
>
> --
> Mirko Banchi
>
> e-mail: mk.banchi at gmail.com
> e-mail: mk.banchi at virgilio.it
> id-jabber: mk.banchi at jabber.org
>
> PGP key fingerprint:
>
> 308F BFB1 4E67 2522 C88E
> DC69 7631 52ED 32A5 6456
>
>
>
>
> -------------- next part --------------
> A non-text attachment was scrubbed...
> Name: smime.p7s
> Type: application/pkcs7-signature
> Size: 2502 bytes
> Desc: not available
> Url :
> http://mailman.isi.edu/pipermail/ns-developers/attachments/20090901/a04a1772/smime-0001.bin
>
> ------------------------------
>
> Message: 2
> Date: Tue, 1 Sep 2009 15:14:02 +0200
> From: Mirko Banchi <mk.banchi at gmail.com>
> Subject: [Ns-developers] Problems with attachements?
> To: ns-developers mailing list <ns-developers at ISI.EDU>
> Message-ID: <48305997-8065-4760-AB9A-BA03BE8953E1 at gmail.com>
> Content-Type: text/plain; charset="us-ascii"
>
> Mathieu, did you receive patch #1 for block ack? I've verified it was
> present also in the first e-mail i send, and i don't know why it
> wasn't there as attachment...
>
> Sorry for the trouble.
>
> Mirko
>
> --
> Mirko Banchi
>
> e-mail: mk.banchi at gmail.com
> e-mail: mk.banchi at virgilio.it
> id-jabber: mk.banchi at jabber.org
>
> PGP key fingerprint:
>
> 308F BFB1 4E67 2522 C88E
> DC69 7631 52ED 32A5 6456
>
>
>
>
> -------------- next part --------------
> A non-text attachment was scrubbed...
> Name: smime.p7s
> Type: application/pkcs7-signature
> Size: 2502 bytes
> Desc: not available
> Url :
> http://mailman.isi.edu/pipermail/ns-developers/attachments/20090901/6eaae0f3/smime-0001.bin
>
> ------------------------------
>
> Message: 3
> Date: Tue, 1 Sep 2009 16:05:55 +0100
> From: Ian Thomson <ian.thomson at gmail.com>
> Subject: [Ns-developers] [NS-Developers] Reactive Routing Protocols:
> DSR routing
> To: ns-developers at ISI.EDU
> Message-ID:
> <20a651590909010805i58b73be2hd3e1b78d374a3680 at mail.gmail.com>
> Content-Type: text/plain; charset=ISO-8859-1
>
> Hi
>
> Is there anyone currently working on implementing DSR routing in NS3?
> As I would be interested in doing this for a project if not.
>
> Regards
> Ian Thomson
>
>
> ------------------------------
>
> Message: 4
> Date: Mon, 31 Aug 2009 19:41:02 +0200
> From: Mart?n Ferrari <martin.ferrari at gmail.com>
> Subject: [Ns-developers] Fwd: [patch] Helper methods for pcap tracing
> with explicit filenames
> To: craigdo at ee.washington.edu
> Cc: ns-developers at ISI.EDU
> Message-ID:
> <b9800b70908311041p60bf01bem2a34dee6af408b49 at mail.gmail.com>
> Content-Type: text/plain; charset="iso-8859-1"
>
> Resending with my other address, mailman doesn't like me :)
>
>
> ---------- Forwarded message ----------
> From: Mart?n Ferrari <martin.ferrari at sophia.inria.fr>
> Date: Mon, Aug 31, 2009 at 18:11
> Subject: [patch] Helper methods for pcap tracing with explicit filenames
> To: craigdo at ee.washington.edu
> Cc: ns-developers at isi.edu
>
>
> Hi Craig,
>
> For a project I'm working on, I need to set up pcap tracing while
> being able to define exactly which filename the traces will have. Now,
> the helper methods unconditionally append the node and device ids and
> the ".pcap" suffix. I've created a patch that defines a new method
> EnablePcapExplicit with exactly the same arguments as EnablePcap, but
> doesn't append anything to the filename argument. ATM, I'd just
> implemented overloaded methods for the nodeid+deviceid and device ptr
> versions, but if you think it's worthwhile, I can add equivalent
> methods for the other signatures of EnablePcap.
>
> I've also included the updated bindings for this.
>
> I'd like to ask you to consider merging this functionality. Maybe
> you'd prefer a different method name, or some different organisation.
> What I'd like to avoid is any diversion from the ns-3-dev main tree.
>
> Thanks, Mart?n.
>
> PS: please note that the current revision of ns-3-dev has some of the
> bindings out of sync. When I run --python-scan, these files are
> modified:
> M bindings/python/ns3_module_core.py
> M bindings/python/ns3_module_internet_stack.py
> M bindings/python/ns3_module_wifi.py
>
> --
> Mart?n Ferrari
>
>
>
> --
> Mart?n Ferrari
> -------------- next part --------------
> A non-text attachment was scrubbed...
> Name: add_explicit_pcaphelpers.patch
> Type: text/x-patch
> Size: 12086 bytes
> Desc: not available
> Url :
> http://mailman.isi.edu/pipermail/ns-developers/attachments/20090831/cfd7fa86/add_explicit_pcaphelpers.bin
> -------------- next part --------------
> A non-text attachment was scrubbed...
> Name: bindings_explicit_pcaphelpers.patch
> Type: text/x-patch
> Size: 4679 bytes
> Desc: not available
> Url :
> http://mailman.isi.edu/pipermail/ns-developers/attachments/20090831/cfd7fa86/bindings_explicit_pcaphelpers.bin
>
> ------------------------------
>
> _______________________________________________
> Ns-developers mailing list
> Ns-developers at isi.edu
> http://mailman.isi.edu/mailman/listinfo/ns-developers
>
>
> End of Ns-developers Digest, Vol 34, Issue 2
> ********************************************
>
More information about the Ns-developers
mailing list