buttplug
buttplug copied to clipboard
Rust Implementation of the Buttplug Sex Toy Control Protocol
Our hid module already uses it, should just have the lovense dongle use that too.
Moving some of our extra tasks from the v4 work into this so I can streamline for release.
https://github.com/muddy-toes/XToys-OSSM-Firmware/
Store actuator type/sensor type/etc in the feature info itself, use [iddqd ](https://github.com/oxidecomputer/iddqd) to host that as the hash key.
The ability to have specific, possibly user changable settings for a device based on the protocol is uses might be nice. For instance, the ability to store and send device...
Build in an iroh connector as another type of repeater. https://www.iroh.computer/
We have protocol test suites that mix vibrate/scalar commands. Currently, the v2 client test panics on the scalars, meaning that the test suite itself can't be run. Test clients should...
We've got this half-assed lockless thing happening in order to avoid having to await anywhere and it's basically turned rust into GC-via-RC, which ain't great and makes reasoning about ownership...
See https://github.com/intiface/intiface-central/issues/193#issuecomment-2885016545 May be related to #648