cobs2 0.2.0 copy "cobs2: ^0.2.0" to clipboard
cobs2: ^0.2.0 copied to clipboard

A Dart implementation of the Consistent Overhead Byte Stuffing (COBS) algorithm.

0.2.0 10 November 2021 #

  • Forked version of cobs package
  • Include null-safety
  • Adds automatic testing on CI

0.1.0 28 April 2019 #

  • Implement Stream decoding
  • Add withZero optional parameter to encodeDstBufMaxLen and encodeCOBS() to append a zero byte to the end of the encoded packet.
  • Add dartdoc comments

0.0.1 28 April 2019 #

  • Initial release of Dart implementation of COBS algorithm.
0
likes
145
points
2.01k
downloads

Publisher

unverified uploader

Weekly Downloads

A Dart implementation of the Consistent Overhead Byte Stuffing (COBS) algorithm.

Repository (GitHub)
View/report issues

Documentation

API reference

License

MIT (license)

More

Packages that depend on cobs2