Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/yveaux/nrf24_sniffer
Sniffer for Nordic NRF24L01+ modules with MySensors support
https://github.com/yveaux/nrf24_sniffer
analyze-protocols c-plus-plus mysensors nrf24 nrf24l01 sniffer
Last synced: 3 months ago
JSON representation
Sniffer for Nordic NRF24L01+ modules with MySensors support
- Host: GitHub
- URL: https://github.com/yveaux/nrf24_sniffer
- Owner: Yveaux
- License: gpl-3.0
- Created: 2014-07-13T07:07:52.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2015-07-27T13:17:11.000Z (over 9 years ago)
- Last Synced: 2024-10-11T11:56:28.764Z (4 months ago)
- Topics: analyze-protocols, c-plus-plus, mysensors, nrf24, nrf24l01, sniffer
- Language: C++
- Homepage:
- Size: 1.62 MB
- Stars: 140
- Watchers: 17
- Forks: 42
- Open Issues: 4
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- awesome-network-stuff - **76**星
README
NRF24_Sniffer
=============Sniffer for Nordic NRF24L01+ modules
The wireless 2.4GHz Nordic Semiconductor nRF24L01+ chip (or nRF24 for short), does not support promiscuous mode,
which in theory makes it impossible to capture network traffic between different nodes on a network.This project contains a wireless sniffer for nRF24L01+ wireless modules meeting following requirements:
* Based on commodity, cheap hardware
* Traffic capturing for network with known parameters (channel, baudrate, base address)
* Analysis using Wireshark network protocol analyzer
* Possibility to analyze protocols which use the nRF24 for transport in their networkFor a full description of this project see:
* http://yveaux.blogspot.nl/2014/07/nrf24l01-sniffer-part-1.html
* http://yveaux.blogspot.nl/2014/07/nrf24l01-sniffer-part-2.html
* http://yveaux.blogspot.nl/2014/07/nrf24l01-sniffer-part-3.html