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

Descubre los mejores repositorios open-source con nuestra búsqueda potenciada por IA.

ExplorarBúsquedas curadasAlternativas open-sourceSoftware autohospedableBlogMapa del sitio
ProyectoServidor MCPAcerca deCómo clasificamosPrensa
Aviso legalPrivacidadTérminos
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·

2 repositorios

Awesome GitHub RepositoriesIP Range Lookups

Application of binary search algorithms to efficiently locate IP addresses within sorted network ranges.

Distinct from Binary Search Utilities: Specializes general binary search utilities for the specific domain of IP address range matching.

Explore 2 awesome GitHub repositories matching software engineering & architecture · IP Range Lookups. Refine with filters or upvote what's useful.

Awesome IP Range Lookups GitHub Repositories

Encuentra los mejores repositorios con IA.Buscaremos los repositorios que mejor coincidan usando IA.
  • hackl0us/geoip2-cnAvatar de Hackl0us

    Hackl0us/GeoIP2-CN

    7,273Ver en GitHub↗

    GeoIP2-CN provides curated datasets and binary database files designed to identify network addresses originating from mainland China. It provides a GeoIP2 China database and a routing list formatted as a MaxMind compatible database for use with network tools. The project enables proxy traffic management by distinguishing between domestic and international IP addresses. This allows for regional network routing and the application of decision logic to separate traffic paths based on geographic location. The system implements IP identification through MMDB-based lookups, binary-search range mat

    Implements high-speed IP address location within sorted network ranges using a binary search algorithm.

    Goclashgeoipgeoip2
    Ver en GitHub↗7,273
  • p3terx/geolite.mmdbAvatar de P3TERX

    P3TERX/GeoLite.mmdb

    4,326Ver en GitHub↗

    GeoLite.mmdb is a curated repository of prebuilt MaxMind GeoIP databases in the MMDB binary format, providing ready-to-use files for mapping IP addresses to geographic locations and autonomous system network providers without requiring a MaxMind account or manual compilation. The project serves as a central source for country-level, city-level, and autonomous system number (ASN) databases that enable fast, decompression-free IP lookups. The repository delivers three primary database files: the GeoLite2 Country database for resolving IP addresses to their registered countries, the GeoLite2 Cit

    Implements radix tree traversal on binary databases for fast IP-to-geographic record mapping.

    geoipgeoip2geolocation
    Ver en GitHub↗4,326
  1. Home
  2. Software Engineering & Architecture
  3. Binary Search Utilities
  4. IP Range Lookups

Explorar subetiquetas

  • Radix Tree TraversalsUses a radix tree traversal algorithm on binary databases to map IP addresses to geographic and network records. **Distinct from IP Range Lookups:** Distinct from IP Range Lookups: uses radix tree traversal rather than binary search for IP address lookup.