https://github.com/rokath/tcobs
🗜 Compression with elimination of zeroes ⓿, optimized for data with a bit more 00 and FF bytes, as messages often carry 16, 32 or 64 bit numbers with small values.
https://github.com/rokath/tcobs
cobs compression decoding encoding framing-protocols rcobs rle rlecobs
Last synced: 5 months ago
JSON representation
🗜 Compression with elimination of zeroes ⓿, optimized for data with a bit more 00 and FF bytes, as messages often carry 16, 32 or 64 bit numbers with small values.
- Host: GitHub
- URL: https://github.com/rokath/tcobs
- Owner: rokath
- License: mit
- Created: 2022-04-01T20:31:18.000Z (about 4 years ago)
- Default Branch: master
- Last Pushed: 2025-07-26T21:27:51.000Z (11 months ago)
- Last Synced: 2025-07-27T01:18:43.841Z (11 months ago)
- Topics: cobs, compression, decoding, encoding, framing-protocols, rcobs, rle, rlecobs
- Language: C
- Homepage:
- Size: 6.77 MB
- Stars: 28
- Watchers: 2
- Forks: 2
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- Funding: .github/FUNDING.yml
- License: LICENSE.md
Awesome Lists containing this project
- awesome-embedded-software - TCOBS - Short messages compression with COBS framing using implicit run-length-encoding, optimized for data containing statistically a bit more 0 and FF bytes in a row, as data often carry 16, 32 or 64 bit numbers with small values. (Data processing / Compression)