├── CRC16_CCITT.cpp ├── CRC16_CCITT.h ├── CRC32.cpp ├── CRC32.h ├── HDLC.h ├── HDLC_TL1B.h ├── HDLC_TL3B_TOKEN.h ├── README.md └── doc ├── LICENSE └── rfc1662.txt /CRC16_CCITT.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/djboni/hdlc/HEAD/CRC16_CCITT.cpp -------------------------------------------------------------------------------- /CRC16_CCITT.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/djboni/hdlc/HEAD/CRC16_CCITT.h -------------------------------------------------------------------------------- /CRC32.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/djboni/hdlc/HEAD/CRC32.cpp -------------------------------------------------------------------------------- /CRC32.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/djboni/hdlc/HEAD/CRC32.h -------------------------------------------------------------------------------- /HDLC.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/djboni/hdlc/HEAD/HDLC.h -------------------------------------------------------------------------------- /HDLC_TL1B.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/djboni/hdlc/HEAD/HDLC_TL1B.h -------------------------------------------------------------------------------- /HDLC_TL3B_TOKEN.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/djboni/hdlc/HEAD/HDLC_TL3B_TOKEN.h -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/djboni/hdlc/HEAD/README.md -------------------------------------------------------------------------------- /doc/LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/djboni/hdlc/HEAD/doc/LICENSE -------------------------------------------------------------------------------- /doc/rfc1662.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/djboni/hdlc/HEAD/doc/rfc1662.txt --------------------------------------------------------------------------------