Skip to content

The project is made using JAVA SDK 17 corretto. It parses .csv files to find the continent and country corresponding to a particular IPv4 address. The .csv files used are downloaded form MaxMind.com, they have mapped network addresses to their location. The program makes use of the binary search algorithm.

Notifications You must be signed in to change notification settings

ayolo2410/IP-locator

Repository files navigation

The project, developed using Java SDK 17 Corretto, aims to determine the continent and country associated with a specific IPv4 address by parsing .csv files obtained from MaxMind.com. These files contain a mapping of network addresses to their respective locations. The program employs the binary search algorithm to efficiently find the country and continent that have registered the given IP address.

About

The project is made using JAVA SDK 17 corretto. It parses .csv files to find the continent and country corresponding to a particular IPv4 address. The .csv files used are downloaded form MaxMind.com, they have mapped network addresses to their location. The program makes use of the binary search algorithm.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages