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

java - HTTP Status 500 - An exception occurred processing JSP page /second.jsp at line 15 -

php - Using str_replace to translate a MySQL Table in html -

asp.net mvc - Cannot display error message on Editor or EditorFor -