HaeffnerLab / Haeffner-Lab-LabRAD-Tools

Lab-wide LabRAD tools for the Haeffner lab
11 stars 10 forks source link

TLS mode not working #27

Open djgorman opened 8 years ago

djgorman commented 8 years ago

This may be a networking issue rather than a programming issue, but it seems that we have to use tls_mode = 'off' to connect to remote LabRAD managers. ie.

cxn = labrad.connect('192.168.169.49',password=, tls_mode='off')