Hi!
I read that your Thread stack uses a different 802.15.4 implementation than the MAC driver. Is it possible to intercept special broadcast data packets e.g. from energy harvesting switches while using thread?
The special packets that I want to intercept have a MAC header that looks like this:
Frame Control: 0x0801 (use short addresses)
Sequene Number: 1 byte
Address field: 0xffffffff (short destination address and pan id)
Source address and pan are not included
Is there a possibility to use Thread and set a callback to intercept these packets and process them "by hand" and pass everything else on to Thread?
Thanks,
Jochen