Releases: vicmaeg/onvif-discovery
Releases · vicmaeg/onvif-discovery
2.0.0
- Update OnvifDiscovery to .NET 6
- Add new DiscoverAsync methods to work with async discoveries
- New method that returns IAsyncEnumerable
- New method that receives a ChannelWriter to write DiscoveryDevices on
the channel as soon as they are discovered
- Fixes an issue when discover cameras with same IP but different port
1.2.1
Merge pull request #20 from vmartos/fix-duplications
Avoid discovering same camera from multiple network interfaces
1.2.0
Merge: Fix parsing of Model and Manufacturer when encoded value conta…
1.1.0
- New Discover method that accepts a callback to retrieve
devices as they reply
- Fix: Make Discover more robust
1.0.1
There was an issue having the class the same name than the namespace, this is fixed in this release by changing the original name OnvifDiscovery to Discovery
1.0.0
This release adds the functionality to discover onvif devices from all available network interfaces