802.11s in Omnetpp

351 views
Skip to first unread message

Manaswi

unread,
May 24, 2011, 8:24:30 AM5/24/11
to omnetpp
Hello all,

Has 802.11s been implemented in omnetpp? If not, which other
simulators support 802.11s standard?

Thank you

Alfonso Ariza Quintana

unread,
May 24, 2011, 9:42:14 AM5/24/11
to omn...@googlegroups.com
802.11s is not implemented, but you can simulated WMN in the level 2 the
routing (HWMP) and forwarding mechanism are implemented.

ns3 has an implementation of 802.11s


-----Mensaje original-----
From: Manaswi
Sent: Tuesday, May 24, 2011 2:24 PM
To: omnetpp
Subject: [Omnetpp-l] 802.11s in Omnetpp

Hello all,

Thank you

--
You received this message because you are subscribed to the Google Groups
"omnetpp" group.
To post to this group, send email to omn...@googlegroups.com.
To unsubscribe from this group, send email to
omnetpp+u...@googlegroups.com.
For more options, visit this group at
http://groups.google.com/group/omnetpp?hl=en.

Omar Aznaran

unread,
May 24, 2011, 10:13:34 AM5/24/11
to omn...@googlegroups.com
Hi Alfonso
may you confirm if you plan to implement 802.11s in the coming months??
or maybe you know if some other people are working on 802.11s for  INETMANET?

regards
Omar

Alfonso Ariza Quintana

unread,
May 24, 2011, 11:44:21 AM5/24/11
to omn...@googlegroups.com

I don’t’ have immediate plan to implement the full 802.11s stack, the routing and forwarding functionality is enough for my research in this moment.  I don’t need other functionalities like authentication

 
Sent: Tuesday, May 24, 2011 4:13 PM
Subject: Re: [Omnetpp-l] 802.11s in Omnetpp
 
Hi Alfonso
may you confirm if you plan to implement 802.11s in the coming months??
or maybe you know if some other people are working on 802.11s for  INETMANET?
 
regards
Omar

On Tue, May 24, 2011 at 8:42 AM, Alfonso Ariza Quintana <aari...@hotmail.com> wrote:
802.11s is not implemented, but you can simulated WMN in the level 2 the routing (HWMP) and forwarding mechanism are implemented.

ns3 has an implementation of 802.11s


-----Mensaje original----- From: Manaswi
Sent: Tuesday, May 24, 2011 2:24 PM
To: omnetpp
Subject: [Omnetpp-l] 802.11s in Omnetpp

Hello all,

Has 802.11s been implemented in omnetpp? If not, which other
simulators support 802.11s standard?

Thank you

--
You received this message because you are subscribed to the Google Groups "omnetpp" group.
To post to this group, send email to omn...@googlegroups.com.
To unsubscribe from this group, send email to mailto:omnetpp%2Bunsu...@googlegroups.com.

For more options, visit this group at http://groups.google.com/group/omnetpp?hl=en.

--
You received this message because you are subscribed to the Google Groups "omnetpp" group.
To post to this group, send email to omn...@googlegroups.com.
To unsubscribe from this group, send email to mailto:omnetpp%2Bunsu...@googlegroups.com.

For more options, visit this group at http://groups.google.com/group/omnetpp?hl=en.

Manaswi

unread,
May 26, 2011, 12:52:24 AM5/26/11
to omnetpp

>802.11s is not implemented, but you can simulated WMN in the level 2 the
>routing (HWMP) and forwarding mechanism are implemented.

Hello Alfonso,

Can you please tell me where can I find the implementation you
mentioned i.e.layer 2 routing (HWMP) and forwarding mechanism for WMN
simulation?

Thank you very much

Regards,
Manaswi



On May 24, 8:44 pm, Alfonso Ariza Quintana <aariza...@hotmail.com>
wrote:
> I don’t’ have immediate plan to implement the full 802.11s stack, the routing and forwarding functionality is enough for my research in this moment.  I don’t need other functionalities like authentication
>
> From: Omar Aznaran
> Sent: Tuesday, May 24, 2011 4:13 PM
> To: omn...@googlegroups.com
> Subject: Re: [Omnetpp-l] 802.11s in Omnetpp
>
> Hi Alfonso
> may you confirm if you plan to implement 802.11s in the coming months??
> or maybe you know if some other people are working on 802.11s for  INETMANET?
>
> regards
> Omar
>
> On Tue, May 24, 2011 at 8:42 AM, Alfonso Ariza Quintana <aariza...@hotmail.com> wrote:
>
>   802.11s is not implemented, but you can simulated WMN in the level 2 the routing (HWMP) and forwarding mechanism are implemented.
>
>   ns3 has an implementation of 802.11s
>
>   -----Mensaje original----- From: Manaswi
>   Sent: Tuesday, May 24, 2011 2:24 PM
>   To: omnetpp
>   Subject: [Omnetpp-l] 802.11s in Omnetpp
>
>   Hello all,
>
>   Has 802.11s been implemented in omnetpp? If not, which other
>   simulators support 802.11s standard?
>
>   Thank you
>
>   --
>   You received this message because you are subscribed to the Google Groups "omnetpp" group.
>   To post to this group, send email to omn...@googlegroups.com.
>   To unsubscribe from this group, send email to mailto:omnetpp%2Bunsu...@googlegroups.com.
>   For more options, visit this group athttp://groups.google.com/group/omnetpp?hl=en.
>
>   --
>   You received this message because you are subscribed to the Google Groups "omnetpp" group.
>   To post to this group, send email to omn...@googlegroups.com.
>   To unsubscribe from this group, send email to mailto:omnetpp%2Bunsu...@googlegroups.com.
>   For more options, visit this group athttp://groups.google.com/group/omnetpp?hl=en.

Alfonso Ariza Quintana

unread,
May 26, 2011, 5:14:14 AM5/26/11
to omn...@googlegroups.com
https://github.com/inetmanet/inetmanet

The source code is in
https://github.com/inetmanet/inetmanet/tree/master/src/experimental

-----Mensaje original-----
From: Manaswi
Sent: Thursday, May 26, 2011 6:52 AM
To: omnetpp
Subject: [Omnetpp-l] Re: 802.11s in Omnetpp


>802.11s is not implemented, but you can simulated WMN in the level 2 the
>routing (HWMP) and forwarding mechanism are implemented.

Hello Alfonso,

Can you please tell me where can I find the implementation you
mentioned i.e.layer 2 routing (HWMP) and forwarding mechanism for WMN
simulation?

Thank you very much

Regards,
Manaswi

On May 24, 8:44 pm, Alfonso Ariza Quintana <aariza...@hotmail.com>
wrote:

> I don�t� have immediate plan to implement the full 802.11s stack, the

> routing and forwarding functionality is enough for my research in this

> moment. I don�t need other functionalities like authentication

Javier Cardona

unread,
Jun 14, 2011, 7:28:31 PM6/14/11
to omnetpp
On May 25, 9:52 pm, Manaswi <starrylit...@gmail.com> wrote:
> Can you please tell me where can I find the implementation you
> mentioned i.e.layer 2 routing (HWMP) and forwarding mechanism for WMN
> simulation?

I just happened to read this thread. Thought that you might like to
know that you can run 802.11s simulations on a linux host.
See this http://o11s.org/trac/wiki/MeshTestingWmediumd
This has the advantage of using the exact same code for simulation as
for real device deployment.

Cheers,

Javier

Agus Supriyadi

unread,
Jun 15, 2011, 12:32:44 PM6/15/11
to omnetpp
Hi,

Since hwmp implementation in inetmanet is still in experimental, is
there anyone have tried to run an hwmp simulations based on this
framework?

Regards,

Agus Supriyadi

On May 26, 4:14 pm, Alfonso Ariza Quintana <aariza...@hotmail.com>
wrote:
> https://github.com/inetmanet/inetmanet
>
> The source code is inhttps://github.com/inetmanet/inetmanet/tree/master/src/experimental
>
> -----Mensaje original-----
> From: Manaswi
> Sent: Thursday, May 26, 2011 6:52 AM
> To: omnetpp
> Subject: [Omnetpp-l] Re: 802.11s in Omnetpp
>
> >802.11s is not implemented, but you can simulated WMN in the level 2 the
> >routing (HWMP) and forwarding mechanism are implemented.
>
> Hello Alfonso,
>
> Can you please tell me where can I find the implementation you
> mentioned i.e.layer 2 routing (HWMP) and forwarding mechanism for WMN
> simulation?
>
> Thank you very much
>
> Regards,
> Manaswi
>
> On May 24, 8:44 pm, Alfonso Ariza Quintana <aariza...@hotmail.com>
> wrote:
>
>
>
>
>
>
>
>
>
> > I don t have immediate plan to implement the full 802.11s stack, the
> > routing and forwarding functionality is enough for my research in this
> > moment.  I don t need other functionalities like authentication

Alfonso Ariza Quintana

unread,
Jun 15, 2011, 5:17:10 PM6/15/11
to omn...@googlegroups.com
The hwmp is based in the mesh implementation that is not 802.11s, it use a 802.11s forwarding mechanism but it is not 802.11s

> Date: Wed, 15 Jun 2011 09:32:44 -0700

> Subject: [Omnetpp-l] Re: 802.11s in Omnetpp

Ather Fayyaz

unread,
Nov 22, 2015, 11:51:35 AM11/22/15
to OMNeT++ Users, aari...@hotmail.com
Hey Alfonso !

In this update : 

Is HWMP protocol implementation exactly as mentioned in 802.11s ? Or is it still that it uses similar some similar forwarding mechanisms like 802.11s (some label based packet forwarding) but not exactly 802.11s ??

I know you have been asked this question already and the answer was that its not 802.11s but similar,
But i want to ask about this new update of inetmanet 2,
 
 Thanks
Ather

Alfonso Ariza Quintana

unread,
Nov 24, 2015, 3:17:12 AM11/24/15
to omn...@googlegroups.com

The HWMP is the implementation of NS3, the forwarding mechanism is based in the four address method.

The packet has the origin and destination address, and the address of the next hop, every node change the address to the next. It is the mechanism that is proposal in 802.11s

--
You received this message because you are subscribed to the Google Groups "OMNeT++ Users" group.
To unsubscribe from this group and stop receiving emails from it, send an email to omnetpp+u...@googlegroups.com.
Visit this group at http://groups.google.com/group/omnetpp.
For more options, visit https://groups.google.com/d/optout.

Muhammad Ather Fayyaz

unread,
Nov 24, 2015, 8:32:52 AM11/24/15
to aari...@hotmail.com, omn...@googlegroups.com
Hi, Alfonso !

You mentioned in the following thread that the routing and forwarding functionality of 802.11s was enough for your research.

Is there a possibility that there is a comparison of this label based forwarding that you proposed like MPLS on layer 2.5 and IEEE802.11s itself ?
I am just asking because 802.11s is the topic of my research and the only available code for omnetpp related to 80211s (i meant the basic routing protocol for 802.11s which is HWMP and it is implemented in omnetpp) is yours at this moment (the one in inetmanet2.0 that i mentioned in previous thread). And if you happen to have/know of any comparison (like throughput, range or energy efficiency etc) between this original 802.11s standard and this additional label based forwarding mechanism implemented in Ieee80211Mesh.cc by you, that would be help for me.



Thanks
Ather


You received this message because you are subscribed to a topic in the Google Groups "OMNeT++ Users" group.
To unsubscribe from this topic, visit https://groups.google.com/d/topic/omnetpp/FOEzph0qXWM/unsubscribe.
To unsubscribe from this group and all its topics, send an email to omnetpp+u...@googlegroups.com.

Alfonso Ariza Quintana

unread,
Nov 24, 2015, 12:01:26 PM11/24/15
to omn...@googlegroups.com

I haven’t compare the performance, the advantage of to use the MPLS like protocol is that it allows source routing and traffic engineering, you can distribute the traffic between different paths, but if you want really to take advantage of traffic engineering it is necessary multiples interface in orthogonal channels, with only a channel it is difficult due to the intra channel interferences.

Reply all
Reply to author
Forward
0 new messages