Expand description
Blocking (synchronous) client implementation Blocking (synchronous) GPSD client implementation
This module provides a synchronous version of the GPSD client for applications that don’t require asynchronous I/O. It offers the same functionality as the async client but with blocking operations.
Structs§
- Gpsd
Client Core - Core implementation of a blocking GPSD client
- Gpsd
Data Stream - Iterator for streaming GPS data from GPSD
Type Aliases§
- Gpsd
Client - Type alias for a GPSD client using protocol version 3