add client/server mode for distributed encoding

This commit is contained in:
j 2013-04-28 18:34:37 +02:00
commit 888599e7e2
6 changed files with 342 additions and 21 deletions

14
README
View file

@ -38,3 +38,17 @@ api documentation is available as python docstrings.
i.e. in ipython:
api.find?
(alternatively you can open the api url in a browser to read further documentation)
== Distributed encoding ==
pandora_client can distribute the encoding to multiple nodes
on a local network or multiple encodings on the same host.
to do this you need to install additional dependencies:
apt-get install python-twisted python-requests
now run one node in server mode:
pandora_client server
and start the other nodes with:
pandora_client client http://SERVER_IP:8789