element.version === currentVersion)) { versionNodes.unshift({ version: currentVersion, url: "#" }); } document.querySelector("#project-version").innerHTML = versionNodes.reduce( (acc, element) => { const status = currentVersion === element.version ? "selected disabled" : ""; return ` ${acc} `; }, `
gpsd_json · v2.0.0

gpsd_json

Types and functions for working with GPSD’s JSON API.

Package Version Hex Docs

gleam add gpsd_json@1

You likely want to use a TCP client to connect to GPSD and then use this library to encode commands and decode responses.

Documentation can be found at:

Search Document