I am just starting with zeromq. I've got various platforms / languages all talking to each other nicely now and I must admit - it does a really good job.
The last piece of the jigsaw I'd like to do is (as title). Pretty simple, create a cell in excel along the lines of
=RTD(RealTimeServerProgID,ServerName,Topic1,[Topic2], ...)
and that just talks to the ServerName (ie host/port) and subscribes to updates to the topics as requested.
Now... I'm not that proud. I don't mind cobbling something together if there is a excel rtd -> (an other protocol) -> zeromq. Really I don't. But my c# and ms C++ is not that sharp so that's why I'm looking for any help from someone who has done it before. I've found various examples but none that integrate the pull from something like zeromq. I've even considered using the python bindings of zeromq with something like pyxll .. but I would be interested in finding out from people who have done it before which way would work the best. Thanks.