Difference between revisions of "Rock3/dev/ap-mode-on-radxa-e25"
Line 29: | Line 29: | ||
*Create AP | *Create AP | ||
Bridged Internet sharing: | Bridged Internet sharing: | ||
− | sudo create_ap -m bridge wlP1p17s0 enP2p33s0 Radxa_E25 Radxa_E25 | + | sudo create_ap -m bridge wlP1p17s0 enP2p33s0 Radxa_E25 Radxa_E25 //Create AP ssid:Radxa_E25 passwd:Radxa_E25 |
Revision as of 10:55, 2 September 2022
ROCK 3 > Development > AP mode on Radxa E25
Use AP mode on Radxa E25
- Using WiFi AP mode requires the network card to support AP mode
- Install dependent software
sudo apt update sudo apt install hostapd sudo apt install udhcpd sudo apt install dnsmasq sudo apt install iptables
- Installation
git clone https://github.com/oblique/create_ap cd create_ap make install cd create_ap make install make install
- Create AP
Bridged Internet sharing: sudo create_ap -m bridge wlP1p17s0 enP2p33s0 Radxa_E25 Radxa_E25 //Create AP ssid:Radxa_E25 passwd:Radxa_E25