I need to see frames not coming from Zigbee cluster addresses at the command line with a PCA10059 dongle
programmed with the zigbee command_line_agent_router software example.
I can see my code will need to go inside the main program in the while loop, where the following function
is called: zboss_main_loop_iteration().
Can someone tell me how to send incoming received frames to the command line either
(a) if they are not using an explicitly addressed frame, or
(b) if the frame is arriving from Cluster 0x11 (Xbee).
It should be simple but I don't have the time to read through thousands of pages of API documentation
so a quick response would be appreciated. It should be a couple of lines of code.