Tagged Questions
4
votes
1answer
74 views
Remote uploading of exe code and dynamic linking functionality for an embedded target
I am developing an application for an embedded DSP target (that is not supported by any OS) and the development is carried out using C. I have a simple application that has initialization and a ...
1
vote
1answer
202 views
Qt::How to identify/detect if the system is Remotely access by other system in Linux
I am developing an application in ubuntu to access the other system remotely through QT. Both system are running some Qt applications.I want to check / make changes to the other system remotely using ...
2
votes
3answers
607 views
how to read list of running processes on a remote computer in C++
What can be done to know and list all running processes on a remote computer?
One idea is to have a server listening to our request on the remote machine and the other one is to use ssh.
The problem ...