Quasar icon indicating copy to clipboard operation
Quasar copied to clipboard

[IDEA] Being able to see your clients on the go?

Open ghost opened this issue 8 years ago • 8 comments

This is just an idea but can it be possible to create an application to be able to see your clients through your mobile device? It might sound a bit dumb but I'm just sharing my thoughts.

ghost avatar Apr 20 '16 15:04 ghost

Which mobile device are you suggesting? If you choose android, we need to translate the .net objects to java objects which is not favourable. In iOS, .net code is not allowed In windows phone, you have an option but the app cannot be published in the store because it is supporting backdoor access. Only thing we can do is to use a website which lists the clients.

bitterypaul avatar Apr 23 '16 13:04 bitterypaul

It's a good idea actually , and I don't think you need to do anything using Java since there is Xamarin now and you can write native code using C# .

Imadlekal avatar Apr 24 '16 07:04 Imadlekal

Not a bad idea, I like that. Although I have no experience in developing mobile apps.

MaxXor avatar Apr 24 '16 18:04 MaxXor

I have experience in developing mobile apps. As much as I like this idea, it would be best to port the client to the native language of the OS instead of using Xamarin (so we don't have to worry about licenses and such). The biggest pain besides the actual porting is that it makes each update to the client a bit more difficult for each platform supported (testing takes longer, all modifications need porting, etc).

yankejustin avatar Apr 24 '16 20:04 yankejustin

I'd suggest the mobile app communicates only with the server (maybe a watch-only API so no harm could be done?). For example a small webserver for the API in C# wouldn't be a problem. And then you just enter in the mobile app a unique token for access, ip and port.

MaxXor avatar Apr 25 '16 08:04 MaxXor

I think it would be better to make it simple, not too advanced like being able to see the desktop, move the mouse, or type with a keyboard (it could be an option though.) Just like an update each 10-60 seconds to see what window (s)he is on, see what that person is typing, being able to shutdown/restart/standby the computer, and being able to see the passwords and save it as a text file.

ghost avatar Apr 26 '16 20:04 ghost

I think that HTTP(S?) API will be very useful. For example, it will be possible to create not only a mobile app, but also a web client, etc.

GoltikRee avatar Jul 05 '16 12:07 GoltikRee

I am trying to develop a web application to track and control the client remote desktops, Can anyone suggest any approach for this?

vaibhav269 avatar Aug 28 '20 15:08 vaibhav269