add client/server mode for distributed encoding
This commit is contained in:
parent
bf55bc1fba
commit
888599e7e2
6 changed files with 342 additions and 21 deletions
14
README
14
README
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue