Skip to content

This is to convert rinex navigation file to Binary navigation message, now gps is supported

Notifications You must be signed in to change notification settings

domonforyou/rnx2dat

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

rnx2dat

This code is to convert rinex navigation file to binary navigation file, now gps is supported

It is based on open source project -- rtklib

I just added the functions which convert nav data to binary that can be sent by satellite simulator. code maybe a bit simple.

chmod +x build

./build

you can get the executable file

./a.out rinex_file toe mins

rinex_file --> rinex file name

toe --> the time period you want to convert

mins --> how long the binary file you want

such as

./a.out 2015.p 439200 3

this is Initial version.

About

This is to convert rinex navigation file to Binary navigation message, now gps is supported

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages