Skip to content

Trace internet packages on the a map

Notifications You must be signed in to change notification settings

Rudely-shaped-turnip/hopmap

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

HopMap

HopMap is a Python tool that visualizes the route that your data takes to get from your machine to a target host or URL. It uses traceroute to find the route, geolocates the IP addresses found in the route, and plots them on a map using Cartopy.

Installation

  1. Clone the repository:
    git clone [email protected]:sellisd/hopmap.git
  2. Navigate to the project directory:
    cd hopmap
  3. Install the requirements:
    pip install .

Usage

You can use HopMap from the command line with providing a url address with the --url option, or an IPv4 address with the --host option:

hopmap --url www.ntnc.org.np

Screenshots

About

Trace internet packages on the a map

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 85.4%
  • Dockerfile 14.6%