traceroute.mp4
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.
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.
-
Clone the repository:
git clone https://github.com/yunusefeyilmaz/traceroute-map.git cd traceroute-map
-
Install the dependencies:
npm install
-
Start the server:
npm start
-
Open your browser and navigate to
http://localhost:3000
.