dlinknctu / OpenNet

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

How to implement the wifi network in real world #117

Closed Maryam-mary-karimi closed 7 years ago

Maryam-mary-karimi commented 7 years ago

Hi I wanted to implement the same network that is implemented in the paper in real world. I wanted to ask if you have any idea how to do that and what are the required hardwares? Is there any SDN-enabled access point? or, should I connect an AP to a SDN-switch? or, should I use any programmable AP? or, should I use an SDN-switch and attach a radio antenna to it? I will really appreciate your help.

thank you very much

kansokusha commented 7 years ago

Hi, you may be interested in OpenWRT. That is an OS which can be installed on AP and have OpenvSwitch software package.

Maryam-mary-karimi commented 7 years ago

thank you very much!