Open philipstarkey opened 7 years ago
Original comment by Philip Starkey (Bitbucket: pstarkey, GitHub: philipstarkey).
In case @chrisjbillington wasn't aware of this, ZMQ servers can be made to only allow communication from specific IP addresses really easily. I've done it before in another project and it works great (not sure if the required change ever permanently made it to zprocess without bugs though!)
Original report (archived issue) by Ian B. Spielman (Bitbucket: Ian Spielman, GitHub: ispielma).
More secure interprocess communication so that labscript programs are safe to run on networks that aren't necessarily entirely trusted. ChrisB has a plan