I'm writing a mobile remote program that the mobile's touch screen will be the remoted computer mouse. I'm using android for mobile and C# for server side programming.
Question:
- How can I establish a data connection between a mobile phone and computer that passes mouse position continuously without stopping?
I found 32feet.net that is free class library about Bluetooth but I couldn't solve my problem.
Thank you in advance.