适配 郊狼 2.0, 3.0 (DG-Lab-V2, DG-Lab-V3)
郊狼 2.0 支持控制 官方文档 中描述的
- 通道强度
S
- 脉冲频率
Frequency
- 脉冲宽度
Z
郊狼 3.0 支持控制 官方文档 中描述的
- 通道强度
- 波形频率
- 波形强度
由于 Buttplug 并不适合郊狼这类产品,因此无法并入主分支。
- buttplug/src/server/device/protocol/dg_lab_v2.rs
- buttplug/src/server/device/protocol/dg_lab_v2.rs
- buttplug/buttplug-device-config/build-config/buttplug-device-config-v2.json
- buttplug/buttplug-device-config/device-config-v2/buttplug-device-config-v2.yml
- buttplug/buttplug-device-config/build-config/buttplug-device-config-v3.json
- buttplug/buttplug-device-config/device-config-v3/buttplug-device-config-v3.yml
A Rust implementation of the Buttplug Intimate Hardware Control Protocol, including a client and server. This is the core implementation of Buttplug.
This repo is a monorepo with multiple projects, including:
- buttplug - Rust implementation of the Buttplug protocol spec
- buttplug-schema - JSON schema for the Buttplug protocol spec
- buttplug-device-config - Device configuration file for buttplug (where we store all of the device identifiers)
- buttplug_derive - Procedural macros used by the buttplug rust library.
For information about compiling and using these libraries, please check the README files in their directories.
For a list of applications using Buttplug, see the awesome-buttplug repo.
See the awesome-buttplug repo for a full list of implementations.