<?php require("/public/slipb/web/Templates/http.phtml"); ?>
<html>
<head>
<!-- Pull in data header -->
<?php require("/public/slipb/web/Templates/meta.phtml"); ?>
</head>
<body>
<!-- Pull in layout header -->
<?php require("/public/slipb/web/Templates/header.phtml"); ?>

<!-- BEGIN PAGE CONTENT -->

<h2>PPP</h2>
<h3>Code</h3>
<p> You can download the VCC library for PPP as a zip file <A href="PPP.zip">here</a>.</p>
<p></p>
<p>The WhiteBox C code for the PPP Controller model is presented below.  It's probably rather incomprehensible out of context.  It is advisable to download the entire library and import it into a copy of VCC for a better view, including a view of the state-machine.</p>
<p></p><pre wrap=80>
<code>
<?php require("white.c"); ?>
</code></pre> 

<!-- END PAGE CONTENT -->

<!-- Pull in layout footer -->
<?php require("/public/slipb/web/Templates/footer.phtml"); ?>
</body>
</html>
