8000 Tags · singular0/n2k · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

Tags: singular0/n2k

Tags

v0.2.4

Toggle v0.2.4's commit message

Unverified

This commit is not signed, but one or more authors requires that any commit attributed to them is signed.
fix: pull in latest tugboat to fix units

v0.2.3

Toggle v0.2.3's commit message

Unverified

This commit is not signed, but one or more authors requires that any commit attributed to them is signed.
fix: Handling non-8-length n2k replay canbus file lines

v0.2.2

Toggle v0.2.2's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
fix: Increase precision on deeply-divided uint32s (lat/long) to float…

…64 (boatkit-io#40)

v0.2.1

Toggle v0.2.1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
fix: Fast packet assembly (boatkit-io#39)

The available information is ambiguous on whether fast packet frames
must arrive in order. The previous implementation allowed out of order
arrival, including allowing subsequent frames to precede the first frame
(which includes the length of the complete fast frame). As a result
missing a frame might create a cascade of failures in receiving a fast
packet from that source and pgn using the same sequence ID.

The changes tighten the ordering requirement: the first frame must
precede all others. This assures that if we miss any frame in the
sequence (possible since the transport does not guarantee delivery) the
previous (partial) fast packet will be reset and we'll resync with the
sender the next time they send a sequence for the PGN with the same
sequence ID.

---------

Co-authored-by: Russell Daniels <russd@inquest.com>

v0.2.0

Toggle v0.2.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
feat: Added (tugboat) units directly into PGN type generation (boatki…

…t-io#37)

v0.1.0

Toggle v0.1.0's commit message

Unverified

This commit is not signed, but one or more authors requires that any commit attributed to them is signed.
fix: Add releaserc

v0.0.4-a1

Toggle v0.0.4-a1's commit message
update tool versions

v0.0.3

Toggle v0.0.3's commit message

9D83 Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
fix: Untangling can.Frame/canadapter.Frame by moving all to brutella/…

…can (boatkit-io#21)

v0.0.2

Toggle v0.0.2's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
update readme and change log (boatkit-io#19)

v0.0.1

Toggle v0.0.1's commit message

Partially verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
We cannot verify signatures from co-authors, and some of the co-authors attributed to this commit require their commits to be signed.
Russd/refactor (boatkit-io#5)

* Initial refactor checkin

* unknownpgn type to pgn pkg

* generic channels

* support new raw file format; temp fix for pgn 127500

* unknownpgn type to pgn pkg

* update tests

* add lint to makefile

* fix(lintroller): enable doculint fully

* Changes for lintroller

* updated to lates canboat.json, minor doc fix

* Support for fields defined elsewhere

* update change log

* Added comments for Lint

* fix nmeareadfieldsgroupfunction repeat2

* nil returned when specified field is out of range

* return unknownpgn when all decoders fail.

* Updated change log

* update tools

* pull canboat.json directly from canboat

---------

Co-authored-by: Jared Allard <jaredallard@users.noreply.github.com>
0