So I have a coordinator device and multiple router devices in a network. The routers are all going to have Join Notification enabled (JN = 1). So when I plug in a router device it sends a join notification to the coordinator / all the other devices.
So in my python program, how might I grab the MAC address out of that Node Identification Indicator frame that the coordinator receives? The first 4 bytes in the sent frame I don’t care about right now, but right after that from byte 5 to byte 12 I want to grab so I can use that in my python program to basically know which device just joined, and give I ta new NI string.