Live data from Hacker News

Live Minecraft server connections

stats.minecraft.net

1–10 of 18 posts

Re: Live Minecraft server connections

#3
post #2

Lots 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?

Yup! OVH (http://www.ovh.co.uk/) and Hetzner (http://www.hetzner.de/en/) seem to be the most popular hosts for minecraft servers

Re: Live Minecraft server connections

#7
post #4

I 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

Here's the source for that one: https://github.com/mape/node-wargames

Re: Live Minecraft server connections

#9
post #6

Can 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 connecting from the client coordinates to the server coordinates.

Re: Live Minecraft server connections

#10
post #6

Can 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…

Does anyone know if these "connection records" are available somewhere? That would be a great source of information to study the Minecraft ecosystem...
Post reply on HN