-
Notifications
You must be signed in to change notification settings - Fork 7
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
replace Avahi with ZeroConf for cross platform;add fake LED for testing #27
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Neat! Thank you!
Please run pre-commit to get the nitpicky things fixed for you.
I noticed that the CI fails because the following two files are missing copyright information.
But they were not introduced by my code, but from this commit.
|
Lets wait for #26 because I think it'll fix that error. |
@ihidchaos Any news? |
I found some problems in the test on Windows, and I need to modify and test it again. The completion time is to be determined, and I have marked it as a draft. |
Did you try using codespaces as a workaround? |
Sorry, after some investigation this is not a Windows platform issue. In fact I found it so difficult to use the python zeroconf library for subtype mdns broadcasts that I decided to give up. |
fake_onoff_led
example to facilitate debugging without hardware dependencies.