You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
SSID and PSKs should be escaped when they contain a '. Otherwise this breaks the UCI config (#53) (Thanks @JFroch for reporting)
Avoid concurrent processing of monitoring data for the same device (Thanks @dekarl for reporting)
There was a race condition which could lead to duplicate data on a very slow system (probably in combination with NFS)
In case the write cannot be started within 10 of seconds, OpenSOHO will return a HTTP 429 which will trigger a back-off plus retry by the OpenWisp-monitoring daemon.
Avoid opensoho files being deleted during an OpenWRT upgrade.
releases v0.13.0 and v0.14.0 introduced hotplug scripts, to get extra data to the OpenSOHO server.
But these scripts got deleted after an upgrade by OpenWRT.
They are now correctly reported to OpenWRT and should now be properly maintained over upgrades.