12 results for “topic:byte-stream”
proof of concept for https://github.com/ocaml/RFCs/pull/19
Pure JSON parser that extracts JSON objects out of a byte stream without the use of delimeters
Package stout (STream OUTput): writing byte streams in a type-safe and extensible way.
On the fly Base64 encoding for Amp's streams.
SDDS is a short word of Stream Data Dynamic Structure.
Wire Format Compiler
Helps find patterns in byte array.
An endianness aware stream reader for Bits'N'Bytes
A PHP library to work with stream decode and encode according to the SDDS Specification.
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.
Splitting data into byte chunks of a given size by character(s).
Small framing primitives for byte streams: buffering, delimiter rules, and zero-copy frame views.