-
Notifications
You must be signed in to change notification settings - Fork 0
Home
OpenAai edited this page Feb 10, 2018
·
1 revision
Bij de aanschaf van TP-Link EAP245 access points zit gratis controller software die zowel op Windows als op Linux te installeren is. Helaas zijn alleen de Linux binaries alleen voor x86/amd64 cpu's gecompileerd en niet voor voor ARM cpu's. Dit is een handleiding gebaseerd op dit artikel.
- Raspberry Pi 3b
- TP-Link EAP Controller software
- Raspbian Lite huidige versie 9.3/Stretch
- Er mag geen andere WLC actief zijn. (Anders start tpeap niet)
Om de x86 software te vervangen, want de TP-Link is inclusief alle benodigdheden zoals MongoDB en Java, installeren we eerst de ARM varianten.
- Installeer de benodigde pakketten
sudo apt install mongodb openjdk-8-jre-headless # Uitschakelen automatische start MongoDB sudo systemd stop mongodb.service sudo systemd disable mongodb.service</syntaxhighlight>
- Download de software
git clone https://github.com/OpenAai/EAPcontroller cd EAPController
- Installeer de software
sudo ./install.sh