Wi5 / odin-wi5-agent

Click-based odin agent that runs on access points
2 stars 7 forks source link

Fix packet in packet out #8

Closed josemariasaldana closed 8 years ago

josemariasaldana commented 8 years ago
  1. 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).
  2. In .cli script: New call to OdinAgent function, with a new parameter SSIDAGENT.
  3. Add a new openflow rule, which establishes the path for the control traffic between the controller and the agent (port 6777).