Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > comp.lang.python > #3818
| Date | 2011-04-21 20:38 +0200 |
|---|---|
| From | Irmen de Jong <irmen@-NOSPAM-xs4all.nl> |
| Newsgroups | comp.lang.python |
| Subject | Re: Remote Connection |
| References | <5fee0f6b-3b10-4705-bc30-733578d8f6f0@l30g2000vbn.googlegroups.com> <mailman.597.1303262597.9059.python-list@python.org> <3819c936-572c-46b3-8b1e-f458970e1b5d@w36g2000vbi.googlegroups.com> |
| Message-ID | <4db079b1$0$34849$e4fe514c@news.xs4all.nl> (permalink) |
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.
Back to comp.lang.python | Previous | Next — Previous in thread | Find similar
Remote Connection ray <ray@aarden.us> - 2011-04-19 18:04 -0700
Re: Remote Connection Chris Rebert <clp2@rebertia.com> - 2011-04-19 18:23 -0700
Re: Remote Connection ray <ray@aarden.us> - 2011-04-19 20:26 -0700
Re: Remote Connection Irmen de Jong <irmen@-NOSPAM-xs4all.nl> - 2011-04-21 20:38 +0200
csiph-web