I'm developing a LabVIEW RT application and am interested in using zmq to communicate between a PC and a National Instruments cRIO system. Can anyone tell me how to build the zmq library for the cRIO system? (I assume this library doesn't already exist.)
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
I've had reports of users getting labview-zmq to work on the cRIO, which means they must have been able to get the base zmq library to compile successfully. However, I'm not sure what was involved in getting it to work; zmq is fully cross-platform so you should be able to compile it from source directly on the target system. I don't have access to a cRIO myself so I'm afraid I can't offer any guidance beyond that as I just don't have any experience with that environment, sorry.
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
I'm developing a LabVIEW RT application and am interested in using zmq to communicate between a PC and a National Instruments cRIO system. Can anyone tell me how to build the zmq library for the cRIO system? (I assume this library doesn't already exist.)
I've had reports of users getting labview-zmq to work on the cRIO, which means they must have been able to get the base zmq library to compile successfully. However, I'm not sure what was involved in getting it to work; zmq is fully cross-platform so you should be able to compile it from source directly on the target system. I don't have access to a cRIO myself so I'm afraid I can't offer any guidance beyond that as I just don't have any experience with that environment, sorry.