Welcome to the VibHub developer wiki! Before we start, let's go over some terms:
| Term
|
Explanation
|
| Device
|
This is the physical hardware VibHub, and also refers to the firmware.
|
| App
|
The code that sends vibration instructions to the Device. This is likely what you're here for! See the API documentation below!
|
| Server
|
This is the server that relays messages between the Device and the App. You can host your own!
|
| deviceID
|
A unique ID for each Device that allows the App to communicate with it
|
Source Code
API
| API Type
|
Description
|
| REST
|
Lets you send vibration programs to a device through simple HTTP requests.
|
| Web Sockets
|
Much faster than REST requests, recommended if your platform supports it!
|
| Tasks Reference
|
Tasks that your device can handle.
|