This module implements the RFtap Encapsulation block, used to encapsulate Radio Frequency (RF) metadata about packets for Wireshark. Interoperability was tested with gr-rds, gr-ieee802-11, gr-ieee802-15-4.
You can connect the RFtap Encapsulation block in your flowgraphs to any block that has a PDU Message output port.
There are several ways to install GNU Radio. You can use
- pybombs (recommended)
- pre-combiled binaries
- from source
pybombs install gr-rftap
To manually install the blocks do
git clone https://github.com/rftap/gr-rftap
cd gr-rftap
mkdir build
cd build
cmake ..
make
sudo make install
sudo ldconfig
See RDS and Wi-Fi flowgraphs in examples/ directory.