BAN-AI-Communications / hdlc

hdlc: RFC-1662 HDLC framing - http://www.ietf.org/rfc/rfc1662.txt

Home Page:https://github.com/koimr/hdlc

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

HDLC

HDLC framing

Help

./hdlc_test --help

Execute random HDLC packet encoding and decoding

./hdlc_test

HDLC encode the hex byte stream "12 7E 7E 34 56 78"

./hdlc_test -s "12 7E 7E 34 56 78"

HDLC decode the hex byte stream "7E 12 7D 5E 7D 5E 34 56 78 02 A0 7E"

./hdlc_test -S "7E 12 7D 5E 7D 5E 34 56 78 02 A0 7E"

About

hdlc: RFC-1662 HDLC framing - http://www.ietf.org/rfc/rfc1662.txt

https://github.com/koimr/hdlc


Languages

Language:C 99.5%Language:Makefile 0.5%