Main Page
Welcome to the VibHub developer wiki! Before we start, let's go over some terms:
| Term | Explanation |
|---|---|
| Device | This is the physical hardware VibHub |
| App | The code that sends vibration instructions to the Device |
| Server | This is the server that relays messages between the Device and the App |
| deviceID | A unique ID for each Device that allows the App to communicate with it |
Source Code
| Name/Link | Description |
|---|---|
| VibHub Micro | 2026 Revision of the board. Featuring high res commands, 2 ports, and a built in rechargeable battery! |
| VibHub ESP32 | 4xAA Version of the VibHub |
| VibHub Server | Host your own VibHub server! |
| VibHub Browser | Official JS client library |
| XOBJ SL Library | Second Life library built on the XOBJ framework |
| Browser Example | Example browser app that you can run locally |