LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

DTLS communications

Solved!
Go to solution

I am currently working in a Smart Home Project which uses the DTLS as a Security. I am planning to Programm my Project in LabVIEW I have some Questions regarding LabVIEW and DTLS:

1) Does LabVIEW supports DTLS?

2) Is there any Toolskit(e.g: LVS Tools) which makes easy to Programm in LabVIEW with UDP Packet?

Thak you  🙂

 

Best Regards ,

Raja

 

0 Kudos
Message 1 of 2
(2,426 Views)
Solution
Accepted by topic author strapuda

1) No, not out of the box. The HTTP Client VIs are the only VIs that support transparent SSL encryption and they work with HTTP over TCP/IP specifically.

2) You already found the only toolkit I'm aware of that would support SSL encryption for LabVIEW network communiction. Not sure about if it also supports DTLS for UDP communication but if it doesn't I'm not aware of any other out there who even gets close to the LVS toolkit. Only alternative would be to implement the DTLS part yourself in C(++) and compile it into a DLL that you then call from LabVIEW.

Rolf Kalbermatter  My Blog
DEMO, Electronic and Mechanical Support department, room 36.LB00.390
Message 2 of 2
(2,392 Views)