Closed msemtd closed 8 years ago
I will have a look at it
Merged the PR and will create a release if you need it asap.
Could you please share java example code on how to use gpsd4java? Looked all over the internet and can't find any. Thx a 1,000,000
You can have a look at the Tester class (https://github.com/taimos/GPSd4Java/blob/master/src/test/java/de/taimos/gpsd4java/test/Tester.java)
It connects to a gpsd on localhost.
Hi @hoegertn Could you please tell me how to get Longitude and Latitude by GPSd4Java. Thanks you so much
Hi, just have a look at the class mentioned above. In line 86 you get a TPVObject if a new position was received. This object has getLatitude() and getLongitude() methods.
Hi thanks you @hoegertn , I will check it!
I always encounter a deadlock when GPSdEndpoint.stop() is called (Oracle JDK 1.7.0_51 on Windows 7) due to SocketThread.halt() calling this.reader.close().
Is there another way to make GPSd4Java stoppable and startable?