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

Health check? #179

Closed
travishaagen opened this issue Jul 4, 2020 · 3 comments
Closed

Health check? #179

travishaagen opened this issue Jul 4, 2020 · 3 comments

Comments

@travishaagen
Copy link

I periodically have to restart hc and have had trouble determining why from the logs.

Do you have any ideas of a "heath check" request that could be sent over the network?

@brutella
Copy link
Owner

brutella commented Jul 6, 2020

If an accessory is not reachable, I always use Discovery app to find the related dns-sd entry of type _hap._tcp for the accessory. This tells me if anything is wrong with hc or the network.

PS: I'm currently working dnssd to fix some small issue. Maybe those are related to your problem.

@brutella brutella closed this as completed Jul 6, 2020
@travishaagen
Copy link
Author

Should I test the unreleased changes on dnssd master or are you still working on them? going to release?

@brutella
Copy link
Owner

If you want to test the unreleased changes of dnssd you should checkout the branch refactoring of dnssd.

go get github.com/brutella/dnssd
cd $GOPATH/src/github.com/brutella/dnssd
git checkout refactoring

Then in your go.mod use

replace github.com/brutella/dnssd => ./<path-to-dnssd-folder>

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

2 participants