In my enviroment I don't run the controller on my main router since I do not use OpenWRT as a gateway, only as a dumb AP software. Personally I use OPNsense but other linux/bsd based solutions are also popular. Because of that I only get mac addresses of devices connected to APs on the controller. Since the project already has a way to execute ssh command directly. It would be nice to specify the device on which arp -a is executed. Pretty much all linux/bsd has the same output of this command, thus parsing would be easy.
In my enviroment I don't run the controller on my main router since I do not use OpenWRT as a gateway, only as a dumb AP software. Personally I use OPNsense but other linux/bsd based solutions are also popular. Because of that I only get mac addresses of devices connected to APs on the controller. Since the project already has a way to execute ssh command directly. It would be nice to specify the device on which
arp -ais executed. Pretty much all linux/bsd has the same output of this command, thus parsing would be easy.