Skip to content

A Julia package to estimate the geographic location of IP addresses

License

Notifications You must be signed in to change notification settings

Arkoniak/GeoIP.jl

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

43 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

GeoIP

IP Geolocalization using the Geolite2 Database

Package Evaluator Build Status Coverage
GeoIP Build Status Coverage Status

Usage

GeoIP.geolocate(IPv4) will load data from the CSV if it's not already loaded.

Example

using GeoIP
a = ip"1.2.3.4"
geolocate(a)        # returns dictionary with all relevant information

Acknowledgements

This product includes GeoLite2 data created by MaxMind, available from http://www.maxmind.com.

About

A Julia package to estimate the geographic location of IP addresses

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Julia 100.0%