Skip to content

Super simple, lightweight implementation of the byte stuffing aspect of PPP (point-to-point protocol) for use in embedded projects, in particular for communicating with a PC host over a USB-Serial adapter, or in other cases where IDLE line detection is impossible or impractical.

Notifications You must be signed in to change notification settings

psyonicinc/PPP-stuffing

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

26 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Portable PPP bytestuffing. For C implementation, simply move the PPP.c and PPP.h files into your project.

Windows + linux implementations of a serial port client in C/C++ pending, as well as Python clients.

About

Super simple, lightweight implementation of the byte stuffing aspect of PPP (point-to-point protocol) for use in embedded projects, in particular for communicating with a PC host over a USB-Serial adapter, or in other cases where IDLE line detection is impossible or impractical.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C 36.3%
  • C++ 34.5%
  • Python 28.8%
  • Makefile 0.4%