Essort / mudlink

Modular UART Duplex Link: cobs, crc, flow-control and delivery guarantees on any UART port in Arduino

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Modular UART Duplex Link

MUDL lets us promote any Serial port (UART) into a competent link / transport layer with guaranteed delivery of framed packets.

More info in this blog post and docs on this page.

About

Modular UART Duplex Link: cobs, crc, flow-control and delivery guarantees on any UART port in Arduino

License:Other


Languages

Language:C++ 91.4%Language:C 8.6%