国内免费公共mqtt broker 服务器地址 服务器类型 开发 端口 Websocket test.jmqt […]
Continue reading...分类:openwrt教程
[开源]lua实现monitor进程、文件监控程序
目前比较知名的进程监控程序是C语言实现的monit和python实现的supervisor 其中monit比较 […]
Continue reading...luci页面错误调试的方法
LUCI中有时候会出现一些奇怪的错误,但是在浏览器中仅会提示一些502等信息量很少的错误 看到github上有 […]
Continue reading...NDIS网络接口驱动规范
NDIS ndis(Network Driver Interface Specification) 网络驱 […]
Continue reading...shell中$!的妙用
今天本来想写个runner的程序,用于运行一个程序,并获取这个进程的pid、运行时间、运行log、错误log等 […]
Continue reading...openwrt1907 mt7621配置DDR自适应
一、问题描述 通过DTS文件配置DDR大小,发现在DTS中配置DDR为256Mb编译出来的固件,在DDR为12 […]
Continue reading...openwrt1907使用mt7621+mt715 5G wifi吞吐量低问题解决方法
转载自:https://blog.csdn.net/dengxinfa/article/details/108 […]
Continue reading...shell中小数比较问题
在写一个获取当前系统CPU占用最多一个进程,然后判断这个进程占用CPU超过50%则杀掉他 在使用shell进行 […]
Continue reading...Error: Invalid publish topic ‘/s2c/common/#’, does it contain ‘+’ or ‘#’?
调用mosquitto_pub命令去给某类topic发消息时提示如下错误 [crayon-62c0d2199b […]
Continue reading...lua 5.4引用lua-cjson报错_lua_objlen未找到的问题
lua 5.4和lua 5.3版本引用lua-cjson时报错,Symbol not found: _lua_ […]
Continue reading...Linux下获取网线插入状态
lua数字保留小数点几位数的几个方法
1、使用string.format转换,再通过tonumber转换回来 [crayon-62c0d2199c5 […]
Continue reading...