JP3665527B2 - Computer screen sharing control method, computer screen sharing control system, and centralized management server - Google Patents
Computer screen sharing control method, computer screen sharing control system, and centralized management server Download PDFInfo
- Publication number
- JP3665527B2 JP3665527B2 JP2000037446A JP2000037446A JP3665527B2 JP 3665527 B2 JP3665527 B2 JP 3665527B2 JP 2000037446 A JP2000037446 A JP 2000037446A JP 2000037446 A JP2000037446 A JP 2000037446A JP 3665527 B2 JP3665527 B2 JP 3665527B2
- Authority
- JP
- Japan
- Prior art keywords
- screen
- computer
- management server
- remote control
- sharing
- Prior art date
- Legal status (The legal status is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the status listed.)
- Expired - Lifetime
Links
Images
Landscapes
- Information Transfer Between Computers (AREA)
- Controls And Circuits For Display Device (AREA)
Description
【0001】
【発明の属する技術分野】
本発明は、複数台のコンピュータで特定のコンピュータの画面を共有し作業する必要がある、学校の授業や、企業の会議における、コンピュータ画面共有制御方法、コンピュータ画面共有制御システム及び集中管理サーバに関する。
【0002】
【従来の技術】
従来の技術としては、一対一の画面共有、遠隔制御を実現するVNC(Virtual Network Computing )(図5)や、複数台のコンピュータでの画面共有、遠隔制御を実現するMicrosoft 社のNetMeeting(図6)などが存在する。
【0003】
図5はVNCを説明する図であり、20はネットワーク、21は画面提供コンピュータ、22は画面共有コンピュータ、23は遠隔制御コンピュータを表している。
【0004】
また、図6はNetMeetingを説明する図であり、図中の符号は図5に対応している。
【0005】
【発明が解決しようとする課題】
VNCは、クライアントサーバ方式で一台のコンピュータ例えば21の画面を別のコンピュータ22とで共有し、そのコンピュータ23から遠隔制御することができる。VNCは、マルチプラットフォームに対応しているが、一対一のコンピュータ画面共有、遠隔制御しかすることができない。
【0006】
また、Microsoft 社のNetMeetingなど多く電子会議プログラムが、複数台のコンピュータでの画面共有、遠隔制御を実現しているが、それらはマルチプラットフォームに対応しておらず、複数の論理的グループを構成することや、論理的グループに画面を提供するコンピュータと遠隔操作するコンピュータとを任意のタイミングで切り替える手段を持たない。
【0007】
本発明は、1対複数のコンピュータ画面共有制御を行い、また論理的グループにおいての制御を行うようにすることを目的としている。
【0008】
【課題を解決するための手段】
コンピュータの画面をリアルタイムに共有するためには、画面を提供するコンピュータ(画面提供コンピュータ)において画面更新情報を高速に作成し、ネットワークを通じて送信し、画面を共有するコンピュータ(画面共有コンピュータ)において受信し、受け取った画面更新情報を高速に描画する必要がある。このうち画面更新情報を高速に作成するプログラムと画面更新情報を高速に描画するプログラムは、その性格上OSやハードウェアなどのプラットフォームに強く依存する。
【0009】
そこで、本発明においては、システムを画面更新情報作成部と画面更新情報配信部と画面更新情報表示部とに分離することにより、複数のプラットフォームが混在した状況でも、画面を共有することができるようになっている。また、画面更新情報配信部が画面更新情報の配信にIPマルチキャストを用いることにより、複数台の画面共有コンピュータで画面提供コンピュータの画面を共有できるようにしている。
【0010】
さらに、ネットワークに全体を集中管理するサーバを配置し、複数の画面提供コンピュータ、複数の画面共有コンピュータ、複数の遠隔制御コンピュータ(画面提供コンピュータを遠隔操作するコンピュータ)で論理的グループを構成し、それぞれの役割や接続を管理することにより、任意のタイミングで画面提供コンピュータの変更、画面共有コンピュータの追加、削除、遠隔制御コンピュータの変更を行うことができるようにしている。異なる論理的グループでは、異なるIPマルチキャストアドレスとポート番号の組み合わせを用いるため、論理的グループ単位に画面提供コンピュータの画面を共有できる。
【0011】
VNCでは、画面更新情報の送受信にはクライアントサーバ間の接続を用いるが、本発明では画面更新情報の配信にIPマルチキャストを用いることにより、画面共有コンピュータの台数によらず通信量をVNCと同等の一定量に押さえることができる。
【0012】
【発明の実施の形態】
図1は本発明の原理を説明するための図であり、符号1はネットワーク、2は集中管理サーバ、3A,3Bは夫々論理的グループ、4,9は画面提供コンピュータ、5,6,8,10,11は画面共有コンピュータ、7,12は遠隔制御コンピュータを表している。
【0013】
図lに示すように、ネットワーク1に複数台の画面提供コンピュータ4,9、複数台の画面共有コンピュータ5,6,8,10,11、複数台の遠隔制御コンピュータ7,12、および集中管理サーバ2を接続する。
【0014】
画面提供コンピュータ、画面共有コンピュータ、逮隔制御コンピュータは複数の論理的グループ3A,3Bに分けられている。論理的グループには、同時に0またはl台の画面提供コンピュータ、l台以上の画面共有コンピュータ、0または1台以上の遠隔制御コンピュータが存在し、それらの役割は集中管理サーバ2によって管理されている。
【0015】
図2は、本発明の通信形態を示す図であり、画面提供コンピュータ、集中管理サーバ、画面共有コンピュータ、遠隔制御コンピュータの夫々のモジュール構成と、モジュール間の通信形態とを示したものである。
【0016】
画面提供コンピュータは画面更新情報作成部13と画面操作情報反映部14とからなる。集中管理サーバは画面更新情報配信部15と画面操作情報中継部16とからなる。画面共有コンピュータは画面更新情報表示部17を持つ。遠隔制御コンピュータは画面操作情報入力部18を持つ。
【0017】
画面共有コンピュータと遠隔制御コンピュータとは、単一のコンピュータであってもよい。画面提供コンピュータと集中管理サーバとは、TCP接続を用いて双方向に通信を行なう。
【0018】
集中管理サーバから画面共有コンピュータへ情報を配信する場合には、IPマルチキャストを用いる。遠隔制御コンピュータから集中管理サーバへ情報を送信する場合には、TCP接続を用いる。
【0019】
図3は画面共有シーケンスを表している。
まず、画面提供コンピュータ上の画面更新情報作成部13が、画面更新情報を作成する(ステップ100)。そして、画面更新情報作成部13は、集中管理サーバ上の画面更新情報配信部15ヘ、画面更新情報を送信する(ステップ110)。
【0020】
それにもとづいて、送信された画面更新情報を画面更新情報配信部15が受け取る(ステップ200)。
【0021】
画面更新情報配信部15は、論理的グループとIPマルチキャストアドレス、ポート番号との対応表を持っており、そこから該当する論理的グループのIPマルチキャストアドレス、ポート番号の対を検索する(ステップ210)。画面更新情報配信部15は、検索したIPマルチキャストアドレス、ポート番号に対して、画面更新情報を配信する(ステップ220)。
【0022】
画面共有コンピュータ上の画面更新情報表示部17は、IPマルチキャストによって配信された画面更新情報を受信する(ステップ300)。そして、画面更新情報表示部17は受け取った画面更新情報を表示する(ステップ310)。
【0023】
図4は遠隔制御シーケンスを表している。
まず、遠隔制御コンピュータ上の画面操作情報入力部18は、ユーザの入力操作を画面操作情報に変換する(ステップ400)。そして、画面操作情報入力部18は、集中管理サーバ上の画面操作情報中継部16へ、画面操作情報を送信する(ステップ410)。
【0024】
それにもとづいて、送信された画面操作情報を画面操作情報中継部16が受け取る(ステップ500)。
【0025】
画面操作情報中継部16は、論理的グループと現在利用している画面提供コンピュータの対応表を持っており、そこから該当する論理的グループの画面提供コンピュータを検索する(ステップ510)。画面操作情報中継部16は、検索した画面提供コンピュータに対して、画面操作情報を送信する(ステップ520)。
【0026】
画面提供コンピュータ上の画面操作情報反映部14は、送信された画面操作情報を受信する(ステップ600)。そして、画面操作情報反映部14は受け取った画面操作情報で指定された操作を行う(ステップ610)。
【0027】
最後に、集中管理サーバ2に指示を与え、論理的グループに変更を加える方法を説明する。
【0028】
画面提供コンピュータを変更する場合、集中管理サーバ2は、以前の画面提供コンピュータとの接続を解消し、指定された新しい画面提供コンピュータから画面更新情報を受け取るようになる。
【0029】
遠隔制御コンピュータを変更する場合、集中管理サーバ2は、以前の遠隔制御コンピュータとの接続を解消し、指定された新しい遠隔制御コンピュータから画面操作情報を受け取るようになる。
【0030】
画面共有コンピュータを追加する場合、集中管理サーバ2は、指定された論理的グループのIPマルチキャストアドレス、ポート番号の対を検索し、追加する画面共有コンピュータに送信する。新しく追加された画面共有コンピュータは、集中管理サーバから指定された、IPマルチキャストアドレス、ポート番号から画面更新情報を受け取る。
【0031】
画面共有コンピュータを削除する場合、集中管理サーバ2は、指定された画面共有コンピュータに、画面更新情報の受け取り中止を指示する。指示を受けた画面共有コンピュータは、IPマルチキャストアドレス、ポート番号から画面更新情報を受け取ることを中止する。
【0032】
【発明の効果】
以上説明した如く、本発明によれば、マルチプラットフォームの複数台のコンピュータで、コンピュータの画面を共有し、コンピュータを遠隔制御することができる。その際に、IPマルチキャストを利用することにより、ネットワーク上の通信量を一対一の共有の場合と同程度に押さえることができる。
【0033】
また本発明においては、画面提供コンピュータ、画面共有コンピュータ、遠隔制御コンピュータは、集中管理サーバが管理し、論理的グループを構成する。そして個々の論理的グループには、異なる画面提供コンピュータを指定することができるので、論理的グループの単位で別々の画面提供コンピュータの画面を共有することができる。集中管理サーバヘ指示を与えることにより、任意のタイミングで論理的グループの構成を変更することができる。
【図面の簡単な説明】
【図1】本発明の原理を説明するための図である。
【図2】本発明の通信形態を示す図である。
【図3】本発明の画面共有シーケンスを説明するフローチャートである。
【図4】本発明の遠隔制御シーケンスを説明するフローチャートである。
【図5】従来技術(VNC)を説明するための図である。
【図6】従来技術(NetMeeting)を説明するための図である。
【符号の説明】
1:ネットワーク
2:集中管理サーバ
3:論理的グループ
4,9:画面提供コンピュータ
5,6,8,10,11:画面共有コンピュータ
7,12:遠隔制御コンピュータ[0001]
BACKGROUND OF THE INVENTION
The present invention relates to a computer screen sharing control method , a computer screen sharing control system, and a centralized management server in a school lesson or company meeting where a plurality of computers need to share and work on a specific computer screen.
[0002]
[Prior art]
Conventional technologies include VNC (Virtual Network Computing) (Fig. 5) for one-to-one screen sharing and remote control, and Microsoft NetMeeting (Fig. 6) for screen sharing and remote control with multiple computers. ) Etc. exist.
[0003]
FIG. 5 is a diagram for explaining the VNC, in which 20 is a network, 21 is a screen providing computer, 22 is a screen sharing computer, and 23 is a remote control computer.
[0004]
FIG. 6 is a diagram for explaining NetMeeting, and the reference numerals in the figure correspond to those in FIG.
[0005]
[Problems to be solved by the invention]
The VNC can share the screen of one computer, for example, 21 with another
[0006]
Many electronic conferencing programs, such as Microsoft's NetMeeting, provide screen sharing and remote control on multiple computers, but they do not support multiple platforms and form multiple logical groups. In addition, there is no means for switching between a computer that provides a screen for a logical group and a computer that is remotely operated at an arbitrary timing.
[0007]
An object of the present invention is to perform one-to-multiple computer screen sharing control and control in a logical group.
[0008]
[Means for Solving the Problems]
In order to share the computer screen in real time, screen update information is created at high speed in the computer that provides the screen (screen providing computer), transmitted through the network, and received by the computer that shares the screen (screen sharing computer). It is necessary to draw the received screen update information at high speed. Among these, a program for creating screen update information at high speed and a program for drawing screen update information at high speed depend strongly on platforms such as OS and hardware.
[0009]
Therefore, in the present invention, by separating the system into the screen update information creation unit, the screen update information distribution unit, and the screen update information display unit, the screen can be shared even in a situation where a plurality of platforms are mixed. It has become. In addition, the screen update information distribution unit uses the IP multicast for distributing the screen update information, so that a plurality of screen sharing computers can share the screen of the screen providing computer.
[0010]
In addition, a server that centrally manages the entire system is arranged on the network, and a logical group is formed by a plurality of screen providing computers, a plurality of screen sharing computers, and a plurality of remote control computers (computers that remotely operate the screen providing computers) By managing the roles and connections, it is possible to change the screen providing computer, add or delete the screen sharing computer, and change the remote control computer at any time. Since different logical groups use different combinations of IP multicast addresses and port numbers, the screen providing computer screen can be shared in units of logical groups.
[0011]
In VNC, connection between client servers is used for transmission and reception of screen update information. In the present invention, IP multicast is used for distribution of screen update information. A certain amount can be suppressed.
[0012]
DETAILED DESCRIPTION OF THE INVENTION
FIG. 1 is a diagram for explaining the principle of the present invention. Reference numeral 1 is a network, 2 is a centralized management server, 3A and 3B are logical groups, 4,9 are screen providing computers, 5,6,8,
[0013]
As shown in FIG. 1, a plurality of
[0014]
The screen providing computer, the screen sharing computer, and the arrest control computer are divided into a plurality of
[0015]
FIG. 2 is a diagram showing the communication mode of the present invention, and shows the module configurations of the screen providing computer, the centralized management server, the screen sharing computer, and the remote control computer, and the communication mode between the modules.
[0016]
The screen providing computer includes a screen update
[0017]
The screen sharing computer and the remote control computer may be a single computer. The screen providing computer and the central management server communicate bidirectionally using a TCP connection.
[0018]
When distributing information from the central management server to the screen sharing computer, IP multicast is used. When information is transmitted from the remote control computer to the central management server, a TCP connection is used.
[0019]
FIG. 3 shows a screen sharing sequence.
First, the screen update
[0020]
Based on this, the screen update
[0021]
The screen update
[0022]
The screen update
[0023]
FIG. 4 shows a remote control sequence.
First, the screen operation
[0024]
Based on this, the screen operation
[0025]
The screen operation
[0026]
The screen operation
[0027]
Finally, a method for giving an instruction to the
[0028]
When changing the screen providing computer, the
[0029]
When changing the remote control computer, the
[0030]
When adding a screen sharing computer, the
[0031]
When deleting the screen sharing computer, the
[0032]
【The invention's effect】
As described above, according to the present invention, a plurality of multi-platform computers can share a computer screen and remotely control the computer. At that time, the amount of communication on the network can be suppressed to the same level as in the case of one-to-one sharing by using IP multicast.
[0033]
In the present invention, the screen providing computer, the screen sharing computer, and the remote control computer are managed by the central management server to form a logical group. Since different screen providing computers can be designated for each logical group, the screens of different screen providing computers can be shared in units of logical groups. By giving an instruction to the central management server, the configuration of the logical group can be changed at an arbitrary timing.
[Brief description of the drawings]
FIG. 1 is a diagram for explaining the principle of the present invention.
FIG. 2 is a diagram showing a communication form of the present invention.
FIG. 3 is a flowchart illustrating a screen sharing sequence according to the present invention.
FIG. 4 is a flowchart illustrating a remote control sequence according to the present invention.
FIG. 5 is a diagram for explaining a prior art (VNC).
FIG. 6 is a diagram for explaining the prior art (NetMeeting).
[Explanation of symbols]
1: Network 2: Centralized management server 3:
Claims (5)
前記集中管理サーバを介して、前記画面提供コンピュータの画面を前記画面共有コンピュータが共有し、前記遠隔制御コンピュータが前記画面提供コンピュータを操作する
コンピュータ画面共有制御方法であって、
前記集中管理サーバが、前記画面提供コンピュータから画面更新情報を取得する過程と、
前記集中管理サーバが、マルチキャストによってネットワーク上に前記画面更新情報を配信する過程と、
前記画面共有コンピュータが、ネットワーク上に配信された前記画面更新情報を受け取って表示する過程と
からなる画面共有シーケンスと、
前記遠隔制御コンピュータが、画面操作情報を前記集中管理サーバに送信する過程と、
前記集中管理サーバが、前記遠隔制御コンピュータから受け取った前記画面操作情報を前記画面提供コンピュータに送信する過程と、
前記画面提供コンピュータが、前記集中管理サーバから受け取った前記画面操作情報で指定された操作を実行する過程と
からなる遠隔制御シーケンスとの、
各シーケンスを実行するとともに、
画面提供コンピュータを変更する場合には、前記集中管理サーバが、以前の画面提供コンピュータとの接続を解消し、指定された新しい画面提供コンピュータから画面更新情報を受け取るようにし、
遠隔制御コンピュータを変更する場合には、前記集中管理サーバが、以前の遠隔制御コンピュータとの接続を解消し、指定された新しい遠隔制御コンピュータから画面操作情報を受け取るようにし、
画面共有コンピュータを追加する場合には、前記集中管理サーバが、指定に基づきマルチキャストアドレスを当該画面共有コンピュータに送信し、当該画面共有コンピュータが、該マルチキャストアドレスから画面更新情報を受け取るようにし、
画面共有コンピュータを削除する場合には、前記集中管理サーバが、指定された画面共有コンピュータに画面更新情報の受け取り中止を指示し、当該画面共有コンピュータが、
マルチキャストアドレスから画面更新情報を受け取ることを中止する
ことを特徴とするコンピュータ画面共有制御方法。 The centralized management server connected to the network manages the roles and connections of each of one or more screen providing computers, screen sharing computers, and remote control computers connected to the network, thereby changing the screen providing computers and screens. additional shared computer, delete, and make changes to the remote control computer,
A computer screen sharing control method in which the screen sharing computer shares the screen of the screen providing computer via the central management server, and the remote control computer operates the screen providing computer,
Before Symbol central management server, and the process of acquiring a screen update information from the screen providing computer,
The centralized management server, the steps of delivering the screen update information on the network by multicast,
The screen sharing computer, the screen sharing sequence of the screen update information distributed on the network and a process of displaying accept taken,
Said remote control computer, and transmitting the screen operation information to the central management server,
The centralized management server, and transmitting the screen operation information received from the remote control computer on the screen providing computer,
The screen providing computer, a remote control sequence of a process of executing the specified operation by the screen operation information received from the central management server,
As each sequence runs ,
When changing the screen providing computer, the central management server cancels the connection with the previous screen providing computer and receives the screen update information from the designated new screen providing computer,
When changing the remote control computer, the central management server disconnects the previous remote control computer and receives the screen operation information from the specified new remote control computer,
When adding a screen sharing computer, the central management server transmits a multicast address to the screen sharing computer based on the designation, so that the screen sharing computer receives screen update information from the multicast address,
When deleting a screen sharing computer, the centralized management server instructs the designated screen sharing computer to stop receiving screen update information, and the screen sharing computer
A computer screen sharing control method characterized by stopping receiving screen update information from a multicast address .
複数台の前記画面提供コンピュータの画面を個別に前記論理的グループ単位に提供することを特徴とする請求項l記載のコンピュータ画面共有制御方法。 Dividing a plurality of the screen sharing computers into a plurality of logical groups,
Computer screen sharing control method 請 Motomeko l wherein you characterized by providing a screen plurality of said screen providing computer individually the logical group.
前記集中管理サーバを介して、前記画面提供コンピュータの画面を前記画面共有コンピュータが共有し、前記遠隔制御コンピュータが前記画面提供コンピュータを操作する
コンピュータ画面共有制御システムであって、
前記集中管理サーバが、前記画面提供コンピュータから画面更新情報を取得し、
前記集中管理サーバが、マルチキャストによってネットワーク上に前記画面更新情報を配信し、
前記画面共有コンピュータが、ネットワーク上に配信された前記画面更新情報を受け取って表示する
画面共有シーケンスと、
前記遠隔制御コンピュータが、画面操作情報を前記集中管理サーバに送信し、
前記集中管理サーバが、前記遠隔制御コンピュータから受け取った前記画面操作情報を前記画面提供コンピュータに送信し、
前記画面提供コンピュータが、前記集中管理サーバから受け取った前記画面操作情報で指定された操作を実行する
遠隔制御シーケンスとの、
各シーケンスを実行するとともに、
画面提供コンピュータを変更する場合には、前記集中管理サーバが、以前の画面提供コンピュータとの接続を解消し、指定された新しい画面提供コンピュータから画面更新情報を受け取るようになり、
遠隔制御コンピュータを変更する場合には、前記集中管理サーバが、以前の遠隔制御コンピュータとの接続を解消し、指定された新しい遠隔制御コンピュータから画面操作情報を受け取るようになり、
画面共有コンピュータを追加する場合には、前記集中管理サーバが、指定に基づきマルチキャストアドレスを当該画面共有コンピュータに送信し、当該画面共有コンピュータが、該マルチキャストアドレスから画面更新情報を受け取るようになり、
画面共有コンピュータを削除する場合には、前記集中管理サーバが、指定された画面共有コンピュータに画面更新情報の受け取り中止を指示し、当該画面共有コンピュータが、マルチキャストアドレスから画面更新情報を受け取ることを中止する
ように構成した
ことを特徴とするコンピュータ画面共有制御システム。 The centralized management server connected to the network manages the roles and connections of each of one or more screen providing computers, screen sharing computers, and remote control computers connected to the network, thereby changing the screen providing computers and screens. additional shared computer, delete, and make changes to the remote control computer,
A computer screen sharing control system in which the screen sharing computer shares the screen of the screen providing computer via the centralized management server, and the remote control computer operates the screen providing computer,
Before Symbol centralized management server acquires the screen update information from the screen providing computer,
The centralized management server, to deliver the screen update information on the network by multicast,
The screen sharing computer, the screen sharing sequence displays the screen update information distributed on the network accept taken,
Said remote control computer transmits a screen operation information to the central management server,
The centralized management server, transmits the screen operation information received from the remote control computer on the screen providing computer,
The screen provides the computer executes the designated by the screen operation information received from the central management server operations
With remote control sequence,
As each sequence runs,
When changing the screen providing computer, the centralized management server cancels the connection with the previous screen providing computer and receives screen update information from the specified new screen providing computer ,
When the remote control computer is changed, the central management server disconnects the previous remote control computer and receives screen operation information from the designated new remote control computer .
When adding a screen sharing computer, the centralized management server transmits a multicast address to the screen sharing computer based on the designation, and the screen sharing computer receives screen update information from the multicast address ,
When deleting a screen sharing computer, the centralized management server instructs the designated screen sharing computer to stop receiving screen update information, and the screen sharing computer stops receiving screen update information from the multicast address. A computer screen sharing control system characterized by being configured to do so.
複数台の前記画面提供コンピュータの画面を個別に前記論理的グループ単位に提供することを特徴とする請求項3記載のコンピュータ画面共有制御システム。 A plurality of the screen sharing computers are divided into a plurality of logical groups,
Computer screen sharing control system 請 Motomeko 3 wherein you characterized by providing a screen plurality of said screen providing computer individually the logical group.
前記集中管理サーバを介して、前記画面提供コンピュータの画面を前記画面共有コンピュータが共有し、
前記遠隔制御コンピュータが前記画面提供コンピュータを操作する
コンピュータ画面共有制御システムにおける前記集中管理サーバであって、
前記画面提供コンピュータから画面更新情報を取得し、
マルチキャストによってネットワーク上に前記画面更新情報を配信することにより、前記画面共有コンピュータに前記画面更新情報を受け取らせ表示させる
画面共有シーケンスと、
前記遠隔制御コンピュータから画面操作情報を受け取り、
前記画面操作情報を前記画面提供コンピュータに送信することにより、前記画面提供コンピュータに前記画面操作情報で指定された操作を実行させる
遠隔制御シーケンスとの、
各シーケンスを実行するとともに、
画面提供コンピュータを変更する場合には、以前の画面提供コンピュータとの接続を解消し、指定された新しい画面提供コンピュータから画面更新情報を受け取るようになり、
遠隔制御コンピュータを変更する場合には、以前の遠隔制御コンピュータとの接続を解消し、指定された新しい遠隔制御コンピュータから画面操作情報を受け取るようになり、
画面共有コンピュータを追加する場合には、指定に基づきマルチキャストアドレスを当該画面共有コンピュータに送信することにより、当該画面共有コンピュータに該マルチキャストアドレスから画面更新情報を受け取らせるようにし、
画面共有コンピュータを削除する場合には、指定された画面共有コンピュータに画面更新情報の受け取り中止を指示することにより、当該画面共有コンピュータにマルチキャストアドレスから画面更新情報を受け取ることを中止させる
ように構成した
ことを特徴とする集中管理サーバ。 The centralized management server connected to the network manages the roles and connections of each of one or more screen providing computers, screen sharing computers, and remote control computers connected to the network, thereby changing the screen providing computers and screens. Add or delete shared computers, and change remote control computers,
The screen sharing computer shares the screen of the screen providing computer via the central management server,
The remote control computer operates the screen providing computer
The centralized management server in a computer screen sharing control system,
Obtaining screen update information from the screen providing computer;
By distributing the screen update information over the network by multicast, the screen sharing computer receives and displays the screen update information.
Screen sharing sequence,
Receiving screen operation information from the remote control computer;
By transmitting the screen operation information to the screen providing computer, the screen providing computer is caused to execute the operation specified by the screen operation information.
With remote control sequence,
As each sequence runs,
If you change the screen provider, you will be disconnected from the previous screen provider and receive screen update information from the designated new screen provider ,
If you change the remote control computer, you will be disconnected from the previous remote control computer and receive screen operation information from the specified new remote control computer .
When adding a screen sharing computer, by sending a multicast address to the screen sharing computer based on the designation so that the screen sharing computer receives screen update information from the multicast address,
When deleting a screen sharing computer, by instructing the designated screen sharing computer to stop receiving screen update information, the screen sharing computer is stopped from receiving screen update information from the multicast address.
Configured as
Centralized management server characterized by that.
Priority Applications (1)
| Application Number | Priority Date | Filing Date | Title |
|---|---|---|---|
| JP2000037446A JP3665527B2 (en) | 2000-02-16 | 2000-02-16 | Computer screen sharing control method, computer screen sharing control system, and centralized management server |
Applications Claiming Priority (1)
| Application Number | Priority Date | Filing Date | Title |
|---|---|---|---|
| JP2000037446A JP3665527B2 (en) | 2000-02-16 | 2000-02-16 | Computer screen sharing control method, computer screen sharing control system, and centralized management server |
Publications (2)
| Publication Number | Publication Date |
|---|---|
| JP2001228842A JP2001228842A (en) | 2001-08-24 |
| JP3665527B2 true JP3665527B2 (en) | 2005-06-29 |
Family
ID=18561334
Family Applications (1)
| Application Number | Title | Priority Date | Filing Date |
|---|---|---|---|
| JP2000037446A Expired - Lifetime JP3665527B2 (en) | 2000-02-16 | 2000-02-16 | Computer screen sharing control method, computer screen sharing control system, and centralized management server |
Country Status (1)
| Country | Link |
|---|---|
| JP (1) | JP3665527B2 (en) |
Families Citing this family (4)
| Publication number | Priority date | Publication date | Assignee | Title |
|---|---|---|---|---|
| JP2009123178A (en) * | 2007-11-12 | 2009-06-04 | Masakazu Morisato | Network computer system and screen sharing system |
| JP5651872B2 (en) * | 2011-01-31 | 2015-01-14 | 奇揚網科股▲ふん▼有限公司 | Receiving device, screen frame transmission system and method |
| WO2012114519A1 (en) * | 2011-02-25 | 2012-08-30 | 株式会社日立製作所 | Computer system and control method for computer |
| JP5916224B2 (en) * | 2012-12-13 | 2016-05-11 | サイレックス・テクノロジー株式会社 | Device server system using multiple device servers |
-
2000
- 2000-02-16 JP JP2000037446A patent/JP3665527B2/en not_active Expired - Lifetime
Also Published As
| Publication number | Publication date |
|---|---|
| JP2001228842A (en) | 2001-08-24 |
Similar Documents
| Publication | Publication Date | Title |
|---|---|---|
| US6915347B2 (en) | Associating multiple display units in a grouped server environment | |
| US20210385227A1 (en) | Method and Apparatus For Information exchange Over a Web Based Environment | |
| US5949975A (en) | Method and system for negotiating capabilities when sharing an application program with multiple computer systems | |
| US7191217B2 (en) | Distributed server-based collaborative computing | |
| CN101557417B (en) | Method and apparatus for HBA migration | |
| US10268435B2 (en) | Display device, multi-display system, and ID determination method for display device | |
| CN118567781A (en) | Server support for multiple audio/video operating systems | |
| US20010039568A1 (en) | Distance learning implementation | |
| US5621726A (en) | Point-to-point communication network and method and adapter for virtualizing a LAN system | |
| EP3122008A1 (en) | Cloud desktop pushing method and system, pushing end and receiving end | |
| JP6335978B2 (en) | System and method for providing a virtual communication session for some participants on a communication session | |
| CN103534987A (en) | Virtual network configuration and management | |
| CN111262920A (en) | Data synchronization method, interactive electronic whiteboard and server | |
| WO2015176395A1 (en) | Virtual desktop processing method and device, and virtual desktop server | |
| EP1922606A2 (en) | Display system, module and method | |
| US20120143955A1 (en) | Methods and systems for bandwidth adaptive n-to-n communication in a distributed system | |
| JP2004213533A (en) | Screen receiving device, screen distributing device, screen information transmitting / receiving system, screen receiving method, screen distributing method and program thereof | |
| JP3665527B2 (en) | Computer screen sharing control method, computer screen sharing control system, and centralized management server | |
| CN109194589A (en) | A kind of MDC implementation method and device | |
| JPH096655A (en) | System management device | |
| EP1410598B1 (en) | Improvements relating to server systems | |
| JPH08241276A (en) | Application sharing system | |
| CN108134827A (en) | A kind of long-range control method and electronic equipment | |
| CN102387118B (en) | A kind of data output method and device | |
| CN102129361A (en) | Centralized display system and method for multi-split pictures |
Legal Events
| Date | Code | Title | Description |
|---|---|---|---|
| A621 | Written request for application examination |
Free format text: JAPANESE INTERMEDIATE CODE: A621 Effective date: 20011012 |
|
| A131 | Notification of reasons for refusal |
Free format text: JAPANESE INTERMEDIATE CODE: A131 Effective date: 20040518 |
|
| A521 | Written amendment |
Free format text: JAPANESE INTERMEDIATE CODE: A523 Effective date: 20040720 |
|
| TRDD | Decision of grant or rejection written | ||
| A01 | Written decision to grant a patent or to grant a registration (utility model) |
Free format text: JAPANESE INTERMEDIATE CODE: A01 Effective date: 20050329 |
|
| A61 | First payment of annual fees (during grant procedure) |
Free format text: JAPANESE INTERMEDIATE CODE: A61 Effective date: 20050401 |
|
| R150 | Certificate of patent or registration of utility model |
Ref document number: 3665527 Country of ref document: JP Free format text: JAPANESE INTERMEDIATE CODE: R150 Free format text: JAPANESE INTERMEDIATE CODE: R150 |
|
| FPAY | Renewal fee payment (event date is renewal date of database) |
Free format text: PAYMENT UNTIL: 20090408 Year of fee payment: 4 |
|
| FPAY | Renewal fee payment (event date is renewal date of database) |
Free format text: PAYMENT UNTIL: 20090408 Year of fee payment: 4 |
|
| FPAY | Renewal fee payment (event date is renewal date of database) |
Free format text: PAYMENT UNTIL: 20100408 Year of fee payment: 5 |
|
| FPAY | Renewal fee payment (event date is renewal date of database) |
Free format text: PAYMENT UNTIL: 20110408 Year of fee payment: 6 |
|
| FPAY | Renewal fee payment (event date is renewal date of database) |
Free format text: PAYMENT UNTIL: 20120408 Year of fee payment: 7 |
|
| FPAY | Renewal fee payment (event date is renewal date of database) |
Free format text: PAYMENT UNTIL: 20130408 Year of fee payment: 8 |
|
| FPAY | Renewal fee payment (event date is renewal date of database) |
Free format text: PAYMENT UNTIL: 20140408 Year of fee payment: 9 |
|
| S531 | Written request for registration of change of domicile |
Free format text: JAPANESE INTERMEDIATE CODE: R313531 |
|
| R350 | Written notification of registration of transfer |
Free format text: JAPANESE INTERMEDIATE CODE: R350 |
|
| EXPY | Cancellation because of completion of term |