rftap / gr-rftap

RFtap Module for GNU Radio
GNU General Public License v3.0
79 stars 21 forks source link

zigbee: add qual and dlt parameters #1

Closed bastibl closed 8 years ago

bastibl commented 8 years ago

This PR modifies the Zigbee example to make it compatible with the upstream module. It adds a PDU Set block to the flow graph that annotates the DLT. In the RFtap block it checks for the DLT and converts the LQI as defined in the IEEE 802.15.4 standard to RFtaps 'qual' field.

bastibl commented 8 years ago

This PR became obsolete with your recent updates to RFtap.