0

Tight VNCのようなリモートデスクトップアプリケーションを開発していますが、問題はスクリーンショットをブロードキャストする側にパブリックIPがないことです。ただし、受信側にはパブリックIPがあります。TightVNCソースコードを使用することを計画していました。送信側にパブリックIPがないTightVNCにはそのようなオプションがないので、この目的でTightVNCSourceを使用することは可能ですか。

4

1 に答える 1

1

VNC allows for the Viewer / Client to start in "Listen-Mode" and wait for a server to connect. This is the reverse connection you speak of. Some tools provide a VNC Server contained in a Windows Exe that connects to a definded Viewer on startup, it allows Remote Support behind a home router. See the docs for more Infos (look for "Add new client" on Server Tray Icon)

Clarification:

When I want to use Tight VNC to Remote your PC (See your Desktop), I would normally do:

Connect my Client to your Server on your Public IP

Reverse VNC:

You Add my Public IP to your Server wich connects to my Client

于 2011-03-22T12:00:53.897 に答える