Skip to content

Rework gpsd gps code to fix issue with early dongle#373

Merged
brickbots merged 1 commit intomainfrom
gpsd_fix
Jan 25, 2026
Merged

Rework gpsd gps code to fix issue with early dongle#373
brickbots merged 1 commit intomainfrom
gpsd_fix

Conversation

@brickbots
Copy link
Owner

The GPSD message streams are blocking, so the whole asyncio loop will get stopped waiting for a specific filtered message type. The early USB GPS dongles don't send sky messages, so the whole loop would block and TPV messages were never processed.

This change removes all asyncio code for the GPSD GPS module and parses a combined sky/tpv stream as messages come in.

@brickbots brickbots merged commit 100fe52 into main Jan 25, 2026
2 checks passed
TakKanekoGit pushed a commit to TakKanekoGit/PiFinder that referenced this pull request Jan 28, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant