ntrip-rtklib-knowledge-patch

Provide NTRIP v1/v2 protocol details and RTKLIB configuration references.

22|Updated Jan 22, 2026
One-click install
npx skills add https://github.com/Nevaberry/nevaberry-plugins --skill ntrip-rtklib-knowledge-patch
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: ntrip-rtklib-knowledge-patch
Source: https://github.com/Nevaberry/nevaberry-plugins/tree/main/plugins/ntrip-rtklib-knowledge-patch/skills/ntrip-rtklib-knowledge-patch
Command: npx skills add https://github.com/Nevaberry/nevaberry-plugins --skill ntrip-rtklib-knowledge-patch

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

Consolidates NTRIP v1/v2 protocol details and RTKLIB configuration references to prevent misconfigurations and data loss during GNSS network setups.

Core Features & Use Cases

  • NTRIP/v1-v2 protocol differences: Clear guidance on v1 vs v2 requests/responses and how to adapt clients.
  • RTKLIB configuration references: Full parameter overview for str2str, rtkrcv.conf, and demo5 tuning.
  • Use Case: Set up a rover/base streaming corrections via NTRIP with RTKLIB and RTK2go.

Quick Start

Configure a base station to publish corrections via NTRIP v2, and load the corresponding rtkrcv.conf parameters for demo5 tuning.

Frequently Asked Questions about ntrip-rtklib-knowledge-patch

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
What is the difference between NTRIP v1 and v2 protocol requests?

NTRIP v1 and v2 protocol differences primarily involve distinct HTTP request formats and response headers. Adapting your GNSS client to match the specific NTRIP version is crucial for preventing stream connection failures and data loss.

How do I configure rtkrcv.conf for RTKLIB demo5 tuning?

To configure rtkrcv.conf for RTKLIB demo5 tuning, apply specific parameter references for your rover or base station. Proper demo5 configuration ensures optimal correction processing and precise GNSS positioning outputs.

Do I need to send GGA for VRS NTRIP connections?

Yes, sending GGA strings is required for VRS NTRIP connections. The Virtual Reference Station needs your rover's accurate position to generate localized GNSS corrections over the NTRIP stream.

How to set up a base station to publish corrections via RTK2go?

Set up a base station to publish corrections via RTK2go by configuring str2str with the correct NTRIP v2 stream path format. This pushes your GNSS base data to the public caster for rover access.

Why does my RTKLIB rover fail to connect to the NTRIP caster?

RTKLIB rover NTRIP connection failures often stem from mismatched v1/v2 protocol settings or incorrect stream path formats. Verifying your str2str configuration and NTRIP version compatibility resolves these network issues.