POE::Filter::PPPHDLC - Filter data as HDLC frames from RFC1662


POE-Filter-PPPHDLC documentation  | view source Contained in the POE-Filter-PPPHDLC distribution.

Index


NAME

Top

POE::Filter::PPPHDLC - Filter data as HDLC frames from RFC1662

SYNOPSIS

Top

  $filter = POE::Filter::HDLC->new();
  $arrayref_of_frames =
    $filter->get($arrayref_of_raw_chunks_from_driver);

DESCRIPTION

Top

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

Top

POE::Filter.

RFC1662.

AUTHOR

Top

Benjamin Smith, <bsmith@cpan.org>

COPYRIGHT AND LICENSE

Top


POE-Filter-PPPHDLC documentation  | view source Contained in the POE-Filter-PPPHDLC distribution.