[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
small script for communicating with SD over Unix sockets
From: |
Boris Dusek |
Subject: |
small script for communicating with SD over Unix sockets |
Date: |
Mon, 20 Sep 2010 08:07:48 +0200 |
Hi,
On Sep 19, 2010, at 10:55 PM, Christopher Brannon wrote:
> When TCP/IP was the only communication method available, I regularly
> used telnet to test the server. That can't be done with Unix sockets,
On Mac OS X (so hopefully on Linux as well), this works:
telnet -u $HOME/.speech-dispatcher/speechd.sock
The path to the socket for some reason has to be absolute.
Boris