Skip to content
Menu
  • 首页
  • OpenWrt教程
    • OpenWrt系统
    • Lua&Luci
  • Linux编程
    • Linux C
    • Linux内核
  • 智能设备
    • 低功耗WiFi
    • Zigbee
    • 蓝牙BLE
  • 杂谈&WordPress
  • 关于
    • 上海阿勇
    • 软件包索引下载
    • 小工具
    • 特别的OpenWrt

OpenWrt下载网

openwrtdl.com分享下载

点我搜

分类:openwrt教程

国内外免费公共mqtt broker

Posted on 2022年1月27日2022年1月27日 by 阿勇

国内免费公共mqtt broker 服务器地址 服务器类型 开发 端口 Websocket test.jmqt […]

Continue reading...
Posted in linux C, openwrt教程Tagged mqtt broker, 免费, 公共Leave a comment

[开源]lua实现monitor进程、文件监控程序

Posted on 2022年1月14日2022年1月14日 by 阿勇

目前比较知名的进程监控程序是C语言实现的monit和python实现的supervisor 其中monit比较 […]

Continue reading...
Posted in linux C, Lua&Luci, openwrt教程Tagged lua-monitor, monitorLeave a comment

luci页面错误调试的方法

Posted on 2022年1月4日 by 阿勇

LUCI中有时候会出现一些奇怪的错误,但是在浏览器中仅会提示一些502等信息量很少的错误 看到github上有 […]

Continue reading...
Posted in Lua&Luci, openwrt教程Tagged luciLeave a comment

NDIS网络接口驱动规范

Posted on 2022年1月4日 by 阿勇

NDIS   ndis(Network Driver Interface Specification) 网络驱 […]

Continue reading...
Posted in openwrt教程Tagged ndisLeave a comment

shell中$!的妙用

Posted on 2021年12月18日2021年12月18日 by 阿勇

今天本来想写个runner的程序,用于运行一个程序,并获取这个进程的pid、运行时间、运行log、错误log等 […]

Continue reading...
Posted in linux C, openwrt教程Leave a comment

openwrt1907 mt7621配置DDR自适应

Posted on 2021年12月15日2021年12月15日 by 阿勇

一、问题描述 通过DTS文件配置DDR大小,发现在DTS中配置DDR为256Mb编译出来的固件,在DDR为12 […]

Continue reading...
Posted in openwrt教程Leave a comment

openwrt1907使用mt7621+mt715 5G wifi吞吐量低问题解决方法

Posted on 2021年12月15日 by 阿勇

转载自:https://blog.csdn.net/dengxinfa/article/details/108 […]

Continue reading...
Posted in openwrt教程Leave a comment

shell中小数比较问题

Posted on 2021年11月26日2021年11月26日 by 阿勇

在写一个获取当前系统CPU占用最多一个进程,然后判断这个进程占用CPU超过50%则杀掉他 在使用shell进行 […]

Continue reading...
Posted in openwrt教程Tagged linux, shell, 小数比较Leave a comment

Error: Invalid publish topic ‘/s2c/common/#’, does it contain ‘+’ or ‘#’?

Posted on 2021年11月1日 by 阿勇

调用mosquitto_pub命令去给某类topic发消息时提示如下错误 [crayon-62c0d2199b […]

Continue reading...
Posted in openwrt教程Leave a comment

lua 5.4引用lua-cjson报错_lua_objlen未找到的问题

Posted on 2021年9月7日 by 阿勇

lua 5.4和lua 5.3版本引用lua-cjson时报错,Symbol not found: _lua_ […]

Continue reading...
Posted in Lua&LuciLeave a comment

Linux下获取网线插入状态

Posted on 2021年8月10日 by 阿勇

1、检查sys系统文件

Shell
1
2
cat /sys/class/net/eth0/carrier
#0代表未插入网线,1代表插入网线

2、ifconfig […]

Continue reading...
Posted in linux C, openwrt教程Leave a comment

lua数字保留小数点几位数的几个方法

Posted on 2021年3月3日 by 阿勇

1、使用string.format转换,再通过tonumber转换回来 [crayon-62c0d2199c5 […]

Continue reading...
Posted in Lua&Luci, openwrt教程Leave a comment

Posts navigation

== 下页15篇 ==
Proudly powered by WordPress | ICP备案号:豫ICP备15009167号-1 | 登录