Reputation: 774
I'm new to openthread and got a minimal Thread network running on two Makerdiary USB dongles based on nRF52840. Now I'd like to intercept special IEEE 802.15.4 frames and process them separately, e.g. from an energy harvesting switch. The MAC header looks like this:
How do I install a callback to intercept these frames and pass all others on to openthread?
Thanks
Upvotes: 0
Views: 160
Reputation: 704
One way is to hook into the nRF52840 radio driver where radio frames are received and passed to OpenThread.
Upvotes: 1