An NTRIP Caster is the central server component in the NTRIP (Networked Transport of RTCM via Internet Protocol) architecture that receives GNSS correction data streams from one or more sources and distributes them to multiple end-user clients over the internet. The caster functions as a hub connecting correction data providers with consumers, managing connections, authenticating users, and providing information about available data streams.
The caster maintains a source table, a directory of all available correction streams (called mountpoints) that clients can access. Each mountpoint entry describes the stream’s characteristics: geographic location of the reference station or network coverage area, correction format (RTCM 2.x, RTCM 3.x, CMR, etc.), data rate, constellation and signal support, and access requirements (public or authenticated). Clients query this source table to identify appropriate streams for their location and application before connecting to receive corrections.
NTRIP casters handle the multiplexing challenge inherent in correction distribution. A single reference station produces one correction stream, but many simultaneous users may need that data. The caster receives the source stream once and replicates it to all connected clients, efficiently scaling to serve thousands of simultaneous users without increasing load on the reference station infrastructure. This architecture is particularly valuable for commercial correction services and public reference station networks serving large user communities.
Operating an NTRIP caster requires consideration of several technical and operational factors. Network bandwidth must accommodate all simultaneous client connections, with typical correction streams of 1-5 kilobytes per second and potentially thousands of clients, bandwidth requirements can be substantial. High availability is critical since positioning applications depend on continuous correction delivery. Security considerations include authentication to control access, protection against denial-of-service attacks, and potentially encryption for sensitive applications. Organizations may operate their own casters for internal reference stations or subscribe to commercial caster services that provide managed correction distribution infrastructure.