FW 1.7.0 Candidate Release - #131
Open
brian-r-calder wants to merge 69 commits into
Open
Conversation
This PR uses the system alias for the Python executable to ensure that the correct one is used, rather than using the default "python" and hoping that the OS works this out (this is particularly problematic in Windows).
…l" for the extension.
…ntents on SD card after each change, and reconciling the current state on boot.
…ency of logging to syslog, added elapsed time count to syslog.
…change once per channel.
…t to record as raw binary, and associated data store and filtering code.
…ated LogConvert to allow arbitrary PGNs to be preserved into WIBL output, updated python code with new packets for binary PGNs, and added control interfaces to management website.
…l" for the extension.
fw: Resolve new filename format
Add NMEA2000 talker ID to the WIBL raw data file format, and support for reading the file, and converting to it.
FW: resolve error reporting for NMEA0183 channels to avoid stalling event-loop
Fix corrupted catalogue JSON if transferring an archive of log files.
…t to record as raw binary, and associated data store and filtering code.
…ated LogConvert to allow arbitrary PGNs to be preserved into WIBL output, updated python code with new packets for binary PGNs, and added control interfaces to management website.
…/WIBL into fw-1.7.0-98-N2KRawBinary
fw: allow arbitrary NMEA2000 packets to be stored (as raw binary) in output WIBL files
… serialiser version
…appropriate packet factory
…esn't map well to the backwards compatible logger file implementaton) to act on packets of specific types
…ompatible logger file implementation; Update integration tests to use garage instead of localstack, which now requires a license
…actor() factory methods; Update PacketFactory() factory method to verify packet ID and length>0 to provide more robust WIBL serialiser version detection
…implementers; Code clean-up
…mpatibility-to-logger_file This adds backwards compatibility for the binary data file from the logger (currently v 1.3 and v 1.4, the former being the most common in practice, and the latter the version that adds new packets for NMEA2000 filters and binary data).
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This PR is to merge the next major version of the logger firmware into the main development chain. Although the target is primarily the logger firmware, it has knock-on effects in the Python code-base (e.g., for a new version of the binary file format, 1.4).
The code here addresses a number of issues in the tracker (now closed pending this release candidate being adopted), including #110 (raw filenames), #100 (bad reception on NMEA0183 stalling the run-loop and website), #98 (recording arbitrary NMEA2000 PGNs), #94 (corrupted catalogue JSON), #90 (status LED logic), #81 (recording the NMEA2000 speaker ID for later filtering), #56 (persisting the file inventory catalogue for faster startup), and #51 (filtering NMEA2000 talkers when converting data).
This PR is soliciting comments from developers about aspects that might break their process. See the updated ReleaseNotes for further information on changes.