An open API service indexing awesome lists of open source software.

https://github.com/atymri/iptracker

The IpTracker project is a C# console application designed to retrieve and display information about IP addresses.
https://github.com/atymri/iptracker

api csharp ip network networking script

Last synced: 7 months ago
JSON representation

The IpTracker project is a C# console application designed to retrieve and display information about IP addresses.

Awesome Lists containing this project

README

          

# IpTracker

![IpTracker Screenshot](https://github.com/atymri/IpTracker/blob/master/screenshot.png)

IpTracker is a simple C# utility for retrieving and displaying IP address information. It may be used for educational or diagnostic purposes.

## Features

- Detects local or public IP addresses
- Validates IP format
- Tracks IP location using external services
- Console-based interface

## Requirements

- .NET SDK (e.g., .NET 6 or .NET Framework)
- Visual Studio or compatible C# environment

## Usage

Clone the repository and build the project in Visual Studio:

```bash
git clone https://github.com/atymri/IpTracker.git
```