Notice: Radxa Wiki is no longer maintained and content is for reference only. Please visit the latest Radxa Documentation site:
docs.radxa.com
Difference between revisions of "Rock3/dev/ap-mode-on-radxa-e25"
| Line 4: | Line 4: | ||
[[rock3 | ROCK 3]] > [[rock3/dev | Development]] > [[rock3/dev/ap-mode-on-radxa-e25 | AP mode on Radxa E25]] | [[rock3 | ROCK 3]] > [[rock3/dev | Development]] > [[rock3/dev/ap-mode-on-radxa-e25 | AP mode on Radxa E25]] | ||
| − | ==Use AP mode on 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 | ||
Revision as of 10:54, 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
