Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add geolocations back in #4

Open
alexanderkoller opened this issue Aug 22, 2019 · 2 comments
Open

Add geolocations back in #4

alexanderkoller opened this issue Aug 22, 2019 · 2 comments

Comments

@alexanderkoller
Copy link
Collaborator

The GIVE Matchmaker had a geolocation service for the IP addresses. This was a lot of fun, and we should add it back in. The new version of the service we used for GIVE is here: https://github.com/maxmind/GeoIP2-java

@akoehn
Copy link
Contributor

akoehn commented Jan 16, 2020

The problem here is that the IP needs to be forwarded from the Minecraft server to the broker; currently, we store the IP of the Minecraft server itself, which is pretty pointless.

@ca-schaefer
Copy link
Contributor

Now, the MinecraftClient sends the player IP address with port number to the broker when a new player logs in (as GameData.ClientAddress):
/127.0.0.1:50666

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants