Howdy, Stranger!

It looks like you're new here. If you want to get involved, click one of these buttons!

Supported by

[solved] Confederate and connecting computers

edited April 2014 in OpenSesame

I need to connect two computers so that they can communicate with each other during an experiment. I was told to use pyzmq (zeroMQ python bindings) and was wondering if anyone could explain this further. There are very few guides on something like this. Is there a precedent for using 0MQ or even using an external script to connect computers. Help appreciated.

Comments

  • edited 9:39AM

    Why not simply use the socket module? Connect two computers with an ethernet cable (or to the same network), and you can use the socket module to exchange strings.

    You might want to have a look at this thread, which contains sample code.

  • edited 9:39AM

    Thank you! I am new to this. The socket should work.

  • edited 9:39AM

    Good luck! :)

Sign In or Register to comment.