Hi,
I'm trying to make a client for the DC protocol using Tcl/Tk. The major problem is that this protocol doesn't send endlines, but rather the | character to end a command.
This poses great problems. For one, 'gets' will always return an empty string, and 'read' will block when reading more...