Instrument / oculus-bridge

A utility and javascript library to link the Oculus Rift with the web
MIT License
297 stars 50 forks source link

Need a mechanism for server and client to detect version mismatches #4

Open benpurdy opened 10 years ago

benpurdy commented 10 years ago

Currently if more message types (position, etc) are added it will introduce performance problems. However, changing the message format introduces version computability issues. Need to add a mechanism for the server and client to exchange version info to identify the appropriate message formats.