hap-rs icon indicating copy to clipboard operation
hap-rs copied to clipboard

Rust implementation of the Apple HomeKit Accessory Protocol (HAP)

Results 20 hap-rs issues
Sort by recently updated
recently updated
newest added

Would be amazing to be able to use this on embedded devices, for that we need no_std support though.

help wanted

The crate doesn't implement the `Debug` trait anywhere, which makes it very hard to actually debug the code.

enhancement

After `cargo run --example occupancy_sensor`, what should I do if I want to pair with my Home app on iPhone? ``` [2022-11-08T01:35:26Z INFO hap::transport::http::server] binding TCP listener on [fdc1:6f78:d22f:4620:f5:a750:dbc9:28c1]:32000 [2022-11-08T01:35:26Z...

I have two accessories that stopped working either after I switched the hub from Homepod mini to Apple TV or "upgraded home" with a prompt from Home app: ![image](https://github.com/ewilken/hap-rs/assets/89186/f351e57a-df00-4704-a285-3bcddeb866af) If...

Hello, thanks to you for doing such a great job! After I started to work on RAOP I have found that transport must be upgraded. That means we need to...

[The ESP32 supports using the stdlib](https://esp-rs.github.io/book/writing-your-own-application/std-applications/index.html) so I figured I'd give this a shot. It's still unclear if this will work at all or if it will bloat the embedded...

I'm trying to create a temperature sensor with a Raspberry Pi Zero. At first the device could be found but not paired. I've got the error "Device is incompatible" on...

I needed this crate to setup some home automation and got tired of homebridge. Few things changed: - ifaddr had to be updated - basic tlv support had to be...