framing-protocols
There are 15 repositories under framing-protocols topic.
OwnZones/efp
A framing protocol bridging the gap between elementary stream data and transport protocols.
rokath/tcobs
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.
eric-wieser/packet-io
An arduino library for framing protocols, inspired by PacketSerial
FIXTradingCommunity/fix-simple-open-framing-header
FIX Simple Open Framing Header specification
bolderflight/framing
Frames data with start byte, end byte, and checksum
ssilverman/SLIPStream
A decorator for Stream objects that sends and receives SLIP, implements RFC 1055.
Alessandro-Salerno/EncryptedTCP
Very simple library based on FramedTCP that provides a fairly secure ecnrypted TCP connection.
da4089/simplesofh
A pure-Python implementation of the FIX Trading Community's SOFH framing protocol
Alessandro-Salerno/FramedTCP
A simple Java networking library that encapsulates messages using length-prefixing
damien-white/conduit-protocol
High-performance, memory-safe communication protocol used to deliver messages via socket connections.
jElhamm/Data-Link-Layer-Framing-Methods
"Data Link Layer Framing Methods repo showcases various techniques and algorithms utilized in framing data at the data link layer of computer networks. "
beccadsouza/Data-Communication-and-Networking
Simulation of flow, error control and routing protocols of networking using socket programming in Java
isujay/cn-lab
Programs of Computer-Networks Lab, UG Sem 6
jonaias/data-link-byte-framing
Implement Data Link Layer framing using "Flag bytes with byte stuffing"