GPSd4Java icon indicating copy to clipboard operation
GPSd4Java copied to clipboard

GPSd client library written in Java

Results 10 GPSd4Java issues
Sort by recently updated
recently updated
newest added

Bumps [json](https://github.com/douglascrockford/JSON-java) from 20160810 to 20230227. Release notes Sourced from json's releases. 20230227 Pull Request Description #723 Protect JSONML from stack overflow exceptions caused by recursion #720 Limit the XML...

dependencies

The current used Java version is 1.6. Is it an option to update it to Java 11, or even better Java 17? This would make it also possible to update...

Updated the dependencies to the latest versions and Java version to Java 17. Tested it locally (with gpsd-nmea-simulator docker) with the project Tester, and in our own project. Peer reviewed...

Welcome to [WhiteSource Bolt for GitHub](https://github.com/marketplace/whitesource-bolt)! This is an onboarding PR to help you understand and configure settings before WhiteSource starts scanning your repository for security vulnerabilities. :vertical_traffic_light: WhiteSource Bolt...

Hello, I'm sure im not subscribing listrner 2 times, cause all passes in singleton but i continue to receive tpv twice with same data. PLease Help.

Bumps [junit](https://github.com/junit-team/junit4) from 4.12 to 4.13.1. Release notes Sourced from junit's releases. JUnit 4.13.1 Please refer to the release notes for details. JUnit 4.13 Please refer to the release notes...

dependencies

Hi,I am using gpsd4java version 1.10. I have the following probem. It seems the sockets to the gpsd are not close when i call the stop() in the endpoint. My...

Hi we use taimos 1.10 library and connect to a gpsd deamon version 3.1 on a linux machine The gps device is bundled with a modem uc20 (qualtech) When the...

The connect logic in the SocketThread does a Thread.sleep(retryDelay) even before the first connect attempt.

Hello, I'd like to retrieve information about the GNSS Type (i.e. GPS, GLONASS, Baidu) used to get the position data: is there a way to do it with your library?...