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

I saw this was recently deprecated but this update adds support for Nova 2 and allows Chorus devices to reach full speed. Chorus also now can work on Windows 10...

This fixes #664 by switching the dictionary implementaion used for _devices to ConcurrentDictionary.

I've been getting internal exceptions like these a lot, crashing my application for a lot of users. I'm not sure _when_ this happens, but it does... Also not sure if...

Added a simple serial device that can interface with an Arduino for DIY sex toys. The device accepts SingleMotorVibrate commands. Not sure if this is worthy of a merge, or...

I ran into a hiccup getting started, it may be nice to specify in the docs, or with a friendly exception, that a DeviceSubtypeManager must be specified in Xamarin. The...

Unfortunately I lost the log, but whilst testing the Xamarin examples I hit an issue where _devices is modified during access, resulting in an exception. I believe multiple Vibratissimo devices...

All known devices (except the JoyCon) have been expanded as per the new configuration atrributes scheme. This change adds FeatureOrder to the GenericMessageAttributes block and allows rxpressure as an endpoint...

Once we can load message attributes from the device config file (buttplugio/buttplug-device-config#8), we need to: - add identification setting to all protocols - generalize message handlers to deal with taking...

The XInput manager generates and ships it own devices out to the device manager. This means that it bypasses the device config file completely. Depending on how long the C#...

The server calls StopDeviceCmd when disconnecting. However, if we implement a protocol without StopDeviceCmd bindings, it may cause the library/application to crash. We should check this and make sure something...

bug
server