I want to connect to my machine on wifi network instead of using localhost. So I am trying to figure out the IP address so instead of going to localhost:8080 I use the actual IP address. I thought this would be simple but instead I am getting a weird hex number back. I say weird because I tried converting the first part and I got fe80::a0ba:ce94:bf54:f2be%13:
And each part like fe80 converts to a huge decimal number. How do I get the decimal IP address like 128.10.y.54? I seem to be getting back IPv6 stuff. Need something I can issue http request query on? I am on Windows 7 and I want to see the decimal values. Where are they? Or how could I make browser request to IP: port based on this?