qDot
qDot
@qdot commented on [Sat Apr 30 2016](https://github.com/metafetish/buttshock-protocol-docs/issues/6) Failure 4 - Serial error (for instance, not using a crossover cable when linking 2 boxes) Failure 21 - DAC error?
The Lovense Flexer movement motor identifies as a Rotator, which means it needs Scalar Rotation since there is no specific direction setting. However, this doesn't expose as a RotateCmd, but...
Making the ClientDevice own the client is silly. We have equality methods on devices for reasons I'm not really sure of, and the ClientDevice will already have one reference to...
If a CancellationToken is passed to a method that sends a message, and is then cancelled, the message becomes stuck in the sorter, as the send/receive is cancelled but the...
Unity 2019 throws DLL errors because of missing JSON and Threading DLLs.
With the new config system, every time a user device connects, it copies info out of the base config file to the user config and uses that definition from then...
Nicer than the "is_valid()" stuff I was doing for messages. https://github.com/Keats/validator
Just a reminder to myself to use type shadowing and try_from for doing validation of values loaded from config files. https://github.com/serde-rs/serde/issues/642
Buttplug v4 is mainly a refinement of device enumeration from the server to the client, in order to make device information clearer to client developers, and allows them to write...
From @Yoooi0 on discord: > you probably thought about this before but I'll repeat my suggestion for v4 i posted here some time ago, i think all actuators should be...