You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
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.