Skip to content

Latest commit

 

History

History
58 lines (46 loc) · 2.42 KB

README.md

File metadata and controls

58 lines (46 loc) · 2.42 KB

wifiMap 0.24 - Unifi clients on google maps

wifiMap is a visual representation of the Ubiquiti Unifi clients and devices on Google Maps, written in javascript.

  • Clients and devices from Unifi Controller are represented on google maps. Only supports versions 4.x.x of the Unifi Controller software and higher.

Features

wifiMap tool offers the following features:

  • Show AP and stations associated with each AP.
  • Every station is moving arround his AP at signal equivalent distance.
  • Search stations by:
    • Name (unifi UI)
    • Note (unifi UI)
    • Device type
    • SSID
    • MAC
    • IP
    • Radius user name (if you use RADIUS Auth Server for wireless network credentials)
  • You can view AP and station properties by click.
  • AP and labels can be hidden by checkbox.
  • Show user labels in orange or red color by RX TX data transfer.
  • The ability to show some stations with different color putting a text on the note station properties in unifi Controller

Credits

The PHP API client that comes bundled with this tool is based on the work done by the following developers:

Other included libraries:

Requirements

  • Unifi controller software 4.x.x or higher.
  • Web server with PHP.
  • network connectivity between this web server and the server (and port) where the Unifi controller is running.
  • Google Maps API Key

Installation

-Download project files or clone to published folder of your web server (with PHP support).

Configuration

  • Edit 'config.php' to configure credentials for Ubiquiti Unifi Controller. Site ID, IP, port, user and password.
  • Edit 'config.js' to configure additional settings like FPS, refresh time... (see file for more details)
  • Edit index.html and replace my Google Maps API Key with your KEY.

Demo

Screenshot

alt tag