v1.1.1
What's Changed
- RELEASE CANDIDATE 1.1.1 by @semuadmin in #88
ENHANCEMENTS:
gnssstreamer
(formerlygnssdump
) completely refactored to support bidirectional communications with GNSS datastream via args--cliinput
,--input
and--clioutput
,--output
. CLI utility is now namedgnssstreamer
but the deprecatedgnssdump
will continue to work until at least v1.1.3.
Supported --clioutput
values are:
- 0 = terminal (default)
- 1 = binary file
- 2 = serial port
- 3 = TCP socket server
- 4 = evaluable Python (lamba) expression
- 5 = text file
Supported --cliinput
values are:
- 0 = none (default)
- 1 = RTK NTRIP RTCM
- 2 = RTK NTRIP SPARTN
- 3 = RTK MQTT SPARTN
- 4 = serial port (e.g. SPARTN RTK data from D9S L-Band receiver)
- 5 = binary file (e.g file containing UBX configuration commands)
- Improved test coverage.
- Improved exception handling and logging in socket_server.py.
- Improved Sphinx documentation of global constants.
Full Changelog: v1.1.0...v1.1.1