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.
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!