Skip to content

Click based odin agent that runs on access points

Notifications You must be signed in to change notification settings

luissequeira/odin-wi5-agent

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

68 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Odin agent

We are adding interesting info in this wiki: https://github.com/Wi5/odin-wi5/wiki

Odin agents run on physical APs, and are implemented as Click elements. Agents contain the logic for the Wi-Fi split-MAC and LVAP handling. Agents also record information about clients using radiotap headers, and communicate with the Odin Master over the Odin control channel. The physical AP hosting the agent also requires a slightly modified Wi-Fi device driver to generate ACK frames for every LVAP that is hosted on the AP.

Source files for Odin agent:

src/odinagent{.cc,.hh}

These are the Click OdinAgent element files. They've only been tested in userspace mode so far. To build:

  1. Add these files to /elements/local/

  2. Build Click with the --enable-local and --enable-userspace flag.

agent-click-file-gen.py

Click file generator for the agent. Configure and use this script to generate the appropriate Odin agent click file.

About

Click based odin agent that runs on access points

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages

  • C++ 82.7%
  • Python 11.4%
  • Shell 5.9%