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

Problem with STRSVR and file output when splitting by time and loosing connection to stream ? #106

Open
gemetris opened this issue Dec 22, 2021 · 2 comments

Comments

@gemetris
Copy link

gemetris commented Dec 22, 2021

Hello.

We are experiencing lots of problems with STRSVR when using a timer.
I mean: we are processing GNSS raw data (RTCM) each our.
The raw data is coming in real time (RTCM): we read it with STRSVR and write it to a file. Then convert to RInex and process.
The fiels are splitted hourly.
Everything works fine, until the GNSS are powered off (and not data is coming any more).
We we use a time in order to measure only some hours per day, the RTCM/raw files are not written/slitted correctly any more.

For example, if we power the GNSS on for one our, then power off for one hour, then on again, the file created by STRSVR will contain 2 hours and th4 next one will be empty. The hourly file splitting won't work correctly.

Other example: we power the GNSS on form 0:00 to 3:00. The file named "0000" won't exist, the file "0100" will contain data for 01:00 to 02:00, the file "0200" the data for 02:00 to 03:00 and there will be a file "0400" containing data at 04:00 (some mesurements until the GNSS is power off and then, at the end of the file, the data between 00:00 and 01:00 the net day !!

We can also see in last write time info in OS, that the files are written in a "special" order (caution: the is a difference between GPS and OS time, so the 2 hours difference is normal):
Capture

And because we use "-ts" and "-te" then for convin, nothing works correctly because it is expected that the RTCM file is in chronological order without gap (I guess, or tehre is something other).
I guess there is something between file splitting and buffer management.
Or did I miss something?

@rtklibexplorer
Copy link
Owner

rtklibexplorer commented Jan 5, 2022 via email

@gemetris
Copy link
Author

gemetris commented Apr 5, 2023

Are there some news here?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants