Our company (a FttH ISP) recently started shipping hAP ax2 (we used to ship hAP ac2).
All routers are managed / provisioned from our own system, with the new ax2 we decided to implement wifiwave2 (because of significant better performance).
We’ve adjusted all provisioning code to support both traditional ‘wireless’ and ‘wifiwave2’…
But it seems that the WiFiWave2 API is missing information about clients Signal-to-Noise (SNR) and (TX)CCQ, or am I missing someting?
It’s not that we necessarily need the SNR of TXCCQ values, but some value about connection quality would be highly appreciated.
And I’m sure that this is available since WebFig is able to visualize the performance (height and color in the clients graph).
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… this is only one of them.
We can only hope that over time, some things are coming back. But likely not everything will come back, as MikroTik likely want to avoid the situation that
the drivers are modified so heavily that it again becomes an enormous job to integrate a new release from the manufacturer…
Hi this makes sense! But it seems that the WebFig / Quickset interface has some more information than disclosed via the API.
The WebFig/Quickset interface shows additionally to the signal some colored bar-graph.
These bars do not simply seem to be a historical graph of the signal value, since the bars change over time while the signal value seems stable.
If indeed this additional information is available internally, then they could easily make it available through the API.
Is there an other way to determine the SNR/TX-CCQ or les specific, the wireless connection quality / performance?
I mean I can guess that we can make some ‘rules’ combining signal strength and tx/rx-rate to make an estimation, but sometimes the tx/rx rate is limited because of the chispet (like embeded / domotica equipment) or because a device is suspended / in sleep-mode.