Reversed IP localisation in python -


i have old project in python : ip corresponding location. know can ip location (i've read this), , know if it's possible reverse process.

here's idea had:

•using method given in link, , "for", test large range of ip until wanted location. filters hope can reduce amount of ip test. => long, , not efficient

•exploring database given here, don't know how

does it's possible ? if yes, what's best solution ?

thanks :)

there python bindings geoip library.

also databases downloadable.

here there examples in python. use case seems not covered. may have manually open , search databases.


Comments

Popular posts from this blog

python - No exponential form of the z-axis in matplotlib-3D-plots -

php - Best Light server (Linux + Web server + Database) for Raspberry Pi -

c# - "Newtonsoft.Json.JsonSerializationException unable to find constructor to use for types" error when deserializing class -