Skip to content

jetblack90/IP-Info

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

IP-Info

IP-Info is a C# console application that provides information about IP addresses. It allows users to look up information for a specific IP address or check their own public IP address.

image

1. Download and install Microsoft packages and .NET SDK to run C#-written tools.

1:1. Install the Microsoft packages:

A)

wget https://packages.microsoft.com/config/debian/12/packages-microsoft-prod.deb -O packages-microsoft-prod.deb

B)

sudo dpkg -i packages-microsoft-prod.deb

C)

rm packages-microsoft-prod.deb

1:2. Installing the .NET SDK:

sudo apt-get install -y dotnet-sdk-8.0

2. Cloning the Repository

2:1. Clone the repository:

A)

git clone https://github.com/jetblack90/IP-Info.git

B)

cd IP-Info

Building and Running the Application:

2:2. Build the project:

dotnet build

3. How to Use

3:1. Run the application:

  • To check your own public IP address:

    dotnet run -myip
  • To look up information for a specific IP address:

    dotnet run [IP_ADDRESS]

3:2. Get help commands:

  • To check the help commands:
    dotnet run -h or --help

Additional Notes:

  • Ensure that the .NET Core SDK is installed on your system.
  • Make sure any external dependencies are properly installed.
  • The application should be cross-platform compatible.

About

Get specified information from IP-addresses.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages