Skip to content

Releases: vicmaeg/onvif-discovery

2.1.0

03 Jul 22:08
Compare
Choose a tag to compare

What's Changed

Full Changelog: 2.0.0...2.1.0

2.0.0

11 Oct 21:43
Compare
Choose a tag to compare
  • 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.2

16 Feb 19:09
Compare
Choose a tag to compare
Update version to 1.2.2

1.2.1

16 Feb 19:02
27a058b
Compare
Choose a tag to compare
Merge pull request #20 from vmartos/fix-duplications

Avoid discovering same camera from multiple network interfaces

1.2.0

08 Jan 18:58
8f19ed4
Compare
Choose a tag to compare
Merge: Fix parsing of Model and Manufacturer when encoded value conta…

1.1.0

07 Jun 21:36
Compare
Choose a tag to compare
  • New Discover method that accepts a callback to retrieve
    devices as they reply
  • Fix: Make Discover more robust

1.0.1

03 Dec 17:11
Compare
Choose a tag to compare

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

03 Dec 16:53
Compare
Choose a tag to compare

This release adds the functionality to discover onvif devices from all available network interfaces