PUSH and PULL at same time
Posted: Fri Oct 21, 2016 5:29 am
I am somewhat new at programming in Python and was wondering if there is a way to set a socket (port) for PULL and PUSHING at the same time using zmq. I would like to Pull data into a control algorithm and send control data back to the crazyflie. I was trying to do this through the python client, but it appears that only one port (1212) is avaiable at once.
IS there another port for this or is it restricted to push or pull, but not simultaneous?
Thanks!
IS there another port for this or is it restricted to push or pull, but not simultaneous?
Thanks!