Open
Description
The "Route Information"(0x8D) and "Aggregate Addressing Update"(0x8E) messages do not have support in the library. To add them, the following files would need modification:
aft.py (in class ApiFrameType); in factory.py(in function build_frame); in common.py (missing classes); in reader.py(in class PacketListener, and method __execute_user_callbacks); devices.py (in class XbeeDevice)
And there needs to have the methods added (such as):
"add_route_info_received_callback", "del_route_info_received_callback", "add_agr_addr_update_callback", and "del_agr_addr_update_callback".