Skip to content

Latest commit

 

History

History
22 lines (17 loc) · 472 Bytes

README.md

File metadata and controls

22 lines (17 loc) · 472 Bytes

VRKnockServer

Server for VRKnockApp which utilizes the OpenVR Notification API to display notifications in Virtual Reality triggered by the mobile app.

API

The server works by running a local web socket server on port 16945 which exposes the following endpoints:

All endpoints return a status:

{
  "code": 0,
  "msg": "All good!"
}
{
  "code": 1,
  "msg": "Something went wrong :("
}