Hi list !

I have been working on a networking library (for art and music) that
requires very low latency (http://rubyk.org/oscit). Due to some issues with
raw UDP (reliability, packet size), I am thinking on switching to 0mq
because its model is very close to what I do with the library (async,
distributed, fast, network & local).

Anyway, my question is:

How is a location such as ("tcp://10.0.0.2:4532") used internally by 0mq (if
the remote is not yet turned on for example) ?

How hard would it be to support ZeroConf so that users can refer to the
devices by their service name 'my super synth' instead of fixed IP and port
?

In the last question I am only concerned by the 'locator' resolution code.
Is it callback based ? Does it ping ?

Thanks for your help,

Gaspard
_______________________________________________
zeromq-dev mailing list
[email protected]
http://lists.zeromq.org/mailman/listinfo/zeromq-dev

Reply via email to