SlimeVR / SlimeVR-Rust

🦀 + SlimeVR = 💖
Apache License 2.0
70 stars 26 forks source link

Add clientbound handshake response packet #132

Closed carl-anders closed 1 year ago

carl-anders commented 1 year ago

I'm unsure if this is the way we want to implement this. The response is unlike any other packet, so it needs some special handling. We're kinda "lucky" that "\x03Hey OVR =D 5" fits nicely as:

Doing it this way works but feels very hacky?

TheDevMinerTV commented 1 year ago

Protip: don't handle the packet content at all, just like the actual firmware :D

TheButlah commented 1 year ago

Check clippy