Skip to content

WebSocket server to remotely trigger notifications in virtual reality

License

Notifications You must be signed in to change notification settings

VRKnock/VRKnockServer

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

86 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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 :("
}