Skip to content

Releases: stenseng/ntripstreams

Making sense of GLONASS MSM epoch

11 Aug 15:26
Compare
Choose a tag to compare
Pre-release

Most GNSS systems use week number and sec of week to indicate the Epoch. GLONASS use day of week and sec of day instead of sec of week. The RTCM decoding of that is now fixed

Starting to be useful

05 Aug 11:33
Compare
Choose a tag to compare
Starting to be useful Pre-release
Pre-release

Ntripstreams is now approaching something that is useful and can provide basic monitoring of a NTRIP datastream.
Exception handling has been improved significantly and should now handle them sanely, log the problem and try to reestablish the connection.

Restructured code and fixing chunked reading

04 Aug 11:59
Compare
Choose a tag to compare

Clean up in the code to improve readability and simplify.
Changed chunked reading from line-based reading to announced length reading to avoid misinterpreting data for line ending.

Modified exception

01 Jul 17:35
Compare
Choose a tag to compare
Modified exception Pre-release
Pre-release
v0.1.12

New version

New version

01 Jul 17:29
Compare
Choose a tag to compare
New version Pre-release
Pre-release
v0.1.11

Linting

Modifying exceptions

01 Jul 17:26
Compare
Choose a tag to compare
Modifying exceptions Pre-release
Pre-release
v0.1.10

Linting

Correct MSM decoding

25 Jun 12:59
Compare
Choose a tag to compare
Correct MSM decoding Pre-release
Pre-release

The previous versions read the MSM signals in wrong order and was 12 bit shifted.

Signal types is now available in RINEX3 style e.g. L1C, L5I, E1C

RTCM release

16 Jun 14:47
Compare
Choose a tag to compare
RTCM release Pre-release
Pre-release

Fixed minor issues

RTCM observation decoder

16 Jun 14:11
Compare
Choose a tag to compare
Pre-release

Implementation of MSM1 to MSM7, messages 1001-1004, and messages 1009-1012

First released to PyPi

10 Jun 10:14
Compare
Choose a tag to compare
Pre-release

This is the first release uploaded to PyPi