What is the best way on the S3B-900HP Programmable to implement a network where the Coordinator can be changed?
Example scenario, really the only scenario:
1.) Two mobile devices ("A" and "B") arrive to a location where they will stay for a few days
2.) Device A turns on at some time (first)
3.) Device A attempts to discover a network Coordinator but finds none
4.) Device A, in API mode, executes xbee_cmd_simple for "CE" in code and changes to a Coord (??) and reboots
5.) Device B turns on
6.) Device B discovers network Coordinator: device A
7.) Device B begins arbitration process to claim Coord by checking with current Coord to see which has greater value MAC addr
8.) Device B has a greater MAC, so device A issues xbee_cmd_simple for "CE" and changes to router and reboots
9.) Device B issues xbee_cmd_simple for "CE" and changes to Coord and reboots
10.) After some time, the network is reconfigured upon another ND cast by the Coordinator.
Is this a practical solution, or would the CE commands not work?
Thanks