Kimmo Tuukkanen
Kimmo Tuukkanen
Hi @qtran, could you give some example cases?
Yep, in many places it's quite inconsistent and messed up with proprietary conventions. That's what I've always tried to hide and make easier for users in this library, but unfortunately...
SatelliteInfoProvider collects a sequence of GSVs and delivers the data in a single event, but other than that I haven't given it much attention. Now that you meantioned it, the...
Hi, Sentences with tag blocks are not supported at the moment and unfortunately not even recognized as valid sentences. This would require changes both in validation and parsing of data....
The websockets are not supported directly either but try extending the `AbstractDataReader`, which is now public, to implement a client that works similarly to the UDP reader, e.g. by buffering...
NMEA to a map of SignalK values: https://github.com/SignalK/signalk-core-java/blob/master/src/main/java/nz/co/fortytwo/signalk/handler/NMEAHandler.java Associated tests: https://github.com/SignalK/signalk-core-java/blob/master/src/test/java/nz/co/fortytwo/signalk/handler/NMEAHandlerTest.java
This turned out to be non-trivial, postponing for later release.
Agreed, and there is also the [claims parameter](http://openid.net/specs/openid-connect-core-1_0.html#ClaimsParameter) which doesn't seem to be supported at the moment. The most convenient way to support it would be giving it as an...
Hi @YannPara, thanks for reporting! I added some unit tests for the samples you provided, but seems I wasn't able to reproduce the mentioned incorrect sums. Check the commit da775b2...
Please provide more context and sample data - or preferrably a pull-request proposing a fix. Regarding the hard-coded value, it is according the [AIS specification](https://www.navcen.uscg.gov/ais-class-a-reports) where the length of both...