LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

Create MQTT Server in labview?!

Solved!
Go to solution

Hi, 
i don't find a free module of server to send my data with MQTT in labview to my client?
Thank you for your help.

0 Kudos
Message 1 of 5
(3,734 Views)
Solution
Accepted by Sarah_LAB
0 Kudos
Message 2 of 5
(3,719 Views)
Solution
Accepted by Sarah_LAB

Or use .NET https://www.nuget.org/packages/RabbitMQ.Client

See examples https://www.rabbitmq.com/tutorials/tutorial-one-dotnet.html

I attach an example how to use it in Labview.

It send Message to queue MP1 on local RabbitMQ Server. Install from https://github.com/rabbitmq/rabbitmq-server/releases/download/v3.7.5/rabbitmq-server-3.7.5.exe.

 

0 Kudos
Message 3 of 5
(3,703 Views)

that's exactly what I'm looking for, thank you very much ❤️

0 Kudos
Message 4 of 5
(3,685 Views)

Is there an example for mqtt ver. 5.0?

0 Kudos
Message 5 of 5
(2,993 Views)