/GNSS-RTK-Client-ssl

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

Primary LanguagePythonGNU General Public License v3.0GPL-3.0

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