Top 3.4% dependent packages on proxy.golang.org
Top 2.5% dependent repos on proxy.golang.org
Top 9.9% forks on proxy.golang.org
proxy.golang.org : github.com/dim13/cobs
Package cobs implements Consistent Overhead Byte Stuffing algorithm COBS encoder breaks a packet into one or more sequences of non-zero bytes. The encoding routine searches through the first 254 bytes of the packet looking for the first occurrence of a zero byte. If no zero is found, then a code of 0xFF is output, followed by the 254 non-zero bytes. If a zero is found, then the number of bytes examined, n, is output as the code byte, followed by the actual values of the (n-1) non-zero bytes up to (but not including) the zero byte. This process is repeated until all the bytes of the packet have been encoded. See also: http://www.stuartcheshire.org/papers/COBSforToN.pdf
Registry
-
Source
- Documentation
- JSON
purl: pkg:golang/github.com/dim13/cobs
Keywords:
cobs
, encoding
, golang
License: ISC
Latest release: about 1 year ago
First release: almost 7 years ago
Namespace: github.com/dim13
Dependent packages: 3
Dependent repositories: 4
Stars: 7 on GitHub
Forks: 3 on GitHub
See more repository details: repos.ecosyste.ms
Last synced: 10 days ago