Tool/software:
Since I don't want to use a Fix Default Pan-id for a Coordinator
I want a Client able to join a Coordinator with pan-id, channel-id, and extended pan-id selected by the Client.
I use -DZDAPP_CONFIG_PAN_ID=0xFFFF in a f8wConfig.cfg file, but it doesn't work.
Would you please tell me is it possible to do it ?
Since I want a client able to select the Pan-id, channel-id, and Ext-pan-id via sending message 0x1A00 to the coordinator.
The coordinator uses these setting for connecting process.
the Zstack 3.01
under the file f8wConfig.cfg
/* Define the default PAN ID.
*
* Setting this to a value other than 0xFFFF causes
* ZDO_COORD to use this value as its PAN ID and
* Routers and end devices to join PAN with this ID
*/
if I set
-DZDAPP_CONFIG_PAN_ID=0x043B
A Client (Device Emulator) joins a Coordinator successfully
If I set
-DZDAPP_CONFIG_PAN_ID=0xFFFF
A Client Can't join a Coordinator
in the sniffer log show
Thanks