Search code examples
javacppp

Free C/C++ and Java implementations of PPP?


Are there free C/C++ and Java implementations of the point-to-point protocol (PPP) for use over a serial line? The C/C++ implementation will go into embedded hardware so portability is a concern. I'm not looking for a full TCP/IP stack, just something to provide a connection-oriented base to build on top of.


Solution

  • The one used in most Linux-based systems is in C and is named Paul's PPP Package.

    FreeBSD has a completely different one, also written in C, but I have no experience with it.