08-23-2011 04:05 AM
I must use TCP/IP and TLS in a project but i can't find any help or solution how to do it.
Does any one know how to do it?
08-23-2011 04:48 AM
Hi,
I am not so much clear about TLS(transfer layer Security) over TCP/IP, but you can secure your data using some techniques.
1. You can use flattern to string function to transfer you data over TCP/IP. This is a secure method to transfer your data over TCP/IP.
2. You can use encryption to protect your data over TCP/IP.
08-23-2011 06:19 AM
LabVIEW has no native support for TLS/SSL.
For those who need/desire such functionality, please support this Idea Exchange entry:
08-23-2011 08:32 AM
I think I use functionality implemented in .net to solve the problem.