ewilken / hap-rs

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

Transport upgrade #91

Open r4v3n6101 opened 1 year ago

r4v3n6101 commented 1 year ago

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 accept default pairing HTTP requests and also be available to accept RTSP requests. How can this be resolved? I guess this crate needs a splitting for transport part and other so this feature can be implemented. But maybe you could suggest it?