Improved Publish messages from the agent to the controller
New code has been added in order to:
Reduce the number of probe requests forwarded to the controller. Only
those with the odin SSID or broadcast (no SSID).
Reduce the number of Publish sent by the agent as a consequence of
subscriptions. A threshold is established for each subscription, so the
agent will only send a Publish every interval (e.g. every 5 sec).
In .cli script: New call to OdinAgent function, with a new parameter SSIDAGENT.
Add a new openflow rule, which establishes the path for the control traffic between the
controller and the agent (port 6777).
.cli
script: New call to OdinAgent function, with a new parameter SSIDAGENT.