ubus-lime-openairview
| Path | Procedure | Signature | Description |
|---|---|---|---|
| lime-openairview | spectral_scan | Get the fft-eval scan results. specturm can by: 2ghz, 5ghz or current. "current" means scan only the channel on which the interface is set. This will work only if fft-eval is installed |
Examples
ubus -v list lime-openairview
If the openairview was never established, return the openairview of the community
'lime-openairview' @4bd5f4f5
"spectral_scan":{"device":"String","spectrum":"String"}Makefile
include ../../libremesh.mk
define Package/$(PKG_NAME)
SECTION:=ubus
CATEGORY:=Ubus
MAINTAINER:=Marcos Gutierrez <gmarcos87@gmail.com>
SUBMENU:=3. Applications
TITLE:=Openairview ubus module
DEPENDS:= +lua +libubox-lua +libubus-lua +libiwinfo-lua +luci-lib-nixio +luci-lib-jsonc +lime-system
PKGARCH:=all
endef
$(eval $(call BuildPackage,$(PKG_NAME)))undefined