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
- AUSCORS NTRIP Broadcaster
- Rtk2Go
Install the required dependencies:
pip install -r requirements.txt
To run the GUI program, simply run
python NtripClientGUI.py.
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.
This project is licensed under the GPL-3.0 license - see the LICENSE file for details