This thread has been locked.

If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.

Promiscuous Mode in Z-Stack

Other Parts Discussed in Thread: Z-STACK

Hello,

I am trying to get Promiscuous Mode to work on an End Device (ED) in Z-Stack.

 

My current configuration is an ED that Frequently transmits packets to an Coordinator.  And, I have a second ED which is configured for Promiscuous Mode by:

macRxPromiscuousMode(MAC_PROMISCUOUS_MODE_COMPLIANT);

instruction in my Application initialization.

 

My thought was that the packets being sent from the transmitting ED to the Coordinator would be received by the  Promiscuous  ED and the OSAL would notify that it has recieved a packet but I don't see any indication that it received anything.

 

Does anyone know how to configure an ED in Promiscuous Mode?

 

Thanks