Skip to content

Latest commit

 

History

6 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

NTRIP Client

Lightweight client for connecting to NTRIP casters and streaming RTCM correction data. Supports bearer token and basic authentication with automatic reconnect and linear backoff.

What is NTRIP?

NTRIP (Networked Transport of RTCM via Internet Protocol) is a protocol for streaming GNSS correction data over the internet. An NTRIP caster is a server that receives correction data from reference stations and distributes it to clients. Clients connect to a specific mountpoint on the caster to receive RTCM messages, which a GNSS receiver uses to achieve centimeter-level positioning accuracy (RTK).

Implementations

Language Path
Python Python
C C

Features

  • Bearer token and HTTP Basic authentication
  • Automatic reconnection with linear backoff
  • Configurable timeouts for handshake and streaming
  • Custom User-Agent header

See each implementation's README for API documentation, usage examples, and development instructions.

About

A lightweight NTRIP client for connecting to NTRIP casters and streaming RTCM correction data

Resources

Stars

0 stars

Watchers

0 watching

Forks

Releases

Packages

Contributors

Languages