Skip to content

Releases: rtklibexplorer/RTKLIB

RTKLIB-EX 2.5.1

Choose a tag to compare

@rtklibexplorer rtklibexplorer released this 22 Jun 21:09

What's Changed

Direct Commits

  • Increase MAXPRNCMP from 46 to 50 to include newer MEO Beidou satellites
  • Clean up DCB/OSB code for PPP solutions:
  • Modify iono-free option to use iono-free combination of freq slots 1 and 2 for all constellations if freqs="L1+L2", else use L1/L2 for GLONASS and freq slots 1 and 3 for all other constellations
  • Make Beidou SSR clock and orbit correction message parsing functional
  • Some .BIA bias files leave SVN field blank, modify file parsing to handle this case.
  • Apply code biases for PPP solutions as absolute instead of differential for SSR and post-processing solutions
  • Initialize timestamps for SSR corrections in rtksvrinit
  • Move $SAT output code to stat file for PPP solutions from rtkpos.c to ppp.c to avoid using wrong macro define for state indices
  • Extend cycle slip detection for PPP solutions to include freqs beyond L1 and L2 using code from the RTK solutions (rtkpos.c) as a template
  • Add VTEC spherical harmonics ionospheric model
  • Fix pointer comparison bug in udiono_ppp() SSR code bias check
  • Updates to matching IODEs between ephemeris and SSR corrections (PR #859)
  • Updates to PPP SSR solution:
  • Remove unnecessary setting of SSR update flag in ephemeris update for GLONASS, missed in last commit.
  • Fix logic bug that prevents enabling GLONASS in RTK solution but disabling GLONASS AR

Pull requests

Read more

RTKLIB-EX 2.5.1 pre0

RTKLIB-EX 2.5.1 pre0 Pre-release
Pre-release

Choose a tag to compare

@rtklibexplorer rtklibexplorer released this 13 Jun 21:31
57d39e7

What's Changed

Pull requests

Read more

RTKLIB-EX 2.5.0

Choose a tag to compare

@rtklibexplorer rtklibexplorer released this 20 Jul 20:51

What's Changed

Direct commits:

  • Change name/version to RTKLIB-EX 2.5.0
  • Fix window size bug in RTKPOST SNR options GUI

Pull Requests:

b34L

Choose a tag to compare

@rtklibexplorer rtklibexplorer released this 24 May 16:45

What's Changed

Direct commits:

  • Updates to support four frequency solutions
  • Updates to support u-blox ZED-X20 receiver module
  • Better support for Beidou signals

Pull requests:

Read more

RTKLIB: demo5 b34L-pre1

Pre-release

Choose a tag to compare

@rtklibexplorer rtklibexplorer released this 06 May 20:02

Pre-release for B34L. No known issues, but please provide feedback if you find an problem with this code, particularly if the problem was not present in the B34k code. This will be the B34L release unless any significant issues are found in the next few days.

What's Changed b34L-pre0 to b34L-pre1

What's Changed b34k to b34L-pre0

Read more

RTKLIB: demo5 b34k

Choose a tag to compare

@rtklibexplorer rtklibexplorer released this 10 Aug 21:38
55a0f2c

Changes since last release:

  • Add Unicore binary data parser
  • Improve Septentrio binary data parser
  • Fix compiler optimizations resulting in greater than 2X speed increase in RTKPOST
  • Revert third Beidou freq from B3 to B2a for greater compatibility with existing low-cost L1/L5 receivers
  • Fix instantaneous ambiguity resolution
  • Numerous Qt GUI improvements
  • Updates to documentation, particularly for receiver options and config parameters
  • Remove unsupported receiver types and other unused options from GUIs
  • Fixes for UDP streams
  • Add support to detach CUI apps from the console
  • Remove shell command execution to improve security
  • Numerous other bug fixes, feature and robustness enhancements

Special thanks to:

  • JensReimann for improvements to the Septentrio binary data parser and Qt GUI apps
  • Avinabmalla for the new Unicore binary data parser
  • OurAirQuality for many improvements to all parts of the code

Note: Initial release on 8/10/24 did not include update to version number, rereleased on 8/13/24 with new version number.

RTKLIB: demo5 b34j

Choose a tag to compare

@rtklibexplorer rtklibexplorer released this 06 Jun 18:58
  • Major update of QT GUIs (see readme.md file for instructions on building the QT GUIs)
  • Extensive repairs for potential out of bound accesses, buffer overflow errors, and general code cleanup

Special thanks to JensReimann and OurAirQuality for the vast majority of these changes.

Rtklib Install with Qt Frontend

Pre-release

Choose a tag to compare

@JensReimann JensReimann released this 20 May 11:44

Windows installer for rtklib compiled with the Qt frontend.

RTKLIB: demo5 b34i

Choose a tag to compare

@rtklibexplorer rtklibexplorer released this 06 Jan 17:31

NOTE 5/29/24: THIS RELEASE HAS A KNOWN ISSUE WITH NTRIP STREAMING. PLEASE USE THE B34H RELEASE FOR ANY NTRIP STREAMING UNTIL THIS IS RESOLVED.

  • Updates to obs Beidou codes for RINEX and RTCM
  • Fix for parsing new format Septentrio RINEX files
  • Fix bug with -ts option in RTKCONV
  • Fix bug in handling priorities between multiple obs codes
  • Recognize .RNX extensions as valid obs and nav files
  • Fix bug in -sys option in RNX2RTKP
  • Enable compilation of utilities
  • Add UDP server support to STR2STR
  • Fix bug in calculating initial average position when SNR obs weighting is enabled
  • Fix bug in obs weighting for PPP solutions not using iono-free combinations
  • Add support for .BIA and .BSX code bias files
  • Fix incorrect index for VALSET u-blox command
  • Add Galileo E1/E5 dual freq iono-free combination for PPP solutions
  • Fix Qt version compile issues (still not fully functional)
  • Updates to user manual
  • Decrease obs weighting if half cycle ambiguity flag set
  • Add multiple improvements for moving base solutions

RTKLIB: demo5 b34h

Choose a tag to compare

@rtklibexplorer rtklibexplorer released this 29 Jul 21:07

Note: Missing files added 8/28/23
Support UTC time base for event logging
Bug fix for PPP backward solutions
Fix bug in post-processing half-cycle corrections
Add support for post-processing half-cycle corrections for u-blox receivers
Fix compile errors for QT apps (still not fully supported)
Fix GLONASS dual-freq ionospheric correction bug
Merge pull requests #120, #121, #137, #138
Improvements for moving base RTK solutions
Add support for new Beidou codes for RTCM3 MSM messages
Change third frequency for Beidou from B2A to B3
Don't discard RTCM3 MSM end-of-epoch flag if message data is invalid but message header is valid
Updates to sample config files