A simple C++ project that takes an IP address or web address and displays detailed geolocation and network information using an external API.
This project uses ip-api.com to fetch IP geolocation data.
Click to enlarge:
- Windows 10 (Visual Studio 2022)
- Ubuntu (g++ 13.3.0)
- CMake (version 3.29)
Boost Library (boost.org)
sudo apt install g++ make binutils cmake libboost-system-dev- Setup vcpkg
git clone https://github.com/microsoft/vcpkg
.\vcpkg\bootstrap-vcpkg.bat- Setup boost
.\vcpkg.exe install boostmkdir build
cd build
cmake ..
cmake --build .Feel free to copy, modify, and use this project however you like. No strings attached! 😎