qDot
qDot
See https://github.com/metafetish/buttplug/issues/59
Code is done but we don't have a battery status message yet. cc @bnm12 ```csharp private int getBatteryLevel() { throw new NotImplementedException("While most of this method is done it still...
See buttplugio/stpihkal#40 for documentation details. Will also be blocked on device reading capabilities for bluetooth, and proper messages to route information through.
If a client connects but doesn't send RequestServerInfo, it can jam connections to the server. Set a timer for waiting on RequestServerInfo, and just drop the connection if it isn't...
**Feature Description** Probably using https://crates.io/crates/hidapi, which is just a wrapper around hidapi. Should generally work for our needs as well as being cross platform.
Epic for issues relating to releasing a full v1 of buttplug-py. v1 is a client only release (no plans to release a python buttplug server). It should be able to...
**Feature Description** Need to add a README and basic build info on the Java FFI.