c# - How would it be possible to have a Windows Phone 8 application interact directly with a Windows PC ? (Using WP8 as an input device for Windows 8) -
i'm trying create windows phone 8 application can send mouse movements phone windows 8/7 pc. can't find place start being there's no documentation of being possible other few rdp client apps in app sore (which can't find how).
how possible have windows phone 8 application interact directly windows pc ?
yes is. @ end of day you're trying communicate windows computer. keyboard , mouse simple devices simple drivers. computer computer communications have establish form of connectivity first.
for example if wanted keyboard keyboard's driver been installed. how driver , app communicate down of course.
the simplest way have thought have service on pc listens device's communications , control pc on behalf. lucky there service built windows this. it's called windows remote desktop services. have talk rdp it.
there open source rdp clients available. if doing project start , determine i'd need do. find windows phone 8 os has rdp client apis available freerdp , it's windows api layer abstraction winpr might need examine first.
good luck.
Comments
Post a Comment