12 2019 档案

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

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

信道表和无线速率集
摘要:5G信道表 11n 11ac 11ax 阅读全文

posted @ 2019-12-17 17:20 sudochen 阅读(740) 评论(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 阅读(1076) 评论(0) 推荐(0) 编辑

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 阅读(202) 评论(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 阅读(360) 评论(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 阅读(785) 评论(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 阅读(649) 评论(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 阅读(371) 评论(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 阅读(274) 评论(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 阅读(391) 评论(0) 推荐(0) 编辑

Create a sample procd init script
摘要:Create a sample procd init script This article is a mostly verbatim copy of https://joostoostdijk.com/posts/service-configuration-with-procd/ any cred 阅读全文

posted @ 2019-12-12 16:53 sudochen 阅读(581) 评论(0) 推荐(0) 编辑

OpenWRT NetWork
摘要:Network basics /etc/config/network This is a default OpenWrt network stack of a typical home router your device may vary slightly in features or numbe 阅读全文

posted @ 2019-12-12 16:47 sudochen 阅读(714) 评论(0) 推荐(0) 编辑

OpenWRT DNS
摘要:DNS and DHCP configuration /etc/config/dhcp See also: DNS and DHCP configuration examples OpenWrt uses dnsmasq and odhcpd to serve DHCP and DNS by def 阅读全文

posted @ 2019-12-12 16:45 sudochen 阅读(1012) 评论(0) 推荐(0) 编辑

OpenWRT IPv6NAT
摘要:NAT6 and IPv6 masquerading This article relies on the following: Accessing OpenWrt via CLI Configuring OpenWrt with UCI Managing packages Managing ser 阅读全文

posted @ 2019-12-12 16:43 sudochen 阅读(928) 评论(0) 推荐(0) 编辑

网络服务端口号
摘要:2端口:管理实用程序 3端口:压缩进程 5端口:远程作业登录 7端口:回显 9端口:丢弃 11端口:在线用户 13端口:时间 17端口:每日引用 18端口:消息发送协议 19端口:字符发生器 20端口:FTP文件传输协议(默认数据口) 21端口:FTP文件传输协议(控制) 22端口:SSH远程登录协 阅读全文

posted @ 2019-12-10 16:14 sudochen 阅读(1301) 评论(0) 推荐(0) 编辑

Radiotap信息
摘要:在Linux系统中用wireshark或tcpdump抓无线网卡数据包,每一数据帧前面都有一个叫radiotap的协议头,它包含了信号强度、噪声强度、信道、时间戳等信息。radiotap比传统的Prism或AVS头更有灵活性,成为ieee802.11事实上的标准。支持radiotap的系统较多,如L 阅读全文

posted @ 2019-12-10 16:12 sudochen 阅读(211) 评论(0) 推荐(0) 编辑

OpenWRT自动挂载支持
摘要:原文链接 版权声明:本文为CSDN博主「linux_zhu」的原创文章,遵循 CC 4.0 BY SA 版权协议,转载请附上原文出处链接及本声明。 原文链接:https://blog.csdn.net/u011641885/article/details/46530327 阅读全文

posted @ 2019-12-09 09:50 sudochen 阅读(2801) 评论(0) 推荐(0) 编辑

OpenWRT内核编译流程
摘要:由以上可以知道OpenWRT在准备内核时进行一下操作 1,将generic拷贝 2,将平台下的files拷贝 3,打generic下的补丁 4,打平台下的补丁 阅读全文

posted @ 2019-12-09 09:38 sudochen 阅读(1743) 评论(0) 推荐(0) 编辑

Vim TAB和空格互转
摘要:最近遇到一个问题: 源文件文件原来的缩进是2空格,现在想把它变成4个空格。(注意,源文件中的缩进都已经用空格替换了)。 空格转TAB :set ts=4 :set noexpandtab :%retab! TAB转空格 :set ts=4 :set expandtab :%retab! 使Tab可见 阅读全文

posted @ 2019-12-06 10:09 sudochen 阅读(479) 评论(0) 推荐(0) 编辑

导航

< 2025年3月 >
23 24 25 26 27 28 1
2 3 4 5 6 7 8
9 10 11 12 13 14 15
16 17 18 19 20 21 22
23 24 25 26 27 28 29
30 31 1 2 3 4 5
点击右上角即可分享
微信分享提示