BAN-AI-Communications / go-hdlc

go-hdlc: High-Level Data Link Control implementation in Go.

Home Page:https://github.com/zaninime/go-hdlc

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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.

About

go-hdlc: High-Level Data Link Control implementation in Go.

https://github.com/zaninime/go-hdlc

License:MIT License


Languages

Language:Go 100.0%