Simple java application using a SOAP web service from webservicex.net that runs from console.
You need to have java installed to run this application, Download the proyect and extract IPLocator.jar(/dist/IPLocator.jar) to any directory.
To run the application just type
java -jar /path/to/IPLocator.jar
or
java -jar /path/to/IPLocator.jar < file.txt
the file.txt is a file that can contain any number of ip addresses for example :
200.35.233.23
189.35.1.3
193.200.1.4
If running from console type "quit" to exit.
This app was done for distributed systems a course on computer engineering on Universidad Católica Andrés Bello,Caracas Venezuela.
This is a @albertogg app.