Skip to content

Latest commit

 

History

History
26 lines (21 loc) · 686 Bytes

README.md

File metadata and controls

26 lines (21 loc) · 686 Bytes

GNSS RTK Client

This code can be used to automatically get the nearest Mountpoint for GNSS RTK applications. And receive RTCM3 data. GUI can be use for quick testing.

The Code is tested for

  1. AUSCORS NTRIP Broadcaster
  2. Rtk2Go

Installation

Install the required dependencies:

pip install -r requirements.txt

Usage

To run the GUI program, simply run

python NtripClientGUI.py.

APP Screenshot

Contributing

Contributions are welcome! If you find a bug or would like to suggest a new feature, please open an issue or submit a pull request.

License

This project is licensed under the GPL-3.0 license - see the LICENSE file for details