| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
| Name | Name | Last commit date | ||
|---|---|---|---|---|
A modern, lightweight, and high-performance RTK management software designed to orchestrate live NTRIP streams, manage base station corrections, and monitor rover telemetry seamlessly.
RTKWave acts as the central control plane for your Real-Time Kinematic operations, eliminating the friction of data-stream routing, log management, and connection drift monitoring.
Ensure you have the following environments installed on your machine:
Clone the repository and compile the binary:
git clone https://github.com
cd rtkwave
go build -o rtkwave main.gocp .env.example .envNTRIP_CASTER_URL=caster.example.com
NTRIP_PORT=2101
MOUNTPOINT=BASE01
USERNAME=your_username
PASSWORD=your_password./rtkwaveYou can trigger and check active stream pipes directly via the module or CLI interface:
./rtkwave connect --mount BASE01 --rover ROVER_AExpected Terminal Output:
[RTKWave] [INFO] Initializing carrier-wave tracking engine...
[RTKWave] [INFO] Successfully established link with caster.example.com:2101
[RTKWave] [INFO] Streaming RTCM3 corrections -> ROVER_A [Latency: 42ms]
rtkwave/
├── src/ # Main source files
│ ├── core/ # Stream routing and processing engine
│ ├── config/ # Environment and network profiles
│ └── utils/ # Data loggers and parsing scripts
├── tests/ # Unit tests and stream simulation profiles
├── .env.example # Template configuration file
├── LICENSE # Open-source license file
└── README.md # This structural documentation file
Contributions make the open-source community an amazing place to learn, inspire, and create. Any contributions you make are greatly appreciated.
Distributed under the Apache 2.0 License. See LICENSE for more information.
| Back | FazBrowse Home | New Git URL |