{"id":22284642,"url":"https://github.com/blackspherefollower/buttplug4j","last_synced_at":"2025-07-25T10:33:51.588Z","repository":{"id":66557536,"uuid":"100178111","full_name":"blackspherefollower/buttplug4j","owner":"blackspherefollower","description":"Java Implementation of the Buttplug WebSocket Client","archived":false,"fork":false,"pushed_at":"2025-06-24T14:58:38.000Z","size":351,"stargazers_count":14,"open_issues_count":0,"forks_count":4,"subscribers_count":3,"default_branch":"master","last_synced_at":"2025-06-24T15:48:22.225Z","etag":null,"topics":["hardware","sex","sex-toys","teledildonics"],"latest_commit_sha":null,"homepage":"https://buttplug.io/","language":"Java","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"other","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/blackspherefollower.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":"CONTRIBUTING.md","funding":".github/FUNDING.yml","license":"LICENSE","code_of_conduct":"CODE_OF_CONDUCT.md","threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":"SECURITY.md","support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null},"funding":{"github":"blackspherefollower","patreon":"blackspherefollower","ko_fi":"blackspherefollower"}},"created_at":"2017-08-13T13:22:33.000Z","updated_at":"2025-06-24T14:58:42.000Z","dependencies_parsed_at":null,"dependency_job_id":"8d742568-74f8-4af2-b021-26d152ab3915","html_url":"https://github.com/blackspherefollower/buttplug4j","commit_stats":null,"previous_names":[],"tags_count":6,"template":false,"template_full_name":null,"purl":"pkg:github/blackspherefollower/buttplug4j","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/blackspherefollower%2Fbuttplug4j","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/blackspherefollower%2Fbuttplug4j/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/blackspherefollower%2Fbuttplug4j/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/blackspherefollower%2Fbuttplug4j/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/blackspherefollower","download_url":"https://codeload.github.com/blackspherefollower/buttplug4j/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/blackspherefollower%2Fbuttplug4j/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":266991043,"owners_count":24017732,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","status":"online","status_checked_at":"2025-07-25T02:00:09.625Z","response_time":70,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["hardware","sex","sex-toys","teledildonics"],"created_at":"2024-12-03T16:49:14.520Z","updated_at":"2025-07-25T10:33:51.545Z","avatar_url":"https://github.com/blackspherefollower.png","language":"Java","readme":"# Buttplug for Java - A Buttplug Client Implementation for Native Java\n\n[![Build Status](https://github.com/blackspherefollower/buttplug4j/actions/workflows/gradle.yml/badge.svg?branch=master)](https://github.com/blackspherefollower/buttplug4j/actions/workflows/gradle.yml) [![Patreon donate button](https://img.shields.io/badge/patreon-donate-yellow.svg)](https://www.patreon.com/blackspherefollower)\n\nLearn more about buttplug.io at https://buttplug.io\n\n\n## Platform Support\n\nButtplug Java should run on any 1.8 or later JRE (including Android).\nIn depth testing is still pending, so your mileage may vary.\n\n## Usage\n\nThe core buttplug4j library does not contain a transport implementation,\nas the connector layer is intended to be extensible. In reality, you'll probably just\nwant the Jetty websocket client connector (this depends on the core client\nlibrary, so there's no need to add a separate dependency); see the 2\ndependency import examples below.\n\nFor Gradle:\n```groovy\ndependencies {\n    implementation 'io.github.blackspherefollower:buttplug4j.connectors.jetty.websocket.client:3.1.180'\n}\n```\n\nFor Maven:\n```xml\n\u003cdependencies\u003e\n    \u003cdependency\u003e\n        \u003cgroupId\u003eio.github.blackspherefollower\u003c/groupId\u003e\n        \u003cartifactId\u003ebuttplug4j.connectors.jetty.websocket.client\u003c/artifactId\u003e\n        \u003cversion\u003e3.1.180\u003c/version\u003e\n    \u003c/dependency\u003e\n\u003c/dependencies\u003e\n```\n\nFor an all-in-one example project, please see https://github.com/blackspherefollower/buttplug4j-example\n\nIn general, you'll want to create a `ButtplugClientWSClient` object in a scope where it will not get garbage collected \nbefore you're done, add callbacks for error and event handling, then connect it to the address Intiface is listening\non. Then you can scan for devices, iterate over them and send commands.\n\n\n### Snapshots\n\nSnapshot libraries from the buttplug4j repo are available via Maven from the following\nrepository: https://s01.oss.sonatype.org/content/repositories/snapshots\nReleases will be available from maven central.\n\n```xml\n\u003crepositories\u003e\n    \u003crepository\u003e\n        \u003cid\u003eOSSRH\u003c/id\u003e\n        \u003curl\u003ehttps://s01.oss.sonatype.org/content/repositories/snapshots\u003c/url\u003e\n        \u003csnapshots\u003e\n            \u003cenabled\u003etrue\u003c/enabled\u003e\n        \u003c/snapshots\u003e\n    \u003c/repository\u003e\n\u003c/repositories\u003e\n\u003cdependencies\u003e\n    \u003cdependency\u003e\n        \u003cgroupId\u003eio.github.blackspherefollower\u003c/groupId\u003e\n        \u003cartifactId\u003ebuttplug4j.connectors.jetty.websocket.client\u003c/artifactId\u003e\n        \u003cversion\u003e[3.0-SNAPSHOT,)\u003c/version\u003e\n    \u003c/dependency\u003e\n\u003c/dependencies\u003e\n```\n\n## Support The Project\n\nIf you find this project helpful, you can\n[support my projects via Patreon](http://patreon.com/blackspherefollower)!\nEvery donation helps us afford more hardware to reverse, document, and\nwrite code for!\n\n## License\n\nButtplug for Java is BSD licensed.\n\n    Copyright (c) 2016-2024, BlackSphereFollower\n    All rights reserved.\n    \n    Redistribution and use in source and binary forms, with or without\n    modification, are permitted provided that the following conditions are met:\n    \n    * Redistributions of source code must retain the above copyright notice, this\n      list of conditions and the following disclaimer.\n    \n    * Redistributions in binary form must reproduce the above copyright notice,\n      this list of conditions and the following disclaimer in the documentation\n      and/or other materials provided with the distribution.\n    \n    * Neither the name of buttplug nor the names of its\n      contributors may be used to endorse or promote products derived from\n      this software without specific prior written permission.\n    \n    THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS \"AS IS\"\n    AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE\n    IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE\n    DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE LIABLE\n    FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL\n    DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR\n    SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER\n    CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY,\n    OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE\n    OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.\n","funding_links":["https://github.com/sponsors/blackspherefollower","https://patreon.com/blackspherefollower","https://ko-fi.com/blackspherefollower","https://www.patreon.com/blackspherefollower","http://patreon.com/blackspherefollower)!"],"categories":["Development and Libraries"],"sub_categories":["General Development"],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fblackspherefollower%2Fbuttplug4j","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fblackspherefollower%2Fbuttplug4j","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fblackspherefollower%2Fbuttplug4j/lists"}