ewilken / hap-rs

Rust implementation of the Apple HomeKit Accessory Protocol (HAP)
Apache License 2.0
197 stars 35 forks source link

cannot discover on network #10

Closed sbruton closed 6 years ago

sbruton commented 6 years ago

I cannot discover any homekit accessories using the homekit app on my iphone. Have tried with my prototype app as well as running the example as cargo run --example bridged_accessories. I have tried with the default pin of 11122333 as well as a custom pin set in the Config struct.

Have tried with the firewall disabled on my iMac and confirmed that iPhone and iMac are both on the same wireless network and can otherwise communicate between each other. I see MDNS queries come through via Wireshark on the iMac, though I don't see any responses from the app going out.

Not sure if there's anything else that needs to be done to make the accessory discoverable, beyond the example code.

sbruton commented 6 years ago

stupid vpn... all ok