Skip to content

Releases: ewasjon/lpprtklib-client

1.24

25 Mar 09:40

Choose a tag to compare

option to disable corrections

1.23

25 Mar 08:40

Choose a tag to compare

add back rtcm

1.22

25 Mar 08:06

Choose a tag to compare

better tags

1.21

24 Mar 14:56

Choose a tag to compare

split rtklib and rtkrcv flags

1.20

24 Mar 14:23

Choose a tag to compare

rtk_thread_server issue

1.19

24 Mar 14:09

Choose a tag to compare

cleanup

1.18

24 Mar 09:20

Choose a tag to compare

fix: correctness and stability improvements

- Add missing `import json` (fixes crash in handle_location)
- Fix logger.info call with extra positional arg (fixes TypeError on config change)
- Fix handle_nmea_tcp mutating tcp_clients list while iterating
- Fix cs_get/cs_put raising instead of returning None when off-device
- Fix event_handler colon-in-value parsing using split(':', 1)
- Ensure log directory exists before creating RotatingFileHandler
- Rename `format` variable to avoid shadowing built-in
- Rename inner output_thread function to _read_output to avoid name shadowing
- Remove duplicate log-level calls in SendLogHandler

1.17

23 Mar 14:31

Choose a tag to compare

add missing tags

1.16

23 Mar 12:01

Choose a tag to compare

fix rtkrcv

1.15

20 Mar 23:01

Choose a tag to compare

fix python