Remote Connection

Irmen de Jong irmen at -NOSPAM-xs4all.nl
Thu Apr 21 14:38:41 EDT 2011


On 20-04-11 05:26, ray wrote:

> The speech commands will scripted in Python.  Dragonfly is the Python
> project to coordinate this but does not address connectivity.
>
> So I am wondering if there have been any Python projects to address
> the connectivity.
>
> ray

I'm not quite sure what you want exactly, but maybe one or more of the 
available Python rpc modules/libraries can be used to your needs?

They offer communication between Python processes on separate machines, 
but may not be entirely suitable for your needs of audio data transfer.
Still, they should be able to transfer chunks of audio data in some way 
to a remote machine. Some protocols are better suited for this than others.

Some libraries that may be useful perhaps:
Pyro (see http://pypi.python.org/pypi/Pyro4/ )
xmlrpclib (part of the standard library)
or perhaps even httplib or ftplib ?

Hth,
Irmen.




More information about the Python-list mailing list