buttplug-csharp
buttplug-csharp copied to clipboard
Implement RawCmd
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.
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.
Implemented in v3 on the client side, and a while ago on the rust server.