awesome-repositories.com
Blog
MCP
awesome-repositories.com

Discover the best open-source repositories with AI-powered search.

ExploreCurated searchesOpen-source alternativesSelf-hosted softwareBlogSitemap
ProjectMCP serverAboutHow we rankPress
LegalPrivacyTerms
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
Archeb avatar

Archeb/opentrace

0
View on GitHub↗
3,835 stars·160 forks·C#·gpl-3.0·12 viewsopentrace.app↗

Opentrace

Opentrace is a network diagnostic utility designed to analyze and map network paths. It combines real-time traceroute data with geographic IP resolution to provide a visual traceroute tool for detecting routing issues and network bottlenecks.

The project features interactive path visualization and geographic route mapping, transforming raw hop-by-hop data into spatial maps. It includes privacy-focused identity masking to hide initial network hops and supports custom DNS resolution, including DNS-over-HTTPS, and local IP database imports for geographic mapping without relying on remote API services.

The utility covers a broad range of network analysis capabilities, including continuous latency monitoring, packet loss tracking, and path stability analysis. It also provides a command-line interface to trigger diagnostic traces for integration with automated scripts and external workflows.

Features

  • Network Route Visualization - Maps the route data packets take to a destination on a visual interface to identify network bottlenecks.
  • Network Hop Geolocation - Maps the physical location of individual nodes in a network routing path using local IP databases.
  • IP Location Data Imports - Supports importing local database files to resolve and display geographic information for network hops.
  • Network Diagnostic Utilities - Provides a comprehensive utility for monitoring packet loss and latency across network hops to analyze path stability.
  • Path Diagnostics - Analyzes network routing paths and individual hops to detect bottlenecks and routing issues in real-time.
  • Network Diagnostics - Uses traceroute tools to identify the location of network failures and analyze traffic flow between points.
  • Round-Trip Time Measurements - Measures round-trip time for each network jump by tracking packet transmission and ICMP responses.
  • IP-to-City Localization - Maps network addresses to geographic locations using local binary data files to avoid remote API reliance.
  • Network Latency Testing - Tracks packet loss and response delays across every hop to evaluate network connection stability.
  • Path Stability Analysis - Provides real-time traceroute analysis to detect packet loss and evaluate network path stability.
  • TTL-Based Path Discovery - Implements sequential probe packets with incrementing TTL values to identify every router between source and destination.
  • Path Visualization Interfaces - Transforms raw hop-by-hop latency and loss data into a graphical map for spatial network analysis.
  • Traceroute Visualizers - Offers a graphical interface for visualizing the network path packets take using traceroute and geographic mapping.
  • Network Hop Masking - Includes privacy-focused identity masking to hide initial network hops during diagnostic tracing.
  • Custom DNS Resolvers - Supports the use of specified external DNS servers and DNS-over-HTTPS endpoints for network resolution.
  • Network Hop Masking - Hides initial network hops and utilizes custom DNS resolvers to protect identity during diagnostic tracing.
  • Latency Monitoring - Runs continuous traces to track packet loss and latency across every network hop for performance monitoring.
  • Network Diagnostic Automation - Enables triggering route traces via command line to integrate diagnostic data into external monitoring scripts.
  • Geographic Route Visualization - Illustrates the hop-by-hop journey of data packets on a map through geographic route visualization.

Star history

Star history chart for archeb/opentraceStar history chart for archeb/opentrace

How this analysis was created: This summary and feature list were written by an AI model that read the project's README and public documentation pages. Each feature links to the documentation it came from; stars, license and language come straight from the GitHub API. The model does not read the source code, and the analysis is refreshed when the project is re-analysed. Learn more on our About page.

AI search

Explore more awesome repositories

Describe what you need in plain English — the AI ranks thousands of curated open-source projects by relevance.

Start searching with AI

Open-source alternatives to Opentrace

Similar open-source projects, ranked by how many features they share with Opentrace.
  • traviscross/mtrtraviscross avatar

    traviscross/mtr

    3,135View on GitHub↗

    MTR is a network diagnostic tool that combines the functions of traceroute and ping to monitor packet loss and latency across every hop in a network path. It serves as an ICMP route analyzer and packet loss monitor designed to discover network paths and measure the performance of intervening routers. The tool functions as a network path visualizer, displaying real-time network health and connectivity data through either a text-based terminal interface or a graphical window. The project covers network path mapping and real-time path tracing to identify routers between a host and destination.

    C
    View on GitHub↗3,135
  • nxtrace/ntrace-corenxtrace avatar

    nxtrace/NTrace-core

    7,941View on GitHub↗

    NTrace-core is an open-source network diagnostic toolset that combines traceroute and MTR techniques with geographic IP geolocation, path MTU discovery, and multi-protocol probing. It functions as a command-line utility and a local web server, providing both a terminal-based interface and a browser-based UI for tracing network paths and analyzing hop-by-hop performance. The tool distinguishes itself through a modular architecture that includes a community probe network for executing traceroutes from geographically dispersed agents, a token-gated API for authenticating remote requests, and an

    Goapias-pathasn-lookup
    View on GitHub↗7,941
  • fujiapple852/trippyfujiapple852 avatar

    fujiapple852/trippy

    6,966View on GitHub↗

    Trippy is a network diagnostic tool and terminal user interface that combines ping and traceroute functionality to analyze network paths and performance. It provides a network packet parser and path analyzer to detect packet loss, jitter, and multipath routing through continuous network probing. The project is distinguished by its support for specialized tracing strategies, including Paris and Dublin, to ensure consistent path discovery. It identifies network address translation devices and utilizes heuristic analysis to distinguish genuine packet loss from rate-limiting. Broad capability ar

    Rust
    View on GitHub↗6,966
  • borntoberoot/networkmanagerBornToBeRoot avatar

    BornToBeRoot/NETworkManager

    8,054View on GitHub↗

    NETworkManager is a comprehensive suite of network administration tools designed for the deployment, monitoring, and diagnostic management of enterprise networks. It provides a centralized interface for subnet management, IP address configuration, and wireless network analysis. The project distinguishes itself by integrating a multi-protocol remote administration client that supports SSH, RDP, VNC, Telnet, and PowerShell sessions within a unified tabbed interface. It further differentiates its capabilities through hardware-level discovery using LLDP and CDP frames, alongside the ability to en

    C#aws-ssmdnsdns-lookup
    View on GitHub↗8,054
See all 30 alternatives to Opentrace→

Frequently asked questions

What does archeb/opentrace do?

Opentrace is a network diagnostic utility designed to analyze and map network paths. It combines real-time traceroute data with geographic IP resolution to provide a visual traceroute tool for detecting routing issues and network bottlenecks.

What are the main features of archeb/opentrace?

The main features of archeb/opentrace are: Network Route Visualization, Network Hop Geolocation, IP Location Data Imports, Network Diagnostic Utilities, Path Diagnostics, Network Diagnostics, Round-Trip Time Measurements, IP-to-City Localization.

What are some open-source alternatives to archeb/opentrace?

Open-source alternatives to archeb/opentrace include: traviscross/mtr — MTR is a network diagnostic tool that combines the functions of traceroute and ping to monitor packet loss and latency… nxtrace/ntrace-core — NTrace-core is an open-source network diagnostic toolset that combines traceroute and MTR techniques with geographic… fujiapple852/trippy — Trippy is a network diagnostic tool and terminal user interface that combines ping and traceroute functionality to… borntoberoot/networkmanager — NETworkManager is a comprehensive suite of network administration tools designed for the deployment, monitoring, and… jason5ng32/myip — MyIP is a network diagnostics toolbox designed for analyzing public IP addresses, geolocation, and network… byjoey/cfnew — cfnew is a V2Ray subscription management system and network proxy orchestrator designed to route traffic across…