michielpost / Q42.HueApi

C# helper library to talk to the Philips Hue bridge
MIT License
409 stars 114 forks source link

Bridge locator network scan #201

Closed Indigo744 closed 4 years ago

Indigo744 commented 4 years ago

Hello,

Continuing the work on #198

This PR brings a new Hue Bridge locator using a full local network scan.

It's slow obviously, but can be thorough.

I've optimized a few things by creating a base abstract BridgeLocator. Hope it's ok!

Indigo744 commented 4 years ago

Alright so I have also a working MDNS bridge locator available.

Should I add it to this PR (and rename it), or should I wait for this PR to land and then submit a new one?

A lot of stuff depend on this PR, so I can't open a new PR with only the MDNS one yet.

How do you want to proceed?

michielpost commented 4 years ago

I'll merge this one. Thanks a lot again!