Difference between revisions of "Rock3/dev/ap-mode-on-radxa-e25"
(One intermediate revision by the same user not shown) | |||
Line 22: | Line 22: | ||
git clone https://github.com/oblique/create_ap | git clone https://github.com/oblique/create_ap | ||
cd create_ap | cd create_ap | ||
− | |||
− | |||
− | |||
make install | make install | ||
*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 |
Latest revision as of 12:26, 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
- Create AP
Bridged Internet sharing: sudo create_ap -m bridge wlP1p17s0 enP2p33s0 Radxa_E25 Radxa_E25 //Create AP ssid:Radxa_E25 passwd:Radxa_E25