From Friday, April 19th (11:00 PM CDT) through Saturday, April 20th (2:00 PM CDT), 2024, ni.com will undergo system upgrades that may result in temporary service interruption.

We appreciate your patience as we improve our online experience.

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,707 Views)
Solution
Accepted by topic author Sarah_LAB
0 Kudos
Message 2 of 5
(3,692 Views)
Solution
Accepted by topic author 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,676 Views)

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

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

Is there an example for mqtt ver. 5.0?

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