agsh / onvif

ONVIF node.js implementation
https://onvif.pages.dev
MIT License
707 stars 240 forks source link

Discovery Over multiple Network #330

Open momoAmch opened 3 months ago

momoAmch commented 3 months ago

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!