iblrig.net.get_remote_devices
- iblrig.net.get_remote_devices(remote_devices_file=None, iblrig_settings=None)[source]
Return map of device name to network URI.
- Parameters:
remote_devices_file (
pathlib.Path
) – Optional remote data path.iblrig_settings (
dict
) – A settings dictionary, otherwise will load the default settings from file. Used to determine the remote data path (the remote_data_folder param).
- Returns:
A map of device name to network URI, e.g. {‘cameras’: ‘udp://127.0.0.1:11001’}.
- Return type:
dict[str
,str]