You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Is there a way to initiate a discovery process that scans all available networks on the host using the probe function in the ONVIF library? Specifically, I’m wondering if it’s possible to perform this discovery across all network interfaces automatically, or if the only method is to manually send a separate probe request for each network interface listed in os.networkInterfaces() by specifying the network device in the prove function option.
Thank you!
The text was updated successfully, but these errors were encountered:
Hi,
Is there a way to initiate a discovery process that scans all available networks on the host using the probe function in the ONVIF library? Specifically, I’m wondering if it’s possible to perform this discovery across all network interfaces automatically, or if the only method is to manually send a separate probe request for each network interface listed in os.networkInterfaces() by specifying the network device in the prove function option.
Thank you!
The text was updated successfully, but these errors were encountered: