Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Support wireless metrics for wifiwave2 devices (#155) #161

Open
wants to merge 2 commits into
base: trunk
Choose a base branch
from

Commits on Oct 14, 2023

  1. Support wireless metrics for wifiwave2 devices (nshttpd#155)

    from https://forum.mikrotik.com/viewtopic.php?t=195124#p999722: wifiwave2
    is an implementation of drivers from the manufacturer of the chipset, rather
    than an in-house written driver (which wireless is). So there are many small
    details that are missing or incomplete...
    
    wifiwave2 has a slightly different API and has fewer properties to query.
    This means that not all metrics are available for wifiwave2 devices. Also,
    the implementation aims at keeping the name metric names for wifiwave2
    devices to ensure that existing dashboard continue to work without any
    modification.
    Reinhard Tartler committed Oct 14, 2023
    Configuration menu
    Copy the full SHA
    bcce1fd View commit details
    Browse the repository at this point in the history

Commits on Oct 15, 2023

  1. Fix metrics for registered clients

    Reinhard Tartler committed Oct 15, 2023
    Configuration menu
    Copy the full SHA
    4f62adb View commit details
    Browse the repository at this point in the history