buttplug-csharp icon indicating copy to clipboard operation
buttplug-csharp copied to clipboard

Implement RawCmd

Open qdot opened this issue 8 years ago • 1 comments

Allow sending of raw byte arrays to devices. Biggest challenge is figuring out what types we should use for storing the array, and how to serialize it to json.

qdot avatar Jun 11 '17 03:06 qdot

This blocked on rebuilding the RawCmd command (buttplugio/buttplug#66), as it's currently not very useful since it can't say which endpoint the command should go to.

qdot avatar Oct 02 '18 02:10 qdot

Implemented in v3 on the client side, and a while ago on the rust server.

qdot avatar Dec 27 '22 21:12 qdot