2019年12月25日

静态库打包成动态库

摘要: 最近打包SDK, 需要把多个*.so文件合并。 *.so文件不能直接合并,因为其中已经没有重定向信息。但多个静态库文件是可以合并成一个动态库文件的。 解决办法: 先把所有要打包的库编译生成静态库,然后使用如下命令把它们合并成一个*.so:gcc -shared -o c.so -Wl,--whole 阅读全文

posted @ 2019-12-25 09:52 sudochen 阅读(2832) 评论(0) 推荐(0)

2019年12月17日

信道表和无线速率集

摘要: 5G信道表 11n 11ac 11ax 阅读全文

posted @ 2019-12-17 17:20 sudochen 阅读(763) 评论(0) 推荐(0)

IEEE80211W

摘要: 80211w概述 1,WLAN网络在设计的时候就容易遭受各种类型的Denial of Service(DOS)攻击, a,射频干扰(RF jamming) b,Spoofed Disconnect(哄骗的断开连接) c,Connection Request Flooding(链接请求使其崩溃) 2, 阅读全文

posted @ 2019-12-17 17:17 sudochen 阅读(1147) 评论(0) 推荐(0)

2019年12月12日

OpenWRT Init (User space boot) reference for Chaos Calmer: procd

摘要: Init (User space boot) reference for Chaos Calmer: procd Analysis of how the user space part of the boot sequence is implemented in OpenWrt, Chaos Cal 阅读全文

posted @ 2019-12-12 17:11 sudochen 阅读(216) 评论(0) 推荐(0)

OpenWRT Filesystems

摘要: Filesystems This article is about file systems in the OpenWrt installation on built-in flash. For general external support for installing file systems 阅读全文

posted @ 2019-12-12 17:08 sudochen 阅读(412) 评论(0) 推荐(0)

OpenWRT Device Support: MAC address setup

摘要: Device Support: MAC address setup Retrieve addresses from stock firmware The first step is to find out which addresses are present in stock configurat 阅读全文

posted @ 2019-12-12 17:03 sudochen 阅读(925) 评论(0) 推荐(0)

OpenWRT Creating packages

摘要: See also → Package Policy Guide, it contains a wealth of extra technical information not covered here. One of the things that we've attempted to do wi 阅读全文

posted @ 2019-12-12 16:59 sudochen 阅读(822) 评论(0) 推荐(0)

OpenWRT Configuration in scripts

摘要: OpenWrt offers a set of standard shell procedures to interface with UCI in order to efficiently read and process configuration files from within shell 阅读全文

posted @ 2019-12-12 16:57 sudochen 阅读(546) 评论(0) 推荐(0)

Adding new device support

摘要: Adding new device support This article assumes your device is based on a platform already supported by OpenWrt. If you need to add a new platform, see 阅读全文

posted @ 2019-12-12 16:55 sudochen 阅读(288) 评论(0) 推荐(0)

Adding a new device

摘要: Adding a new device A good all-round advice would be to start by looking at recent commits about adding a new device, to see what files where changed 阅读全文

posted @ 2019-12-12 16:54 sudochen 阅读(411) 评论(0) 推荐(0)

导航