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

Buttplug C# Client Implementation

Results 53 buttplug-csharp issues
Sort by recently updated
recently updated
newest added

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...

hardware support
testing

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...

hardware support

CueMe has 8 vibrators. We should provide some sort of index for them in comments, with links to STPIHKAL.

hardware support

XInput manager doesn't actually pay attention to devices being disconnected.

bug
hardware support

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...

core

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...

server

Things will now start throwing. A lot. This should be documented.

documentation
client
core
server