byte-stream
There are 11 repositories under byte-stream topic.
c-cube/poc-modular-io
proof of concept for https://github.com/ocaml/RFCs/pull/19
jahnestacado/chunk2json
Pure JSON parser that extracts JSON objects out of a byte stream without the use of delimeters
maxim2266/stout
Package stout (STream OUTput): writing byte streams in a type-safe and extensible way.
byteferry/sdds
SDDS is a short word of Stream Data Dynamic Structure.
kelunik/streaming-base64
On the fly Base64 encoding for Amp's streams.
maierkomor/wfc
Wire Format Compiler
ron4fun/PatternFinder
Helps find patterns in byte array.
steinwurf/bnb
An endianness aware stream reader for Bits'N'Bytes
byteferry/sdds_php
A PHP library to work with stream decode and encode according to the SDDS Specification.
EterfreeA/ByteStream
Encapsulate byte streams to support streaming data transmission. Optional checksum to ensure data correctness. For single machine transmission, disable Endianness; For online transmission, enable Endianness.
zanaaziz/chunk-split-string-by-character
Splitting data into byte chunks of a given size by character(s).