framing
There are 22 repositories under framing topic.
dotnet/WatsonTcp
WatsonTcp is the easiest way to build TCP-based clients and servers in C#.
Cloet/SimpleSockets
Asynchronous TCP .NET library with reliable transmission and receipt of data, with an ssl implementation.
jchristn/WatsonMesh
A simple mesh networking library in C# based on WatsonTcp
thenameless314159/Andromeda.Network
.NET5 networking library based on BedrockFramework and AspNetCore sources. Provide high performance, low level networking APIs for building custom servers and clients.
dnaaun/openFraming
Tools for automatic frame discovery and labeling based on topic modeling and deep learning, made widely accessible to researchers from non computational backgrounds.
CryptoDappRun/Token-Fund-Manager
The manager manages the investor's USD token, and after trading in uniswap, sushiswap, or pancakeswap to make a profit, the manager distributes the profit to the user and charges a certain fee at the same time.
bolderflight/framing
Frames data with start byte, end byte, and checksum
thenameless314159/Astron.Network
.NET Core 2.2 unit-tested implementation of a tcp network server logic using the pipelines API. This project was made for learning purpose and based on SimplPipelines.
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.
grandcentrix/cobs
This is a C implementation of Consistent Overhead Byte Stuffing.
Alessandro-Salerno/FramedTCP
A simple Java networking library that encapsulates messages using length-prefixing
cispa/framing-control-proxy
A server-side proxy to convert X-Frame-Options into CSP frame-ancestors and vice versa.
BasmaElhoseny01/Networks-Labs
My Networks Labs
neilstephens/MiniPlex
A minimal UDP/TCP/Serial multiplexer/hub/broker. A simple way to bolt-on rudimentary multi-cast/multi-path or combine connections.
NTDLS/NTDLS.StreamFraming
Stream wrapper (typically TCPIP/NetworkStream) that enables reliable framing, compression, optional encryption and two way communication.
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. "
nwong212/frame-wizard
A visual frame depth calculator that generates a frame cross-section diagram for fine art framing.
d-w-arnold/CO633-computer-networks-assignments
A simple TCP/IP data-link protocol w/ framing, error detection, message segmentation and reassembly ↔️
NTDLS/NTDLS.DatagramMessaging
Just a friendly UDP packet framing, sending and receiving wrapper. It handles corruption checks, concatenation, fragmentation, serialization and adds compression.