Skip to content

Pyre Java Communication_128843985

nxi edited this page Apr 9, 2015 · 1 revision
Created by Tony Lam, last modified on Sep 08, 2009
This page discribes how to make Java to call Pyre framework using SPIRO. List of possible Java-Python communication approaches is mentioned in the DANSE wiki: http://wiki.cacr.caltech.edu/danse/index.php/Communication_between_Java_and_Python In particular, we have chosen SPIRON for experimenting the communication.
SPIRO (Simple Python Interface to Remote Objects): http://www.freenet.org.nz/python/spiro/ Details instruction for building pyre is available under the DANSE wiki: http://wiki.cacr.caltech.edu/danse/index.php/Installing_build_procedure_and_framework To run SPIRO as a server, compiled pyre framework must be exposed to the system (source .bash_profile and .tools). Type python sprioserver.py to start the server with default parameters. On the client side, make sure spiroclient.py is in the lib path for import.
Document generated by Confluence on Apr 01, 2015 00:11
Clone this wiki locally