libremesh / lime-packages

LibreMesh packages configuring OpenWrt for wireless mesh networking
https://libremesh.org/
GNU Affero General Public License v3.0
281 stars 96 forks source link

APuP support for LibreMesh #1134

Open G10h4ck opened 1 month ago

G10h4ck commented 1 month ago

Initial support for APuP in libremesh

APuP WiFi is now usable and testeable in LiMe Some part of the code have workaround to OpenWrt ubus and netifd current bugs/limitations and will be modified once upstream limitations are solved

To use APuP just set 'apup' as LiMe wifi mode as an example using the followings commands

uci del lime-community.wifi.modes
uci add_list lime-community.wifi.modes=apup
uci commit
lime-config
reboot

DISCLAIMER: You need a recent OpenWrt development version with APuP support (at least e80520197c9ca7bced50d3605d6baba6dead6e35 )