Please enable javascript, or click here to visit my ecommerce web site powered by Shopify.
Jump to: navigation, search

Rockpi4/dev/apmode/es es

< Rockpi4‎ | dev‎ | apmode
Revision as of 08:18, 20 October 2019 by HANLLEL (Talk | contribs)

(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
    ROCK Pi 4 >  Desarrollando >  Configurando modo AP

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