• This repository has been archived on 14/Jun/2021
  • Stars
    star
    237
  • Rank 169,259 (Top 4 %)
  • Language
    JavaScript
  • Created over 7 years ago
  • Updated over 3 years ago

Reviews

There are no reviews yet. Be the first to send feedback to the community and the maintainers!

Repository Details

Documentation of protocols and server architecture for the Buttplug Sex Toy Control System

Buttplug Protocol and Architecture Documentation - DEPRECATED, see buttplug repo

THIS REPO HAS BEEN DEPRECATED AND ARCHIVED - Spec is now in the main buttplug repo at https://github.com/buttplugio/buttplug

Netlify Status

Patreon donate button Discourse Forum Discord Twitter

Table of Contents

Introduction

This repo houses specifications documents for the Buttplug Intimate Hardware Control Server Protocol (referred to hereafter as Buttplug).

Buttplug aims to simplify accessing and controlling different kinds of intimate hardware such as vibrators, strokers, and machines, as well as other devices like kegelcizers, electrostimulation systems, and whatever else seems like it could be intimate. The goal is to abstract line level (usb/bluetooth/serial/etc) protocol knowledge away from the developer, so they can concentrate on creating new and interesting interfaces, applications, games, and other software.

HTML rendered version of the Protocol Spec is at https://buttplug-spec.docs.buttplug.io/.

More information on the Buttplug project can be found at at https://buttplug.io.

Talk To Us!

If you're interested in Buttplug Development, check out our discord server!

We also have a Github Discussions section of the repo for those interested.

Building The Protocol Documents

To build this document into HTML pages or pdfs, you'll need to use vuepress. We have a node package file available to install the version we use for development and build the book. Use the following commands to set it up.

npm install
npm run build

To see a local version of the protocol docs:

npm run dev

Buttplug Documentation and Tutorials

Protocol, Schema, and System Documentation

  • Buttplug Protocol Spec: Repo containing the specification document for the Buttplug sex toy control protocol.
  • Buttplug Developer Guide: Manual for developing applications that use Buttplug, as well as information on Buttplug Client and Server architecture.
  • STPIHKAL: "Sex Toy Protocols I Have Known And Loved", a book containing low-level proprietary protocol specifications for sex toys and sex hardware, as well as movie synchronization formats and other miscellaneous information.

Buttplug Implementation Repos and Supporting Applications

Server Implementations

Client Implementations

  • buttplug-csharp: C#/.Net implementation of the Buttplug Client (FFI, built on top of buttplug-rs)
  • buttplug-js: Javascript/WASM implementation of the Buttplug Protocol Client (FFI, built on top of buttplug-rs)
  • buttplug-py: Python

Supporting Applications

See the Awesome Buttplug Repo for lists of applications and development resources.

Support The Project

If you find this project helpful, you can support us via Patreon! Every donation helps us afford more hardware to reverse, document, and write code for!

License

Buttplug is BSD licensed.

Copyright (c) 2016-2021, Nonpolynomial Labs, LLC
All rights reserved.

Redistribution and use in source and binary forms, with or without
modification, are permitted provided that the following conditions are met:

* Redistributions of source code must retain the above copyright notice, this
  list of conditions and the following disclaimer.

* Redistributions in binary form must reproduce the above copyright notice,
  this list of conditions and the following disclaimer in the documentation
  and/or other materials provided with the distribution.

* Neither the name of buttplug nor the names of its
  contributors may be used to endorse or promote products derived from
  this software without specific prior written permission.

THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS"
AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE
DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE LIABLE
FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR
SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER
CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY,
OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.

More Repositories

1

buttplug

Rust Implementation of the Buttplug Sex Toy Control Protocol
Rust
841
star
2

awesome-buttplug

A list of awesome projects that use the Buttplug Sex Toy Control Library
458
star
3

buttplug-js

Buttplug Typescript/Javascript Client Implementation
TypeScript
125
star
4

stpihkal

Repo deprecated, STPIHKAL moved to docs.buttplug.io repo
91
star
5

buttplug-rs-ffi

FFI from buttplug-rs to Java and other languages
Rust
87
star
6

buttplug-csharp

Buttplug C# Client Implementation
C#
84
star
7

buttplug-py

Python implementation of core message system and client for the Buttplug Sex Toy Protocol Standard
Python
66
star
8

buttplug-unity

Unity plugin for Buttplug.io
C#
40
star
9

buttplug-developer-guide

Moved to docs.buttplug.io repo
30
star
10

buttplug-twine

Macros and Example code for integrating the Buttplug sex toy control libraries with the Twine interactive fiction engine.
JavaScript
21
star
11

buttplug-tampermonkey

Buttplug-js addon for the Tampermonkey user script system
JavaScript
14
star
12

buttplug-android

Java Implementation of Buttplug server for Android
Java
12
star
13

buttplug-schema

Repository for the Buttplug Protocol JSON Message Schema
7
star
14

docs.buttplug.io

JavaScript
6
star
15

buttplug-py-deprecated

DEPRECATED: see http://github.com/buttplugio/buttplug-py - Cross-Platform Framework for Sex Toy Control Experimentation
Python
6
star
16

buttsaber

Beat Saber, for butts. (Beat Saber mod to reroute haptics to Buttplug)
5
star
17

buttplug-xamarin-examples

Example applications for Android/iOS using Buttplug Xamarin (C#)
C#
4
star
18

buttplug_dart

Pure Dart implementation of a Buttplug Spec v3 Client
Dart
3
star
19

buttplug-device-config

YAML file that specifies device information and protocol bindings
3
star
20

buttplug.world

Buttplug.world website
HTML
3
star
21

vue-buttplug-material-component

DEPRECATED - Vue.js Buttplug Client Management Component using vue-material
TypeScript
3
star
22

buttplug-faq

Frequently Asked Questions about Buttplug
JavaScript
2
star
23

buttplug-node-bluetoothle-manager

Bluetooth LE Device Manager for Buttplug Node Servers, based on Noble - DEPRECATED
2
star
24

buttplug-windows-suite

DEPRECATED AND REPLACED BY INTIFACE DESKTOP - Buttplug windows applications and app libraries, including Buttplug Server, Game Vibration Router, and simple WPF Controls Library
C#
2
star
25

buttplug-xamarin-apps

Xamarin Mobile Apps for Buttplug
C#
1
star
26

buttplug-node-websockets

Node Websocket Client/Server for Buttplug - DEPRECATED
1
star