cobs2 0.2.0
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
cobspackage - Include null-safety
- Adds automatic testing on CI
0.1.0 28 April 2019 #
- Implement Stream decoding
- Add
withZerooptional parameter toencodeDstBufMaxLenandencodeCOBS()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.