Rockpi4/dev/apmode/es es
ROCK Pi 4 > Desarrollando > Configurando modo AP
Contents
Configurando el modo AP en el ROCK Pi4
Instalando Paquetes de Dependencias
$ sudo apt-get install git cmake hostapd
Instalando create_ap
$ git clone https://github.com/oblique/create_ap $ cd create_ap $ sudo make install
Ejemplos
- Red abierta:
SSID: ROCKPI4
$ sudo create_ap wlan0 eth0 ROCKPI4
- WPA + WPA2 contraseña:
SSID: ROCKPI4 Password: 12345678
$sudo create_ap wlan0 eth0 ROCKPI4 12345678
Para más información mirar GitHub: create_ap