Hacker News new | ask | show | jobs
by calmingsolitude 1298 days ago
I have termux installed to quickly run `ip neigh` to find the IP addresses of devices connected to the hotspot - unfortunately my version of Android doesn't have this feature built in.

This is especially useful when you have multiple Pis connected and need to know the IP address to ssh to.

1 comments

Are you on a rooted phone?

    ~ $ ip neigh
    Cannot bind netlink socket: Permission denied
Pixel 6 Pro Android 13
You can use this without root by using the rish provided by [Shizuku](https://play.google.com/store/apps/details?id=moe.shizuku.pr...), because it only need adb shell permission for this.
Works on my not rooted Samsung, Android 12.