Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Rtklib 2.4.3dev #471

Open
wants to merge 28 commits into
base: rtklib_2.4.3
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
28 commits
Select commit Hold shift + click to select a range
b35e9be
added galileo ura index for rinex.
hirokawa May 25, 2019
1a873cb
added galileo ura-index for rinex.
hirokawa May 25, 2019
1bd5e56
added galileo ura index for rinex.
hirokawa May 25, 2019
ac3237f
Merge remote-tracking branch 'upstream/rtklib_2.4.3' into rtklib_2.4.…
hirokawa Apr 23, 2020
ee927b2
added IGS SSR support
hirokawa Jul 24, 2020
891a268
fixed nmsg3 index for proprietary messages.
hirokawa Jul 24, 2020
eed424e
added DFMC sbas decoder.
hirokawa Aug 29, 2020
cce0eb6
updated bias types based on icd.
hirokawa Aug 29, 2020
180043e
RTKLIB 2.4.3 b34
tomojitakasu Dec 29, 2020
8b4c039
added galileo ura-index for rinex.
hirokawa May 25, 2019
37c511b
added galileo ura index for rinex.
hirokawa May 25, 2019
551687b
added IGS SSR support
hirokawa Jul 24, 2020
e89c769
fixed nmsg3 index for proprietary messages.
hirokawa Jul 24, 2020
163f9f7
added DFMC sbas decoder.
hirokawa Aug 29, 2020
364960b
updated bias types based on icd.
hirokawa Aug 29, 2020
77569d3
added cssr/QZS L6 files.
hirokawa Dec 31, 2020
46445dc
Merge branch 'rtklib_2.4.3dev' of https://github.com/hirokawa/RTKLIB …
hirokawa Dec 31, 2020
d20d3cd
fixed compile error.
hirokawa Dec 31, 2020
cbc3e82
added CSSR L6 MSG dump utility
hirokawa Dec 31, 2020
ec6b2ec
fixed cssr decoder sequence.
hirokawa Jan 2, 2021
f36eda8
added L6 message decoder, and converter.
hirokawa Jan 3, 2021
6677698
fixed cs.
hirokawa Jan 3, 2021
17500b1
simplified L6 message decoder.
hirokawa Jan 3, 2021
f03bf0a
add grid data.
hirokawa Jan 3, 2021
a3d83c5
added grid definition message.
hirokawa Jan 10, 2021
83731e7
fixed atmos decode
hirokawa Jan 11, 2021
40b3255
added cssr encoder
hirokawa Jan 11, 2021
ac594d2
support new message for Javad
hirokawa Aug 1, 2021
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
The table of contents is too big for display.
Diff view
Diff view
  •  
  •  
  •  
3 changes: 3 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,8 +1,11 @@
*.o
*.d
*.obs
*.ini
*.local
Release
Release_Build
Debug
Debug_Build
__history
__astcache
40 changes: 40 additions & 0 deletions LICENSE.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,40 @@

The RTKLIB software package is distributed under the following BSD 2-clause
license. Users are permitted to develop, produce or sell their own non-
commercial or commercial products utilizing, linking or including RTKLIB as long
as they comply with the license.

--------------------------------------------------------------------------------

Copyright (c) 2007-2020, T. Takasu, All rights reserved.

Redistribution and use in source and binary forms, with or without modification,
are permitted provided that the following conditions are met:

Redistributions of source code must retain the above copyright notice, this list
of conditions and the following disclaimer. Redistributions in binary form must
reproduce the above copyright notice, this list of conditions and the following
disclaimer in the documentation and/or other materials provided with the
distribution.

The software package includes some companion executive binaries or shared
libraries necessary to execute APs on Windows. These licenses succeed to the
original ones of these software.

THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND
ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED
WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE
DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE LIABLE
FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR
SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER
CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY,
OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.

--------------------------------------------------------------------------------

Notes:
Previous versions of RTKLIB until ver. 2.4.1 had been distributed under GPLv3
license.

3 changes: 0 additions & 3 deletions app/clean_consapp.bat → app/consapp/clean_consapp.bat
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,3 @@ cd ..\..
cd pos2kml\bcc
call clean.bat
cd ..\..
cd rnx2rtkp\bcc_win64
call clean.bat
cd ..\..
1,057 changes: 647 additions & 410 deletions app/rtkconv/rtkconv.cbproj → app/consapp/convbin/bcc/_convbin.cbproj

Large diffs are not rendered by default.

File renamed without changes.
1 change: 1 addition & 0 deletions app/consapp/convbin/bcc/install.bat
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
copy Release_Build\_convbin.exe ..\..\..\..\..\RTKLIB_bin\bin\convbin.exe
Loading