Subj : sbbs/exec/load/kissAX25lib.js
To   : [email protected]
From : [email protected]
Date : Tue Mar 19 2013 03:32 pm

Update of /srv/sbbs/exec/load
In directory loveclown:/tmp/cvs-serv22267

Modified Files:
       kissAX25lib.js
Log Message:
AX25.KISSTNC:
Buffer outgoing and incoming packets at the TNC level.
Made getPacket and sendPacket into private functions.
Added .receive() and .send(packet) methods which act upon incoming / outgoing packet queues rather than sending/receiving directly to/from the TNC.
Added .cycle() method to call getPacket until TNC has no more data waiting, sendPacket until the outgoing queue is empty.
Added boolean .dataWaiting and .dataPending properties (incoming and outgoing queues respectively.)