SiLab-Bonn / irrad_control

Control and data aquisition / visualization software for the irradiation site at HISKP cyclotron
https://www.zyklotron.hiskp.uni-bonn.de/zyklo/experiments_cyclotron_EN.html#one
MIT License
0 stars 1 forks source link

Improve processes for interpreter/server #28

Closed leloup314 closed 4 years ago

leloup314 commented 4 years ago

Use bind_to_random_port to let pyzmq handle the allocation of free ports. Introduces more stability to to the fact that hard-coded port numbers depend on the individual system and may be free or not on other systems. This also relates to

leloup314 commented 4 years ago

Close in favor of #35