Skip to content

Releases: John-Dean/OpenVR-Tracker-Websocket-Driver

[BREAKING] Updates to port numbers

01 Feb 15:02
Compare
Choose a tag to compare

Due to conflicting ports I've changed all the ports of the project (reflected in readme).

HTTPS echo server addition

30 Jan 16:22
Compare
Choose a tag to compare

Adds 3 additional untrusted HTTPs servers on ports 8089, 8090, 8091 that allow for setting the echo variable from HTTPs sites without needing to connect to the websocket.

Fixed icons

28 Jan 12:18
Compare
Choose a tag to compare

Fixes icon issues

Rename driver

28 Jan 10:34
Compare
Choose a tag to compare

Release to rename the driver from "example" to "websocket_trackers".

Reworked the websocket interface to use the correct JSON formatting where possible.

Updated readme to reflect this change and to be clearer in what the driver offers.

Added a webserver

27 Jan 21:48
Compare
Choose a tag to compare

Added a webserver and added "ip" to the websocket response with a comma seperated list of local IP addresses that could resolve to "localhost".

Update models

14 Jan 00:29
Compare
Choose a tag to compare

This release replaces the tracker model with Vive trackers.

Added echoing VR positions, added in a echo to the websocket server

01 Jul 14:24
Compare
Choose a tag to compare

This release adds an echo to the websocket that replies with the positions of the attached VR devices. No idea how accurate it is. Also adds in the ability for local network devices to connect to the socket (I hope)

To use either follow the build and install instructions in the README, or:

  • Download and extract driver.zip
  • Navigate to C:\Program Files (x86)\Steam\steamapps\common\SteamVR\drivers
  • Paste the contents of driver.zip into this folder

Bug fix

01 Jul 14:06
Compare
Choose a tag to compare

This release adds an echo to the websocket that replies with the positions of the attached VR devices. No idea how accurate it is. Also adds in the ability for local network devices to connect to the socket (I hope)

To use either follow the build and install instructions in the README, or:

  • Download and extract driver.zip
  • Navigate to C:\Program Files (x86)\Steam\steamapps\common\SteamVR\drivers
  • Paste the contents of driver.zip into this folder

Bug Fix

01 Jul 12:55
Compare
Choose a tag to compare

This release adds an echo to the websocket that replies with the positions of the attached VR devices. No idea how accurate it is.

To use either follow the build and install instructions in the README, or:

  • Download and extract driver.zip
  • Navigate to C:\Program Files (x86)\Steam\steamapps\common\SteamVR\drivers
  • Paste the contents of driver.zip into this folder

Initial Release

15 Apr 21:02
Compare
Choose a tag to compare

Initial release of the driver.

To use either follow the build and install instructions in the README, or:

  • Download and extract driver.zip
  • Navigate to C:\Program Files (x86)\Steam\steamapps\common\SteamVR\drivers
  • Paste the contents of driver.zip into this folder