Am I looking at the area in which the majority of circles intersect, a la Venn?
Passive TCP/IP Geo-Location
11–20 of 91 posts
Re: Passive TCP/IP Geo-Location
#12Am I looking at the area in which the majority of circles intersect, a la Venn?
Re: Passive TCP/IP Geo-Location
#13Smart, but I don't know how granular you could get unless you had known servers at every possible datacenter.
Just use a CDN with decent edge coverage. I'm sure those results can be improved drastically.
Re: Passive TCP/IP Geo-Location
#14Smart, but I don't know how granular you could get unless you had known servers at every possible datacenter.
But with servers in more locations, and possibly accounting for network topology (could be mined with traceroute?), accuracy could go quite up.
Re: Passive TCP/IP Geo-Location
#15The ping times seem sensible, but I can't work out any correlation between them and the map. Just seems like a random collection of circles...
Re: Passive TCP/IP Geo-Location
#16Earlier quoted context omitted.
Just use a CDN with decent edge coverage. I'm sure those results can be improved drastically.
You did notice that the backend code is Go code snippet that needs to run at the end points?
Re: Passive TCP/IP Geo-Location
#17The ping times seem sensible, but I can't work out any correlation between them and the map. Just seems like a random collection of circles...
Re: Passive TCP/IP Geo-Location
#18The ping times seem sensible, but I can't work out any correlation between them and the map. Just seems like a random collection of circles...
I assume each circle has a radius proportional to the rtt, thus the area in which the circles overlap is roughly where you should be. The limited amount of servers + wide range of rtt gives a massive margin of errors, but this is probably easily improvable through some extra servers and some kind of knn-ish analysis.
Re: Passive TCP/IP Geo-Location
#19Re: Passive TCP/IP Geo-Location
#20I think there's a bug in the circle placement. They don't appear to be correct for me. I'm assuming they're supposed to be centred on the locations listed.
Look at the color-tint to find out what is inside and what is outside a circle.