05-22-2019 03:06 AM
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
Solved! Go to Solution.
05-22-2019 09:33 AM
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.