blob: 6ac5b68edb61c6ac5df1279fcaa706474b39bc6b (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
|
[match] Fast response matching code
3/24/96 JOSEPHJ Code which builds a tree given a list of possible modem
responses and uses this tree to determine how many characters
to read and to match the characters read against one of the
possible responses.
[slot]
3/24/96 JOSEPHJ Code that implements basic IPC for some external process
to notify unimodem of external events. It is implemented using
one mailslot and one semaphore, and allows arbitary framed data
to be sent to the unimode process.
|