NAME
POE::Filter::PPPHDLC - Filter data as HDLC frames from RFC1662
SYNOPSIS
$filter = POE::Filter::HDLC->new();
$arrayref_of_frames =
$filter->get($arrayref_of_raw_chunks_from_driver);
DESCRIPTION
This module implements octet stuffed framing for PPP. In this version only the get method from POE::Filter is implemented, and the Async-Control-Character-Map (ACCM) is fixed at all characters below 0x20, the Flag Sequence and Control Escape.
SEE ALSO
RFC1662.
AUTHOR
Benjamin Smith <bsmith@cabbage.org.uk>
COPYRIGHT AND LICENSE
Copyright (C) 2004 by Benjamin Smith
This library is free software; you can redistribute it and/or modify it under the same terms as Perl itself, either Perl version 5.8.5 or, at your option, any later version of Perl 5 you may have available.