c# - Remote desktop connection -


I am developing a remote desktop application that enables users to connect remotely to a machine that is stable IP is not how can I find a machine like this? A site is logmein.com which installs the client on the machine to allow remote desktop. I do not know what this customer does to fix this process! Thank you.

I do not know LogMeIn site, but uses a server in the middle. Live Mash and Microsoft Groove use this approach.

Both PCs connect to the server in the middle (the server has a fixed IP), and the server sends the signal. This will bypass all (most) firewalls, because only outgoing connections are there.


Comments

Popular posts from this blog

c# - sqlDecimal to decimal clr stored procedure Unable to cast object of type 'System.Data.SqlTypes.SqlDecimal' to type 'System.IConvertible' -

Calling GetGUIThreadInfo from Outlook VBA -

Obfuscating Python code? -