Forum: Poser Python Scripting


Subject: Experience with communication between different instances of Python anyone?

FVerbaas opened this issue on Oct 28, 2017 ยท 28 posts


ironsoul posted Sun, 29 October 2017 at 6:18 AM

Beware of firewalls if you intend to use sockets, maybe ok if just for your own use but could prove a support headache if it will be for general release .

Not used sockets before with PoserPython API but link to simple demo code for Poser as the client, minor changes are required but runniing server component from your OS command line and loading the client code into Poser should work and provide a starting point. Simple socket code