07-24-2014
07:51 AM
- last edited on
08-07-2025
04:13 PM
by
Content Cleaner
Hi!
I was reading https://www.ni.com/en/shop/labview/lossless-communication-with-network-streams--components--archite.... and I understood how to a Writer Endpoint interacts with a Reader Endpoint.
However, I need that a Writer Endpoint interacts with a Java reader.
Does anyone know if that can be done? If so, where can I find references that exaplain how to do it?
Thanks a lot!
07-24-2014 08:49 AM
Network streams are LV proprietary technolgy.
I am not aware of a more detailed information on this technology despite the one you already linked.
Of course, you can try to build a reader in any programming language by reverse engineering, but that would be a huge amount of work.....
Norbert
07-24-2014 11:22 AM
Thanks for taking time to answer me. Your reply was very useful!