A web-based tool to find the nearest NTRIP mount point based on your current location, supporting multiple NTRIP networks.
Try it now: NTRIP Mount Point Finder
- π Automatic geolocation detection with fallback to GeoIP
- π Support for multiple NTRIP networks:
- ASG-EUPOS (Poland)
- RTK2Go (Global)
- Easily extendable to other networks
- πΊοΈ Finds the closest RTCM 3.2 mount point from selected network
- π One-click copy for mount point names
- π Table view of all available mount points sorted by distance
- π Distance calculation for each mount point
- π Automatic language selection based on location
- π Dark/Light theme support
- π± Responsive design
- π Retry functionality for failed location attempts
- π Location method indicator (GPS/GeoIP)
- Pure JavaScript
- HTML5 Geolocation API
- CSS3 with CSS Variables
- Modular code structure with separate components
- Multi-language support with automatic region detection
- Clone the repository
- Run
make installto update mount point data - Open
index.htmlin your browser - Allow location access when prompted
- Select your preferred NTRIP network from the dropdown menu
- Node.js
- Make
- No additional npm dependencies required
This tool works with multiple NTRIP Caster networks including Polish ASG-EUPOS and global RTK2Go. Mount point data is stored locally in JSON format.
The application can be easily extended to work with different Caster networks by adding a new network configuration and corresponding mount point data file.
MIT License