Joshua Roys
Joshua Roys
`core` changes since I don't think I linked them earlier: https://github.com/roysjosh/core/tree/hap-thread-provision
Okay, more successes... I've added some code to my `core` fork to force the ZC discovery to remap an entry from BLE to CoAP/IP. It's gross. And it requires a...
> @roysjosh Can you update #277 ? Added a bit about aiohomekit's usage for HAP
I think we're starting to hit this for HA + `homekit_controller` & sleepy Thread + HAP accessories. The average ping time for one individual is ~2600ms, over the 2.0s `ACK_TIMEOUT`....
`aiocoap` is used in https://github.com/Jc2k/aiohomekit to provide HomeKit Accessory Protocol (HAP) over Thread support. That support was released in Home Assistant behind a feature flag in 2022.8. - `>= 0.4.1`...
Hello, I am seeing this as well on jsoup 1.15.2. I have to submit a series of forms to get through an OAuth2 login. ```java protected Document submitForm(Document doc, String...
And adding `doc.connection().request().data().clear();` immediately before calling `form.submit();` fixes things.
Hello, I have started to investigate this issue and I would like your feedback before I go too far in one direction or another. Given the current archive format being...
I ended up creating a manifest with individual file hashes to more easily detect what file changed, if any. I'm finishing up the verification bits now; although I've used node-forge...