Open main menu

Wiki-Orange Pi β

Changes

Orange Pi 5 detail

433 bytes removed, 17:35, 21 April 2023
查询 AP6275P PCIe 网卡通过 create_ap 创建 WIFI 热点的方法
6) For the test method of Bluetooth, please refer to the section on Bluetooth usage, so I won’t go into details here<br><br>
=== 查询 AP6275P PCIe 网卡通过 NIC creates WIFI hotspot via create_ap 创建 WIFI 热点的方法 ===
{| class="wikitable" style="background-color:#ffffdc;width:800px;"
|-
|'''create_ap'''是一个帮助快速创建'''is a script that helps quickly create WIFI hotspots on Linux'''上的'''WIFI'''热点的脚本,并且支持''', and supports bridge'''和'''and NAT'''模式,能够自动结合'''modes. It can automatically combine hostapd''', '''dnsmasq'''和'''and iptables'''完成WIFI热点的设置,避免了用户进行复杂的配置,'''to complete the setting of WIFI hotspots, avoiding complex configuration for users. The github'''地址如下:address is as follows:<br>
<span style="color:#0066CC;">https://github.com/oblique/create_ap</span>
|}
{| class="wikitable" style="background-color:#ffffdc;width:800px;"
|-
|如果使用的是最新的镜像,那么就已经预装了'''If you using the latest image, the create_ap'''脚本,可以通过'''script has been pre-installed, and you can create a WIFI hotspot through the create_ap'''命令来创建'''WIFI'''热点,'''command. The basic command format of create_apis as follows:'''的基本命令格式如下所示:<br><br>
'''create_ap [options] <wifi-interface> [<interface-with-internet>]''' <br>
'''[<access-point-name> [<passphrase>]]'''<br><br>'''options''':可以通过该参数指定加密方式、WIFI热点的频段、频宽模式、网络共享方式等,具体可以通过'''create_ap -h'''获取到有哪些'''option'''<br>'''wifi-interface''':无线网卡的名称<br>'''interface-with-internet''':可以联网的网卡名称,一般是'''eth0'''<br>'''access-point-name''':热点名称<br>'''passphrase''':热点的密码
|}
'''1、create_ap 以 1.create_ap method to create WIFI hotspot in NAT 模式创建 WIFI 热点的方法mode'''<br><br>
1) 输入下面的命令以 NAT 模式创建名称为 '''orangepi'''、密码为 '''orangepi''' 的 WIFI 热点<br>
{| class="wikitable" style="width:800px;"