Hello,
I'm writing a master thesis and I need to send data from LabVIEW to Microsoft Azure, perform some mathematical operations on it and sent it back - in any way possible, be it OPC UA / MQTT / HTTP, just something that will actually work.
I don't know how to set any of it up on the MS Azure side (probably something about IoT hub/edge), nor on the LabVIEW side.
What is the most bare-bone solution for this basic communication? Just send values - python/C compute - read.
Thanks in advance.