Live Minecraft server connections
stats.minecraft.net
Live Minecraft server connections
1–10 of 18 posts
Re: Live Minecraft server connections
#2Re: Live Minecraft server connections
#3Lots of connections from the US to a couple of "hot spots" in France and Germany. I'm guessing those are the locations of a couple of popular dedicated server providers?
Re: Live Minecraft server connections
#4Re: Live Minecraft server connections
#5Re: Live Minecraft server connections
#6Re: Live Minecraft server connections
#7I remember this from the first node.js competition. Back then you could go to #nodejs on free node and it would show locations of messages if you were to mention someone while typing. Cool stuff
Re: Live Minecraft server connections
#8The perfectionist in me is slightly bugged that traffic from Australia to the US flies over Europe.
Re: Live Minecraft server connections
#9Can someone explain me this in a layman's language?
It looks like they've used some geolocation API to guess at GPS coordinates for each address, and animated a little line connecting from the client coordinates to the server coordinates.
Re: Live Minecraft server connections
#10Can someone explain me this in a layman's language?
Whenever a Minecraft player connects to a Minecraft server, the server communicates with Mojang HQ to verify that the user is actually the person they're trying to connect as. This means that Mojang gets to log a bunch of "client with address X connected to server with address Y" records. It looks like they've used some geolocation API to guess at GPS coordinates for each address, and animated a little line connectin…