-
Seems to me like a bug.
rtcm3.c, function `decode_type1045`, line `eph.week=adjgpsweek(week%1024);`
But Galileo week occupies 12 bits and so rolls-over after 4096. Currently it works because GPS weeks…
-
**Describe the bug**
Cannot run a simple import of my test.ubx file.
pyubx2.version: 1.2.14
uCenter software used to generate the test.ubx file: v21.09
Error message:
[some valid parsed data f…
-
I try to get Observation from Ublox F9P with the best time tolerance possible for precise positioning.
To get that, i set up the Receiver with 20hz UBX-RAWX output, decimate to 1sec and truncate th…
-
See https://github.com/jcmb/RTCM3/pull/6 and https://github.com/jcmb/RTCM3/issues/7
### How to reproduce it
`go run latency.go -caster http://caster.centipede.fr:2101/PAS64 -username centipede -…
pyrog updated
3 years ago
-
**Environment**:
- EMQ X version (e.g. `emqx_ctl status`): 4.2.9
- Hardware configuration (e.g. `lscpu`): Kubernetes EKS and K3S
**What happened and what you expected to happen**:
Running a…
umeat updated
3 years ago
-
Hi!
I am experiencing problems of establishing connection to the serialport while using STR2STR. I am using Rasbian and rasberrypi.
I want to stream rtcm3 correction data from the NTRIPserver to …
-
Would it be helpful to periodically download fresh antenna (.atx) and diffferential code bias (.bia) files?
-
I'm using STRSRV with the convert option to control which RTCM3 msgs get sent and at what frequency over my RF RTK correction link. If I use the following:
1074(2),1084(2),1094(2),1124(2),1006(19),10…
-
Hi,
I'm trying to use PyGPSClient on Artix Linux and I'm encountering some issues. The GPS device I have is [this one](https://www.aliexpress.com/item/32951942245.html) and I installed PyGPSClient …
-
Running on an RPi3 upgraded from 2.2.0 here...
I've been running an NTRIP caster manually from the CLI, but decided to upgrade and give the UI config a try. I did not upgrade to 2.2.90 first, miss…