Skip to content

albertogg/IPLocator

Repository files navigation

IPLocator

Locates the IP Country.

Simple java application using a SOAP web service from webservicex.net that runs from console.

Install

You need to have java installed to run this application, Download the proyect and extract IPLocator.jar(/dist/IPLocator.jar) to any directory.

usage

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.

University

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.

About

Given an IP, returns you the location.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages