github awilliams/wifi-presence v0.0.1
Beta Release v0.0.1

latest releases: v0.3.0, v0.2.0, v0.1.2...
pre-release3 years ago

This is an initial beta release of wifi-presence.

Downloads

OpenWrt

The following commit is required: openwrt/openwrt@1ccf4bb. This is expected to be part of the 21.02.x release.

As an alternative, the following patch can be applied to the 19.07.x branch before building an OpenWrt image:

diff --git a/package/network/services/hostapd/files/hostapd-full.config b/package/network/services/hostapd/files/hostapd-full.config
index 5c9fbed2e4..764c76728e 100644
--- a/package/network/services/hostapd/files/hostapd-full.config
+++ b/package/network/services/hostapd/files/hostapd-full.config
@@ -394,3 +394,4 @@ CONFIG_TAXONOMY=y
 # Services can connect to the bus and provide methods
 # that can be called by other services or clients.
 CONFIG_UBUS=y
+CONFIG_CTRL_IFACE_MIB=y
diff --git a/package/network/services/hostapd/files/wpa_supplicant-full.config b/package/network/services/hostapd/files/wpa_supplicant-full.config
index e5a6752a8e..2e64f22e8c 100644
--- a/package/network/services/hostapd/files/wpa_supplicant-full.config
+++ b/package/network/services/hostapd/files/wpa_supplicant-full.config
@@ -618,3 +618,4 @@ CONFIG_IBSS_RSN=y
 # Services can connect to the bus and provide methods
 # that can be called by other services or clients.
 CONFIG_UBUS=y
+CONFIG_CTRL_IFACE_MIB=y

Don't miss a new wifi-presence release

NewReleases is sending notifications on new releases.