Git Product home page Git Product logo

ekahau-data's Introduction

ekahau-data

Ekahau Data Manipulation Code

Here you'll find scripts for fiddling with Ekahau data files to do things that are either impossible within the Ekahau application, or are a tedious manual process.

Update_APs.py

based on a lab file from WiFiAcademy, this takes a list of BSSIDs from a CSV and updates AP names, models, ESSIDs, as well as adding key/value tags for AP groups, AP serial numbers, AP Wired MAC addresses, and anything else you want. Can be used in conjunction with my Aruba API scripts for pulling BSS table and AP Database.

ekahau-deploy.py

New and improved version of AP_Report.py, based on pandas for dealing with data more cleanly. Currently only reports on planned APs in a format that is suitable for generating deployment scripts on your controller environment. Will eventually work with surveyed APs as well.

AP_Report.py

This script will go through all the surveyed radios in an Ekahau data file and generate a CSV file with the following fields (input to CSV is string unless otherwise indicated - CSV output is always strings):

  • AP Name
  • BSSID
  • My (boolean)
  • Vendor
  • Model
  • ESSID
  • Encryption
  • Band
  • A/B/G/N/AC/AX PHYs (boolean for each)
  • Channel Width (int)
  • Primary Channel Number (int)
  • Secondary Channel Number (int)
  • Channels 3-8 (int)
  • Building
  • Floor
  • X/Y Coordinates (float)
  • Color
  • Tags (one per column, header is tag name, all defined tags in the ESX data file will have a column)

Caveats:

  • because the primary key here is the BSSID, there will be multiple entries per AP. It's also possible to have multiple surveyed channels for an AP if it's under RRM. These will show up as multiple rows with the same BSSID.
  • This code only reports on surveyed APs, and not planned APs - I will update this to include support for planned APs at a later date, but because Ekahau handles planned APs very differently, this will require some effort.

ap_bssdb_ekahau.py

This code is currently untested and likely won't run - I will test it more extensively next time I have an environment to run it against

Makes an API query to an Aruba AOS8 environment and pulls the AP database and BSS table to generate a CSV used to update the Ekahau data file using Update_APs.py

ekahau-data's People

Contributors

canerdianeh avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.