An open API service indexing awesome lists of open source software.

https://github.com/totalkrill/cobs

Simple cobs implementation that is inspired from the wikipedia page for cobs
https://github.com/totalkrill/cobs

Last synced: over 1 year ago
JSON representation

Simple cobs implementation that is inspired from the wikipedia page for cobs

Awesome Lists containing this project

README

          

#Wikipedias implementation of cobs with some small improvements

Read until zero, then decode it. Returns number of encoded bytes when decoding, also doesnt overflow buffer when decoding.