I hav a java application, and I need location info. based on a given IP. Currently, I'm using http://freegeoip.net. I'm using java, and what I do is get the geolocation information for the mentioned site in csv format, then parse the csv file and locate the country details & display it in my Java application.
Unfortunately, the main problem with this site is that it restricts me to limited the number of queries while I need unlimited queries for educational purposes. can any body provide me with reliable, accurate (as possible), free, unlimited gelocation ip service, in addition to the possibility of giving me the info. in csv format (or any suitable format that I can extract the info. from it to my Java application).