Skip to content

Latest commit

 

History

History
18 lines (12 loc) · 1.14 KB

README.md

File metadata and controls

18 lines (12 loc) · 1.14 KB

HDLC for Go

Codacy Badge Maintainability Go Report Card License: MIT godoc reference

Simple implementation of an Encoder/Decoder for the High-Level Data Link Control as used in the PPP (Point-to-Point Protocol).

Implements validations of frames based on the standard CRC16 checksum.

Tested and working with pppd.

Documentation

Please read the godocs here.