Quantcast
Channel: Active questions tagged zeromq - Stack Overflow
Viewing all articles
Browse latest Browse all 208

What's better for Video and Real-Time Control - ZMQ or Websockets?

$
0
0

I am writing a remote server to control a robot with. The robot provides video and its current sensor state; the server sends control commands.

My choices for sending the frames and the control/sensor-state between the robot and the server ( 2-way ) are ZeroMQ and WebSockets.

I need:

  1. Speed
  2. Security

My coding partner wants to use Websockets because it's undergoing standardization, but I have 3 months of experience using ZMQ to do just what we're trying to do, so I'm fairly certain the choice doesn't matter.

However, I'd like to know if anyone can think of a compelling reason to go with one OR the other (XOR). We're not going to use ZMQ+Websockets because we don't need to.


Viewing all articles
Browse latest Browse all 208


<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>