| FILTER-SLIP(2) | System Calls Manual | FILTER-SLIP(2) |
slip - SLIP data framing protocol
include "filter.m"; slip := load Filter Filter->SLIPPATH; init: fn(); start: fn(param: string): chan of ref Rq;
Slip provides the SLIP data framing protocol described by RFC1055. The module is an implementation of the general data-processing module type Filter; see filter (2) for details of that general interface.
Init must be called before any other operation of the module.
Start begins SLIP line encoding or decoding via the channel it returns, following the protocol of filter (2). Param is one of the two following strings:
/appl/lib/slip.b