Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fail to discover devices on separate VLAN #145

Closed
spudwebb opened this issue Sep 16, 2019 · 0 comments
Closed

Fail to discover devices on separate VLAN #145

spudwebb opened this issue Sep 16, 2019 · 0 comments

Comments

@spudwebb
Copy link
Contributor

I use the Zeroconf library to discover chromecast devices. A lot of users of my program have their chromecast devices on a separate VLAN as explain in this article

The router echo the response of the chromecast devices, but the library filter out those responses because of this commit: 0b233e2

If I comment out the "if (matches ?? true)" condition, everything works as expected.

queequac added a commit to queequac/Zeroconf that referenced this issue Aug 25, 2020
* point to dotnetcore ver

* update sign client

* temp disable gitlink

* remove old, unused files

* Fixed scanTime bug: changed TimeSpan.Milliseconds to scanTime.TotalMilliseconds

* Update README.md

* update certs

* first attempt

* update to latest rc

* restore full target set

* add wp8

* single proj

* get building on all

* common val

* update

* workaround for msbuild targets bug

* add back wp8

* add gitversion

* update build script

* add settings

* workaround for appveyor

* more appveyor workarounds

* update gv task

* nuget url

* use semver 2.0

* Fix project ref

* Remove old nuspec

* Update readme

* Add badge for dev

* Update README.md

* Include files for solution explorer

* Introduce options class

* Add support for using Any as scan type

* update glob

* update for rc3

* update ver

* Add TTL value to IService from RR

* remove workaround for sn

* Update README.md

* Update README.md

* Update README.md

* remove hack

* add extras

* make private asset

* appveyor

* appveyor

* use props

* ref proj

* appveyor

* update to VS 2017

* ensure symbol is present

* remove unnecessary stuff

* update url

* appveyor

* appveyor

* restore image

* Support for multiple addresses. Old IPAddress property is now just an alias for IPAddresses.FirstOrDefault(), and IPAddresses will now contain all the addresses found in A records.

* Fixes crash when socket is bound

* Switch to NB.GV

* update signclient

* Use SemVer 2

* update to latest

* Update to latest

* update to nuget.org ver

* A few minor code fixups

* Add .editorconfig

* Impl fixes

* Added event-based Listener
Similar to the Observable implementation, but it also supports ServiceLost as events.

* fix param names

* minor fixups

* Add version.json to sln

* bump to 2.9.0

* bump ver to 3.0

* Mark as 2.9.0

* drop legacy

* Remove ifdefs

* Set Windows 10.0.10586 as the min SDK

* Update TPV to AU

* fix overwriting multiple responses for same IP

* add response name to debug log and dictionary key only when not empty

* minor cleanup

* Update to latest SignClient

* update package versions

* update extras lib

* Update sign client info

* Added AllowOverlappedQueries property to facilitate streaming results without waiting for the lock around domain resolves

* use prop

* update deps

* Update versions

* Remove old workarounds

* move to vsts

* Update to Rx4

* Use microsoft sourcelink

* Add full commit hash into assembly

* Fix event name

* Remove support for uap10.0. Now supports netstandard2.0 only (uap10.0.16299 and up)

* Ensure we only relay data that comes from the service and not an echo

* v3

* fix script

* v3.0.1

* ver

* Update version.json

* consolidate build scripts

* Update and rename .azure-pipelines.yml to azure-pipelines.yml

* Update version.json

* update readme, get tshirt

* Update README.md

* Update azure-pipelines.yml

* Bump Microsoft.NETCore.UniversalWindowsPlatform from 6.1.5 to 6.2.8

Bumps [Microsoft.NETCore.UniversalWindowsPlatform](https://github.com/Microsoft/dotnet) from 6.1.5 to 6.2.8.
- [Release notes](https://github.com/Microsoft/dotnet/releases)
- [Commits](https://github.com/Microsoft/dotnet/commits)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>

* Bump Nerdbank.GitVersioning from 2.1.23 to 2.3.167

Bumps [Nerdbank.GitVersioning](https://github.com/AArnott/Nerdbank.GitVersioning) from 2.1.23 to 2.3.167.
- [Release notes](https://github.com/AArnott/Nerdbank.GitVersioning/releases)
- [Commits](https://github.com/AArnott/Nerdbank.GitVersioning/commits)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>

* Bump System.Reactive from 4.0.0 to 4.1.5

Bumps [System.Reactive](https://github.com/dotnet/reactive) from 4.0.0 to 4.1.5.
- [Release notes](https://github.com/dotnet/reactive/releases)
- [Commits](dotnet/reactive@rxnet-v4.0.0...rxnet-v4.1.5)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>

* Bump Nerdbank.GitVersioning from 2.3.167 to 2.3.183

Bumps [Nerdbank.GitVersioning](https://github.com/AArnott/Nerdbank.GitVersioning) from 2.3.167 to 2.3.183.
- [Release notes](https://github.com/AArnott/Nerdbank.GitVersioning/releases)
- [Commits](https://github.com/AArnott/Nerdbank.GitVersioning/commits/v2.3.183)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>

* Bump Microsoft.SourceLink.GitHub

Bumps [Microsoft.SourceLink.GitHub](https://github.com/dotnet/sourcelink) from 1.0.0-beta-62925-02 to 1.0.0-beta2-19324-01.
- [Release notes](https://github.com/dotnet/sourcelink/releases)
- [Commits](https://github.com/dotnet/sourcelink/commits/1.0.0-beta2-19324-01)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>

* Bump Microsoft.SourceLink.GitHub

Bumps [Microsoft.SourceLink.GitHub](https://github.com/dotnet/sourcelink) from 1.0.0-beta2-19324-01 to 1.0.0-beta2-19367-01.
- [Release notes](https://github.com/dotnet/sourcelink/releases)
- [Commits](dotnet/sourcelink@1.0.0-beta2-19324-01...1.0.0-beta2-19367-01)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>

* Bump System.Reactive from 4.1.5 to 4.1.6

Bumps [System.Reactive](https://github.com/dotnet/reactive) from 4.1.5 to 4.1.6.
- [Release notes](https://github.com/dotnet/reactive/releases)
- [Commits](dotnet/reactive@rxnet-v4.1.5...rxnet-v4.1.6)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>

* Bump Nerdbank.GitVersioning from 2.3.183 to 3.0.24

Bumps [Nerdbank.GitVersioning](https://github.com/AArnott/Nerdbank.GitVersioning) from 2.3.183 to 3.0.24.
- [Release notes](https://github.com/AArnott/Nerdbank.GitVersioning/releases)
- [Commits](dotnet/Nerdbank.GitVersioning@v2.3.183...v3.0.24)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>

* Bump Xamarin.Forms from 2.5.0.121934 to 4.1.0.673156

Bumps Xamarin.Forms from 2.5.0.121934 to 4.1.0.673156.

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>

* Bump Nerdbank.GitVersioning from 3.0.24 to 3.0.25

Bumps [Nerdbank.GitVersioning](https://github.com/AArnott/Nerdbank.GitVersioning) from 3.0.24 to 3.0.25.
- [Release notes](https://github.com/AArnott/Nerdbank.GitVersioning/releases)
- [Commits](dotnet/Nerdbank.GitVersioning@v3.0.24...v3.0.25)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>

* Fix ResolverListener so that ServiceLost is called only after N successive failed pings.

* Update version.json

* Bump Xamarin.Forms from 4.1.0.673156 to 4.2.0.709249

Bumps Xamarin.Forms from 4.1.0.673156 to 4.2.0.709249.

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>

* Bump Microsoft.NETCore.UniversalWindowsPlatform from 6.2.8 to 6.2.9

Bumps [Microsoft.NETCore.UniversalWindowsPlatform](https://github.com/Microsoft/dotnet) from 6.2.8 to 6.2.9.
- [Release notes](https://github.com/Microsoft/dotnet/releases)
- [Commits](https://github.com/Microsoft/dotnet/commits)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>

* Bump Xamarin.Forms from 4.2.0.709249 to 4.2.0.778463

Bumps Xamarin.Forms from 4.2.0.709249 to 4.2.0.778463.

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>

* Delete NuGet.Config

* Add strong name key.

Fixes novotnyllc#146

* Use dotnet cli to pack

* Moe test app to .NET Core

* Don't filter source so echo's across vlan's work.

Fixes novotnyllc#145

* Bump minor due to sn

* Bump Nerdbank.GitVersioning from 3.0.25 to 3.0.26

Bumps [Nerdbank.GitVersioning](https://github.com/AArnott/Nerdbank.GitVersioning) from 3.0.25 to 3.0.26.
- [Release notes](https://github.com/AArnott/Nerdbank.GitVersioning/releases)
- [Commits](https://github.com/AArnott/Nerdbank.GitVersioning/commits)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>

* Made the Zeroconf project a multi target project and add a net46 target

* Bump Xamarin.Forms from 4.2.0.778463 to 4.2.0.848062

Bumps Xamarin.Forms from 4.2.0.778463 to 4.2.0.848062.

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>

* Bump System.Reactive from 4.1.6 to 4.2.0

Bumps [System.Reactive](https://github.com/dotnet/reactive) from 4.1.6 to 4.2.0.
- [Release notes](https://github.com/dotnet/reactive/releases)
- [Commits](dotnet/reactive@rxnet-v4.1.6...rxnet-v4.2.0)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>

* Bump Xamarin.Forms from 4.2.0.848062 to 4.3.0.908675

Bumps Xamarin.Forms from 4.2.0.848062 to 4.3.0.908675.

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>

* Set QCLass to IN as per spec

* Bump to 3.3 due to dep updates

* Update pipeline to split signing into stage

* Bump Microsoft.SourceLink.GitHub

Bumps [Microsoft.SourceLink.GitHub](https://github.com/dotnet/sourcelink) from 1.0.0-beta2-19367-01 to 1.0.0-beta2-19554-01.
- [Release notes](https://github.com/dotnet/sourcelink/releases)
- [Commits](dotnet/sourcelink@1.0.0-beta2-19367-01...1.0.0-beta2-19554-01)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>

* added support for specific network adapters to use for finding services

* deleted unneccessary file

* Bump Xamarin.Forms from 4.3.0.908675 to 4.3.0.991211

Bumps Xamarin.Forms from 4.3.0.908675 to 4.3.0.991211.

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>

* Bump Nerdbank.GitVersioning from 3.0.26 to 3.0.28

Bumps [Nerdbank.GitVersioning](https://github.com/AArnott/Nerdbank.GitVersioning) from 3.0.26 to 3.0.28.
- [Release notes](https://github.com/AArnott/Nerdbank.GitVersioning/releases)
- [Commits](https://github.com/AArnott/Nerdbank.GitVersioning/commits)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>

* Bump Microsoft.SourceLink.GitHub from 1.0.0-beta2-19554-01 to 1.0.0

Bumps [Microsoft.SourceLink.GitHub](https://github.com/dotnet/sourcelink) from 1.0.0-beta2-19554-01 to 1.0.0.
- [Release notes](https://github.com/dotnet/sourcelink/releases)
- [Commits](dotnet/sourcelink@1.0.0-beta2-19554-01...1.0.0)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>

* Update target

* readme

* Bump Nerdbank.GitVersioning from 3.0.28 to 3.1.68

Bumps [Nerdbank.GitVersioning](https://github.com/dotnet/Nerdbank.GitVersioning) from 3.0.28 to 3.1.68.
- [Release notes](https://github.com/dotnet/Nerdbank.GitVersioning/releases)
- [Commits](dotnet/Nerdbank.GitVersioning@v3.0.28...v3.1.68)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>

* Bump System.Reactive from 4.2.0 to 4.3.2

Bumps [System.Reactive](https://github.com/dotnet/reactive) from 4.2.0 to 4.3.2.
- [Release notes](https://github.com/dotnet/reactive/releases)
- [Commits](dotnet/reactive@rxnet-v4.2.0...rxnet-v4.3.2)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>

* Bump Nerdbank.GitVersioning from 3.1.68 to 3.1.71

Bumps [Nerdbank.GitVersioning](https://github.com/dotnet/Nerdbank.GitVersioning) from 3.1.68 to 3.1.71.
- [Release notes](https://github.com/dotnet/Nerdbank.GitVersioning/releases)
- [Commits](dotnet/Nerdbank.GitVersioning@v3.1.68...v3.1.71)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>

* Bump Microsoft.NETCore.UniversalWindowsPlatform from 6.2.9 to 6.2.10

Bumps [Microsoft.NETCore.UniversalWindowsPlatform](https://github.com/Microsoft/dotnet) from 6.2.9 to 6.2.10.
- [Release notes](https://github.com/Microsoft/dotnet/releases)
- [Commits](https://github.com/Microsoft/dotnet/commits)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>

* Update android sdk

* Fix fill DisplayName when present _service ptr records

* Bump Nerdbank.GitVersioning from 3.1.71 to 3.1.74

Bumps [Nerdbank.GitVersioning](https://github.com/dotnet/Nerdbank.GitVersioning) from 3.1.71 to 3.1.74.
- [Release notes](https://github.com/dotnet/Nerdbank.GitVersioning/releases)
- [Commits](dotnet/Nerdbank.GitVersioning@v3.1.71...v3.1.74)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>

* Bump System.Reactive from 4.3.2 to 4.4.1

Bumps [System.Reactive](https://github.com/dotnet/reactive) from 4.3.2 to 4.4.1.
- [Release notes](https://github.com/dotnet/reactive/releases)
- [Commits](dotnet/reactive@rxnet-v4.3.2...rxnet-v4.4.1)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>

* Bump Nerdbank.GitVersioning from 3.1.74 to 3.1.91

Bumps [Nerdbank.GitVersioning](https://github.com/dotnet/Nerdbank.GitVersioning) from 3.1.74 to 3.1.91.
- [Release notes](https://github.com/dotnet/Nerdbank.GitVersioning/releases)
- [Commits](https://github.com/dotnet/Nerdbank.GitVersioning/commits)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>

* master->main

* Use IEnumerable instead of array

* Update readme

* Bump Nerdbank.GitVersioning from 3.1.91 to 3.2.31

Bumps [Nerdbank.GitVersioning](https://github.com/dotnet/Nerdbank.GitVersioning) from 3.1.91 to 3.2.31.
- [Release notes](https://github.com/dotnet/Nerdbank.GitVersioning/releases)
- [Commits](dotnet/Nerdbank.GitVersioning@v3.1.91...v3.2.31)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>

Co-authored-by: Oren Novotny <oren@novotny.org>
Co-authored-by: Matthew Little <zone117x@gmail.com>
Co-authored-by: Jörgen Sigvardsson <jorgen.sigvardsson@gmail.com>
Co-authored-by: joj <joj@microsoft.com>
Co-authored-by: Marcus Lum <marcusl@gmail.com>
Co-authored-by: Matthew Little <matt@pingman.com>
Co-authored-by: Geoffrey Huntley <ghuntley@ghuntley.com>
Co-authored-by: dependabot-preview[bot] <dependabot-preview[bot]@users.noreply.github.com>
Co-authored-by: dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com>
Co-authored-by: spud <spud.webb.4@gmail.com>
Co-authored-by: Waseh Ahmad <wahmad@lutron.com>
Co-authored-by: Claire Novotny <claire@novotny.org>
Co-authored-by: Viktor Bogolepov <viktor.bogolepov@dsr-company.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant