{"id":25530798,"url":"https://github.com/dindinyt37/public-ip-tracker","last_synced_at":"2026-04-22T23:35:34.630Z","repository":{"id":277749772,"uuid":"924295776","full_name":"DindinYT37/public-ip-tracker","owner":"DindinYT37","description":"A lightweight Windows system tray utility that monitors and logs public IP address changes","archived":false,"fork":false,"pushed_at":"2025-02-15T20:28:17.000Z","size":13,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-06-24T14:50:45.931Z","etag":null,"topics":["cpp","csv","ip-address","ip-tracking","monitoring","networking","system-tray","utility","winapi","windows"],"latest_commit_sha":null,"homepage":"","language":"C++","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/DindinYT37.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":"CONTRIBUTING.md","funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2025-01-29T18:50:24.000Z","updated_at":"2025-02-15T20:18:58.000Z","dependencies_parsed_at":"2025-02-15T21:19:54.608Z","dependency_job_id":"2ac0b699-db41-4e95-9d70-6b6fbd4ae06a","html_url":"https://github.com/DindinYT37/public-ip-tracker","commit_stats":null,"previous_names":["dindinyt37/public-ip-tracker"],"tags_count":3,"template":false,"template_full_name":null,"purl":"pkg:github/DindinYT37/public-ip-tracker","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/DindinYT37%2Fpublic-ip-tracker","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/DindinYT37%2Fpublic-ip-tracker/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/DindinYT37%2Fpublic-ip-tracker/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/DindinYT37%2Fpublic-ip-tracker/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/DindinYT37","download_url":"https://codeload.github.com/DindinYT37/public-ip-tracker/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/DindinYT37%2Fpublic-ip-tracker/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":32159959,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-22T17:06:48.269Z","status":"ssl_error","status_checked_at":"2026-04-22T17:06:19.037Z","response_time":58,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.5:443 state=error: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["cpp","csv","ip-address","ip-tracking","monitoring","networking","system-tray","utility","winapi","windows"],"created_at":"2025-02-20T00:21:59.674Z","updated_at":"2026-04-22T23:35:34.612Z","avatar_url":"https://github.com/DindinYT37.png","language":"C++","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Public IP Tracker\n\n[![License: MIT](https://img.shields.io/badge/License-MIT-yellow.svg)](https://opensource.org/licenses/MIT)\n[![Windows](https://img.shields.io/badge/Windows-0078D6?style=flat\u0026logo=windows\u0026logoColor=white)](https://github.com/DindinYT37/public-ip-tracker)\n[![C++](https://img.shields.io/badge/C++-17-blue.svg?style=flat\u0026logo=c%2B%2B)](https://isocpp.org/)\n[![GitHub release (latest by date)](https://img.shields.io/github/v/release/DindinYT37/public-ip-tracker)](https://github.com/DindinYT37/public-ip-tracker/releases)\n\nA Windows system tray application that monitors and logs changes to your public IP address.\n\n## Overview\n\nPublic IP Tracker is a lightweight Windows utility that runs in your system tray and monitors changes to your public IP address. When a change is detected, it automatically logs the timestamp and new IP address to a CSV file for easy tracking and analysis.\n\n## Features\n\n- Runs in system tray with minimal resource usage\n- Automatically checks public IP every 5 seconds\n- Logs IP changes with timestamps to CSV file\n- Multiple IP checking services for reliability\n- Right-click menu to view or open log file\n- Supports both IPv4 and IPv6 addresses\n- Zero configuration required\n- Minimal CPU and memory footprint\n\n## Installation\n\n1. Download the latest release from the Releases page\n2. Run the executable\n3. The application will start in your system tray\n\nNo installation required - just download and run.\n\n## Building from Source\n\n### Prerequisites\n\n- MinGW with g++\n- Visual Studio Build Tools 2022\n- Visual Studio Code (recommended)\n\n### Build Steps\n\n1. Clone the repository:\n   ```bash\n   git clone https://github.com/DindinYT37/public-ip-tracker.git\n   cd public-ip-tracker\n   ```\n\n2. Open in VS Code and build:\n   - Press F5 for debug build\n   - Run \"build\" task for release build\n\n### Build Options\n\n- Debug build: Includes console window for debugging\n- Release build: No console window, runs silently in system tray\n\n## Usage\n\n1. Run the application\n2. Look for the IP Logger icon in your system tray\n3. Right-click the icon for options:\n   - Reveal CSV: Opens Explorer with the log file selected\n   - Open CSV: Opens the log file in your default CSV application\n   - Exit: Closes the application\n\nThe log file (ip_log.csv) will be created in the same directory as the executable.\n\n## CSV Format\n\nThe log file uses a simple CSV format:\n```csv\nTimestamp,IP Address\n2024-01-01 12:00:00,192.168.1.1\n```\n\n## Contributing\n\nPlease read [CONTRIBUTING.md](CONTRIBUTING.md) for details on contributing to this project.\n\n## License\n\nThis project is licensed under the MIT License - see the [LICENSE](LICENSE) file for details.\n\n## Acknowledgments\n\n- Thanks to various IP checking services:\n  - checkip.amazonaws.com\n  - api.ipify.org\n  - icanhazip.com\n  - ipinfo.io ","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdindinyt37%2Fpublic-ip-tracker","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fdindinyt37%2Fpublic-ip-tracker","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdindinyt37%2Fpublic-ip-tracker/lists"}