-
Hi, I heve installed raspap on my raspberry pi 3 B and I found this project awesome but... After some test I've found two little problems: |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
RaspAP uses Support for multiple APs (in your example, using separate 5 GHz and 2.4 GHz adapters) would require substantial changes to RaspAP's internals. However, a workaround is proposed here https://docs.raspap.com/multiple/ PR's are welcome if you'd like to add support for either of these features. |
Beta Was this translation helpful? Give feedback.
RaspAP uses
ip -o link show
to enumerate all currently available interfaces—physical, virtual, etc. If you disconnect a device (for example, by detaching a USB modem or Wi-Fi adapter) this will be reflected in the UI. The Insiders Edition has additional support for managing network devices but this does not currently include disconnecting them.Support for multiple APs (in your example, using separate 5 GHz and 2.4 GHz adapters) would require substantial changes to RaspAP's internals. However, a workaround is proposed here https://docs.raspap.com/multiple/
PR's are welcome if you'd like to add support for either of these features.