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.
- Host: GitHub
- URL: https://github.com/atymri/iptracker
- Owner: atymri
- License: mit
- Created: 2025-06-03T20:55:27.000Z (8 months ago)
- Default Branch: master
- Last Pushed: 2025-06-03T21:23:25.000Z (8 months ago)
- Last Synced: 2025-06-04T05:45:37.423Z (8 months ago)
- Topics: api, csharp, ip, network, networking, script
- Language: C#
- Homepage:
- Size: 105 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.txt
Awesome Lists containing this project
README
# IpTracker

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
```