Enhancements proposal
Hi! Wow nice stuff here!
The remote reads out the values of the gyroscope, calculate where the device is pointing at and return the x and y
Do you think if we offload the computation to the computer instead of the phone it could possibly improve overall performance ? since i guess the computation happens serveral times in a second. Or maybe it will be negligible. Maybe ist worth testing.
Also some algorithm similar to LPR(Lost Packet Recovery) (Used in video conferencing) to try to predict position in case of latency or missing data, so as to keep the overall experience smooth and sleek.
If phone and desktop are in the same network, the total delay from when gyroscope values are read out and the brush is moving on the screen is higher, but still not close to a range where drawing becomes annoying.
I dont understand this, i'd expect it to be faster going through the LAN (same network) than through internet, I'm really curious to know why.
I really appreciate this project! Good Job!