I need to build a networks protocol which transfers sensor messages between 2 devices, the receiving device can translate/map the sent sensor values to another sensor values ( i.e translate rotation of 20 right degrees to a touch click on pixel 55,123). Then the receiving device should stop listening to its' sensors instead, read the sent value and use them. The main goal is to play games using another device.
Now I am looking for a way to override the sensors of the device and inject another values, but don't have any idea in which layers should this change be made ? framework ? kernel ? application ?
Every small help is well appreciated !
Now I am looking for a way to override the sensors of the device and inject another values, but don't have any idea in which layers should this change be made ? framework ? kernel ? application ?
Every small help is well appreciated !
