https://github.com/qdot/miiyoo-firmware-utils
Javascript/Typescript utilities for querying/loading/modifying firmware on Kiiroo manufacturered toys (Fleshlight Launch, Pearl2, etc)
https://github.com/qdot/miiyoo-firmware-utils
Last synced: 3 months ago
JSON representation
Javascript/Typescript utilities for querying/loading/modifying firmware on Kiiroo manufacturered toys (Fleshlight Launch, Pearl2, etc)
- Host: GitHub
- URL: https://github.com/qdot/miiyoo-firmware-utils
- Owner: qdot
- License: other
- Created: 2017-09-09T06:52:54.000Z (almost 9 years ago)
- Default Branch: master
- Last Pushed: 2017-09-11T00:11:22.000Z (almost 9 years ago)
- Last Synced: 2025-12-26T11:44:40.304Z (7 months ago)
- Language: TypeScript
- Size: 44.9 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
- Code of conduct: CODE_OF_CONDUCT.md
Awesome Lists containing this project
README
# miiyoo-firmware-utils
# buttplug-js
[](https://www.patreon.com/qdot)
miiyoo-firmware-utils is a set of utilities for loading, querying,
modifying firmware for sex toys manufactured by Kiiroo. Generally
these toys share the same bootloader, and most of the logic for
loading firmware to them is the same. These utilities allow those
developing their own firmware to load it easily, or may allow users
with bricked toys to reload without having to return their hardware.
## Support The Project
If you find this project helpful, you
can
[support Metafetish projects via Patreon](http://patreon.com/qdot)!
Every donation helps us afford more hardware to reverse, document, and
write code for!
## License
buttplug-js is BSD licensed.
Copyright (c) 2017, Metafetish
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 the project 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.