JP2014067427A - Execution control device, terminal equipment and program - Google Patents

Execution control device, terminal equipment and program Download PDF

Info

Publication number
JP2014067427A
JP2014067427A JP2013229042A JP2013229042A JP2014067427A JP 2014067427 A JP2014067427 A JP 2014067427A JP 2013229042 A JP2013229042 A JP 2013229042A JP 2013229042 A JP2013229042 A JP 2013229042A JP 2014067427 A JP2014067427 A JP 2014067427A
Authority
JP
Japan
Prior art keywords
client terminal
sensor information
request
program
thin client
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.)
Granted
Application number
JP2013229042A
Other languages
Japanese (ja)
Other versions
JP5742914B2 (en
Inventor
Takahiro Tomita
高弘 冨田
Current Assignee (The listed assignees may be inaccurate. Google has not performed a legal analysis and makes no representation or warranty as to the accuracy of the list.)
Casio Computer Co Ltd
Original Assignee
Casio Computer Co Ltd
Priority date (The priority date 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 date listed.)
Filing date
Publication date
Application filed by Casio Computer Co Ltd filed Critical Casio Computer Co Ltd
Priority to JP2013229042A priority Critical patent/JP5742914B2/en
Publication of JP2014067427A publication Critical patent/JP2014067427A/en
Application granted granted Critical
Publication of JP5742914B2 publication Critical patent/JP5742914B2/en
Active legal-status Critical Current
Anticipated expiration legal-status Critical

Links

Images

Landscapes

  • Information Transfer Between Computers (AREA)
  • Telephonic Communication Services (AREA)

Abstract

PROBLEM TO BE SOLVED: To provide a thin client system for enabling a Web application operating in a thin client server to efficiently use the sensor information of a client terminal.SOLUTION: When an API(Application Programming Interface) for sensor information acquisition on a Web browser program 15b in a thin client server 10 is called in accordance with the operation of a Web application program 15c, an add-on program 15b having a function of requesting sensor information to a client terminal 20 through the operation of a thin client server program 15a, and fetching the sensor information transmitted from the client terminal 20 in response to the request, and returning it to the Web application program 15c is overwritten. Thus, the sensor information corresponding to the request can be acquired from the client terminal 20 by the general Web application (15c) operating in the thin client server 10 as it is.

Description

本発明は、アプリケーションプログラムが動作するコンピュータとユーザが操作するコンピュータとが物理的に異なる画面転送型のシンクライアントシステムにおけるサーバ装置、シンクライアントシステムおよびその制御プログラムに関する。   The present invention relates to a server device, a thin client system, and a control program therefor in a screen transfer type thin client system in which a computer on which an application program runs and a computer operated by a user are physically different.

近年、インターネットなどの通信ネットワークに接続可能なPC(personal computer)や携帯端末などのコンピュータにおいて、ウェブアプリケーションの利用が多くなっている。   In recent years, web applications are increasingly used in computers such as PCs (personal computers) and portable terminals that can be connected to a communication network such as the Internet.

これは従来、利用者それぞれのコンピュータにアプリケーションをインストールして動作させていたのに対し、ウェブアプリケーションであれば、標準的なウェブブラウザさえあればインストールの必要なく利用可能というメリットがあるためである。   This is because, in the past, applications were installed and operated on each user's computer, whereas web applications have the advantage that they can be used without installation as long as they have a standard web browser. .

同様に近年、情報セキュリティ上有利なため、シンクライアントシステムが注目されている。   Similarly, in recent years, a thin client system has attracted attention because it is advantageous in terms of information security.

シンクライアントシステムは、サーバ上でアプリケーションが動作し、その画面情報のみがクライアント端末に転送され、実際のデータそのものは端末内に持たない。このため、例えばコンピュータ(携帯端末)を社外に持ち出してビジネス等で利用する人々にとって、万が一、端末を紛失しても、同端末内にデータが存在しないため情報漏洩のリスクが少ないというメリットがある。   In the thin client system, an application runs on a server, only the screen information is transferred to the client terminal, and actual data itself does not exist in the terminal. For this reason, for example, for people who take computers (mobile terminals) out of the office and use them for business etc., there is an advantage that even if the terminal is lost, there is no data in the terminal, so there is less risk of information leakage .

一方で、携帯電話やスマートフォンなど、近年の携帯型情報機器には、方位センサやGPS(global positioning system)センサ、加速度センサなどの各種センサが標準的に搭載されるようになっている。その結果、前記ウェブアプリケーションにおいても、例えば地図ナビゲーションなど、これらのセンサを利用してより便利なサービスを提供するよう設計されたものも目立つ。   On the other hand, various types of sensors such as an azimuth sensor, a GPS (global positioning system) sensor, and an acceleration sensor are standardly installed in recent portable information devices such as mobile phones and smartphones. As a result, the web application is also conspicuously designed to provide more convenient services using these sensors, such as map navigation.

ウェブアプリケーションにおいて、位置情報を利用するシステムが開示されている(例えば、特許文献1参照。)。   A system using position information in a web application is disclosed (for example, see Patent Document 1).

特表2009−519545号公報Special table 2009-519545

前記従来のシンクライアントシステムにおいて、センサからの情報を利用するウェブアプリケーションをそのまま使用することはできない。   In the conventional thin client system, a web application that uses information from a sensor cannot be used as it is.

なぜならば、シンクライアントシステムでは、ウェブアプリケーションが動作するウェブブラウザは、クライアント端末を持つユーザとは離れた位置に存在するシンクライアントサーバ上で動作しており、例えばGPSセンサによる位置情報を利用する場合、同サーバの位置情報をウェブアプリケーションが取得してこれを利用したとしても、ユーザにとっては何の意味も無いからである。   This is because, in a thin client system, a web browser on which a web application operates operates on a thin client server that is located away from a user having a client terminal, and uses, for example, position information from a GPS sensor. This is because even if the web application acquires the position information of the server and uses it, there is no meaning for the user.

本発明は、このような課題に鑑みなされたもので、シンクライアントサーバにおいて動作するアプリケーションなどが、クライアント端末のセンサ情報を効率よく利用することが可能になるサーバ装置、シンクライアントシステムを提供することを目的とする。   The present invention has been made in view of such problems, and provides a server apparatus and a thin client system that enable an application running on a thin client server to efficiently use sensor information of a client terminal. With the goal.

請求項1は、クライアント端末から受信された入力イベントに応じたアプリケーションを実行し、このアプリケーションの実行に基づいて生成された画面データを前記クライアント端末へ送信するシンクライアントシステムにおけるサーバ装置であって、前記クライアント端末からの入力イベントに基づいて当該サーバ装置において実行されるアプリケーションから、前記クライアント端末の現在環境におけるセンサ情報の要求があった際は、その要求が前記センサ情報を繰り返し要求する繰り返し要求か否かを判別する判別手段と、前記判別手段で繰り返し要求であると判別された場合には、前記クライアント端末の現在環境におけるセンサ情報を、当該クライアント端末が所定時間毎に繰り返し送信することの繰り返し要求を送信し、そのクライアント端末が繰り返し送信してくるセンサ情報を順次受信することで、当該クライアント端末の現在環境におけるセンサ情報を繰り返し取得する取得手段と、前記取得手段で前記クライアント端末のセンサ情報を繰り返し取得する毎に、そのセンサ情報に基づいて前記アプリケーションを実行させ、その実行により生成された画面データを前記クライアント端末に送信する送信手段と、を備えたことを特徴とする。   Claim 1 is a server apparatus in a thin client system that executes an application according to an input event received from a client terminal and transmits screen data generated based on the execution of the application to the client terminal. When there is a request for sensor information in the current environment of the client terminal from an application executed in the server device based on an input event from the client terminal, whether the request is a repeated request for repeatedly requesting the sensor information. Repetitive transmission of sensor information in the current environment of the client terminal every predetermined time when the determination means determines that the request is a repetitive request. Send the request and By sequentially receiving sensor information repeatedly transmitted by the client terminal, an acquisition unit that repeatedly acquires sensor information in the current environment of the client terminal, and each time the sensor information of the client terminal is repeatedly acquired by the acquisition unit And transmitting means for executing the application based on the sensor information and transmitting screen data generated by the execution to the client terminal.

請求項6は、クライアント端末から受信された入力イベントに応じたアプリケーションを実行し、このアプリケーションに従い生成された画面データを前記クライアント端末へ送信するサーバ装置と、ユーザ操作に応じた入力イベントを前記サーバ装置へ送信し、この入力イベントに応答して前記サーバ装置から受信された画面データを表示するクライアント端末とからなるシンクライアントシステムにおいて、前記サーバ装置は、前記クライアント端末からの入力イベントに応じて実行されるアプリケーションからの呼び出しが所定時間内に行われた繰り返しか否かを判定する判定手段と、この判定手段により前記アプリケーションからの呼び出しが繰り返しと判定された場合は、当該繰り返しと判定された初回だけ前記クライアント端末へセンサ情報の繰り返し要求を送信し、2回目以降は要求を送信しない送信対応手段と、前記クライアント端末からのセンサ情報を受信し、このセンサ情報を同クライアント端末のセンサ情報として前記呼び出し元のアプリケーションへ返す返し手段と、を備え、前記クライアント端末は、前記サーバ装置から送信されたセンサ情報の要求を受信する受信手段と、前記要求受信手段により受信されたセンサ情報の要求が繰り返し要求か否かを判断する判断手段と、この判断手段により前記繰り返し要求と判断された場合は、一定時間毎に繰り返し当該クライアント端末が有するセンサの情報を検出する検出手段と、この検出手段により検出されたセンサ情報を前記サーバ装置へ送信する送信手段と、を備えた、ことを特徴とする。   A server device that executes an application according to an input event received from a client terminal and transmits screen data generated according to the application to the client terminal, and an input event according to a user operation is transmitted to the server In a thin client system comprising a client terminal that transmits to the apparatus and displays the screen data received from the server apparatus in response to the input event, the server apparatus executes in response to the input event from the client terminal Determining means for determining whether or not a call from the application to be executed is repeated within a predetermined time, and when the determination means determines that the call from the application is repeated, the first time determined to be the repetition Only said client terminal The sensor information is transmitted to the calling source application as sensor information of the client terminal. A return means for returning, wherein the client terminal receives a request for sensor information transmitted from the server device, and whether the request for sensor information received by the request reception means is a repeated request. A determination means for determining, a detection means for detecting sensor information of the client terminal repeatedly at fixed time intervals, and a sensor information detected by the detection means when the determination means determines that the request is repeated. Transmission means for transmitting to the server device.

本発明によれば、シンクライアントシステムのサーバ装置において動作するアプリケーションなどが、クライアント端末のセンサ情報を繰り返し効率よく利用することが可能になる。   According to the present invention, an application or the like that operates on a server device of a thin client system can repeatedly and efficiently use sensor information of a client terminal.

本発明の実施形態に係るシンクライアントシステムの全体の構成を示す図。1 is a diagram showing an overall configuration of a thin client system according to an embodiment of the present invention. 前記シンクライアントシステムのシンクライアントサーバ10とクライアント端末20における動作プログラムの構成を示す図。The figure which shows the structure of the operation | movement program in the thin client server 10 and the client terminal 20 of the said thin client system. 前記シンクライアントシステムにおけるシンクライアントサーバ10の回路構成を示すブロック図。The block diagram which shows the circuit structure of the thin client server 10 in the said thin client system. 前記シンクライアントシステムにおけるクライアント端末20の回路構成を示すブロック図。The block diagram which shows the circuit structure of the client terminal 20 in the said thin client system. 前記シンクライアントサーバ10のシンクライアント・サーバプログラム15aによるシンクライアントサーバ処理を示すフローチャート。5 is a flowchart showing a thin client server process by a thin client server program 15a of the thin client server 10. 前記シンクライアントサーバ10のウェブブラウザプログラム15bの標準的APIに付加されたアドオンプログラム15b′による端末位置情報取得処理を示すフローチャート。7 is a flowchart showing terminal location information acquisition processing by an add-on program 15b ′ added to the standard API of the web browser program 15b of the thin client server 10. 前記シンクライアントサーバ10のシンクライアントサーバ処理(図5)における位置情報要求処理を示すフローチャート。6 is a flowchart showing a position information request process in the thin client server process (FIG. 5) of the thin client server 10; 前記シンクライアントサーバ10のシンクライアントサーバ処理(図5)における位置情報受信処理を示すフローチャート。The flowchart which shows the positional information reception process in the thin client server process (FIG. 5) of the said thin client server. 前記クライアント端末20のシンクライアント・クライアントプログラム23aによるクライアント処理を示すフローチャート。6 is a flowchart showing client processing by a thin client / client program 23a of the client terminal 20. 前記クライアント端末20のクライアント処理(図9)における位置情報送信処理を示すフローチャート。The flowchart which shows the positional information transmission process in the client process (FIG. 9) of the said client terminal 20. FIG.

以下図面により本発明の実施の形態について説明する。   Embodiments of the present invention will be described below with reference to the drawings.

図1は、本発明の実施形態に係るシンクライアントシステムの全体の構成を示す図である。   FIG. 1 is a diagram showing an overall configuration of a thin client system according to an embodiment of the present invention.

このシンクライアントシステムは、インターネットなどの通信ネットワークNに接続されたシンクライアントサーバ10、および同通信ネットワークNに接続されたクライアント端末(thin client)20…を備える。なお、通信ネットワークNには、種々のウェブサーバ30…も接続されている。   This thin client system includes a thin client server 10 connected to a communication network N such as the Internet, and client terminals 20 connected to the communication network N. Various web servers 30 are also connected to the communication network N.

本実施形態のクライアント端末20には例えば携帯端末を使用する。   For example, a mobile terminal is used as the client terminal 20 of the present embodiment.

図2は、前記シンクライアントシステムのシンクライアントサーバ10とクライアント端末20における動作プログラムの構成を示す図である。   FIG. 2 is a diagram showing a configuration of operation programs in the thin client server 10 and the client terminal 20 of the thin client system.

シンクライアントサーバ10は、その基本動作を司るシンクライアント・サーバプログラム15aの他に、ウェブブラウザプログラム15b,メール処理プログラム,テキスト作成処理プログラムなど、複数のアプリケーションプログラムを有し、これらのアプリケーションプログラムは、当該シンクライアントサーバ10に接続されたクライアント端末20からのユーザ操作に伴う入力イベント信号に応じて、前記シンクライアント・サーバプログラム15aの動作上で起動されその処理を実行する。   The thin client server 10 has a plurality of application programs such as a web browser program 15b, a mail processing program, and a text creation processing program in addition to the thin client server program 15a that controls the basic operation. In response to an input event signal associated with a user operation from the client terminal 20 connected to the thin client server 10, the thin client server program 15a is activated to execute the process.

クライアント端末20は、シンクライアント・クライアントプログラム23aを有し、ユーザ操作に応じた入力信号やシンクライアントサーバ10からの応答信号に従って動作する。   The client terminal 20 includes a thin client / client program 23a, and operates according to an input signal corresponding to a user operation and a response signal from the thin client server 10.

前記シンクライアントサーバ10において、前記クライアント端末20からの入力イベント信号に応じたアプリケーションプログラムの実行に伴い、クライアント用仮想フレームバッファ16(図3参照)上に生成された画面描画データGは、アクセス元であるクライアント端末20へ転送される。   In the thin client server 10, the screen drawing data G generated on the client virtual frame buffer 16 (see FIG. 3) in accordance with the execution of the application program according to the input event signal from the client terminal 20 is the access source Is transferred to the client terminal 20.

そして、クライアント端末20では、前記シンクライアントサーバ10から転送された画面描画データGがフレームバッファ24(図4参照)に展開され、表示部25の表示画面に表示される。   In the client terminal 20, the screen drawing data G transferred from the thin client server 10 is expanded in the frame buffer 24 (see FIG. 4) and displayed on the display screen of the display unit 25.

つまり、このシンクライアントシステムにおけるクライアント端末(携帯端末)20は、各種のキーやポインタボタンなどのユーザ操作に応じた入力機能とLCD表示部などへの出力機能、WANやLANなどの通信ネットワークNに接続するための有線または無線の通信機能を主要な機能として有し、少なくとも前記シンクライアントサーバ10が有している各種のアプリケーション機能やデータファイルの管理機能を持つ必要がない。   That is, the client terminal (portable terminal) 20 in this thin client system has an input function according to user operations such as various keys and pointer buttons, an output function to an LCD display unit, and a communication network N such as WAN or LAN. It has a wired or wireless communication function for connection as a main function, and does not need to have at least various application functions and data file management functions that the thin client server 10 has.

そして、クライアント端末20からの入力イベント信号に応じてシンクライアントサーバ10にて起動実行される各種のアプリケーション処理に従い生成されたデータファイルは、基本的には、当該シンクライアントサーバ10内あるいは該サーバ10に接続されて管理されるファイルサーバ(図示せず)にユーザアカウント毎あるいは共有ファイルとして記憶され保存される。   A data file generated according to various application processes activated and executed by the thin client server 10 in response to an input event signal from the client terminal 20 is basically stored in the thin client server 10 or the server 10. Are stored and stored for each user account or as a shared file in a file server (not shown) that is connected and managed.

なお、一般的なシンクライアントシステムの説明として、クライアント端末20からの入力イベントにより、シンクライアントサーバ10のウェブブラウザプログラム15bを動作させ、通信ネットワークN上の所望のウェブサーバ30が提供するウェブコンテンツやウェブアプリケーションプログラムを利用する場合、シンクライアントサーバ10に取り込まれて動作するウェブアプリケーションプログラム15cは、前記ウェブブラウザプログラム15bとの間で動作する。   As a description of a general thin client system, web content provided by a desired web server 30 on the communication network N by operating the web browser program 15b of the thin client server 10 in response to an input event from the client terminal 20 When the web application program is used, the web application program 15c that is loaded and operates in the thin client server 10 operates with the web browser program 15b.

そして、前記ウェブブラウザプログラム15bは、クライアント端末20からの入力イベントを、シンクライアント・サーバプログラム15aを介して受け付け、これに応答して前記ウェブアプリケーションプログラム15cの動作に応じて取り込んだウェブコンテンツの画面データを、シンクライアント・サーバプログラム15aを介してクライアント端末20へ送る。   Then, the web browser program 15b accepts an input event from the client terminal 20 via the thin client / server program 15a, and in response to this, the web content screen captured according to the operation of the web application program 15c. Data is sent to the client terminal 20 via the thin client / server program 15a.

ここで、前記ウェブアプリケーションプログラム15cが、位置情報や温度情報など、ユーザ側のセンサ情報に基づいて動作する機能を有する場合、従来のウェブブラウザプログラムは、ウェブアプリケーションプログラム15cからのセンサ情報の要求に応じて、当該ウェブブラウザプログラムが動作するシンクライアントサーバ10自身が持つセンサ情報を取り込んでウェブアプリケーションプログラム15cに応答する機能は有するものの、前記シンクライアント・サーバプログラム15aを介して、クライアント端末20へセンサ情報を要求し、同クライアント端末20からのセンサ情報を取り込む機能は有していない。   Here, when the web application program 15c has a function of operating based on sensor information on the user side such as position information and temperature information, the conventional web browser program responds to a request for sensor information from the web application program 15c. Accordingly, the thin client server 10 itself in which the web browser program operates has a function of taking in sensor information and responding to the web application program 15c, but the sensor is sent to the client terminal 20 via the thin client server program 15a. It does not have a function of requesting information and capturing sensor information from the client terminal 20.

このため、図2に示すように、本実施形態のシンクライアントサーバ10において動作させるウェブブラウザプログラム15bには、前記ウェブアプリケーションプログラム15cからのセンサ情報の要求に応じて、前記シンクライアント・サーバプログラム15aを介して、クライアント端末20へセンサ情報を要求し、同クライアント端末20からのセンサ情報を取り込んで前記ウェブアプリケーションプログラム15cへ応答するためのアドオンプログラム15b′を付加する。   For this reason, as shown in FIG. 2, the web browser program 15b operated in the thin client server 10 of the present embodiment includes the thin client server program 15a in response to a request for sensor information from the web application program 15c. The add-on program 15b 'for requesting sensor information from the client terminal 20, taking in the sensor information from the client terminal 20 and responding to the web application program 15c is added.

「アドオン」とは、ウェブブラウザを独自の機能で拡張する仕組みであり、ほとんどの標準的ウェブブラウザはこのアドオンの仕組みを有している。   An “add-on” is a mechanism for extending a web browser with a unique function, and most standard web browsers have this add-on mechanism.

アドオンプログラム15b′は、ウェブアプリケーションプログラム15cに対して標準的なAPI(application programming interface)を提供する。   The add-on program 15b 'provides a standard API (application programming interface) for the web application program 15c.

標準的なAPIとは、例えば位置情報取得用のAPIであれば、
Geolocation API(http://dev.w3.org/geo/api/spec-source.html)が存在し、このAPI仕様に則ってプログラムを設計することで、異なるブラウザ上であっても同等の動作が期待できるというメリットがある。
The standard API is, for example, an API for acquiring location information.
Geolocation API (http://dev.w3.org/geo/api/spec-source.html) exists, and by designing the program according to this API specification, the same operation even on different browsers There is an advantage that can be expected.

本実施形態のアドオンプログラム15b′では、この標準的なAPIを独自の機能で上書きする。アドオンプログラム15b′は、例えばJavascript(登録商標)言語で記述されるのが一般的である。これは、ほぼ全てのウェブブラウザに、標準的にJavascript言語による実行環境が装備されているためである。Javascript言語は、オーバライドという手法を利用可能であり、この手法により簡単に前記APIの上書きが実現できる。   In the add-on program 15b ′ of this embodiment, this standard API is overwritten with a unique function. The add-on program 15b 'is generally described in, for example, a Javascript (registered trademark) language. This is because almost all web browsers are typically equipped with an execution environment using the Javascript language. The Javascript language can use a technique called override, and the API can be easily overwritten by this technique.

図3は、前記シンクライアントシステムにおけるシンクライアントサーバ10の回路構成を示すブロック図である。   FIG. 3 is a block diagram showing a circuit configuration of the thin client server 10 in the thin client system.

シンクライアントサーバ10は、コンピュータとしてのCPU11を備え、このCPU11には、バス12を介して記憶部13、RAM14、プログラム記憶部15、仮想フレームバッファ16、ネットワーク制御部17が接続される。   The thin client server 10 includes a CPU 11 as a computer, and a storage unit 13, a RAM 14, a program storage unit 15, a virtual frame buffer 16, and a network control unit 17 are connected to the CPU 11 via a bus 12.

CPU11は、プログラム記憶部15に記憶されるシンクライアント・サーバプログラム15a、標準的APIに上書きされたアドオンプログラム15b′を有するウェブブラウザプログラム15b、ウェブアプリケーションプログラム15c、他のアプリケーションプログラム、あるいは外部から読み込まれて記憶部13に記憶されたプログラムなどの各種のサーバ制御プログラムに従って、同記憶部13やRAM14を作業領域とし回路各部の動作を制御するもので、ネットワーク制御部17を介して受信されるクライアント端末20からのユーザ操作に対応した入力イベント信号に応じて前記種々のプログラムが連携して起動され実行される。   The CPU 11 is a thin client / server program 15a stored in the program storage unit 15, a web browser program 15b having an add-on program 15b 'overwritten with a standard API, a web application program 15c, another application program, or read from the outside. In accordance with various server control programs such as programs stored in the storage unit 13 and controlling the operation of each circuit unit using the storage unit 13 and the RAM 14 as work areas, a client received via the network control unit 17 In response to an input event signal corresponding to a user operation from the terminal 20, the various programs are activated and executed in cooperation.

このシンクライアントサーバ10において、クライアント端末20からの入力イベント信号に応じて実行されるアプリケーションプログラムに従いRAM14を使用して生成された種々のデータは、例えばそのユーザIDに対応付けられて記憶部13に記憶される。またクライアント用の画面描画データGは、仮想フレームバッファ16を使用して生成された後、圧縮処理されて、ネットワーク制御部17からイベント入力元のクライアント端末20へ転送されて表示出力される。   In the thin client server 10, various data generated using the RAM 14 in accordance with an application program executed in response to an input event signal from the client terminal 20 is associated with the user ID, for example, in the storage unit 13. Remembered. The client screen drawing data G is generated using the virtual frame buffer 16, compressed, transferred from the network control unit 17 to the event input source client terminal 20, and displayed.

図4は、前記シンクライアントシステムにおけるクライアント端末20の回路構成を示すブロック図である。   FIG. 4 is a block diagram showing a circuit configuration of the client terminal 20 in the thin client system.

クライアント端末20は、コンピュータとしてのCPU21を備え、このCPU21には、バス22を介して記憶部23、フレームバッファ24が接続される。そして、このフレームバッファ24に書き込まれた画面描画データGが表示部25に出力されて表示される。   The client terminal 20 includes a CPU 21 as a computer, and a storage unit 23 and a frame buffer 24 are connected to the CPU 21 via a bus 22. The screen drawing data G written in the frame buffer 24 is output to the display unit 25 and displayed.

また、CPU21には、バス22を介して各種のキー,ポインタボタンなどを有する入力部26、この入力部26にて入力されたキーやポインタに対応した入力コードを設定するためのキーアサイン情報メモリ27、GPSセンサ(位置計測)、加速度センサ(歩数計測)、温度センサ、湿度センサ、気圧センサなどの各種のセンサを備えたセンサデバイス28、前記通信ネットワークNのアクセスポイントと通信するためのネットワーク制御部29が接続される。   Further, the CPU 21 has an input unit 26 having various keys and pointer buttons via the bus 22, and a key assignment information memory for setting an input code corresponding to the key or pointer input by the input unit 26. 27, a sensor device 28 having various sensors such as a GPS sensor (position measurement), an acceleration sensor (step count measurement), a temperature sensor, a humidity sensor, and an atmospheric pressure sensor, and network control for communicating with the access point of the communication network N Unit 29 is connected.

CPU21は、記憶部23に予め記憶されるか、あるいは外部から記憶部23に読み込まれたシンクライアント・クライアントプログラム23aに従って当該記憶部23や前記キーアサイン情報メモリ27を作業用メモリとし回路各部の動作を制御するもので、入力部26からのキー信号やポインタ移動信号、センサデバイス28からのセンサ信号、ネットワーク制御部29を介して受信される前記シンクライアントサーバ10からのアプリケーション応答信号や画面描画データGなどに応じて前記シンクライアント・クライアントプログラム23aが起動され実行される。   The CPU 21 uses the storage unit 23 and the key assignment information memory 27 as work memory according to the thin client / client program 23a stored in advance in the storage unit 23 or read into the storage unit 23 from the outside. A key signal from the input unit 26, a pointer movement signal, a sensor signal from the sensor device 28, an application response signal and screen drawing data from the thin client server 10 received via the network control unit 29. The thin client / client program 23a is activated and executed in accordance with G or the like.

このクライアント端末20において、入力部26からの入力イベント信号に応じて前記シンクライアントサーバ10のアプリケーションプログラムを動作させて画面描画データGを生成させ、同サーバ10から受信された画面描画データGは、その圧縮が解凍されてフレームバッファ24に書き込まれ表示部25で表示出力される。   In the client terminal 20, the application program of the thin client server 10 is operated in response to an input event signal from the input unit 26 to generate screen drawing data G. The screen drawing data G received from the server 10 is: The compressed data is decompressed, written to the frame buffer 24, and displayed on the display unit 25.

このように構成されたシンクライアントシステムにおいて、シンクライアントサーバ10は、CPU11が前記サーバ制御プログラム(シンクライアント・サーバプログラム15a/ウェブブラウザプログラム15b/アドオンプログラム15b′/ウェブアプリケーションプログラム15c)に記述された命令に従い回路各部の動作を制御し、ソフトウエアとハードウエアとが協働して動作することにより、以下の動作説明で述べる機能を実現する。   In the thin client system configured as above, the CPU 11 of the thin client server 10 is described in the server control program (thin client / server program 15a / web browser program 15b / add-on program 15b ′ / web application program 15c). The operation of each part of the circuit is controlled according to the command, and the functions described in the following operation explanation are realized by the software and hardware operating in cooperation.

また、クライアント端末20は、CPU21がクライアント制御プログラム(シンクライアント・クライアントプログラム23a)に記述された命令に従い回路各部の動作を制御し、ソフトウエアとハードウエアとが協働して動作することにより、以下の動作説明で述べる機能を実現する。   In the client terminal 20, the CPU 21 controls the operation of each part of the circuit in accordance with instructions described in the client control program (thin client / client program 23a), and the software and hardware operate in cooperation. The functions described in the following operation explanation are realized.

次に、前記構成のシンクライアントシステムの動作について説明する。   Next, the operation of the thin client system configured as described above will be described.

本実施形態の動作説明では、クライアント端末20のユーザ操作に応じて、シンクライアントサーバ10のウェブブラウザプログラム15bが起動され、このウェブブラウザプログラム15bの動作に従いユーザ指定のウェブサーバ30からダウンロードされたウェブアプリケーションプログラム15cが動作する具体例について説明する。そして、このウェブアプリケーションプログラム15cは、ナビゲーションサービスをユーザに提供するものであって、同ユーザの位置情報を定期的に必要とする。   In the description of the operation of the present embodiment, the web browser program 15b of the thin client server 10 is activated in response to a user operation of the client terminal 20, and the web downloaded from the web server 30 designated by the user according to the operation of the web browser program 15b. A specific example in which the application program 15c operates will be described. And this web application program 15c provides a navigation service to a user, and requires the positional information of the user regularly.

図5は、前記シンクライアントサーバ10のシンクライアント・サーバプログラム15aによるシンクライアントサーバ処理を示すフローチャートである。   FIG. 5 is a flowchart showing a thin client server process by the thin client server program 15a of the thin client server 10.

図6は、前記シンクライアントサーバ10のウェブブラウザプログラム15bの標準的APIに付加されたアドオンプログラム15b′による端末位置情報取得処理を示すフローチャートである。   FIG. 6 is a flowchart showing terminal location information acquisition processing by the add-on program 15b ′ added to the standard API of the web browser program 15b of the thin client server 10.

図7は、前記シンクライアントサーバ10のシンクライアントサーバ処理(図5)における位置情報要求処理を示すフローチャートである。   FIG. 7 is a flowchart showing a position information request process in the thin client server process (FIG. 5) of the thin client server 10.

図8は、前記シンクライアントサーバ10のシンクライアントサーバ処理(図5)における位置情報受信処理を示すフローチャートである。   FIG. 8 is a flowchart showing the position information reception process in the thin client server process (FIG. 5) of the thin client server 10.

図9は、前記クライアント端末20のシンクライアント・クライアントプログラム23aによるクライアント処理を示すフローチャートである。   FIG. 9 is a flowchart showing client processing by the thin client / client program 23a of the client terminal 20.

図10は、前記クライアント端末20のクライアント処理(図9)における位置情報送信処理を示すフローチャートである。   FIG. 10 is a flowchart showing a position information transmission process in the client process (FIG. 9) of the client terminal 20.

クライアント端末20の立上げ操作に応じて、ユーザおよび端末IDを含むサーバ接続要求がシンクライアントサーバ10へ送信されると(ステップC1)、シンクライアントサーバ10のサーバ処理において、接続要求されたユーザおよび端末IDについて認証OKか否か判断される(ステップS1(Yes)→S2)。   When a server connection request including a user and a terminal ID is transmitted to the thin client server 10 in response to the start-up operation of the client terminal 20 (step C1), in the server processing of the thin client server 10, the connection requested user and It is determined whether the terminal ID is OK or not (step S1 (Yes) → S2).

そして、前記ユーザおよび端末IDについて認証OKと判断されると(ステップS2(Yes))、クライアント端末20に認証OKが通知され、クライアント端末20とシンクライアントサーバ10との接続が確立される(ステップC2(Yes))。   If it is determined that the user and the terminal ID are authenticated (step S2 (Yes)), the client terminal 20 is notified of the authentication OK, and the connection between the client terminal 20 and the thin client server 10 is established (step). C2 (Yes)).

この際、シンクライアントサーバ10において、初期表示用の画面描画データGが仮想フレームバッファ16に生成され、データ圧縮されて前記端末IDで識別されるクライアント端末20へ送信される(ステップS11〜S13)。   At this time, in the thin client server 10, screen display data G for initial display is generated in the virtual frame buffer 16, and the data is compressed and transmitted to the client terminal 20 identified by the terminal ID (steps S11 to S13). .

すると、クライアント端末20では、前記シンクライアントサーバ10から受信された初期表示用の画面描画データGが、そのデータ圧縮を解凍されてフレームバッファ24に展開され表示部25に表示される(ステップC3(Yes)→C4(Yes)→C5)。   Then, in the client terminal 20, the initial display screen drawing data G received from the thin client server 10 is decompressed, decompressed in the frame buffer 24 and displayed on the display unit 25 (step C3 ( Yes) → C4 (Yes) → C5).

そして、クライアント端末20のユーザ操作に応じて、ウェブブラウザの起動要求が入力イベントとしてシンクライアントサーバ10へ送信されると(ステップC6(Yes)→C7,C8)、シンクライアントサーバ10では、受信された入力イベントに応じてウェブブラウザプログラム15bが起動される(ステップS3(Yes)→S4(Yes)→S5,S6(Yes)→S7)。   When a web browser activation request is transmitted as an input event to the thin client server 10 in response to a user operation of the client terminal 20 (step C6 (Yes) → C7, C8), the thin client server 10 receives the request. In response to the input event, the web browser program 15b is activated (step S3 (Yes) → S4 (Yes) → S5, S6 (Yes) → S7).

そして、前記起動されたウェブブラウザプログラム15bの動作に応じて、ユーザ指定のナビゲーションサービスを提供するウェブサーバ30から、そのウェブアプリケーションプログラム15cがダウンロードされて起動されると、当該ウェブアプリケーションプログラム15cの動作に従い、位置情報取得のため、前記ウェブブラウザ(15b)上の標準APIが呼び出される。   When the web application program 15c is downloaded and activated from the web server 30 that provides a user-specified navigation service according to the operation of the activated web browser program 15b, the operation of the web application program 15c is performed. Accordingly, the standard API on the web browser (15b) is called to acquire position information.

前記ウェブブラウザ(15b)上の標準APIに付加されたアドオンプログラム15b′による端末位置情報取得処理(図6参照)において、前記ウェブアプリケーションプログラム15cの動作に従いAPIが呼び出されると(ステップA1)、当該API呼び出しの繰り返し判定処理が実行される(ステップA2)。   In the terminal location information acquisition process (see FIG. 6) by the add-on program 15b ′ added to the standard API on the web browser (15b), when the API is called according to the operation of the web application program 15c (step A1), An API call repetition determination process is executed (step A2).

このAPI呼び出しの繰り返し判定処理は、例えば、当該API呼び出しの直近過去n回の呼び出し時間間隔の平均と分散を求め、その時間間隔のばらつきが一定値以内なら繰り返しと判定するもので(ステップA2)、先ず、繰り返しでないと判定されると(ステップA3(No))、シンクライアント・サーバプログラム15aに対して位置情報の要求が送信される(ステップA4)。   In this API call repetition determination process, for example, the average and variance of the n most recent call time intervals of the API call are obtained, and if the variation in the time interval is within a certain value, the repetition is determined (step A2). First, if it is determined not to be repeated (step A3 (No)), a request for position information is transmitted to the thin client / server program 15a (step A4).

そして、シンクライアントサーバ処理(図5参照)に従った位置情報受信通知が有るか否かの判断待機状態になる(ステップA7)。   Then, a determination is made as to whether or not there is a position information reception notification according to the thin client server process (see FIG. 5) (step A7).

シンクライアントサーバ処理(図5参照)において、前記アドオンプログラム15b′による端末位置情報取得処理(図6参照)に従い送信された位置情報の要求が受信されたと判断されると(ステップS10(Yes))、図7における位置情報要求処理へ移行され(ステップSR)、位置情報要求コマンドが前記端末IDで識別されるクライアント端末20へ送信される(ステップR2(Yes)→R3)。   In the thin client server process (see FIG. 5), if it is determined that a request for position information transmitted in accordance with the terminal position information acquisition process (see FIG. 6) by the add-on program 15b ′ has been received (step S10 (Yes)). Then, the process proceeds to the position information request process in FIG. 7 (step SR), and the position information request command is transmitted to the client terminal 20 identified by the terminal ID (step R2 (Yes) → R3).

クライアント端末20において、前記シンクライアントサーバ10から送信された位置情報要求コマンドが受信されると(ステップC3(Yes))、図10における位置情報送信処理へ移行され(ステップCQ)、センサデバイス28に備えられたGPSセンサからのセンサデータに基づく演算により位置情報が取得される(ステップQ2(Yes)→Q3)。そして、取得された位置情報が前記シンクライアントサーバ10へ送信される(ステップQ4)。   When the client terminal 20 receives the position information request command transmitted from the thin client server 10 (step C3 (Yes)), the process proceeds to the position information transmission process in FIG. Position information is acquired by calculation based on sensor data from the GPS sensor provided (step Q2 (Yes) → Q3). Then, the acquired position information is transmitted to the thin client server 10 (step Q4).

シンクライアントサーバ10において、前記クライアント端末10から送信された位置情報が受信されると(ステップS3(Yes))、図8における位置情報受信処理へ移行され(ステップSP)、受信された位置情報が記憶部13に書き込まれる(ステップP1(Yes)→P2)。そして、ウェブブラウザ(15b)上のアドオンプログラム15b′(図6参照)に対して位置情報の受信が通知される(ステップP3)。   When the thin client server 10 receives the position information transmitted from the client terminal 10 (step S3 (Yes)), the thin client server 10 proceeds to the position information reception process in FIG. 8 (step SP). It is written in the storage unit 13 (step P1 (Yes) → P2). Then, the reception of position information is notified to the add-on program 15b ′ (see FIG. 6) on the web browser (15b) (step P3).

すると、前記アドオンプログラム15b′による端末位置情報取得処理(図6参照)では、前記シンクライアントサーバ処理に従った位置情報受信の通知が有ったと判断され(ステップA7(Yes))、前記記憶部13に記憶されたクライアント端末20の位置情報が読み込まれる(ステップA8)。そして、この記憶部13から読み込まれた前記端末IDで識別されるクライアント端末20の位置情報が、前記API呼び出し元のウェブアプリケーションプログラム15cへ渡される(ステップA9)。   Then, in the terminal position information acquisition process (see FIG. 6) by the add-on program 15b ′, it is determined that there has been a notification of position information reception according to the thin client server process (step A7 (Yes)), and the storage unit The position information of the client terminal 20 stored in 13 is read (step A8). Then, the location information of the client terminal 20 identified by the terminal ID read from the storage unit 13 is passed to the web application program 15c that is the API caller (step A9).

すると、このウェブアプリケーションプログラム15cの動作に従い、前記クライアント端末20の位置情報に応じたナビゲーションデータが前記ウェブサーバ30からダウンロードされて取得され、当該ナビゲーションデータに対応した画面描画データGが、仮想フレームバッファ16上に生成される(ステップS21(Yes)→S12)。そして、前記仮想フレームバッファ16上に生成されたナビゲーションの画面描画データGが、前記端末IDで識別されるクライアント端末20へ送信される(ステップS13)。   Then, according to the operation of the web application program 15c, navigation data corresponding to the location information of the client terminal 20 is downloaded and acquired from the web server 30, and the screen drawing data G corresponding to the navigation data is stored in the virtual frame buffer. 16 (step S21 (Yes) → S12). Then, the navigation screen drawing data G generated on the virtual frame buffer 16 is transmitted to the client terminal 20 identified by the terminal ID (step S13).

すると、クライアント端末20では、前記シンクライアントサーバ10から送信された同クライアント端末20自身の位置情報に応じたナビゲーションの画面描画データGが受信され(ステップC3(Yes)→C4(Yes))、フレームバッファ24に書き込まれて表示部15に表示される(ステップC5)。   Then, the client terminal 20 receives the screen drawing data G for navigation corresponding to the position information of the client terminal 20 itself transmitted from the thin client server 10 (step C3 (Yes) → C4 (Yes)), and the frame The data is written in the buffer 24 and displayed on the display unit 15 (step C5).

これにより、シンクライアントシステムであっても、シンクライアントサーバ10にダウンロードされて動作するナビゲーションサービスのウェブアプリケーションプログラム15cに従いウェブブラウザ(15b)のAPIに要求される位置情報を、クライアント端末20のセンサデバイス28であるGPSセンサにより計測された位置情報として返すことができ、同クライアント端末20のユーザ自身の位置に応じたナビゲーションサービスを受けることができる。   As a result, even in the thin client system, the position information required for the API of the web browser (15b) in accordance with the web application program 15c of the navigation service downloaded and operated on the thin client server 10 can be obtained from the sensor device of the client terminal 20. The position information measured by the GPS sensor 28 can be returned, and a navigation service corresponding to the user's own position of the client terminal 20 can be received.

つまり、シンクライアントシステムであっても、クライアント端末20自身のセンサ情報に応じたウェブアプリケーションサービスを受けることができる。   That is, even a thin client system can receive a web application service according to the sensor information of the client terminal 20 itself.

この後、前記ウェブブラウザ(15b)上のアドオンプログラム15b′による端末位置情報取得処理(図6参照)において、前記ウェブアプリケーションプログラム15cの動作に従い再びAPIが呼び出された際に(ステップA1)、当該API呼び出しの繰り返し判定処理により繰り返しであると判定された場合は(ステップA2,A3(Yes))、前回の繰り返し判定処理に従い既に繰り返し要求済みであるか否か判断される(ステップA5)。   Thereafter, in the terminal location information acquisition process (see FIG. 6) by the add-on program 15b ′ on the web browser (15b), when the API is called again according to the operation of the web application program 15c (step A1), If it is determined by the API call repetition determination process (steps A2 and A3 (Yes)), it is determined whether or not a repetition request has already been made according to the previous repetition determination process (step A5).

ここで先ず、繰り返し要求済みでないと判断されると(ステップA5(No))、シンクライアント・サーバプログラム15aに対して繰り返しの要求が送信される(ステップA6)。   First, if it is determined that the request has not been repeated (step A5 (No)), a repeat request is transmitted to the thin client / server program 15a (step A6).

そして、シンクライアントサーバ処理(図5参照)に従った位置情報受信通知が有るか否かの判断待機状態になる(ステップA7)。   Then, a determination is made as to whether or not there is a position information reception notification according to the thin client server process (see FIG. 5) (step A7).

シンクライアントサーバ処理(図5参照)において、前記アドオンプログラム15b′による端末位置情報取得処理(図6参照)に従い送信された繰り返しの要求が受信されたと判断されると(ステップS10(Yes))、図7における位置情報要求処理へ移行され(ステップSR)、繰り返し周期Tが前記端末IDで識別されるクライアント端末20へ送信される(ステップR1(Yes)→R4)。   In the thin client server process (see FIG. 5), if it is determined that the repeat request transmitted according to the terminal location information acquisition process (see FIG. 6) by the add-on program 15b ′ is received (step S10 (Yes)), The process proceeds to the position information request process in FIG. 7 (step SR), and the repetition period T is transmitted to the client terminal 20 identified by the terminal ID (step R1 (Yes) → R4).

クライアント端末20において、前記シンクライアントサーバ10から送信された繰り返し周期Tが受信されると(ステップC3(Yes))、図10における位置情報送信処理へ移行され(ステップCQ)、同繰り返し周期Tがタイマのタイムアウト時間Tとしてセットされる(ステップQ1(Yes)→Q5)。   When the client terminal 20 receives the repetition period T transmitted from the thin client server 10 (step C3 (Yes)), the process proceeds to the position information transmission process in FIG. 10 (step CQ), and the repetition period T is It is set as the time-out time T of the timer (Step Q1 (Yes) → Q5).

すると、センサデバイス28に備えられた加速度センサのセンサデータに基づき演算された歩数計データが取得され(ステップQ6)、例えば前回の取得値と比較することで本クライアント端末20自身が移動したか否か判断される(ステップQ7)。   Then, pedometer data calculated based on the sensor data of the acceleration sensor provided in the sensor device 28 is acquired (step Q6). For example, whether or not the client terminal 20 itself has moved by comparing with the previous acquired value. Is determined (step Q7).

ここで、本クライアント端末20自身が移動したと判断された場合は(ステップQ7(Yes))、センサデバイス28に備えられたGPSセンサからのセンサデータに基づく演算により新たな位置情報が取得され(ステップQ3)、前記シンクライアントサーバ10へ送信される(ステップQ4)。   Here, when it is determined that the client terminal 20 itself has moved (step Q7 (Yes)), new position information is acquired by calculation based on sensor data from the GPS sensor provided in the sensor device 28 ( Step Q3) is transmitted to the thin client server 10 (Step Q4).

シンクライアントサーバ10において、前記クライアント端末10から送信された新たな位置情報が受信されると(ステップS3(Yes))、図8における位置情報受信処理へ移行され(ステップSP)、受信された位置情報が前記記憶部13に上書きされて書き込まれる(ステップP1(Yes)→P2)。そして、ウェブブラウザ(15b)上のアドオンプログラム15b′(図6参照)に対して位置情報の受信が通知される(ステップP3)。   When the new position information transmitted from the client terminal 10 is received in the thin client server 10 (step S3 (Yes)), the process proceeds to the position information reception process in FIG. 8 (step SP), and the received position information Information is overwritten and written in the storage unit 13 (step P1 (Yes) → P2). Then, the reception of position information is notified to the add-on program 15b ′ (see FIG. 6) on the web browser (15b) (step P3).

一方、前記クライアント端末20の位置情報送信処理(図10参照)において、本クライアント端末20自身が移動してないと判断された場合は(ステップQ7(No))、前記ステップQ3によるGPSセンサからの位置情報取得処理、および前記ステップQ4によるシンクライアントサーバ10への位置情報送信処理は行われない。   On the other hand, in the location information transmission process of the client terminal 20 (see FIG. 10), if it is determined that the client terminal 20 itself has not moved (step Q7 (No)), the GPS sensor from step Q3 The position information acquisition process and the position information transmission process to the thin client server 10 in step Q4 are not performed.

この後、同クライアント端末20の位置情報送信処理では、前記シンクライアントサーバ10の位置情報要求処理(図7参照)に従った位置情報要求コマンドが新たに受信されるまでの間、前記タイマにセットしたタイムアウト時間Tの経過が判断される毎に(ステップQ8(Yes))、前記歩数計データに応じた移動の有無が判断される(ステップQ5〜Q7)。そして、同クライアント端末20自身が移動したと判断された場合にだけ(ステップQ7(Yes))、GPSセンサに基づき取得された新たな位置情報がシンクライアントサーバ10へ送信される(ステップQ3,Q4)。   Thereafter, in the position information transmission process of the client terminal 20, the timer is set until the position information request command according to the position information request process (see FIG. 7) of the thin client server 10 is newly received. Every time it is determined that the time-out time T has elapsed (step Q8 (Yes)), it is determined whether or not there is movement according to the pedometer data (steps Q5 to Q7). Only when it is determined that the client terminal 20 itself has moved (step Q7 (Yes)), the new location information acquired based on the GPS sensor is transmitted to the thin client server 10 (steps Q3 and Q4). ).

これにより、クライアント端末20でのタイマ動作中は、同端末20の移動が有った場合にだけ、GPSセンサからの位置情報の取得処理およびその送信処理が実行されるので、当該クライアント端末20での不要な処理を省略して消費電力を節約できるようになる。   As a result, during the timer operation at the client terminal 20, the position information acquisition process and the transmission process from the GPS sensor are executed only when the terminal 20 has moved. It is possible to save power consumption by omitting unnecessary processing.

そして、シンクライアントサーバ10の位置情報受信処理(図8参照)に従い記憶部13に記憶される前記クライアント端末20の位置情報は、前記クライアント端末20でのタイマ動作中は、同端末20の移動が有った場合にだけ、新たな位置情報に上書きされて書き替えられるようになる。   The position information of the client terminal 20 stored in the storage unit 13 in accordance with the position information reception process (see FIG. 8) of the thin client server 10 is the movement of the terminal 20 during the timer operation of the client terminal 20. Only when there is, the new position information is overwritten and rewritten.

前記ウェブブラウザ(15b)上のアドオンプログラム15b′による端末位置情報取得処理(図6参照)において、シンクライアント・サーバプログラム15aに対する繰り返し要求送信の後(ステップA6)、シンクライアントサーバ処理での位置情報受信処理(図8参照)に応じて位置情報受信の通知が有ったと判断されると(ステップA7(Yes))、前記記憶部13に記憶されたクライアント端末20の位置情報が読み込まれる(ステップA8)。そして、この記憶部13から読み込まれた前記端末IDで識別されるクライアント端末20の位置情報が、前記API呼び出し元のウェブアプリケーションプログラム15cへ渡される(ステップA9)。   In terminal location information acquisition processing (see FIG. 6) by the add-on program 15b 'on the web browser (15b), after repeated request transmission to the thin client / server program 15a (step A6), location information in the thin client server processing If it is determined that there has been a notification of position information reception according to the reception process (see FIG. 8) (step A7 (Yes)), the position information of the client terminal 20 stored in the storage unit 13 is read (step S7). A8). Then, the location information of the client terminal 20 identified by the terminal ID read from the storage unit 13 is passed to the web application program 15c that is the API caller (step A9).

また、前記ウェブアプリケーションプログラム15cの動作に従い再びAPIが呼び出された際に(ステップA1)、当該API呼び出しの繰り返し判定処理により繰り返しであると判定され(ステップA2,A3(Yes))、且つ、既に繰り返し要求済みであると判断された場合は(ステップA5(Yes))、前記シンクライアント・サーバプログラム15aへの要求を行うことなく、直接、前記記憶部13に記憶されているクライアント端末20の位置情報が読み込まれ(ステップA8)、前記API呼び出し元のウェブアプリケーションプログラム15cへ渡される(ステップA9)。   Further, when the API is called again according to the operation of the web application program 15c (step A1), it is determined that the API call is repeated by the repetition determination process of the API call (steps A2 and A3 (Yes)), and already If it is determined that the request has been repeatedly made (step A5 (Yes)), the position of the client terminal 20 stored directly in the storage unit 13 without making a request to the thin client server program 15a Information is read (step A8) and passed to the web application program 15c that called the API (step A9).

すると、このウェブアプリケーションプログラム15cの動作に従い、前記クライアント端末20の移動に伴う新たな位置情報に応じたナビゲーションデータが前記ウェブサーバ30からダウンロードされて取得され、当該ナビゲーションデータに対応した画面描画データGが、仮想フレームバッファ16上に生成される(ステップS21(Yes)→S12)。そして、前記仮想フレームバッファ16上に生成されたナビゲーションの画面描画データGが、前記端末IDで識別されるクライアント端末20へ送信される(ステップS13)。   Then, according to the operation of the web application program 15c, navigation data corresponding to the new position information accompanying the movement of the client terminal 20 is downloaded and acquired from the web server 30, and the screen drawing data G corresponding to the navigation data is acquired. Is generated on the virtual frame buffer 16 (step S21 (Yes) → S12). Then, the navigation screen drawing data G generated on the virtual frame buffer 16 is transmitted to the client terminal 20 identified by the terminal ID (step S13).

すると、クライアント端末20では、前記シンクライアントサーバ10から送信された同クライアント端末20自身の移動に伴う位置情報に応じたナビゲーションの画面描画データGが受信され(ステップC3(Yes)→C4(Yes))、フレームバッファ24に書き込まれて表示部15に表示される(ステップC5)。   Then, the client terminal 20 receives the screen drawing data G for navigation corresponding to the positional information accompanying the movement of the client terminal 20 itself transmitted from the thin client server 10 (step C3 (Yes) → C4 (Yes)). ) Is written in the frame buffer 24 and displayed on the display unit 15 (step C5).

これにより、シンクライアントサーバ10にダウンロードされて動作するナビゲーションサービスのウェブアプリケーションプログラム15cに従い、ウェブブラウザ(15b)のAPIに繰り返し要求される位置情報を、その都度、シンクライアントサーバ処理での位置情報要求処理を介してクライアント端末20へ要求することなしに、効率よく同クライアント端末20のセンサデバイス28であるGPSセンサにより計測された位置情報として返すことができ、同クライアント端末20のユーザ自身の移動位置に応じたナビゲーションサービスを受けることができる。   Thus, in accordance with the web application program 15c of the navigation service that is downloaded to the thin client server 10 and operates, the position information repeatedly requested to the API of the web browser (15b) is requested each time for the position information request in the thin client server process. Without making a request to the client terminal 20 through processing, it can be efficiently returned as position information measured by the GPS sensor that is the sensor device 28 of the client terminal 20, and the user's own movement position of the client terminal 20 can be returned. You can receive a navigation service according to your needs.

つまり、シンクライアントシステムであっても、クライアント端末20自身のセンサ情報に応じたウェブアプリケーションサービスを効率よく受けることができる。   That is, even a thin client system can efficiently receive a web application service according to sensor information of the client terminal 20 itself.

換言すれば、ウェブアプリケーションが動作するコンピュータ(シンクライアントサーバ10)と利用者が手にしているコンピュータ(クライアント端末20)とが物理的に異なる画面転送型シンクライアントシステムにおいても、前記ウェブアプリケーションがクライアント端末20のセンサ情報を利用可能になる。   In other words, even in a screen transfer type thin client system in which the computer (the thin client server 10) on which the web application operates and the computer (client terminal 20) that the user has are physically different, the web application is the client. The sensor information of the terminal 20 can be used.

この後、前記クライアント端末20のユーザ操作に応じて、ウェブブラウザの終了を指示する入力イベントがシンクライアントサーバ10に受信されると(ステップS3(Yes)→S4(Yes)→S5,S8(Yes))、前記ウェブブラウザプログラム15bに基づく動作が終了され、前記ナビゲーションサービスを提供するウェブサーバ30へのアクセスが閉じられる(ステップS9)。   Thereafter, in response to a user operation of the client terminal 20, when an input event instructing termination of the web browser is received by the thin client server 10 (steps S3 (Yes) → S4 (Yes) → S5, S8 (Yes) )), The operation based on the web browser program 15b is terminated, and access to the web server 30 providing the navigation service is closed (step S9).

そして、クライアント端末20において、切断の指示が入力されたと判断されると(ステップC9(Yes))、前記シンクライアントサーバ10との切断処理が実行される(ステップC10)。さらに、終了の指示が入力されたと判断されると(ステップC11(Yes))、前記一連のシンクライアント処理が終了される(ステップC12)。   When the client terminal 20 determines that a disconnection instruction has been input (step C9 (Yes)), disconnection processing with the thin client server 10 is executed (step C10). Further, when it is determined that an end instruction has been input (step C11 (Yes)), the series of thin client processes are ended (step C12).

また、シンクライアントサーバ10において、前記クライアント端末20から切断要求が受信されたと判断されると(ステップS14(yes))、同クライアント端末20との切断処理が実行される(ステップS15)。   When the thin client server 10 determines that a disconnection request has been received from the client terminal 20 (step S14 (yes)), disconnection processing with the client terminal 20 is executed (step S15).

そして、シンクライアントサーバ10自身のユーザ操作に応じて終了の指示が入力されたと判断されると(ステップS16(yes))、前記一連のシンクライアントサーバ処理が終了される(ステップS17)。   When it is determined that an end instruction has been input in accordance with the user operation of the thin client server 10 itself (step S16 (yes)), the series of thin client server processing is ended (step S17).

したがって、前記構成のシンクライアントシステムによれば、シンクライアントサーバ10におけるウェブブラウザプログラム15b上のセンサ情報取得用APIに対して、ウェブアプリケーションプログラム15cの動作に従い当該APIが呼び出しされた際に、シンクライアント・サーバプログラム15aの動作を介して、クライアント端末20へセンサ情報を要求し、この要求に応答してクライアント端末20から送信されたセンサ情報を取り込み、前記ウェブアプリケーションプログラム15cに返す機能を持たせたアドオンプログラム15bを上書きした。   Therefore, according to the thin client system having the above configuration, when the API is called according to the operation of the web application program 15c with respect to the sensor information acquisition API on the web browser program 15b in the thin client server 10, the thin client system 10 A function of requesting sensor information from the client terminal 20 through the operation of the server program 15a, capturing sensor information transmitted from the client terminal 20 in response to this request, and returning it to the web application program 15c is provided. The add-on program 15b was overwritten.

このため、シンクライアントサーバ10にて動作する一般的なウェブアプリケーションプログラム15cはそのままで、当該ウェブアプリケーション(15c)がその要求に応じたセンサ情報をクライアント端末20から得ることができる。よって、シンクライアントシステムの端末ユーザであっても、例えばナビゲーションサービスを提供するウェブアプリケーション(15c)をそのまま利用して、端末位置に応じたナビゲーション画面を取得することができる。   Therefore, the general web application program 15c operating on the thin client server 10 can be left as it is, and the web application (15c) can obtain sensor information corresponding to the request from the client terminal 20. Therefore, even a terminal user of a thin client system can acquire a navigation screen corresponding to the terminal position by using, for example, the web application (15c) that provides the navigation service as it is.

また、前記構成のシンクライアントシステムによれば、シンクライアント・サーバプログラム15aの動作に従い前記クライアント端末20から受信されたセンサ情報は記憶部13に記憶され、前記アドオンプログラム15bに従い取り込まれる。前記アドオンプログラム15bには、さらに、そのセンサ情報取得用APIに対する前記ウェブアプリケーションプログラム15cからの呼び出しが繰り返しであると判定した場合に、前記シンクライアント・サーバプログラム15aの動作を介して、クライアント端末20へセンサ情報の繰り返し取得を要求し、その後は前記記憶部13に記憶されたクライアント端末20のセンサ情報を直接取り込み、前記ウェブアプリケーションプログラム15cに返す機能を持たせる。   Further, according to the thin client system having the above configuration, the sensor information received from the client terminal 20 in accordance with the operation of the thin client / server program 15a is stored in the storage unit 13 and is taken in according to the add-on program 15b. The add-on program 15b further includes the client terminal 20 via the operation of the thin client / server program 15a when it is determined that the call from the web application program 15c to the sensor information acquisition API is repeated. A function of requesting repeated acquisition of sensor information is provided, and thereafter, the sensor information of the client terminal 20 stored in the storage unit 13 is directly fetched and returned to the web application program 15c.

このため、前記ウェブアプリケーションプログラム15cから前記ウェブブラウザプログラム15b上のセンサ情報取得用APIに対する呼び出しが繰り返しある状態では、その都度、前記シンクライアント・サーバプログラム15aの動作を介したクライアント端末20へセンサ情報の要求をすること無しに、前記ウェブアプリケーション(15c)がその要求に応じたクライアント端末20のセンサ情報を効率よく得ることができる。   Therefore, in a state where the web application program 15c repeatedly calls the sensor information acquisition API on the web browser program 15b, the sensor information is sent to the client terminal 20 through the operation of the thin client / server program 15a each time. Without making the request, the web application (15c) can efficiently obtain the sensor information of the client terminal 20 according to the request.

なお、前記実施形態において記載したシンクライアントシステムによる各処理の手法、すなわち、図5のフローチャートに示すシンクライアントサーバ10によるサーバ処理、図6のフローチャートに示す前記シンクライアントサーバ10のウェブブラウザプログラム15bに付加されたアドオンプログラム15b′による端末位置情報取得処理、図7のフローチャートに示す前記シンクライアントサーバ処理(図5)における位置情報要求処理、図8のフローチャートに示す前記シンクライアントサーバ処理(図5)における位置情報受信処理、図9のフローチャートに示すクライアント端末20によるクライアント処理、図10のフローチャートに示す前記クライアント処理(図9)における位置情報送信処理などの各手法は、何れもコンピュータに実行させることができるプログラムとして、メモリカード(ROMカード、RAMカード等)、磁気ディスク(フロッピディスク、ハードディスク等)、光ディスク(CD−ROM、DVD等)、半導体メモリ等の外部記憶媒体に格納して配布することができる。そして、シンクライアントサーバ10やクライアント端末20のコンピュータ(CPU11,21)は、この外部記憶媒体に記憶されたプログラムを記憶装置(13,23)に読み込み、この読み込んだプログラムによって動作が制御されることにより、前記実施形態において説明した既存のウェブアプリケーションプログラム15cをそのまま利用したシンクライアント端末20からのセンサ情報取り込み機能を実現し、前述した手法による同様の処理を実行することができる。   It should be noted that each processing method by the thin client system described in the embodiment, that is, server processing by the thin client server 10 shown in the flowchart of FIG. 5, and the web browser program 15b of the thin client server 10 shown in the flowchart of FIG. Terminal location information acquisition processing by the added add-on program 15b ', location information request processing in the thin client server processing (FIG. 5) shown in the flowchart of FIG. 7, and thin client server processing (FIG. 5) shown in the flowchart of FIG. The position information reception process in FIG. 9, the client process by the client terminal 20 shown in the flowchart of FIG. 9, and the position information transmission process in the client process (FIG. 9) shown in the flowchart of FIG. Stored in an external storage medium such as a memory card (ROM card, RAM card, etc.), magnetic disk (floppy disk, hard disk, etc.), optical disk (CD-ROM, DVD, etc.), semiconductor memory, etc. Can be distributed. The computers (CPUs 11 and 21) of the thin client server 10 and the client terminal 20 read the program stored in the external storage medium into the storage device (13 and 23), and the operation is controlled by the read program. Thus, it is possible to realize a sensor information capturing function from the thin client terminal 20 that directly uses the existing web application program 15c described in the above-described embodiment, and to execute the same processing by the above-described method.

また、前記各手法を実現するためのプログラムは、プログラムコードの形態として通信ネットワーク(N)上を伝送させることができ、この通信ネットワーク(N)に接続されたコンピュータ装置(プログラムサーバ)から前記のプログラムデータを取り込んで記憶装置(13,23)に記憶させ、前述した既存のウェブアプリケーションプログラム15cをそのまま利用したシンクライアント端末20からのセンサ情報取り込み機能を実現することもできる。   In addition, the program for realizing each method can be transmitted on the communication network (N) in the form of program code, and the above-mentioned program can be transmitted from a computer device (program server) connected to the communication network (N). It is also possible to implement a sensor information fetching function from the thin client terminal 20 using the existing web application program 15c as it is by fetching the program data and storing it in the storage device (13, 23).

なお、本願発明は、前記各実施形態に限定されるものではなく、実施段階ではその要旨を逸脱しない範囲で種々に変形することが可能である。さらに、前記各実施形態には種々の段階の発明が含まれており、開示される複数の構成要件における適宜な組み合わせにより種々の発明が抽出され得る。例えば、各実施形態に示される全構成要件から幾つかの構成要件が削除されたり、幾つかの構成要件が異なる形態にして組み合わされても、発明が解決しようとする課題の欄で述べた課題が解決でき、発明の効果の欄で述べられている効果が得られる場合には、この構成要件が削除されたり組み合わされた構成が発明として抽出され得るものである。   Note that the present invention is not limited to the above-described embodiments, and various modifications can be made without departing from the scope of the invention at the stage of implementation. Further, each of the embodiments includes inventions at various stages, and various inventions can be extracted by appropriately combining a plurality of disclosed constituent elements. For example, even if some constituent elements are deleted from all the constituent elements shown in each embodiment or some constituent elements are combined in different forms, the problems described in the column of the problem to be solved by the invention If the effects described in the column “Effects of the Invention” can be obtained, a configuration in which these constituent requirements are deleted or combined can be extracted as an invention.

10 …シンクライアントサーバ
20 …クライアント端末
30 …ウェブサーバ
11、21…CPU
12、22…バス
13、23…記憶部
23a…シンクライアント・クライアントプログラム
14 …RAM
24 …フレームバッファ
15 …プログラムメモリ
15a…シンクライアント・サーバプログラム
15b…ウェブブラウザプログラム
15b′…アドオンプログラム
15c…ウェブアプリケーションプログラム
25 …表示部
16 …仮想フレームバッファ
26 …入力部
17、29…ネットワーク制御部
27 …キーアサイン情報メモリ
28 …センサデバイス
G …クライアント表示用画面描画データ
N …通信ネットワーク
DESCRIPTION OF SYMBOLS 10 ... Thin client server 20 ... Client terminal 30 ... Web server 11, 21 ... CPU
12, 22 ... Buses 13, 23 ... Storage unit 23a ... Thin client / client program 14 ... RAM
24 ... Frame buffer 15 ... Program memory 15a ... Thin client / server program 15b ... Web browser program 15b '... Add-on program 15c ... Web application program 25 ... Display unit 16 ... Virtual frame buffer 26 ... Input unit 17, 29 ... Network control unit 27 ... Key assignment information memory 28 ... Sensor device G ... Screen display data for client display N ... Communication network

本発明は、アプリケーションの実行を制御する実行制御装置、アプリケーションの実行により生成されたデータを表示する端末装置に関する。 The present invention relates to an execution control device that controls execution of an application and a terminal device that displays data generated by execution of the application .

本発明はアプリケーションの実行により要求されるセンサ情報を効率よく利用すること目的とする。 The present invention aims to efficiently use the sensor information required by the execution of the application.

請求項1は、アプリケーションの実行を制御する実行制御装置であって、前記アプリケーションから現在環境におけるセンサ情報の呼び出し要求があった際は、その要求が前記センサ情報を繰り返し検出することを要求する繰り返し要求か否かを判別する判別手段と、前記判別手段で繰り返し要求であると判別された場合には、現在環境におけるセンサ情報を所定周期で繰り返し取得し、一方、前記判別手段で繰り返し要求でないと判別された場合には、前記要求があった時点での現在環境におけるセンサ情報を取得する取得手段と、前記取得手段で前記センサ情報を繰り返し取得する毎あるいは取得した際に、その取得したセンサ情報に基づいて前記アプリケーションの実行を制御する制御手段と、具備したことを特徴とする。 Claim 1 is a running control apparatus for controlling the execution of the application, when there is current call request of the sensor information in the environment from the application requests that the request is detected repeatedly the sensor information A determination unit for determining whether or not the request is a repeat request, and if the determination unit determines that the request is a repeat request, sensor information in the current environment is repeatedly acquired at a predetermined period , while the determination unit is not a repeat request. sensor when it is determined, an acquisition unit that acquires sensor information in the current environment at the time of the a request, when the aforementioned or acquired every repeatedly acquires sensor information by the acquisition unit, which is the acquisition and characterized by comprising a control means for controlling the execution of the application based on the information.

請求項は、アプリケーションの実行により生成されたデータを表示する端末装置であって、当該端末装置の現在環境におけるセンサ情報を検出するセンサ手段と、前記アプリケーションを実行に伴って当該アプリケーションから当該端末装置のセンサ情報の要求があった際は、そのセンサ情報の要求が前記センサ手段で検出された前記センサ情報を所定周期で繰り返し送信することを要求する繰り返し要求か否かを判別する判別手段と、前記判別手段により繰り返し要求と判別された場合は、前記センサ手段により当該端末装置のセンサ情報を前記所定周期で繰り返し検出する検出手段と、前記検出手段により繰り返し検出されたセンサ情報を前記アプリケーションの実行に反映させるように制御する制御手段と、を具備したことを特徴とする。 Claim 8 is a terminal device for displaying data generated by execution of an application, the sensor means for detecting sensor information in the current environment of the terminal device, and from the application to the terminal as the application is executed when a request for sensor information of the device includes a discriminating means for discriminating whether repeat request or not requesting to transmit repeatedly the sensor information requirements of the sensor information detected by the sensor means at a predetermined period the case where it is determined that the repetition required by the determining means, said detecting means for detecting repeatedly sensor information of the terminal device at the predetermined period by the sensor means, the sensor information is repeatedly detected by the detection unit application and control means for controlling so as to reflect the execution, and characterized by including a That.

本発明によればアプリケーションの実行により要求されるセンサ情報を効率よく利用することが可能となる。

According to the present invention, it is possible to efficiently use sensor information required by executing an application.

Claims (9)

クライアント端末から受信された入力イベントに応じたアプリケーションを実行し、このアプリケーションの実行に基づいて生成された画面データを前記クライアント端末へ送信するシンクライアントシステムにおけるサーバ装置であって、
前記クライアント端末からの入力イベントに基づいて当該サーバ装置において実行されるアプリケーションから、前記クライアント端末の現在環境におけるセンサ情報の要求があった際は、その要求が前記センサ情報を繰り返し要求する繰り返し要求か否かを判別する判別手段と、
前記判別手段で繰り返し要求であると判別された場合には、前記クライアント端末の現在環境におけるセンサ情報を、当該クライアント端末が所定時間毎に繰り返し送信することの繰り返し要求を送信し、そのクライアント端末が繰り返し送信してくるセンサ情報を順次受信することで、当該クライアント端末の現在環境におけるセンサ情報を繰り返し取得する取得手段と、
前記取得手段で前記クライアント端末のセンサ情報を繰り返し取得する毎に、そのセンサ情報に基づいて前記アプリケーションを実行させ、その実行により生成された画面データを前記クライアント端末に送信する送信手段と、
を備えたことを特徴とするサーバ装置。
A server device in a thin client system that executes an application according to an input event received from a client terminal and transmits screen data generated based on the execution of the application to the client terminal,
When there is a request for sensor information in the current environment of the client terminal from an application executed in the server device based on an input event from the client terminal, whether the request is a repeated request for repeatedly requesting the sensor information. Determining means for determining whether or not,
If the determination means determines that the request is a repeat request, the client terminal transmits a repeat request for the client terminal to repeatedly transmit the sensor information in the current environment every predetermined time, and the client terminal An acquisition unit that repeatedly acquires sensor information in the current environment of the client terminal by sequentially receiving sensor information that is repeatedly transmitted;
Each time the sensor information of the client terminal is repeatedly acquired by the acquisition means, the application is executed based on the sensor information, and transmission means for transmitting screen data generated by the execution to the client terminal;
A server device comprising:
前記判別手段は、前記アプリケーションからのセンサ情報の呼び出し要求が所定時間内に繰り返されたか否かに基づいて、前記繰り返し要求か否かを判別する、
ことを特徴とする請求項1記載のサーバ装置。
The determination means determines whether or not the repeat request is based on whether or not a call request for sensor information from the application is repeated within a predetermined time period.
The server device according to claim 1, wherein:
前記取得手段は、前記判別手段で繰り返し要求と判別された場合は、その繰り返しと判定された初回だけ前記クライアント端末へセンサ情報の繰り返し要求を送信し、2回目以降は要求を送信せず、前記繰り返し要求を受信したクライアント端末において繰り返し検出された前記センサ情報を繰り返し取得する、
ことを特徴とする請求項2記載のサーバ装置。
When the determination unit determines that the request is a repeat request, the acquisition unit transmits a repeat request for sensor information to the client terminal only for the first time determined to be the repeat, and does not transmit the request for the second and subsequent times, Repeatedly acquiring the sensor information repeatedly detected at the client terminal that has received the repeat request;
The server device according to claim 2.
前記アプリケーションは、アドオンプログラムを含み、
前記判別手段は、前記アドオンプログラムからのセンサ情報の要求の有無を判別する、
ことを特徴とする請求項1〜3の何れかに記載のサーバ装置。
The application includes an add-on program,
The determining means determines whether or not there is a request for sensor information from the add-on program.
The server device according to claim 1, wherein the server device is a device.
前記現在環境におけるセンサ情報の要求は、前記クライアント端末が現在居る位置を示す位置センサ情報の要求である、
ことを特徴とする請求項1〜4の何れかに記載のサーバ装置。
The request for sensor information in the current environment is a request for position sensor information indicating a position where the client terminal is currently located.
The server device according to any one of claims 1 to 4, wherein
クライアント端末から受信された入力イベントに応じたアプリケーションを実行し、このアプリケーションに従い生成された画面データを前記クライアント端末へ送信するサーバ装置と、ユーザ操作に応じた入力イベントを前記サーバ装置へ送信し、この入力イベントに応答して前記サーバ装置から受信された画面データを表示するクライアント端末とからなるシンクライアントシステムにおいて、
前記サーバ装置は、
前記クライアント端末からの入力イベントに応じて実行されるアプリケーションからの呼び出しが所定時間内に行われた繰り返しか否かを判定する判定手段と、
この判定手段により前記アプリケーションからの呼び出しが繰り返しと判定された場合は、当該繰り返しと判定された初回だけ前記クライアント端末へセンサ情報の繰り返し要求を送信し、2回目以降は要求を送信しない送信対応手段と、
前記クライアント端末からのセンサ情報を受信し、このセンサ情報を同クライアント端末のセンサ情報として前記呼び出し元のアプリケーションへ返す返し手段と、を備え、
前記クライアント端末は、
前記サーバ装置から送信されたセンサ情報の要求を受信する受信手段と、
この受信手段により受信されたセンサ情報の要求が繰り返し要求か否かを判断する判断手段と、
この判断手段により前記繰り返し要求と判断された場合は、一定時間毎に繰り返し当該クライアント端末が有するセンサの情報を検出する検出手段と、
この検出手段により検出されたセンサ情報を前記サーバ装置へ送信する送信手段と、を備えた、
ことを特徴とするシンクライアントシステム。
A server device that executes an application according to an input event received from a client terminal, transmits screen data generated according to the application to the client terminal, and transmits an input event according to a user operation to the server device. In a thin client system comprising a client terminal that displays screen data received from the server device in response to this input event,
The server device
Determining means for determining whether or not a call from an application executed in response to an input event from the client terminal is repeated within a predetermined time;
If it is determined by the determination means that the call from the application is repeated, a transmission correspondence means that transmits a repeat request for sensor information to the client terminal only for the first time determined to be repeat and does not transmit the request for the second and subsequent times. When,
Receiving the sensor information from the client terminal and returning the sensor information as sensor information of the client terminal to the calling application,
The client terminal is
Receiving means for receiving a request for sensor information transmitted from the server device;
Determining means for determining whether the request for sensor information received by the receiving means is a repeated request;
If it is determined by the determination means that the request is repeated, detection means for repeatedly detecting the sensor information of the client terminal at regular time intervals;
Transmission means for transmitting the sensor information detected by the detection means to the server device,
A thin client system.
前記サーバ装置において実行されるアプリケーションは、アドオンプログラムを含み、このアドオンプログラムに基づく処理に従い前記センサ情報要求手段と前記センサ情報取得手段とが機能する、
ことを特徴とする請求項6に記載のシンクライアントシステム。
The application executed in the server device includes an add-on program, and the sensor information request unit and the sensor information acquisition unit function according to processing based on the add-on program.
The thin client system according to claim 6.
前記クライアント端末は、
当該クライアント端末自身が移動したか否かを判断する移動判断手段を備え、
前記検出手段は、
前記判断手段により前記センサ情報の要求が繰り返し要求と判断された場合は、一定時間毎に繰り返し前記移動判断手段により当該端末自身が移動したか否かを判断し、移動したと判断された場合にだけ同端末が有するセンサの情報を検出する、
ことを特徴とする請求項6記載のシンクライアントシステム。
The client terminal is
A movement judging means for judging whether or not the client terminal itself has moved;
The detection means includes
When the determination means determines that the request for sensor information is a repetitive request, the movement determination means repeatedly determines whether the terminal itself has moved every predetermined time, and if it is determined that the terminal has moved Only detecting the sensor information that the terminal has,
The thin client system according to claim 6.
クライアント端末から受信された入力イベントに応じたアプリケーションを実行し、このアプリケーションの実行に基づいて生成された画面データを前記クライアント端末へ送信するシンクライアントシステムにおけるサーバ装置のコンピュータを制御するためのプログラムであって、
前記コンピュータを、
前記クライアント端末からの入力イベントに基づいて当該サーバ装置において実行されるアプリケーションから、前記クライアント端末の現在環境におけるセンサ情報の要求があった際は、その要求が前記センサ情報を繰り返し要求する繰り返し要求か否かを判別する判別手段、
前記判別手段で繰り返し要求であると判別された場合には、前記クライアント端末の現在環境におけるセンサ情報を、当該クライアント端末が所定時間毎に繰り返し送信することの繰り返し要求を送信し、そのクライアント端末が繰り返し送信してくるセンサ情報を順次受信することで、当該クライアント端末の現在環境におけるセンサ情報を繰り返し取得する取得手段、
前記取得手段で前記クライアント端末のセンサ情報を繰り返し取得する毎に、そのセンサ情報に基づいて前記アプリケーションを実行させ、その実行により生成された画面データを前記クライアント端末に送信する送信手段、
として機能させるようにしたコンピュータ読み取り可能なプログラム。
A program for controlling a computer of a server device in a thin client system that executes an application according to an input event received from a client terminal and transmits screen data generated based on the execution of the application to the client terminal. There,
The computer,
When there is a request for sensor information in the current environment of the client terminal from an application executed in the server device based on an input event from the client terminal, whether the request is a repeated request for repeatedly requesting the sensor information. Discriminating means for discriminating whether or not,
If the determination means determines that the request is a repeat request, the client terminal transmits a repeat request for the client terminal to repeatedly transmit the sensor information in the current environment every predetermined time, and the client terminal An acquisition unit that repeatedly acquires sensor information in the current environment of the client terminal by sequentially receiving sensor information that is repeatedly transmitted;
Each time the sensor information of the client terminal is repeatedly acquired by the acquisition means, the application is executed based on the sensor information, and transmission means for transmitting screen data generated by the execution to the client terminal,
A computer-readable program designed to function as a computer.
JP2013229042A 2013-11-05 2013-11-05 Information control device, terminal device, and program Active JP5742914B2 (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
JP2013229042A JP5742914B2 (en) 2013-11-05 2013-11-05 Information control device, terminal device, and program

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
JP2013229042A JP5742914B2 (en) 2013-11-05 2013-11-05 Information control device, terminal device, and program

Related Parent Applications (1)

Application Number Title Priority Date Filing Date
JP2010267483A Division JP5413357B2 (en) 2010-11-30 2010-11-30 Server device, thin client system, and program

Related Child Applications (1)

Application Number Title Priority Date Filing Date
JP2015090108A Division JP6036912B2 (en) 2015-04-27 2015-04-27 Information control device, terminal device, and program

Publications (2)

Publication Number Publication Date
JP2014067427A true JP2014067427A (en) 2014-04-17
JP5742914B2 JP5742914B2 (en) 2015-07-01

Family

ID=50743686

Family Applications (1)

Application Number Title Priority Date Filing Date
JP2013229042A Active JP5742914B2 (en) 2013-11-05 2013-11-05 Information control device, terminal device, and program

Country Status (1)

Country Link
JP (1) JP5742914B2 (en)

Cited By (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JP2016110204A (en) * 2014-12-02 2016-06-20 富士通株式会社 Request transmission method, information processing apparatus, and program

Citations (3)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JP2005100443A (en) * 2004-11-01 2005-04-14 Omron Corp Sensor management device, control program of sensor management device, computer-readable recording medium recorded with this program, and control method of sensor management device
JP2009296674A (en) * 2004-12-28 2009-12-17 Sharp Corp Mobile terminal, communication terminal, location notifying system using them, and location notifying method
JP2010065395A (en) * 2008-09-08 2010-03-25 Denso Corp Electronic key search system

Patent Citations (3)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JP2005100443A (en) * 2004-11-01 2005-04-14 Omron Corp Sensor management device, control program of sensor management device, computer-readable recording medium recorded with this program, and control method of sensor management device
JP2009296674A (en) * 2004-12-28 2009-12-17 Sharp Corp Mobile terminal, communication terminal, location notifying system using them, and location notifying method
JP2010065395A (en) * 2008-09-08 2010-03-25 Denso Corp Electronic key search system

Cited By (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JP2016110204A (en) * 2014-12-02 2016-06-20 富士通株式会社 Request transmission method, information processing apparatus, and program

Also Published As

Publication number Publication date
JP5742914B2 (en) 2015-07-01

Similar Documents

Publication Publication Date Title
JP5413357B2 (en) Server device, thin client system, and program
EP2998899A1 (en) Method and apparatus for running application program
US8489118B2 (en) Systems and methods for event attendance notification
US9816833B2 (en) Method and apparatus for providing location based service
JP2017059263A (en) Haptic theme framework
US8825761B2 (en) Systems and methods for sharing group status within a social network
US20150067146A1 (en) Custom correlation of a distributed business transaction
CN107908487B (en) Task control management method, device and equipment and computer readable storage medium
WO2015010466A1 (en) Information display method and apparatus, and mobile terminal
US20180365255A1 (en) Method for providing push service using web push, and electronic device supporting same
US20150200835A1 (en) Method for providing status messaging service in electronic device and the electronic device thereof
CN109144596B (en) Quick starting method, device, terminal, server and system
WO2015062234A1 (en) Mobile terminal resource processing method, device and apparatus
KR20180046032A (en) Electronic device and method for operating the same
JP5742914B2 (en) Information control device, terminal device, and program
KR20190005360A (en) Method for providing push notification and an electronic device thereof
US10305999B2 (en) Information processing system, terminal apparatus, and program for improving accuracy of read receipt statuses
JP6036912B2 (en) Information control device, terminal device, and program
CN109145182B (en) Data acquisition method and device, computer equipment and system
KR102568387B1 (en) Electronic apparatus and method for processing data thereof
KR102170520B1 (en) Apparatas and method for improving a loading time in an electronic device
US11522870B2 (en) Method for URL analysis and electronic device thereof
WO2017049317A1 (en) Secure data link for subscriber identification module (sim)-based processor
KR102042815B1 (en) Method and apparatus for sharing time information in an electronic device
CN113127069B (en) Dual-system-based location service management method and device and terminal equipment

Legal Events

Date Code Title Description
A977 Report on retrieval

Free format text: JAPANESE INTERMEDIATE CODE: A971007

Effective date: 20140813

A131 Notification of reasons for refusal

Free format text: JAPANESE INTERMEDIATE CODE: A131

Effective date: 20140820

A521 Written amendment

Free format text: JAPANESE INTERMEDIATE CODE: A523

Effective date: 20141015

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: 20150407

A61 First payment of annual fees (during grant procedure)

Free format text: JAPANESE INTERMEDIATE CODE: A61

Effective date: 20150420

R150 Certificate of patent or registration of utility model

Ref document number: 5742914

Country of ref document: JP

Free format text: JAPANESE INTERMEDIATE CODE: R150