What is this?

Buzzy! is a Progressive Web App for controlling IoT adult toys across the internet (using WebRTC P2P) and locally (through Bluetooth and Intiface). It also uses the Buttplug-rs library for support across a wide range of device models.
The point of this project is to make a teledildonics application that respects your privacy, is open-source, convenient, and Peer-to-Peer that works both online and offline.
All of the multiplayer controller networking is Peer-2-Peer with each client sending each other data. That means:
- Privacy as data cannot be intervened by a server.
- Lower latency as clients are streaming directly to each other.
- Compatiblity with a wide range of device models.