The fillbits field was set to fillbits value for every fragment, instead of only the last one. The fillbits field for every other fragment should be set to 0.
when encoding messages the underlying method int_to_bin incorrectly
assumed that all values were signed. This was wrong and could lead to
invalid messages, when encoding.
when encoding messages the underlying method int_to_bin incorrectly
assumed that all values were signed. This was wrong and could lead to
invalid messages, when encoding.
Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.
Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR:
- `@dependabot rebase` will rebase this PR
- `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it
- `@dependabot merge` will merge this PR after your CI passes on it
- `@dependabot squash and merge` will squash and merge this PR after your CI passes on it
- `@dependabot cancel merge` will cancel a previously requested merge and block automerging
- `@dependabot reopen` will reopen this PR if it is closed
- `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
- `@dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
- `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
- `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)
Bumps pyais from 1.4.0 to 2.1.4.
Release notes
Sourced from pyais's releases.
... (truncated)
Changelog
Sourced from pyais's changelog.
... (truncated)
Commits
175b750
removes debug statement (#76)6ab9ad7
prepare release "2.1.3"56e42c6
Merge pull request #74 from M0r13n/rounding-error-for-rotc8922e5
rounde after sqrt when converting rot_ais to rot_sensor6675f1f
Merge pull request #72 from Krakoer/master434e986
Correct checksum calculation for multi sentence message0c11b94
Add 0 as seq_id for multi-sentence messages898356f
adds two additional messages as test casesa376ab4
Merge pull request #68 from M0r13n/interpret-radio-status-fieldsfdb2ab4
add missing documentation/examples for SOTDMA/ITDMADependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting
@dependabot rebase
.Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR: - `@dependabot rebase` will rebase this PR - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it - `@dependabot merge` will merge this PR after your CI passes on it - `@dependabot squash and merge` will squash and merge this PR after your CI passes on it - `@dependabot cancel merge` will cancel a previously requested merge and block automerging - `@dependabot reopen` will reopen this PR if it is closed - `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually - `@dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)