I am conducting a project that is to use Pi as a bluetooth mouse for Windows by using btferret
Now I excute a file mouse.py(https://github.com/petzval/btferret/blob/main/mouse.py) and sucseed to use Pi as a Bluetooth mouse.
However, I don't understand the system of this script.
When a key is pressed, the server(Pi) rewrite its information in device.txt. Then, what is the trigger of being read by client(Windows)?
When the client read the information? The timing server rewrite?
Could you tell me about this and where to see?
Now I excute a file mouse.py(https://github.com/petzval/btferret/blob/main/mouse.py) and sucseed to use Pi as a Bluetooth mouse.
However, I don't understand the system of this script.
When a key is pressed, the server(Pi) rewrite its information in device.txt. Then, what is the trigger of being read by client(Windows)?
When the client read the information? The timing server rewrite?
Could you tell me about this and where to see?
Statistics: Posted by mmmaedammm — Fri Oct 04, 2024 2:52 am