Say, I want to determine the location of the local machine 192.168.1.2 connected on my network. I want to find the "relative"/"absolute" ( any would do, relative is better though) of the laptop.
Is there a way to do it? WiFi based location searching (the most common answer that popped up when I searched for this) is based on position triangulation which means, the code I will run will tell me my location and not of any IP I want to search for.
Can Traceroute be used somehow? I mean, it does give me the average RTT. can I somehow use that to find the location?
I am trying to do this in Python (anyone knows of any APIs?) and no this is not a school homework ( anyhow, I am just asking for ideas).
EDIT: I want to do this over a SINGLE network only, the one I am connected to. ( if that wasn't clear). I don't want to probe into other networks.