dlinknctu / OpenNet

A Simulator for Software-Defined Wireless Local Area Network
GNU General Public License v2.0
72 stars 44 forks source link

Opennet supports 802.11s #106

Open juanscarlata opened 7 years ago

juanscarlata commented 7 years ago

Best regards.

I am trying to simulate the performance of HWMP protocol in a software Defined Wireless Mesh NetworK (based in 802.11s), I woud like to know if Opennet supports this standard. I know how to simulate 802.11s in NS3.

Thank you so much.

charlesmcchan commented 7 years ago

I have never tried this by myself. But theoretically, if you can simulate 802.11s in NS-3, you should be able to do that in OpenNet too.

kansokusha commented 7 years ago

Hi, juanscarlata. OpenNet shall support 802.11s since NS-3 has the library. But there are two concerns, the first is currently OpenNet only support NS-3.22, the second is OpenNet does not implement 802.11s API, current only support AP, STA and Ad-hoc, you can reference WIFISegment class for more detail.