随笔分类 -  【OPENWRT】

摘要:转至:https://blog.csdn.net/yao1500/article/details/105948229 修改 openwrt 源码目录的 feeds.conf.default 文件中的镜像源 将 https://git.openwrt.org/feed/packages.git 改为 阅读全文
posted @ 2021-07-06 18:04 陈晓涛 阅读(753) 评论(0) 推荐(0) 编辑
摘要:转载自:https://www.jianshu.com/p/acd2ccb5ea8d 编写一个openwrt package程序,使用procd方式编写/etc/init.d/xxx 自启动脚本,就能拥有程序的监控,异常退出重新拉起功能 示例 root@xxx:~# cat /etc/init.d/ 阅读全文
posted @ 2020-06-10 11:48 陈晓涛 阅读(5583) 评论(0) 推荐(1) 编辑
摘要:高通AP10.4开发者指南(一) https://e-mailky.github.io/2018-10-14-qca-wlan1#lmac%E6%8E%A5%E5%8F%A3%E5%B1%82lmac-api 高通AP10.4开发者指南(二) https://e-mailky.github.io/2 阅读全文
posted @ 2020-06-04 22:18 陈晓涛 阅读(759) 评论(0) 推荐(0) 编辑
摘要:转自:https://blog.csdn.net/weixin_30833169/article/details/89159045 参考链接: 主流无线路由器Soc芯片方案搭配表和对应速率 http://www.openwrt.pro/post-394.html 一、目前主流的无线ap 芯片方案厂商 阅读全文
posted @ 2020-06-04 17:25 陈晓涛 阅读(1429) 评论(0) 推荐(0) 编辑
摘要:转自:https://www.cnblogs.com/tfanalysis/p/3625430.html 参考网站:http://wiki.openwrt.org/doc/howto/buildroot.exigence 需要下载必要的库文件,编译器等。。。 1 首先要获得openwrt的源码,参考 阅读全文
posted @ 2019-12-06 16:05 陈晓涛 阅读(5512) 评论(0) 推荐(0) 编辑
摘要:参考链接: openwrt中ubus的具体使用 openwrt ubus的wiki [openwrt] 使用ubus实现进程通信 [openwrt] ubus实现进程间通信举例 openwrt ubus简介以及libubus开发说明 ubus [1] - ubusd ubus [2] - libub 阅读全文
posted @ 2019-09-17 10:41 陈晓涛 阅读(7068) 评论(0) 推荐(0) 编辑
摘要:openwrt支持: USB Supprot kmod-usb-ohci kmod-usb-uhci kmod-usb-storage-extras kmod-usb2 Utilities bluez-utils bluez-daemon Utilities openobex openobex-ap 阅读全文
posted @ 2019-09-04 09:45 陈晓涛 阅读(2722) 评论(1) 推荐(1) 编辑
摘要:转自:https://blog.csdn.net/ty3219/article/details/47358329 总结 dbus-daemon服务端与各个app客户端之间的关系如下: 1.dbus-daemon服务端建立unix socket文件,文件地址默认为unix:path=/var/run/ 阅读全文
posted @ 2019-08-29 10:46 陈晓涛 阅读(7989) 评论(1) 推荐(1) 编辑
摘要:转自:https://blog.csdn.net/mr_wangning/article/details/60324291 DBUS是一种高级的进程间通信机制。DBUS支持进程间一对一和多对多的对等通信,在多对多的通讯时,需要后台进程的角色去分转消息,当一个进程发消息给另外一个进程时,先发消息到后台 阅读全文
posted @ 2019-08-29 10:31 陈晓涛 阅读(769) 评论(0) 推荐(0) 编辑
摘要:官网路径 openwrt git下载路径:https://git.openwrt.org/ openwrt官网:https://openwrt.org/ openwrt中文网:http://www.openwrt.org.cn/ openwrt编译完成固件及应用包下载:http://download 阅读全文
posted @ 2019-08-26 14:46 陈晓涛 阅读(3920) 评论(0) 推荐(0) 编辑
摘要:转自:https://blog.csdn.net/u012503786/article/details/79296522 IEEE 802.1X-PEAP认证过程分析(抓包) 本文介绍IEEE802.1X认证的PEAP认证方式,是带有radius服务器的EAP中继认证。 IEEE802.1X认证是使 阅读全文
posted @ 2019-06-12 16:51 陈晓涛 阅读(3129) 评论(0) 推荐(0) 编辑
摘要:转自:https://blog.csdn.net/u013181216/article/details/51490044 一、起源 802.1x协议起源于802.11协议,后者是标准的无线局域网协议。802.1x协议的主要目的是为了解决局域网用户的接入认证问题,现在已经开始被应用于一般的有线LAN的 阅读全文
posted @ 2019-06-12 11:09 陈晓涛 阅读(9610) 评论(0) 推荐(0) 编辑
摘要:转自:https://my.oschina.net/hevakelcj/blog/411944 解决方案一:在 Makefile 中添加 Package/cpp-demo/extra_provides 宏 注意:L184,是 $(Package/$(1)/extra_provides)。也就是说,我 阅读全文
posted @ 2019-06-05 09:59 陈晓涛 阅读(3541) 评论(0) 推荐(0) 编辑
摘要:ebtables基本使用 ebtables基本使用 2012-10-24 16:51 17689人阅读 评论(3) 收藏 举报 2012-10-24 16:51 17689人阅读 评论(3) 收藏 举报 分类: Linux-net(6) 分类: Linux-net(6) 版权声明:本文为博主原创文章 阅读全文
posted @ 2017-07-06 15:09 陈晓涛 阅读(1391) 评论(0) 推荐(0) 编辑
摘要:VLAN原理详解 VLAN原理详解 标签: VLANAccess-LinkTrunk-Link802.1QISL 2013-07-26 18:05 27901人阅读 评论(15) 收藏 举报 标签: VLANAccess-LinkTrunk-Link802.1QISL 2013-07-26 18:0 阅读全文
posted @ 2016-09-27 23:48 陈晓涛 阅读(692) 评论(0) 推荐(0) 编辑
摘要:原文地址: http://blog.chinaunix.net/uid-26675482-id-4704952.html本篇的主要目的是想通过分析Makefile,了解openwrt编译过程。着重关注以下几点:openwrt目录结构主Makefile的解析过程,各子目录的目标生成。kernel编译过... 阅读全文
posted @ 2015-09-06 13:32 陈晓涛 阅读(501) 评论(0) 推荐(0) 编辑
摘要:参考链接:http://blog.csdn.net/kingvenll/article/details/27545221谈一谈openwrt的目录结构与作用(包括编译后生成的文件)本人水平有限,属小白一枚,水平有缺请见谅。--bin 编译后的bin固件存放的目录,同时包括很多ipk文件,是p... 阅读全文
posted @ 2014-12-14 11:47 陈晓涛 阅读(3518) 评论(0) 推荐(1) 编辑
摘要:本文转自:http://hi.baidu.com/websfx/item/55072a3babdd934a3175a17c 小白编译openwrt固件教程 本文转自:http://hi.baidu.com/websfx/item/55072a3babdd934a3175a17c 小白编译openwr 阅读全文
posted @ 2014-12-13 21:24 陈晓涛 阅读(2005) 评论(0) 推荐(0) 编辑

点击右上角即可分享
微信分享提示