semuconsulting / pyspartn

Python library for parsing SPARTN protocol messages.
BSD 3-Clause "New" or "Revised" License
7 stars 3 forks source link

RELEASE CANDIDATE 0.3.0 beta #15

Closed semuadmin closed 7 months ago

semuadmin commented 7 months ago

pyspartn Pull Request Template

Description

ENHANCEMENTS:

  1. Streamline and simplify conditional group parsing.
  2. Enable decrypt for all OCB messages (not just where nData > 35).
  3. Update development status to 'Beta'.
  4. Additional examples added for SPARTN MQTT client processing.

FIXES:

  1. Fix OCB IODE payload definition - thanks to @jonathanmuller for contribution.

Fixes #14

Testing

Please test all changes, however trivial, against the supplied pytest suite tests/test_*.py. Please describe any test cases you have amended or added to this suite to maintain >= 99% code coverage.

Checklist: