Skip to content

mixx99/BoostIPTracker

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Boost IP Tracker

A simple C++ project that takes an IP address or web address and displays detailed geolocation and network information using an external API.


API Used

This project uses ip-api.com to fetch IP geolocation data.


Example

Click to enlarge:


Tested On

  • Windows 10 (Visual Studio 2022)
  • Ubuntu (g++ 13.3.0)
  • CMake (version 3.29)

Dependencies

Boost Library (boost.org)

Linux

sudo apt install g++ make binutils cmake libboost-system-dev

Windows (via vcpkg)

  1. Setup vcpkg
git clone https://github.com/microsoft/vcpkg
.\vcpkg\bootstrap-vcpkg.bat
  1. Setup boost
.\vcpkg.exe install boost

Building

mkdir build
cd build
cmake ..
cmake --build .

Feel free to copy, modify, and use this project however you like. No strings attached! 😎

About

Simple C++ project that takes an IP address or web address and displays detailed geolocation and network information using an external API.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages