Skip to content

Consistent Overhead Byte Stuffing (COBS) is an algorithm for encoding data bytes.

License

Notifications You must be signed in to change notification settings

yakir12/COBS.jl

Repository files navigation

COBS.jl

Lifecycle Build Status Build status codecov.io

Consistent Overhead Byte Stuffing, COBS, is an algorithm for encoding data bytes typically used when transferring data via serial ports (e.g. to an Arduino). This is a Julia implementation that works.

About

Consistent Overhead Byte Stuffing (COBS) is an algorithm for encoding data bytes.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages