I'm running a Node server on port :3000 and want to access it from other devices using Pi's wlan0 address.
wlan0: 169.254.36.22
- Accessing from Macbook works
- Accessing from iPhone works
- Accessing from Android doesn't work (connection timeout)
eth0: 192.168.132 - Accessing from all 3 devices works good.
What could be the potential cause of this problem?
I lost every hope in Android devices. They don't support zeroconf (raspberrypi.local) out of the box, and now this weird problem.
169.254.x.x
address - but I guess zeroconf makes that possible - read up on what 169.254.x.x addresses are ... then give you wlan a useful IP address instead – Jaromanda X Jan 29 '19 at 22:20