Josh Guilfoyle
Josh Guilfoyle
> Regarding 3, I'm not sure how this could be extended to UDP as reads from those sockets correspond to discrete packets rather than pull bytes out of a continuous...
@Noah-Kennedy any thoughts on how we should proceed with the poll support coming? I can post a naive PR that just expands the cfg check to mio_unsuported_force_poll_poll but I feel...
I'll go ahead and throw up a PR with strategy (1) then, thanks @Thomasdezeeuw !
Force push from https://github.com/mrn/svg-android!
Guys. What is the hold up? Just force push the repo above. It will take seconds!
I'm interested in trying to add this, but I'm thinking about starting from the beginning and introducing an `embedded-svc`-style set of traits for BLE first. I'd really rather avoid going...
An update here since it was discussed recently, a rough overview of my current strategy and timeline: 1. Develop `ble-peripheral`, a trait only crate that defines a complete set of...
Oh yeah, and it looks like someone is also squatting the `ble-peripheral` crate name, sigh: https://crates.io/crates/ble-peripheral. I'll reach out to the author soon.
Actually, I've decided to swap the order of (3) & (4) with (5). I also have (1) and (2) ready for preview, so I'm moving on to implementing BTP directly...
I'm making good progress on generic support for BTP, there's really not that much sophistication there other than some simple windowing implementation you need to do. There are, however, a...