Skip to content

Simple tool that converts IP to Geolocation

License

Notifications You must be signed in to change notification settings

ASmoliak/IP2Geoloc

Repository files navigation

Basic tool that converts input IPv4 into Country, region, and city.

Uses boost::beast for generating HTTP requests, boost::asio for sending them and receiving a response,
and boost::ptree for parsing the response (it's in JSON)

This is my first public project, open to any ideas and suggestions :D