Using WiFi Atheros chips in hamradio bands
Motivation:I was aware for long time that Atheros (bought by Qualcom in May 2011) wifi chips can work in the below 2.4Ghz band and lately I saw an old post from here confirming t...
2017年7月发布的文章
Motivation:I was aware for long time that Atheros (bought by Qualcom in May 2011) wifi chips can work in the below 2.4Ghz band and lately I saw an old post from here confirming t...
Lua中使用UCI 例子:Luci文件源代码:linux@ubuntu:~/linux_c/lua/lua-5.1.5/luca_study$cat test1.luci#!/usr/bin/lua--helloworld lua programprint("Hello World!")&n...
lua里的文件读写模型来自C语言,分为完整模型(和C一样)、简单模型。1、简单模型io.input([file]) 设置默认的输入文件,file为文件名...
##安装EasyCwmp到OpenWrt安装尚未安装的依赖安装EasyCwmp所需要的依赖安装cd /openwrt目录/package/ ./scripts/feeds install libcurl ./scripts/fee...
修改package/kernel/mac80211/files/lib/wifi/mac80211.shoption disabled 1改成0,默认开启wifi。option disabled 0下添加option htmode HT40+ option channel&n...
为了在OpenWrt中提供守护进程和应用程序间的通讯,开发了ubus项目工程。它包含了守护进程、库以及一些额外的帮助程序。核心部分是ubus...