buttplug-csharp
                                
                                 buttplug-csharp copied to clipboard
                                
                                    buttplug-csharp copied to clipboard
                            
                            
                            
                        Buttplug C# Client Implementation
Since commands like VibrateCmd take a float from 0-1, we can get very small numbers. However, sex toys have 100 steps of settings if we're lucky, with that number going...
Right now the Magic Motion protocol handler uses a switch block and name based identification to switch protocols. We should split these into separate classes that can be added to...
CueMe has 8 vibrators. We should provide some sort of index for them in comments, with links to STPIHKAL.
XInput manager doesn't actually pay attention to devices being disconnected.
I'm using the last tutorial but with a websocket connection. I've connected and started + stopped scanning. Then I started scanning again and I got hit with this error. It...
The `ButtplugWebsocketConnector(Uri aUri)` constructor is missing the documented parameter `boolean aIgnoreSSLErrors`. This is required to connect to SSL Webscocket based servers which use self-signed certs.
Strings can be anything. The user shouldn't have to deal with that. Types are still a more general type that I'd like (since we can't specify subtype traits outside of...
Clients have connectors, but servers stand on their own and are wrapped by things like the IPCServer and WebSocketServer. Passing connection objects to servers means they could sever connections when...
Things will now start throwing. A lot. This should be documented.