Thank you @casabre for fantastic package!
I have a suggestion for a feature, for which I am considering to invest some time to contribute. But I would like to align first with you in case you have any thoughts and ideas.
In context of giving only selected network users access to an instrument, it would be good to be able to filter and allow only certain connections. And if network is not secure (e.g. internet) it would be good if we can encrypt connection.
Simplest would be to levarage ZMQ Curve authentication and encryption support.
We could pass server (and optionally client) secret via additional arguments separated by : in pyvisa.ResourceManager("IP:PORT:server_secret:client_secret@proxy") and add corresponding modification in ZQM connection code when these are provided.
WDYT? Any objections, suggestions?
Thank you @casabre for fantastic package!
I have a suggestion for a feature, for which I am considering to invest some time to contribute. But I would like to align first with you in case you have any thoughts and ideas.
In context of giving only selected network users access to an instrument, it would be good to be able to filter and allow only certain connections. And if network is not secure (e.g. internet) it would be good if we can encrypt connection.
Simplest would be to levarage ZMQ Curve authentication and encryption support.
We could pass server (and optionally client) secret via additional arguments separated by
:inpyvisa.ResourceManager("IP:PORT:server_secret:client_secret@proxy")and add corresponding modification in ZQM connection code when these are provided.WDYT? Any objections, suggestions?