Skip to content

Releases: quentinlampin/microschc

No compression rule & match strategies

27 Sep 09:36
1836db6
Compare
Choose a tag to compare

0.15.4 introduces the no-compression rule as well as 2 strategies for matching frames to rules : best and first.

  • best strategy goes through all rules of a context and returns the one that shows the smaller residue
  • first strategy returns the first rule matching a frame, regardless of the compression performance.

v0.15.3

28 Aug 09:39
Compare
Choose a tag to compare

What's Changed

Full Changelog: 0.15.2...0.15.3

v0.15.2

23 Aug 14:56
3fdbff4
Compare
Choose a tag to compare

What's Changed

Full Changelog: 0.15.1...0.15.2

v0.15.1 - no-compression rule implementation

22 Aug 09:48
Compare
Choose a tag to compare

What's Changed

  • [bugfix] field_match now checks for field length for MSB matching by @quentinlampin in #15

Full Changelog: 0.15.0...0.15.1

v0.15.0 - no-compression rule implementation

21 Aug 13:55
Compare
Choose a tag to compare

What's Changed

Full Changelog: 0.14.0...0.15.0

v0.14.0 - Rule matching strategies: FIRST and BEST match

21 Aug 09:44
50da494
Compare
Choose a tag to compare

This release implements two strategies for the ContextManager:

  • FIRST match: the context manager uses the first matching rule of the rules set. This speeds up the execution time.
  • BEST match: the context manager uses the best matching rule of the rules set. This favours compression performance over execution time.

What's Changed

Full Changelog: 0.13.0...0.14.0

SCHC compression/decompression with JSON import/export & Context management

09 May 14:24
Compare
Choose a tag to compare

This release includes:

  • parsers for IPv4, IPv6, UDP and CoAP headers
  • rule description and matching
  • compression/decompression of packets
  • context management
  • import/export of rule descriptors in JSON

SCHC compression/decompression with JSON import/export

22 Feb 15:33
0008da2
Compare
Choose a tag to compare

This release includes:

  • parsers for IPv4, IPv6, UDP and CoAP headers
  • rule description and matching
  • compression/decompression of packets
  • import/export of rule descriptors in JSON

0.9.0 - naming + some usability improvements

02 Dec 14:24
Compare
Choose a tag to compare
Buffer.bit_length changed to Buffer.length

SCHC compression/decompression

22 Nov 15:10
0f2fa7f
Compare
Choose a tag to compare

This release features both the compression and decompression routines for SCHC.