Tagged articles
21 articles
Page 1 of 1
Open Source Tech Hub
Open Source Tech Hub
Sep 17, 2025 · Backend Development

How to Implement Fast Offline IP Geolocation in PHP with ip2region

This guide explains the ip2region PHP library, compares its lightweight V2 and full‑featured V3 versions, details installation via Composer, shows project structure, core features, new v3.0 enhancements, and provides step‑by‑step code examples for functional and object‑oriented usage.

IP geolocationPHPip2region
0 likes · 13 min read
How to Implement Fast Offline IP Geolocation in PHP with ip2region
Java Architect Essentials
Java Architect Essentials
Sep 8, 2024 · Backend Development

Using the ip2region Offline IP Geolocation Library with Java

This article explains how to implement high‑accuracy IP location lookup using the free ip2region offline database, provides Maven dependency details, demonstrates Java code for searching IP addresses, shows sample output, and highlights its support for both domestic and international IPs.

IP geolocationJavaip2region
0 likes · 5 min read
Using the ip2region Offline IP Geolocation Library with Java
Architect's Guide
Architect's Guide
Jan 21, 2024 · Backend Development

Retrieving User IP Address and Geolocation in Java with ip2region

This article explains how to obtain a client’s IP address from an HttpServletRequest, convert it to a geographic location using the ip2region library, and provides multiple Java implementation options, Maven dependencies, and performance testing commands for efficient backend IP lookup.

BackendIP geolocationJava
0 likes · 15 min read
Retrieving User IP Address and Geolocation in Java with ip2region
Top Architect
Top Architect
Jul 5, 2023 · Backend Development

Implementing IP Geolocation in Spring Boot Using ip2region (Local and Online Methods)

This article explains how to integrate IP geolocation into a Spring Boot application by using the ip2region library for offline lookups and an online API for real‑time address resolution, providing code samples, dependency setup, caching strategies, and an interceptor to attach IP information to every request.

BackendIP geolocationInterceptor
0 likes · 12 min read
Implementing IP Geolocation in Spring Boot Using ip2region (Local and Online Methods)
Top Architect
Top Architect
Aug 6, 2022 · Backend Development

Retrieving Client IP and Using ip2region for IP Geolocation in Java

This article explains how to obtain a client's IP address from HttpServletRequest in Java, convert it to geographic location using the ip2region library, and demonstrates various query methods, caching strategies, and Maven integration for efficient backend IP geolocation.

HttpServletRequestIP geolocationJava
0 likes · 12 min read
Retrieving Client IP and Using ip2region for IP Geolocation in Java
Architecture Digest
Architecture Digest
Aug 3, 2022 · Backend Development

How to Retrieve Client IP and Use ip2region for IP Geolocation in Java

This article explains how to obtain a user's IP address from an HttpServletRequest, introduces the ip2region offline IP‑location library, demonstrates Maven integration and multiple Java query implementations—including file‑only, vector‑index, and full‑memory caching—while providing benchmark and testing instructions.

HttpServletRequestIP geolocationJava
0 likes · 15 min read
How to Retrieve Client IP and Use ip2region for IP Geolocation in Java
IT Services Circle
IT Services Circle
Jul 15, 2022 · Backend Development

How to Retrieve IP Geolocation in Java Using ip2region

This tutorial explains how to obtain a user's IP address from an HttpServletRequest, interpret the IP using the ip2region offline database, and display the corresponding province or country in a Java backend application, including code examples and Maven integration.

BackendIP geolocationJava
0 likes · 11 min read
How to Retrieve IP Geolocation in Java Using ip2region
Open Source Linux
Open Source Linux
Jul 15, 2022 · Operations

Nali – Offline IP Geolocation & CDN Lookup Tool: Features, Install & Use

Nali is an open‑source Go rewrite of the original Nali C and JavaScript tools, offering offline IP geolocation and CDN provider queries with support for multiple databases, IPv4/IPv6, pipeline processing, interactive mode, multilingual output, and easy installation via source or pre‑compiled binaries across platforms.

CDN lookupCLI toolGo
0 likes · 13 min read
Nali – Offline IP Geolocation & CDN Lookup Tool: Features, Install & Use
Python Programming Learning Circle
Python Programming Learning Circle
May 16, 2022 · Information Security

How IP Geolocation Works and Its Privacy Implications

This article explains the technical principles behind IP‑based geolocation, describing how autonomous systems map IP addresses to approximate locations, the limits of accuracy, and the privacy concerns arising from both network operators and large‑scale data services.

Autonomous SystemIP geolocationinformation security
0 likes · 7 min read
How IP Geolocation Works and Its Privacy Implications
IT Services Circle
IT Services Circle
May 16, 2022 · Information Security

How IP Addresses Reveal Geographic Locations and Their Privacy Implications

The article explains the technical principles behind IP geolocation using autonomous systems, describes how IP addresses can be mapped to regions and organizations, discusses the limits of precision, and highlights privacy concerns and potential misuse of location data in the modern digital era.

Autonomous SystemIP geolocationnetwork fundamentals
0 likes · 8 min read
How IP Addresses Reveal Geographic Locations and Their Privacy Implications
Liangxu Linux
Liangxu Linux
May 15, 2022 · Fundamentals

How Does Your IP Reveal Your Location? The Tech Behind IP Geolocation

This article explains how IP addresses are linked to geographic locations through Autonomous Systems and ASN mappings, discusses the accuracy limits, and highlights privacy implications and real‑world applications of IP geolocation in modern internet services.

ASNAutonomous SystemIP geolocation
0 likes · 7 min read
How Does Your IP Reveal Your Location? The Tech Behind IP Geolocation
Java Architecture Diary
Java Architecture Diary
May 2, 2022 · Backend Development

How to Use ip2region in Spring Boot for Java IP Geolocation

This guide introduces ip2region, an offline IP geolocation library, and shows how to integrate its Java wrapper mica‑ip2region into Spring Boot, covering dependency setup, bean injection, search methods, IpInfo fields, and provides demo screenshots and related open‑source links.

IP geolocationJavaSpring Boot
0 likes · 5 min read
How to Use ip2region in Spring Boot for Java IP Geolocation
Programmer DD
Programmer DD
Aug 13, 2020 · Backend Development

How to Determine User City from IP in Spring Boot: A Practical Guide

This article explains why identifying a user's city via IP is crucial for operations, outlines various IP-to-city methods, and provides a complete Spring Boot implementation—including IP extraction, QQWry library integration, custom interceptors, and REST endpoints—to count visits per city.

IP geolocationInterceptorSpring Boot
0 likes · 6 min read
How to Determine User City from IP in Spring Boot: A Practical Guide
Programmer DD
Programmer DD
Jul 17, 2020 · Backend Development

Master Offline IP Geolocation with ip2region: Fast, Accurate, Multi‑Language Support

This article introduces ip2region, an offline IP‑address location library offering 99.9% accuracy, sub‑millisecond query speed, tiny database size, multiple search algorithms, and bindings for many languages, along with installation, testing, concurrency tips, and database generation instructions.

IP geolocationMulti-languagehigh performance
0 likes · 9 min read
Master Offline IP Geolocation with ip2region: Fast, Accurate, Multi‑Language Support