当前位置:网站首页>Usage of EFR32 as sniffer for Zigbee/Thread
Usage of EFR32 as sniffer for Zigbee/Thread
2022-07-30 04:33:00 【Eagle115】
Using EFR32 as a sniffer for Zigbee/Thread
Silicon labs' EFR32 can use EFR32 as a sniffer by burning the railtest program and executing some CLI commands.
Sniffer related CLI commands:
- status: Display the working status of Railtest Dangdang
- rx 0: Let the radio enter the idle state, railtest can change the frequency setting only in the idle state.
- config2p4GHz802154: configure railtest to 802.15.4 physical layer
- setBleMode 1: configure railtest as the physical layer of Bluetooth LE
- enable802154 rx 100 192 864: enable 802.15.4 accept mode
- setPtiProtocol 5: Set PTI protocol mode for Network Analyzer, 0=Custom 2=Thread 3=BLE 4=Connect 5=Zigbee 6=Z-Wave
- setPromiscuousMode 1: put the radio into promiscuous mode, sniffer requires the radio to work in promiscuous mode
- setChannel 11: Set the channel of the radio, the channel number of 2.4Ghz 802.15.4 is 11-26
- setnotifications 0: sniffer messages are not displayed on the CLI
- rx 1: put the radio into receive mode
railtest scripting mode:
The command scripting feature built into RAILtest allows the railtest program to automatically execute CLI commands without going back and forth on the command line.Commands to be executed can be queued in RAILtest and executed in sequence after railtest is powered on and restarted.Command scripts can be saved to flash (NVM3) and any saved scripts will run automatically when the device boots.
For railtest to support command script mode, the "CLI Storage in NVM3" component needs to be installed when building a railtest project.
Zigbee sniffer's Script:
enterscript 1statusrx 0config2p4GHz802154enable802154 rx 100 192 864setPtiProtocol 5setPromiscuousMode 1setChannel 11setnotifications 0rx 1endscriptUsing Network Analyzer:
- Select Window >Preferences>Network Analyzer >Decoding > Stack Versions in Simplicity studio to set Network Analyzer to decode the correct protocol.Then start Network Analyzer.
- Network Analyzer->Decoding->Security Keys, then add Network Key
- Running Network Analyzer on Simplicity studio starts sniffer.The text box above Network Analyzer can be used to filter messages.Right click on the packet you want to filter and click "Show only summary: Many..." and change the condition from "==" to "!=".

CSDN blog is only a note for my work and studyUse without any commercial purpose. If your privacy or rights are violated, please contact the author at any time, and I will delete the relevant content in time
边栏推荐
- 2.4希尔排序
- Thinkphp 5.0.24 Variable Override Vulnerability Causes RCE Analysis
- MySQL installation error solution
- The leap second that may cause the next "Millennium Bug" is boycotted by tech giants
- swagger使用教程——快速使用swagger
- MySQL String Concatenation - Various String Concatenation Practical Cases
- 2.5 Quick Sort
- The 2nd Shanxi Province Network Security Skills Competition (Enterprise Group) Partial WP (10)
- [SQL] at a certain correlation with a table of data update another table
- 厦门感芯科技MC3172(1):介绍和环境搭建
猜你喜欢

1. 获取数据-requests.get()

Shell script basic editing specifications and variables
![[The Mystery of Cloud Native] Cloud Native Background && Definition && Detailed explanation of related technologies?](/img/eb/0cd6891fcc00d2c01ba8bd7f8d0822.png)
[The Mystery of Cloud Native] Cloud Native Background && Definition && Detailed explanation of related technologies?

@WebServlet注解(Servlet注解)

【C语言】程序环境和预处理

2.6归并排序

What is CDH/CDP?

在麒麟V10操作系统上安装MySQL数据库
![[MRCTF2020]Hello_misc](/img/ea/0faacf6e544b60e3459d8ace4d5f42.png)
[MRCTF2020]Hello_misc

handler+message【消息机制】
随机推荐
SQLSERVER merges subquery data into one field
2.6基数排序(桶排序)
【Redis高手修炼之路】Jedis——Jedis的基本使用
handler+message【消息机制】
Chapter8 支持向量机
[SQL] at a certain correlation with a table of data update another table
Chapter8 Support Vector Machines
JQ源码分析(环境处理)
恐造成下一个“千年虫”的闰秒,遭科技巨头们联合抵制
Introduction to Thymeleaf
Introduction to database - MySQL simple introduction
使用EFR32作为Zigbee/Thread的sniffer的用法
Discourse Custom Header Links
What is CDH/CDP?
Based on all volunteers - H and D1 XR806 rare plant monitoring device
Reverse Analysis Practice 2
2021 Shandong Province Network Construction and Application Test Questions
【 notes 】 the beauty of the software engineering - column 31 | software testing are responsible for the quality of products?
精品MySQL面试题,备战八月99%必问!过不了面试算我的
【翻译】Envoy Fundamentals,这是一个培训课程,使人们能够更快地采用Envoy Proxy。...