This would be useful for networks where some adapters are connected only to the router, and not reachable to any end-user machines. Then I can e.g. have this run on the router as part of some health checks.
Openwrt supports a lot of different architecture targets. The ones I looked at (e.g. ath79/generic toolchain) all use the GCC target triple mips-24kc-linux-musl but there might be others. I'm not sure if it's feasible to provide binary packages for all the ones they support, but being able to cross-compile it yourself would be sufficient.
This would be useful for networks where some adapters are connected only to the router, and not reachable to any end-user machines. Then I can e.g. have this run on the router as part of some health checks.
Openwrt supports a lot of different architecture targets. The ones I looked at (e.g. ath79/generic toolchain) all use the GCC target triple mips-24kc-linux-musl but there might be others. I'm not sure if it's feasible to provide binary packages for all the ones they support, but being able to cross-compile it yourself would be sufficient.