This is a simple command line client to Speech Dispatcher.  It may be useful in
programs, which don't want to use direct socket communication with Speech
Dispatcher for some reason.

To compile the program, just run `make'.  To install it, run `make install'.

The following operations are supported:

$ spdsend --open HOST PORT

  Open new connection to Speech Dispatcher running at HOST:PORT and print the
  connection identifier on the standard output.

$ spdsend --close CONNECTION

  Close the given Speech Dispatcher CONNECTION.

$ spdsend --send CONNECTION

  Read an SSIP command from standard input, forward it to Speech Dispatcher
  CONNECTION and print the answer on the standard output.

You can send your bug reports, patches, suggestions, etc. to the mailing list
speechd@lists.freebsoft.org.

-- Milan Zamazal <pdm@freebsoft.org>


Copyright (C) 2004-2006 Brailcom, o.p.s

This program is free software; you can redistribute it and/or modify it under
the terms of the GNU General Public License as published by the Free Software
Foundation; either version 2 of the License, or (at your option) any later
version.

This program is distributed in the hope that it will be useful, but WITHOUT ANY
WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A
PARTICULAR PURPOSE.  See the GNU General Public License for more details (file
COPYING in the root directory).

You should have received a copy of the GNU General Public License
along with this program.  If not, see <https://www.gnu.org/licenses/>.

