buttplug icon indicating copy to clipboard operation
buttplug copied to clipboard

Rust Implementation of the Buttplug Sex Toy Control Protocol

Results 114 buttplug issues
Sort by recently updated
recently updated
newest added

Buttplug v4 is mainly a refinement of device enumeration from the server to the client, in order to make device information clearer to client developers, and allows them to write...

Library - Client
Library - Core
Features

**Describe the bug** - [`SensorDeviceMessageAttributes::sensor_range`](https://docs.rs/buttplug/7.1.11/buttplug/core/message/struct.SensorDeviceMessageAttributes.html#method.sensor_range): `Vec` - [`SensorReading::data`](https://docs.rs/buttplug/7.1.11/buttplug/core/message/struct.SensorReading.html#method.data): `Vec` **Expected behavior** The sensor range and sensor reading should have the same signedness. **Actual behavior** The sensor range is an unsigned...

bug

**Describe the bug** I have 2 Lovense Lush 3 devices. One works well with buttplug.io, but the other one causes an exception when it is scanned. Sadly I cannot remember...

bug

From @Yoooi0 on discord: > you probably thought about this before but I'll repeat my suggestion for v4 i posted here some time ago, i think all actuators should be...

Features

The Lovense Solace supports both depth level and oscillation speed. However, right now, only the oscillation speed is exposed. From what I gather, this is not an issue with the...

Features

Tested with Intiface Central's Read Sensor button. This exercises the event stream subscription code path, but I'm not sure how to test the full subscription experience. I look forward to...

This change will require a fix in btleplug, as the LOOB has duplicate characteristic UUIDs and btleplug gives us the last one, not the first. See https://github.com/deviceplug/btleplug/pull/365 for my attempt...

I raise this discussion from having spent an evening reading the implementation for the Handy, and it's bluetooth interface handyplug. At first, I thought "haha @qdot left angry comments, that's...

Features

This PR is tracking the headache of having to update the user-config before a new websocket device can connect. Right now, this simplistic change lets WS devices declare BTLE identifiers,...

It was mentioned in #442 but it seems was never implemented. If no one has one right now I can see what is sent if I can get the official...

Features