Skip to content

Traceroute Visualizer is a Node.js application that utilizes Socket.IO to perform traceroute operations and visualize the geographical locations of each hop on a map. The application provides real-time feedback on the traceroute progress, displaying each hop's IP address, city, region, country, and ISP information.

Notifications You must be signed in to change notification settings

yunusefeyilmaz/traceroute-map

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Traceroute Map

traceroute.mp4

Project Description

TraceRoute Visualizer is a Node.js application that utilizes Socket.IO to perform traceroute operations and visualize the geographical locations of each hop on a map. The application provides real-time feedback on the traceroute progress, displaying each hop's IP address, city, region, country, and ISP information.

Features

Perform traceroute operations to any destination. Real-time visualization of traceroute hops on an interactive map. Display detailed information about each hop, including IP address, city, region, country, ISP, and organization. Error handling and user-friendly feedback.

Installation

  1. Clone the repository:

    git clone https://github.com/yunusefeyilmaz/traceroute-map.git
    cd traceroute-map
  2. Install the dependencies:

    npm install

Usage

  1. Start the server:

    npm start
  2. Open your browser and navigate to http://localhost:3000.

About

Traceroute Visualizer is a Node.js application that utilizes Socket.IO to perform traceroute operations and visualize the geographical locations of each hop on a map. The application provides real-time feedback on the traceroute progress, displaying each hop's IP address, city, region, country, and ISP information.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published