#gpsd #basic #unbounded #json #networking #issue #api

unbounded-gpsd

A basic library to access gpsd that uses no C bindings

10 releases

Uses old Rust 2015

0.5.1 Dec 9, 2022
0.4.4 Jun 28, 2021
0.4.3 Jul 19, 2018
0.4.2 Sep 2, 2017
0.4.1 Jun 30, 2017

#7 in #unbounded

27 downloads per month

CC0 license

51KB
396 lines

unbounded gpsd

Crates.io badge Docs

A basic gpsd library that communicates with gpsd over the network and does not bind to the gpsd API in any way. (hence the name)

Licensed under CC0.


lib.rs:

A small crate to interface with gpsd, based on the server JSON protocol.

This crate uses the log crate for debug logging. Logs will only appear if the logging apparatus is correctly configured. As such, if you're filing an issue, we would appreciate it if you did this and gave us the relevant logs! Error handling, using error-chain.

Dependencies

~4.5–6.5MB
~125K SLoC