Module blocking

Module blocking 

Source
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§

GpsdClientCore
Core implementation of a blocking GPSD client
GpsdDataStream
Iterator for streaming GPS data from GPSD

Type Aliases§

GpsdClient
Type alias for a GPSD client using protocol version 3