会员
众包
新闻
博问
闪存
赞助商
HarmonyOS
Chat2DB
所有博客
当前博客
我的博客
我的园子
账号设置
会员中心
简洁模式
...
退出登录
注册
登录
宁次
博客园
首页
新随笔
联系
管理
订阅
上一页
1
···
3
4
5
6
7
8
9
10
11
···
13
下一页
2018年8月28日
openwrt MT7620A MT7610E 5G 驱动添加移值
摘要: 使用 github 上别人提供好的源码。整合到最新的 openwrt 18 中,目前 kernel 的版本为 4.1 。 编辑中。。。。
阅读全文
posted @ 2018-08-28 22:04 宁次
阅读(1530)
评论(0)
推荐(0)
2018年8月19日
openwrt 上的 upnp wifi 音频推送 gmediarender
摘要: 首先是必须启用的模块 Libraries > <*> libupnp Sound > <*> alsa-utils<*> madplay-alsa-*- mpg123 Multimedia >gst1-libavgstreamer1-libsgstreamer1-plugins-basegstrea
阅读全文
posted @ 2018-08-19 14:01 宁次
阅读(2742)
评论(0)
推荐(0)
2018年8月11日
openwrt sdk 添加软件包 Makefile 写法
摘要: 参考 https://openwrt.org/start?id=docs/guide-developer/packages ,英文稍好点的自己看吧,我写出来也就是方便,英文不好的人看。 软件包的来源,有几种来源。git , sourceforge.net , 或是某软件自己的网站下载。 也支持 sv
阅读全文
posted @ 2018-08-11 17:54 宁次
阅读(4681)
评论(0)
推荐(0)
2018年8月4日
openwrt sdk 编译工具 及 hello world
摘要: 需要先在 make menuconfig 中打开 sdk make -j4在 bin\targets\ramips\mt7620生成一个openwrt-sdk-ramips-mt7620_gcc-7.3.0_musl.Linux-x86_64.tar.xztar xf openwrt-sdk-ram
阅读全文
posted @ 2018-08-04 10:21 宁次
阅读(3627)
评论(0)
推荐(0)
2018年7月28日
openwrt 编译常用 luci 插件到固件中
摘要: 先更新安装 packages luci ./scripts/feeds update packages ./scripts/feeds install -a -p packages ./scripts/feeds update luci ./scripts/feeds install -a -p l
阅读全文
posted @ 2018-07-28 15:48 宁次
阅读(9814)
评论(0)
推荐(0)
2018年7月22日
编译 openwrt 及初始配置
摘要: 主机为 ubuntu 18 x64 硬件: 优酷土豆宝 cpuMT7620A,内存128M,flash 32M有2个源,用哪个也可以git clone https://github.com/openwrt/openwrt.gitgit clone https://git.openwrt.org/op
阅读全文
posted @ 2018-07-22 20:25 宁次
阅读(5017)
评论(0)
推荐(0)
2018年7月21日
centOS 6.5 yum升级 gcc4.8 然后又退回来4.4
摘要: CentOS 6.5 用了很多年了,一直舍不得省7 。 由于要用到 c++ 11 ,所以决定升级一下。 为了省事我选择用 yum 方式升级,结果最后还是不能用,差点搞坏,这是真机,重装麻烦了。 get http://people.centos.org/tru/devtools-2/devtools-
阅读全文
posted @ 2018-07-21 18:55 宁次
阅读(423)
评论(0)
推荐(0)
2018年7月15日
代理的分类简述特点
摘要: 正向代理 http/https proxy 典型代表软件 squid tcp 支持 udp 不支持 socket 4/5 proxy 典型代表软件 ssh tunnelsocket 4 tcp 支持 不支持 udp vpn 典型代表软件 open vpntcp udp 都支持 全局支持 反向代理一般
阅读全文
posted @ 2018-07-15 10:52 宁次
阅读(542)
评论(0)
推荐(0)
2018年4月15日
GCC 特性整理
摘要: 1, attrib 属性 1.1 对齐指令 2,结构体名称 3,switch case 必需{} 否则会报错 a label can only be part of a statement and a declaration is not a statement 4,-fPIC 位置无关代码 其它的
阅读全文
posted @ 2018-04-15 12:38 宁次
阅读(295)
评论(0)
推荐(0)
2018年3月21日
纯C 实现 strpos substr strspilt str_trim
摘要: 在C 语言中没有C++ 好用的 spilt 方法 (STL 带的也不怎么好用) 因为也包含了测试程序 使用 cout 输出,所以使用 g++ 编译,执行。但3个函数是 可以移值到 ARM 、 KEIL、STM32 中的。 测试123,456,789 测试123 这个,目前还有一个缺点,分隔符只支持1
阅读全文
posted @ 2018-03-21 15:17 宁次
阅读(1004)
评论(0)
推荐(0)
上一页
1
···
3
4
5
6
7
8
9
10
11
···
13
下一页
公告