A framing protocol bridging the gap between elementary stream data and transport protocols.
-
Updated
Dec 5, 2024 - C++
A framing protocol bridging the gap between elementary stream data and transport protocols.
short messages compression with COBS framing using implicit run-length-encoding, optimized for data containing statistically a bit more 0 and FF bytes in a row, as data often carry 16, 32 or 64 bit numbers with small values.
An arduino library for framing protocols, inspired by PacketSerial
FIX Simple Open Framing Header specification
Frames data with start byte, end byte, and checksum
A decorator for Stream objects that sends and receives SLIP, implements RFC 1055.
A pure-Python implementation of the FIX Trading Community's SOFH framing protocol
Very simple library based on FramedTCP that provides a fairly secure ecnrypted TCP connection.
A simple Java networking library that encapsulates messages using length-prefixing
"Data Link Layer Framing Methods repo showcases various techniques and algorithms utilized in framing data at the data link layer of computer networks. "
Simulation of flow, error control and routing protocols of networking using socket programming in Java
Implement Data Link Layer framing using "Flag bytes with byte stuffing"
Programs of Computer-Networks Lab, UG Sem 6
High-performance, memory-safe communication protocol used to deliver messages via socket connections.
Add a description, image, and links to the framing-protocols topic page so that developers can more easily learn about it.
To associate your repository with the framing-protocols topic, visit your repo's landing page and select "manage topics."