Main Page: Difference between revisions

From VibHub Wiki
Jump to navigation Jump to search
No edit summary
 
Jasx (talk | contribs)
No edit summary
Line 1: Line 1:
<strong>MediaWiki has been installed.</strong>
Welcome to the VibHub developer wiki! Before we start, let's go over some terms:
{| class="wikitable"
!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
|}


Consult the [https://www.mediawiki.org/wiki/Special:MyLanguage/Help:Contents User's Guide] for information on using the wiki software.
== Source Code ==
 
{| class="wikitable"
== Getting started ==
!Name/Link
* [https://www.mediawiki.org/wiki/Special:MyLanguage/Manual:Configuration_settings Configuration settings list]
!Description
* [https://www.mediawiki.org/wiki/Special:MyLanguage/Manual:FAQ MediaWiki FAQ]
|-
* [https://lists.wikimedia.org/postorius/lists/mediawiki-announce.lists.wikimedia.org/ MediaWiki release mailing list]
|[https://github.com/JasXSL/VibHub-Micro VibHub Micro]
* [https://www.mediawiki.org/wiki/Special:MyLanguage/Localisation#Translation_resources Localise MediaWiki for your language]
|2026 Revision of the board. Featuring high res commands, 2 ports, and a built in rechargeable battery!
* [https://www.mediawiki.org/wiki/Special:MyLanguage/Manual:Combating_spam Learn how to combat spam on your wiki]
|-
|[https://github.com/JasXSL/VibHub-ESP32 VibHub ESP32]
|4xAA Version of the VibHub
|-
|[https://github.com/JasXSL/VibHub-Server VibHub Server]
|Host your own VibHub server!
|-
|[https://github.com/JasXSL/VibHub-Browser VibHub Browser]
|Official JS client library
|-
|[https://github.com/JasXSL/SL-XOBJ/blob/master/xobj_core/classes/jas%20VibHub.lsl XOBJ SL Library]
|Second Life library built on the XOBJ framework
|-
|[https://github.com/JasXSL/VibHub-SocketDemo Browser Example]
|Example browser app that you can run locally
|}

Revision as of 11:07, 29 January 2026

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