int-brain-lab / iblrig

Main repository for IBL rig code
https://int-brain-lab.github.io/iblrig/
MIT License
22 stars 21 forks source link

expand on `remote_devices.yaml` #704

Open bimac opened 3 months ago

bimac commented 3 months ago

remote_devices.yaml currently represents a dict with device names as keys and the udp address as values:

camera: udp://[IP]:[PORT]

There are a few issues with this approach: