dlinknctu / OpenNet

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

Perform controller initiated handover of stations #101

Open akhila-rao opened 7 years ago

akhila-rao commented 7 years ago

Hi,

Is there an API to perform handover of stations from one AP to another initiated by the controller ? I would like to override the scan performed by the stations to choose an AP to associate to and instead have this decision be made at the controller.

Thank you. Regards Akhila

kansokusha commented 7 years ago

Hi, OpenNet does not have existing API to perform controller-initiated handover. In order to let controller trigger handover procedure, you may need to implement an IPC interface between ns3::StaWifiMac and controller.