gwbres

Results 135 comments of gwbres

Hello, to illustrate this topic, `Hifitime-4` reaches its limit when we survey laboratories that have stable clocks. I say stable to differentiate with Ultra stable clocks. The following performances are...

@xizheyin, > am a Ph.D. student at SATE Laboratory, Nanjing University. We are currently working on a fuzzing tool for Rust library APIs under the guidance of our advisor. This...

> Thank you for your approval, the current version is a bit user-unfriendly, we will refactor the tool to make it more usable in the future 👍 do you have...

Hello Chris, not sure this is relevant here, but anyways. In _gnss-rtk_ we can deploy [a recursive least square solver](https://github.com/rtk-rs/gnss-rtk/blob/develop/src/solutions.rs#L120), currently if the solving method is set to `Mode::LSQSPP`. From...

> I'm kind of leaning towards defining a module per version. For example, an import might look like: > > ``` > use ublox::m8::NavRelPosNed; > ``` that approach looks good....

@maximeborges very good contribution :+1:

@ChristopherRabotin, making good progress, parsing is almost complete. Now I will have to spend a few days verify the observation mode correctly applies to these files, and see if we...

Partial support initiated, files are parsed somewhat sucessfully. Next PR will verify this parsing thoroughly and at least unlock the -g option in the CLI toolbox

```bash cargo tarpaulin -p rinex -t 1000 64.64% as of v0.15.4 ```