JP4725525B2 - Distributed information system and communication method - Google Patents

Distributed information system and communication method Download PDF

Info

Publication number
JP4725525B2
JP4725525B2 JP2007015168A JP2007015168A JP4725525B2 JP 4725525 B2 JP4725525 B2 JP 4725525B2 JP 2007015168 A JP2007015168 A JP 2007015168A JP 2007015168 A JP2007015168 A JP 2007015168A JP 4725525 B2 JP4725525 B2 JP 4725525B2
Authority
JP
Japan
Prior art keywords
distributed
information
object data
distributed information
object value
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 - Fee Related
Application number
JP2007015168A
Other languages
Japanese (ja)
Other versions
JP2008181404A (en
Inventor
浩司 星
一穂 岡田
俊孝 佐藤
誠示 二村
昭彦 橋目
豪章 小泉
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.)
Panasonic Corp
Panasonic Electric Works Co Ltd
Original Assignee
Panasonic Corp
Matsushita Electric Works 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 Panasonic Corp, Matsushita Electric Works Ltd filed Critical Panasonic Corp
Priority to JP2007015168A priority Critical patent/JP4725525B2/en
Publication of JP2008181404A publication Critical patent/JP2008181404A/en
Application granted granted Critical
Publication of JP4725525B2 publication Critical patent/JP4725525B2/en
Expired - Fee Related legal-status Critical Current
Anticipated expiration legal-status Critical

Links

Images

Landscapes

  • Computer And Data Communications (AREA)

Description

本発明は、ネットワークに接続されている分散情報機器を複数有し、ある分散情報機器で変更のあったオブジェクトデータが別の分散情報機器で実行されているアプリケーションによって用いられる分散情報システムに関する。   The present invention relates to a distributed information system that includes a plurality of distributed information devices connected to a network and uses object data that has been changed in one distributed information device by an application that is executed in another distributed information device.

例えば、入退室管理システムにおいて、アンチパスバック制御と呼ばれる制御手法がある。アンチパスバック制御は、複数の部屋にわたって入室者と退室者との経路を追跡し、部屋に入っていないのに部屋から出る情報が発生したり、反対に部屋から出た情報がないのに他の部屋に入ろうとする情報が発生しているといった矛盾を監視するものである。
アンチパスバック制御では、カードリーダやゲートに設けられた電気錠などを制御するコントローラは人の居場所(最後に通過したゲートとゲートの通過方向)を把握する必要がある。このため、複数のコントローラは、相互に連携して、カードリーダによってIDカードから読み取られたカードIDや通過したゲートのゲートID(通過したゲートとゲートの通過方向を示す。)を柔軟かつリアルタイムに通信を行う。
For example, in an entrance / exit management system, there is a control method called anti-passback control. Anti-passback control tracks the route between the person entering and leaving the room across multiple rooms, generating information that does not enter the room, but on the other hand, there is no information that leaves the room. It is intended to monitor contradictions such as the occurrence of information that attempts to enter the room.
In the anti-passback control, a controller that controls a card reader or an electric lock provided on a gate needs to grasp a person's whereabouts (the last gate and the direction of passage of the gate). For this reason, a plurality of controllers cooperate with each other in a flexible and real-time manner, the card ID read from the ID card by the card reader and the gate ID of the passed gate (indicating the passed gate and the passing direction of the gate). Communicate.

複数の機器が柔軟に通信する仕組みとして、「分散オブジェクト通信」がある(例えば、非特許文献1参照)。分散オブジェクト通信は、基本的に、機器で動作しているアプリケーションがオブジェクトを必要とする度に、オブジェクトがどの機器に存在するかをレジストリサーバに問い合わせ、その問い合わせ結果を基にオブジェクトが存在する情報ソースの機器に問い合わせるものである。
小泉修著「図解でわかる分散オブジェクト技術の全て」日本実業出版社、2001年10月18日
As a mechanism in which a plurality of devices communicate flexibly, there is “distributed object communication” (see, for example, Non-Patent Document 1). In distributed object communication, every time an application running on a device needs an object, it queries the registry server as to which device the object is in, and information about the existence of the object based on the inquiry result. Inquires the source device.
Oizumi Osamu, "All of the distributed object technology understood by illustration", Nippon Jitsugyo Shuppansha, October 18, 2001

分散オブジェクト通信では、アプリケーションがオブジェクトを取得するまでに、次の手順が実行される。
アプリケーションがスタブに対して値を要求し、スタブがレジストリサーバに対してオブジェクトを有する機器の位置(例えば、IPアドレス)を問い合わせる。レジストリサーバはこの問い合わせに対して、オブジェクトを有する機器の位置を回答する。
In distributed object communication, the following procedure is executed until an application acquires an object.
The application requests a value from the stub, and the stub queries the registry server for the location (eg, IP address) of the device that has the object. In response to this inquiry, the registry server returns the location of the device having the object.

スタブは、回答結果を基にオブジェクトを有する機器のスケルトンに値を要求し、スケルトンはこの要求に対して値を回答する。スタブは受け取った値をアプリケーションへ渡す。
このように、分散オブジェクト通信では、アプリケーションがオブジェクトを取得するためには機器間で複数回通信が行われるためにアプリケーションがオブジェクトを取得するまでに時間を要してしまう。
The stub requests a value from the skeleton of the device having the object based on the response result, and the skeleton returns a value in response to this request. The stub passes the received value to the application.
As described above, in distributed object communication, since an application acquires an object, communication is performed a plurality of times between devices, and thus it takes time until the application acquires an object.

このため、分散オブジェクト通信は、入退室管理システムのようなリアルタイムに通信を行う必要があるシステムには向いていないという問題がある。
そこで、本発明は、ネットワークに接続されている複数の分散情報機器で動作しているアプリケーションが同じオブジェクトデータを用いる場合に、アプリケーションがオブジェクトデータを必要としてから即座にオブジェクトデータを取得することが可能な分散情報システム及び通信方法を提供することを目的とする。
Therefore, there is a problem that distributed object communication is not suitable for a system that needs to perform communication in real time such as an entrance / exit management system.
Therefore, according to the present invention, when an application running on a plurality of distributed information devices connected to a network uses the same object data, the object data can be acquired immediately after the application needs the object data. An object is to provide a distributed information system and a communication method.

上記目的を達成するために本発明の分散情報システムは、ネットワークに接続されている分散情報機器を複数有し、ある分散情報機器で変更のあったオブジェクトデータが別の分散情報機器で実行されているアプリケーションによって用いられる分散情報システムにおいて、前記分散情報機器は、アプリケーションにより用いられるオブジェクトデータを記憶するデータ記憶手段と、オブジェクトデータを用いるアプリケーションを実行する他の分散情報機器を示す分散機器情報を記憶する機器情報記憶手段と、オブジェクトデータを変更するための契機が自機器で発生した場合に、変更されたオブジェクトデータを前記機器情報記憶手段に記憶されている分散機器情報が示す分散情報機器に対して供給するために、前記ネットワークへ送出する送出手段と、前記ネットワークを介して他の分散情報機器により変更されたオブジェクトデータを受信し、前記データ記憶手段の記憶内容を当該オブジェクトデータに書き換える受信処理手段と、を備える。   In order to achieve the above object, the distributed information system of the present invention has a plurality of distributed information devices connected to a network, and object data changed in one distributed information device is executed in another distributed information device. In the distributed information system used by the application, the distributed information device stores data storage means for storing object data used by the application and distributed device information indicating other distributed information devices that execute the application using the object data. When the device information storage means to perform and the trigger for changing the object data occurs in the own device, the changed object data is sent to the distributed information device indicated by the distributed device information stored in the device information storage means. Send to the network to supply And sending means that, via the network to receive the modified object data by other distributed information apparatus, and a reception processing means for rewriting to the object data stored contents of said data storage means.

本発明の通信方法は、ネットワークに接続されている分散情報機器間において行われ、ある分散情報機器で変更のあったオブジェクトデータを当該オブジェクトデータを用いるアプリケーションが実行されている別の分散情報機器へ供給する通信方法において、一の分散情報機器は、オブジェクトデータを変更するための契機が自機器で発生した場合に、変更されたオブジェクトデータを、機器情報記憶手段に記憶されている分散機器情報が示す当該オブジェクトデータを用いるアプリケーションを実行する他の分散情報機器に対して供給するために、前記ネットワークへ送出し、他の分散情報機器は、前記ネットワークを介して前記一の分散情報機器によって送出されたオブジェクトデータを受信し、受信したオブジェクトデータを基にアプリケーションにより用いられるオブジェクトデータを記憶するデータ記憶手段の記憶内容を更新する。   The communication method of the present invention is performed between distributed information devices connected to a network, and object data changed in one distributed information device is transferred to another distributed information device in which an application using the object data is executed. In the communication method to be supplied, when one of the distributed information devices has an opportunity for changing the object data in the own device, the distributed device information stored in the device information storage unit is changed to the changed object data. Sent to the network to be supplied to another distributed information device that executes an application that uses the object data indicated, and the other distributed information device is sent by the one distributed information device via the network. Received object data, and based on the received object data It updates the stored contents of the data storage means for storing object data used by the application.

上記分散情報システムによれば、分散情報機器は、オブジェクトデータを用いるアプリケーションが動作している他の分散情報機器を示す分散機器情報を内部に記憶している。そして、オブジェクトデータの変更があると分散機器情報が示す分散情報機器に対して変更のあったオブジェクトデータを供給し、変更のあったオブジェクトデータが供給された分散情報機器は変更後のオブジェクトデータを内部に記憶する。このため、アプリケーションがオブジェクトデータを必要とするとき、アプリケーションが動作している分散情報機器内に最新のオブジェクトデータが存在するので、アプリケーションは即座にオブジェクトデータを取得することができる。   According to the distributed information system, the distributed information device stores therein the distributed device information indicating another distributed information device on which an application using object data is operating. When the object data is changed, the changed object data is supplied to the distributed information device indicated by the distributed device information, and the distributed information device to which the changed object data is supplied receives the changed object data. Remember inside. For this reason, when the application requires object data, the latest object data exists in the distributed information device in which the application is operating, so the application can immediately acquire the object data.

上記の分散情報システムにおいて、前記分散情報機器は、自機器におけるオブジェクトデータの変更の契機の発生状況が所定の条件を満たすかを判定する判定手段を更に備え、前記送出手段は、前記判定手段により前記発生状況が前記条件を満たさないと判定される場合には、前記オブジェクトデータの送出を、当該オブジェクトデータの変更時に前記分散機器情報が示す分散情報機器宛に行い、前記判定手段により前記発生状況が前記条件を満たすと判定される場合には、前記オブジェクトデータの送出を、所定のタイミング時に、変更された各々のオブジェクトデータと前記分散機器情報との対をまとめて得られる集約オブジェクトデータを前記ネットワークへ送出することにより行うようにしてもよい。   In the above distributed information system, the shared information device further includes a determination unit that determines whether an occurrence state of the change of the object data in the own device satisfies a predetermined condition, and the transmission unit includes the determination unit If it is determined that the occurrence status does not satisfy the condition, the object data is transmitted to the distributed information device indicated by the distributed device information when the object data is changed, and the occurrence status is determined by the determination unit. Is determined to satisfy the condition, the aggregated object data obtained by combining the changed object data and the distributed device information together at a predetermined timing is sent out the object data. You may make it carry out by sending to a network.

これによれば、例えば短時間にオブジェクトデータの変更が連続して発生した場合に、分散情報機器が変更のあったオブジェクトデータに関する情報をネットワークへ送出する送出回数を少なくすることができる。このため、分散情報機器の通信に関する処理負荷を抑えることができ、分散情報機器は通信に関する処理以外の処理に自機器の処理能力をより多く使用することができる。   According to this, when the change of the object data occurs continuously in a short time, for example, it is possible to reduce the number of times that the distributed information device sends the information regarding the changed object data to the network. For this reason, the processing load related to communication of the distributed information device can be suppressed, and the distributed information device can use more processing power of the own device for processing other than processing related to communication.

また、例えば、分散情報機器間の通信をTCP(Transmission Control Protocol)/IP(Internet Protocol)通信により実現する場合に、入退室管理システムのように認証端末として動作する分散情報機器間で送受信されるオブジェクトデータは、カードIDとゲートIDなどであり、そのデータサイズは数十バイト程度と小さい。変更のあったオブジェクトデータの各々について、個別にTCP/IP通信のための処理を施した場合、TCP/IP通信のための処理回数が多く、分散情報機器が送出する全データに占めるヘッダ情報の割合が大きくなる。これに対して、変更のあったオブジェクトデータをまとめて送出すれば、TCP/IP通信のための処理回数が減り、分散情報機器が送出する全データに占めるヘッダ情報の割合を低く抑えることができる。   Further, for example, when communication between distributed information devices is realized by TCP (Transmission Control Protocol) / IP (Internet Protocol) communication, transmission / reception is performed between distributed information devices operating as authentication terminals, such as an entrance / exit management system. The object data includes a card ID and a gate ID, and the data size is as small as several tens of bytes. When each of the changed object data is individually processed for TCP / IP communication, the number of times of processing for TCP / IP communication is large, and the header information occupies the total data sent by the distributed information device. The proportion increases. On the other hand, if the changed object data is sent together, the number of processings for TCP / IP communication is reduced, and the ratio of header information to the total data sent by the distributed information device can be kept low. .

上記の分散情報システムにおいて、前記分散情報システムは、分散情報機器から他の分散情報機器へオブジェクトデータを供給するための仲介を行う送信代行機器を更に備え、前記送出手段は、前記集約オブジェクトデータの送出を前記送信代行機器宛に行い、前記送信代行機器は、前記ネットワークを介して集約オブジェクトデータを受信し、受信した集約オブジェクトデータに含まれる各々のオブジェクトデータを当該オブジェクトデータと対の分散機器情報が示す分散情報機器宛に前記ネットワークへ送出する送信代行手段を備えるようにしてもよい。   In the above distributed information system, the distributed information system further includes a transmission agent device that performs mediation for supplying object data from the distributed information device to another distributed information device, and the sending means includes the aggregated object data Sending to the transmission agent device, the transmission agent device receives aggregated object data via the network, and each piece of object data included in the received aggregated object data is distributed device information paired with the object data May be provided with a transmission proxy means for sending to the network addressed to the distributed information device.

これによれば、分散情報機器が変更のあったオブジェクトデータを送出するための通信負荷が低く、低性能の分散情報機器を利用することができる。この結果、専用の送信代行機器を別途設ける必要があるが、低性能の分散情報機器を利用することによって、システム全体のコストを低く抑えることができる。
上記の分散情報システムにおいて、前記分散情報機器は、自機器から他の分散情報機器へオブジェクトデータを供給するための仲介を行う送信代行機器を、前記ネットワークに接続されている分散情報機器の中から所定の方法により選定する選定手段を更に備え、前記送出手段は、前記集約オブジェクトデータの送出を前記選定手段により選定される分散情報機器宛に行い、前記分散情報機器は、前記ネットワークを介して他の分散情報機器により送出される集約オブジェクトデータを受信し、受信した集約オブジェクトデータに含まれる各々のオブジェクトデータを当該オブジェクトデータと対の分散機器情報が示す分散情報機器宛に前記ネットワークへ送出する送信代行手段を更に備えるようにしてもよい。
According to this, it is possible to use a low-performance distributed information device with a low communication load for the distributed information device to send the changed object data. As a result, it is necessary to provide a dedicated transmission proxy device separately, but the cost of the entire system can be kept low by using a low-performance distributed information device.
In the above distributed information system, the distributed information device includes a transmission agent device that performs mediation for supplying object data from the own device to another distributed information device, from among the distributed information devices connected to the network. And selecting means for selecting by a predetermined method, wherein the sending means sends the aggregated object data to the distributed information device selected by the selecting means, and the distributed information device is connected to the other via the network. The aggregated object data transmitted by the distributed information device is received, and each object data included in the received aggregated object data is transmitted to the network to the distributed information device indicated by the distributed device information paired with the object data. You may make it provide a substitute means further.

例えば、所定の方法が現時点で処理負荷が低いと予測される分散情報機器を送信代行機器として選定するというものであれば、現時点で処理負荷が低い分散情報機器が分散代行機器に選定される。このため、分散情報機器を送信代行機器として機能させるために分散情報機器として高性能な機器を用いる必要がない。このため、専用の送信代行機器を必要とせず、かつ、高性能の分散情報機器を用いる必要がないため、システム全体のコストを低く抑えることができる。   For example, if the predetermined method is to select a distributed information device that is predicted to have a low processing load at the present time as a transmission proxy device, a distributed information device with a low processing load at the current time is selected as the distributed proxy device. For this reason, it is not necessary to use a high-performance device as the distributed information device in order to make the distributed information device function as a transmission proxy device. For this reason, a dedicated transmission proxy device is not required, and it is not necessary to use a high-performance distributed information device, so that the cost of the entire system can be kept low.

上記の分散情報システムにおいて、前記分散情報システムは、分散情報機器から他の分散情報機器へオブジェクトデータを供給するための仲介を行う送信代行機器を更に備え、前記分散機器情報はソフトウェアが実行される他の分散情報機器が属するグループを示すグループ情報であり、前記送出手段は、前記オブジェクトデータの送出を、当該オブジェクトデータと前記グループ情報との対を前記送信代行機器宛に前記ネットワークへ送出することにより行い、前記送信代行機器は、グループ情報に属する分散情報機器を示す展開分散機器情報を当該グループ情報毎に記憶する展開機器情報記憶手段と、前記ネットワークを介してオブジェクトデータとグループ情報との対を受信し、当該オブジェクトデータを当該グループ情報に対応付けて前記展開機器情報記憶手段に記憶されている展開分散機器情報が示す分散機器情報宛に前記ネットワークへ送出する送信代行手段と、を備えるようにしてもよい。   In the above distributed information system, the distributed information system further includes a transmission agent device that mediates supply of object data from the distributed information device to another distributed information device, and the distributed device information is executed by software. Group information indicating a group to which another distributed information device belongs, and the sending means sends the object data to the network to the transmission agent device as a pair of the object data and the group information. The transmission agent device performs expansion device information storage means for storing, for each group information, expansion distributed device information indicating the distributed information device belonging to the group information, and a pair of object data and group information via the network. And associate the object data with the group information A transmission proxy means for sending to the network in the distributed equipment information addressed showing deployment dispersing device information stored in the expansion device information storage unit may be provided with a.

これによれば、分散機器情報を他の分散情報機器が属するグループを示すグループ情報としているため、分散情報機器が送信代行機器に対して送信するデータのデータ量を少なくすることができる。
上記の分散情報システムにおいて、前記送出手段は、前記オブジェクトデータの送出を、所定のタイミング時に、変更された各オブジェクトデータを前記機器情報記憶手段に記憶されている分散機器情報を基に分散情報機器単位にまとめて得られる集約オブジェクトデータを分散情報機器宛に前記ネットワークへ送出することにより行うようにしてもよい。
According to this, since the distributed device information is group information indicating a group to which another distributed information device belongs, the amount of data transmitted from the distributed information device to the transmission proxy device can be reduced.
In the above distributed information system, the sending means sends the object data at a predetermined timing based on the distributed equipment information stored in the equipment information storage means for each changed object data. The aggregated object data obtained as a unit may be sent to the distributed information device to the network.

これによれば、例えば短時間にオブジェクトデータの変更が連続して発生した場合に、分散情報機器が変更のあったオブジェクトデータに関する情報をネットワークへ送出する送出回数を少なくすることができる。このため、分散情報機器の通信に関する処理負荷を抑えることができ、分散情報機器は通信に関する処理以外の処理に自機器の処理能力をより多く使用することができる。   According to this, when the change of the object data occurs continuously in a short time, for example, it is possible to reduce the number of times that the distributed information device sends the information regarding the changed object data to the network. For this reason, the processing load related to communication of the distributed information device can be suppressed, and the distributed information device can use more processing power of the own device for processing other than processing related to communication.

上記の分散情報システムにおいて、前記分散情報機器は、他の分散情報機器の処理状況が所定の条件を満たすかを判定する判定手段を更に備え、前記送出手段は、前記判定手段により前記処理状況が前記条件を満たさないと判定される分散情報機器への前記オブジェクトデータの送出を当該オブジェクトデータの変更時に行い、前記判定手段により前記処理状況が前記条件を満たすと判定される分散情報機器への前記オブジェクトデータの送出を、所定のタイミング時に、変更された各オブジェクトデータを前記機器情報記憶手段に記憶されている分散機器情報を基に分散情報機器単位にまとめて得られる集約オブジェクトデータを分散情報機器宛に前記ネットワークへ送出することにより行うようにしてもよい。   In the above distributed information system, the shared information device further includes a determination unit that determines whether a processing status of another shared information device satisfies a predetermined condition, and the sending unit determines whether the processing status is determined by the determination unit. The object data is sent to the distributed information device that is determined not to satisfy the condition when the object data is changed, and the processing status is determined to satisfy the condition by the determination unit. Aggregated object data obtained by grouping distributed object devices based on distributed device information stored in the device information storage means at a predetermined timing when sending object data is distributed information devices It may be performed by sending it to the network.

これによれば、例えば現時点で処理負荷が大きい分散情報機器ではオブジェクトデータの受信回数を少なくすることができ、オブジェクトデータを受け取る側の分散情報機器の通信に関する処理の負荷の軽減が図られる。また、現時点で処理負荷が小さい分散情報機器では他の分散情報機器でオブジェクトデータの変更があってから変更されたオブジェクトデータを受け取るまでの時間が短くなる。   According to this, for example, a distributed information device having a large processing load at the present time can reduce the number of times object data is received, and the processing load related to communication of the distributed information device on the object data receiving side can be reduced. Further, in the distributed information device having a small processing load at the present time, the time until the changed object data is received after the object data is changed in another distributed information device is shortened.

上記の分散情報システムにおいて、前記分散情報システムは、分散情報機器から他の分散情報機器へオブジェクトデータを供給するための仲介を行う受信代行機器を更に備え、前記送出手段は、前記オブジェクトデータの送出を当該オブジェクトデータと前記分散機器情報との対を前記受信代行機器宛に前記ネットワークへ送出することにより行い、前記受信代行機器は、前記ネットワークを介してオブジェクトデータと分散情報機器との対を受信し、所定のタイミング時に、受信した各々のオブジェクトデータをこれと対の分散機器情報を基に分散情報機器単位にまとめて得られる集約オブジェクトデータを、対応する分散情報機器宛に前記ネットワークへ送出する受信代行手段を備えるようにしてもよい。   In the above distributed information system, the distributed information system further includes a reception agent device that performs mediation for supplying object data from the distributed information device to another distributed information device, and the transmission unit transmits the object data. By sending a pair of the object data and the distributed device information to the receiving proxy device to the network, and the receiving proxy device receives the pair of the object data and the distributed information device via the network. Then, at a predetermined timing, aggregated object data obtained by grouping each received object data in units of distributed information devices based on the paired distributed device information is sent to the network to the corresponding distributed information device. You may make it provide a reception proxy means.

これによれば、ある分散情報機器に供給されるオブジェクトデータの変更が例えば所定の期間内に分散情報機器において連続して発生した場合に、受信代行機器によって変更のあった各オブジェクトデータがまとめられて当該ある分散情報機器宛に送出される。このため、ある分散情報機器がオブジェクトデータに関する情報を受信する受信回数が少なくなり、当該ある分散情報機器の通信に関する処理負荷を抑えることができる。   According to this, when the change of the object data supplied to a certain distributed information device continuously occurs in the distributed information device within a predetermined period, for example, the changed object data is collected by the receiving proxy device. Is sent to the certain distributed information device. For this reason, the number of times that a certain distributed information device receives information related to object data is reduced, and the processing load related to communication of the certain distributed information device can be suppressed.

≪第1の実施の形態≫
以下、本発明の第1の実施の形態について図面を参照しつつ説明する。
<システム構成>
本実施の分散情報システムのシステム構成について図1を参照しつつ説明する。図1は本実施の形態の分散情報システムのシステム構成図である。
<< First Embodiment >>
Hereinafter, a first embodiment of the present invention will be described with reference to the drawings.
<System configuration>
A system configuration of the distributed information system according to the present embodiment will be described with reference to FIG. FIG. 1 is a system configuration diagram of a distributed information system according to the present embodiment.

分散情報システムは、ネットワーク3に接続されている複数の分散情報機器1a、1b、1c、・・・及び送信代行機器2を有する。ただし、分散情報機器の全部又は一部で実行されているアプリケーションは同じオブジェクト値(オブジェクトデータに相当)を用いて処理を実行することがある。
オブジェクト値を変更するための契機がその何れか一の分散情報機器で発生した場合、一の分散情報機器は、このオブジェクト値を用いるアプリケーションが動作している他の分散情報機器に対して変更後のオブジェクト値を供給する。なお、オブジェクト値を変更するための契機として、例えば、分散情報機器によって制御されるカードリーダ(不図示)によってIDカードから読み取られたカードID(オブジェクト値の一部)が当該カードリーダから入力されること、分散情報機器に接続された入力装置からオブジェクト値が入力されること、などがある。ただし、分散情報機器は、他の分散情報機器からオブジェクト値を受け取った場合も自機器内のオブジェクト値を変更することになるが、これは、自機器において発生したオブジェクト値を変更するための契機ではない。
The distributed information system includes a plurality of distributed information devices 1a, 1b, 1c,... And a transmission proxy device 2 connected to the network 3. However, an application executed on all or part of the distributed information device may execute processing using the same object value (corresponding to object data).
When an opportunity to change the object value occurs in any one of the distributed information devices, the one distributed information device changes the other distributed information devices on which the application using this object value is operating. Supply the object value of. As an opportunity for changing the object value, for example, a card ID (part of the object value) read from the ID card by a card reader (not shown) controlled by the distributed information device is input from the card reader. And an object value is input from an input device connected to the distributed information device. However, even if the distributed information device receives an object value from another shared information device, it changes the object value in its own device. This is an opportunity for changing the object value generated in its own device. is not.

(1)オブジェクト値を変更するための契機が発生した分散情報機器(以下、送信元機器と記載する。)は、自機器におけるオブジェクト値の変更頻度が所定の閾値未満である場合、オブジェクト値の変更時に、当該オブジェクト値を用いるアプリケーションが動作している他の分散情報機器(以下、送信先機器と記載する。)の各々宛に当該オブジェクト値にヘッダ情報(TCPヘッダやIPヘッダ)を付加したパケットをネットワーク3へ送出する。送信先機器は当該パケットを受信して変更後のオブジェクト値を内部保持する。   (1) A distributed information device (hereinafter referred to as a transmission source device) in which an opportunity for changing an object value has occurred has the object value changed when the frequency of changing the object value in the own device is less than a predetermined threshold. At the time of change, header information (TCP header or IP header) is added to the object value to each of other distributed information devices (hereinafter referred to as destination devices) on which the application using the object value is operating. Send the packet to the network 3. The destination device receives the packet and internally holds the changed object value.

(2)送信元機器は、前記変更頻度が閾値以上である場合、所定の期間内に変更のあった各々のオブジェクト値と当該オブジェクト値を送信する先の分散情報機器(当該オブジェクト値を用いるアプリケーションが動作している他の分散情報機器)を示す分散機器情報との対をまとめて(集約して)、1つの情報を作成する。そして、送信元機器は、送信代行機器2宛に、集約して作成した情報にヘッダ情報を付加したパケットをネットワーク3へ送出し、送信代行機器2は当該パケットを受信する。   (2) When the change frequency is equal to or higher than the threshold, the transmission source device has each object value changed within a predetermined period and the distributed information device to which the object value is transmitted (an application using the object value) A pair of distributed device information indicating other distributed information devices (operating) is collected (aggregated) to create one piece of information. Then, the transmission source device sends to the transmission agent device 2 a packet in which header information is added to the information created by aggregation, and the transmission agent device 2 receives the packet.

送信代行機器2は、受信したパケット内の集約された各々のオブジェクト値をこれと対の分散機器情報が示す分散情報機器宛に、当該オブジェクト値にヘッダ情報を付加したパケットをネットワーク3へ送出する。送信先機器は当該パケットを受信して変更後のオブジェクト値を内部保持する。
なお、上記の場合は、オブジェクト値の変更頻度が閾値以上であるか否かにより上記(1)と上記(2)との手順が切り替わるようになっているが、オブジェクト値の変更間隔が所定の時間以下であるか否かにより上記(1)と上記(2)との手順が切り替わるようにするなど、オブジェクト値の変更の発生状況が所定の条件を満たすか否かにより上記(1)と上記(2)との手順を切り替えるものであればどのようなものであってもよい。
The transmission proxy device 2 sends each packet aggregated object value in the received packet to the distributed information device indicated by the paired distributed device information, and sends a packet with the header value added to the object value to the network 3. . The destination device receives the packet and internally holds the changed object value.
In the above case, the procedure of (1) and (2) is switched depending on whether or not the change frequency of the object value is greater than or equal to the threshold value, but the change interval of the object value is a predetermined value. The above (1) and the above (1) and the above (2) are switched depending on whether or not the time is less than the time. Any method may be used as long as the procedure with (2) is switched.

<分散情報機器の機能構成>
図1の分散情報機器1a,1b,1cの機能構成について図2を参照しつつ説明する。図2は図1の分散情報機器1a,1b,1cの機能構成図である。
なお、分散情報機器1a,1b,1cは、例えば、カードリーダやゲートに設けられた電気錠などを制御し、互いにカードIDとゲートIDとの対(オブジェクト値の一つ)を授受する認証端末である。認証端末は、カードリーダから入力されるカードIDを利用した認証を行って電気錠の開錠などの制御を行ったり、カードリーダから入力されるカードIDや他の認証端末から受け取ったカードIDとゲートIDとの対などを利用して、アンチパスバック制御を行ったりする。
<Functional configuration of distributed information device>
The functional configuration of the distributed information devices 1a, 1b, and 1c in FIG. 1 will be described with reference to FIG. FIG. 2 is a functional configuration diagram of the distributed information devices 1a, 1b, and 1c of FIG.
Note that the distributed information devices 1a, 1b, and 1c are, for example, authentication terminals that control a card reader or an electric lock provided at a gate and exchange a pair of a card ID and a gate ID (one of object values) with each other. It is. The authentication terminal performs authentication such as unlocking of an electric lock by performing authentication using a card ID input from a card reader, or a card ID input from a card reader or a card ID received from another authentication terminal Anti-passback control is performed using a pair with a gate ID.

分散情報機器1a、1b、1cは、制御アプリ部101と、オブジェクト値データベース(オブジェクト値DB)102と、送信先一覧データベース(送信先一覧DB)103と、送信制御部104と、送信管理部105と、集約部106と、集約データベース(集約DB)107と、通信処理部108と、受信制御部109とを有する。
制御アプリ部101には1又は複数のアプリケーションが動作している。アプリケーションは、オブジェクト値データベース102に変更のあったオブジェクト値の書き込み、変更のあったオブジェクト値及び当該オブジェクト値に対応するオブジェクト番号の送信制御部104への出力、オブジェクト値に変更があったことを示す変更発生通知情報の送信管理部105への出力を行う。また、制御アプリ部101は、オブジェクト値データベース102のオブジェクト値の参照を行う。
The distributed information devices 1a, 1b, and 1c include a control application unit 101, an object value database (object value DB) 102, a transmission destination list database (transmission destination list DB) 103, a transmission control unit 104, and a transmission management unit 105. And an aggregation unit 106, an aggregation database (aggregation DB) 107, a communication processing unit 108, and a reception control unit 109.
One or more applications are operating in the control application unit 101. The application writes the changed object value to the object value database 102, outputs the changed object value and the object number corresponding to the object value to the transmission control unit 104, and indicates that the object value has changed. The change occurrence notification information shown is output to the transmission management unit 105. Further, the control application unit 101 refers to the object value in the object value database 102.

オブジェクト値データベース102は、オブジェクト番号毎にオブジェクト値を記憶しており、その一例を図3に示す。
図3の例では、オブジェクト番号「1」に対して、カードIDとゲートIDとの対が記憶されている。カードIDとゲートIDとの対は、IDカードの所有者の所在地を示すものであり、アンチパスバック制御に利用される。
The object value database 102 stores object values for each object number, an example of which is shown in FIG.
In the example of FIG. 3, a pair of a card ID and a gate ID is stored for the object number “1”. The pair of card ID and gate ID indicates the location of the owner of the ID card and is used for anti-passback control.

送信先一覧データベース103は、オブジェクト番号毎に、オブジェクト番号に関するオブジェクト値を用いるアプリケーションが動作している自機器以外の分散情報機器の各々の送信先アドレスを記憶するものであり、その一例を図4に示す。本実施の形態では、送信先アドレスをIPアドレスとするが、MACアドレスなどであってもよい。
図4の例では、「送信先アドレス(1)」、「送信先アドレス(2)」、「送信先アドレス(3)」に、対応するオブジェクト番号のオブジェクト値を送信する先の分散情報機器の送信先アドレスが予め登録されている。なお、オブジェクト番号に対応付けて記憶されている送信先アドレスの組が、当該オブジェクト番号のオブジェクト値を用いるアプリケーションが動作している自機器以外の分散情報機器を示す分散機器情報に相当する。
The destination list database 103 stores, for each object number, the destination address of each of the distributed information devices other than the own device on which the application using the object value relating to the object number is running, an example of which is shown in FIG. Shown in In this embodiment, the destination address is an IP address, but it may be a MAC address or the like.
In the example of FIG. 4, the distributed information device to which the object value of the corresponding object number is transmitted to “transmission destination address (1)”, “transmission destination address (2)”, and “transmission destination address (3)”. A transmission destination address is registered in advance. A pair of transmission destination addresses stored in association with the object number corresponds to distributed device information indicating a distributed information device other than the own device on which an application using the object value of the object number is operating.

送信制御部104には制御アプリ部101から変更があったオブジェクト値と当該オブジェクト値に対応するオブジェクト番号とが入力される。送信制御部104は、送信先一覧データベース103の記憶内容を照会し、入力されるオブジェクト番号に対応付けられた全ての送信先アドレス(以下、送信先アドレス群と記載する。)を特定する。送信制御部104は、入力されるオブジェクト番号及びオブジェクト値並びに特定した送信先アドレス群を送信管理部105へ出力する。   The transmission control unit 104 receives the changed object value and the object number corresponding to the object value from the control application unit 101. The transmission control unit 104 inquires the storage contents of the transmission destination list database 103 and identifies all transmission destination addresses (hereinafter referred to as transmission destination addresses) associated with the input object numbers. The transmission control unit 104 outputs the input object number and object value and the specified transmission destination address group to the transmission management unit 105.

送信管理部105には制御アプリ部101から変更発生通知情報が入力され、所定期間内に入力される変更発生通知情報の回数を基にオブジェクト値の変更頻度(オブジェクト値の変更の発生状況を示す情報)が所定の閾値以上であるかを判定する。送信管理部105は、変更頻度が所定の閾値未満の場合には、送信制御部104から入力されるオブジェクト番号、オブジェクト値及び送信先アドレス群を通信処理部108へ出力する。一方、送信管理部105は、変更頻度が所定の閾値以上の場合には、送信制御部104から入力されるオブジェクト番号、オブジェクト値及び送信先アドレス群を集約部106へ出力する。   Change occurrence notification information is input from the control application unit 101 to the transmission management unit 105, and an object value change frequency (indicating an occurrence state of an object value change based on the number of change occurrence notification information input within a predetermined period) It is determined whether (information) is equal to or greater than a predetermined threshold. The transmission management unit 105 outputs the object number, the object value, and the transmission destination address group input from the transmission control unit 104 to the communication processing unit 108 when the change frequency is less than a predetermined threshold. On the other hand, the transmission management unit 105 outputs the object number, the object value, and the transmission destination address group input from the transmission control unit 104 to the aggregation unit 106 when the change frequency is equal to or higher than a predetermined threshold.

集約部106には送信管理部105からオブジェクト番号、オブジェクト値及び送信先アドレス群が入力され、集約部106は入力されるオブジェクト番号とオブジェクト値と送信先アドレス群との対(以下、集約用オブジェクト値と記載する。)を集約データベース107に格納する。
集約部106は、予め定められた規定時間が経過すると、集約データベース107に格納されている集約用オブジェクト値を1つの情報に集約して、集約した情報(以下、集約オブジェクト値と記載する。)を通信処理部108へ出力する。ただし、規定時間は、例えば、分散情報機器が認証端末として動作する場合、自機器が制御する対象のゲートからオブジェクト値を供給する先の分散情報機器が制御する対象のゲートまでに人が移動する時間を考慮して定められる。
The aggregation unit 106 receives the object number, the object value, and the destination address group from the transmission management unit 105, and the aggregation unit 106 receives a pair of the input object number, the object value, and the destination address group (hereinafter referred to as an aggregation object). Stored in the aggregate database 107.
The aggregation unit 106 aggregates the aggregation object values stored in the aggregation database 107 into one piece of information after a predetermined time has elapsed (hereinafter referred to as an aggregate object value). Is output to the communication processing unit 108. However, for example, when the distributed information device operates as an authentication terminal, a person moves from the target gate controlled by the own device to the target gate controlled by the distributed information device to which the object value is supplied. It is determined in consideration of time.

集約データベース107は、オブジェクト番号とオブジェクト値と送信先アドレス群との対(集約用オブジェクト値)を記憶する。
通信処理部108には送信管理部105からオブジェクト番号、オブジェクト値及び送信先アドレス群が入力され、通信処理部108は送信先アドレス群を構成する各々の送信先アドレスの分散情報機器宛に、オブジェクト番号とオブジェクト値との対にヘッダ情報を付加したパケットをネットワーク3へ送出する。
The aggregation database 107 stores a pair (object value for aggregation) of an object number, an object value, and a destination address group.
An object number, an object value, and a destination address group are input from the transmission management unit 105 to the communication processing unit 108, and the communication processing unit 108 sends an object address to the distributed information device of each destination address constituting the destination address group. A packet in which header information is added to a pair of a number and an object value is sent to the network 3.

通信処理部108には集約部106から集約オブジェクト値が入力され、通信処理部108は送信代行機器2宛に、集約オブジェクト値にヘッダ情報を付加したパケットをネットワーク3へ送出する。なお、分散情報機器1a,1b,1cは送信代行機器2の送信先アドレスを不図示のメモリに予め記憶している。
通信処理部108はネットワーク3を伝送するパケットの中から自機器宛のパケットを検出し、自機器宛のパケット内の情報を受信制御部109へ出力する。
The aggregated object value is input from the aggregating unit 106 to the communication processing unit 108, and the communication processing unit 108 sends a packet in which header information is added to the aggregated object value to the transmission proxy device 2 to the network 3. The distributed information devices 1a, 1b, and 1c store in advance a destination address of the transmission proxy device 2 in a memory (not shown).
The communication processing unit 108 detects a packet addressed to the own device from the packets transmitted through the network 3, and outputs information in the packet addressed to the own device to the reception control unit 109.

受信制御部109には通信処理部108からパケット内の情報が入力され、受信制御部109は入力される情報(オブジェクト番号とオブジェクト値との対)を基にオブジェクト値データベース102の記憶内容を書き換える。
<送信代行機器の機能構成>
図1の送信代行機器2の機能構成について図5を参照しつつ説明する。図5は図1の送信代行機器2の機能構成図である。
Information in the packet is input to the reception control unit 109 from the communication processing unit 108, and the reception control unit 109 rewrites the stored contents of the object value database 102 based on the input information (a pair of object number and object value). .
<Functional configuration of transmission agent device>
The functional configuration of the transmission proxy device 2 in FIG. 1 will be described with reference to FIG. FIG. 5 is a functional configuration diagram of the transmission proxy device 2 of FIG.

送信代行機器2は、受信制御部201と、送信制御部202と、通信処理部203とを有する。
受信制御部201には通信処理部203からパケット内の集約オブジェクト値が入力され、受信制御部201は入力される集約オブジェクト値を集約用オブジェクト値(オブジェクト番号とオブジェクト値と送信先アドレス群との対)に分割し、集約用オブジェクト値を順次送信制御部202へ出力する。
The transmission proxy device 2 includes a reception control unit 201, a transmission control unit 202, and a communication processing unit 203.
The reception control unit 201 receives the aggregate object value in the packet from the communication processing unit 203, and the reception control unit 201 converts the input aggregate object value into an aggregation object value (object number, object value, and destination address group). The aggregation object values are sequentially output to the transmission control unit 202.

送信制御部202には受信制御部201から集約用オブジェクト値が順次入力され、入力された集約用オブジェクト値を順次通信処理部203へ出力する。
通信処理部203はネットワーク3を伝送するパケットの中から自機器宛のパケットを検出し、自機器宛のパケット内の情報(集約オブジェクト値)を受信制御部201へ出力する。
Aggregation object values are sequentially input from the reception control unit 201 to the transmission control unit 202, and the input aggregation object values are sequentially output to the communication processing unit 203.
The communication processing unit 203 detects a packet addressed to the own device from the packets transmitted through the network 3, and outputs information (aggregated object value) in the packet addressed to the own device to the reception control unit 201.

通信処理部203には送信制御部202から集約用オブジェクト値が順次入力され、送信先アドレス群を構成する各々の送信先アドレスの分散情報機器宛に、オブジェクト番号とオブジェクト値との対にヘッダ情報を付加したパケットをネットワーク3へ送出する。
<分散情報機器の動作フロー>
図2の分散情報機器1a,1b,1cの動作フローについて図6を参照しつつ説明する。図6は図2の分散情報機器1a,1b,1cの動作フローを示すフローチャートである。
Aggregation object values are sequentially input from the transmission control unit 202 to the communication processing unit 203, and the header information for the pair of the object number and the object value is sent to the distributed information device of each transmission destination address constituting the transmission destination address group. Is sent to the network 3.
<Operation flow of distributed information device>
The operation flow of the distributed information devices 1a, 1b, and 1c in FIG. 2 will be described with reference to FIG. FIG. 6 is a flowchart showing an operation flow of the distributed information devices 1a, 1b, and 1c of FIG.

通信処理部108がネットワーク3から自機器宛のオブジェクト値を含むパケットを受信する(ステップS101:YES)と、受信制御部109はパケット内のオブジェクト番号とオブジェクト値とを基にオブジェクト値データベース102の記憶内容を更新する(ステップS102)。
受信していない場合には(ステップS101:NO)、送信管理部105は、オブジェクト値の変更頻度の監視結果を基に、オブジェクト値の変更頻度が所定の閾値以上であるかを判定する(ステップS103)。
When the communication processing unit 108 receives a packet including an object value addressed to itself from the network 3 (step S101: YES), the reception control unit 109 stores the object value database 102 based on the object number and the object value in the packet. The stored contents are updated (step S102).
If not received (step S101: NO), the transmission management unit 105 determines whether the change frequency of the object value is equal to or higher than a predetermined threshold based on the monitoring result of the change frequency of the object value (step S101). S103).

ステップS103の判定処理において変更頻度が閾値未満であると判定されると(ステップS103:NO)、変更頻度が閾値以上の状況から閾値未満の状況に遷移した際に、変更頻度が閾値以上の状況において集約データベース107に蓄積された未送信の情報を送信するための処理が行われる。
集約部106は集約フラグがオンであるかを判定する(ステップS104)。
When it is determined in the determination process of step S103 that the change frequency is less than the threshold value (step S103: NO), the change frequency is the threshold value or more when the change frequency is changed from the situation of the threshold value or more to the situation of the threshold value or less. , Processing for transmitting untransmitted information stored in the aggregate database 107 is performed.
The aggregation unit 106 determines whether the aggregation flag is on (step S104).

ステップS104の判定処理で集約フラグがオンであると判定されれば(ステップS104:YES)、集約部106は集約データベース107に格納されている集約用オブジェクト値を1つの情報に集約して、集約して作成した情報(集約オブジェクト値)を通信処理部108へ出力する(ステップS105)。そして、通信処理部108は、送信代行機器2宛に、集約オブジェクト値にヘッダ情報を付加したパケットを送出し(ステップS106)、集約部106は集約フラグをオフに設定する(ステップS107)。   If it is determined in the determination processing in step S104 that the aggregation flag is on (step S104: YES), the aggregation unit 106 aggregates the aggregation object values stored in the aggregation database 107 into one piece of information and aggregates the information. The information (aggregated object value) created in this way is output to the communication processing unit 108 (step S105). Then, the communication processing unit 108 sends a packet with header information added to the aggregate object value to the transmission proxy device 2 (step S106), and the aggregation unit 106 sets the aggregation flag to off (step S107).

ステップS104の判定処理で集約フラグがオフであると判定されれば(ステップS104:NO)、送信制御部104はオブジェクト値の変更があったかを判定する(ステップS108)。オブジェクト値の変更がなければ(ステップS108:NO)、ステップS101の処理が行われる。
オブジェクト値の変更があれば(ステップS108:YES)、分散情報機器では変更されたオブジェクト値と当該オブジェクト値に対応したオブジェクト番号とを基に自機器内のオブジェクト値データベース102の記憶内容の更新が行われる。送信制御部104は、送信先一覧データベース103の記憶内容を照会し、変更のあったオブジェクト値に対応するオブジェクト番号に対応付けられた全ての送信先アドレス(送信先アドレス群)を特定する(ステップS109)。送信制御部104は、オブジェクト番号及びオブジェクト値並びに特定した送信先アドレス群を送信管理部105へ出力し、送信管理部105はそれらをさらに通信処理部108へ出力する。そして、通信処理部108は、送信先アドレス群を構成する各々の送信先アドレスの分散情報機器宛に、オブジェクト番号とオブジェクト値との対にヘッダ情報を付加したパケットを送出する(ステップS110)。
If it is determined in the determination process in step S104 that the aggregation flag is off (step S104: NO), the transmission control unit 104 determines whether the object value has been changed (step S108). If there is no change in the object value (step S108: NO), the process of step S101 is performed.
If there is a change in the object value (step S108: YES), the distributed information device updates the stored contents of the object value database 102 in its own device based on the changed object value and the object number corresponding to the object value. Done. The transmission control unit 104 inquires about the storage contents of the transmission destination list database 103 and specifies all transmission destination addresses (transmission destination address group) associated with the object number corresponding to the changed object value (step). S109). The transmission control unit 104 outputs the object number, the object value, and the specified destination address group to the transmission management unit 105, and the transmission management unit 105 further outputs them to the communication processing unit 108. Then, the communication processing unit 108 sends out a packet in which header information is added to the pair of the object number and the object value to the distributed information device of each transmission destination address constituting the transmission destination address group (step S110).

ステップS103の判定処理において変更頻度が閾値以上であると判定されると(ステップS103:YES)、集約部106は集約フラグがオフであるかを判定する(ステップS111)。集約フラグがオフであると判定されれば(ステップS111:YES)、集約部106は集約フラグをオンに設定する(ステップS112)。
集約フラグがオンであると判定されれば(ステップS111:NO)、集約部106は、規定時間を経過したかを判定する(ステップS113)。この判定は、例えば、クロックパルスをカウントするカウンタ回路を利用することに実現できる。
If it is determined in the determination process of step S103 that the change frequency is greater than or equal to the threshold (step S103: YES), the aggregating unit 106 determines whether the aggregation flag is off (step S111). If it is determined that the aggregation flag is off (step S111: YES), the aggregation unit 106 sets the aggregation flag on (step S112).
If it is determined that the aggregation flag is on (step S111: NO), the aggregation unit 106 determines whether the specified time has elapsed (step S113). This determination can be realized, for example, by using a counter circuit that counts clock pulses.

ステップS113の判定処理において規定時間を経過していないと判定されると(ステップS113:NO)、送信制御部104はオブジェクト値の変更があったかを判定する(ステップS114)。オブジェクト値の変更がなければ(ステップS114:NO)、ステップS101の処理が行われる。
オブジェクト値の変更があれば(ステップS114:YES)、分散情報機器では変更されたオブジェクト値と当該オブジェクト値に対応したオブジェクト番号とを基に自機器内のオブジェクト値データベース102の記憶内容の更新が行われる。送信制御部104は、送信先一覧データベース103の記憶内容を照会し、変更のあったオブジェクト値に対応するオブジェクト番号に対応付けられた全ての送信先アドレス(送信先アドレス群)を特定する(ステップS115)。送信制御部104は、オブジェクト番号、オブジェクト値及び特定した送信先アドレス群を送信管理部105へ出力し、送信管理部105はそれらをさらに集約部106へ出力する。集約部106は、入力されたオブジェクト番号とオブジェクト値と送信先アドレス群との対(集約用オブジェクト値)を集約データベース107に格納する(ステップS116)。
If it is determined in the determination process in step S113 that the specified time has not elapsed (step S113: NO), the transmission control unit 104 determines whether the object value has been changed (step S114). If there is no change in the object value (step S114: NO), the process of step S101 is performed.
If there is a change in the object value (step S114: YES), the distributed information device updates the contents stored in the object value database 102 in its own device based on the changed object value and the object number corresponding to the object value. Done. The transmission control unit 104 inquires about the storage contents of the transmission destination list database 103 and specifies all transmission destination addresses (transmission destination address group) associated with the object number corresponding to the changed object value (step). S115). The transmission control unit 104 outputs the object number, the object value, and the specified destination address group to the transmission management unit 105, and the transmission management unit 105 further outputs them to the aggregation unit 106. The aggregation unit 106 stores the input object number, object value, and destination address group pair (aggregation object value) in the aggregation database 107 (step S116).

ステップS113の判定処理において規定時間を経過していると判定されると(ステップS113:YES)、集約部106は、集約データベース107に格納されている集約用オブジェクト値を1つの情報に集約し、集約して作成した情報(集約オブジェクト値)を通信処理部108へ出力する(ステップS117)。そして、通信処理部108は、送信代行機器2宛に、集約オブジェクト値にヘッダ情報を付加したパケットを送出する(ステップS118)。   If it is determined in the determination process of step S113 that the specified time has elapsed (step S113: YES), the aggregation unit 106 aggregates the aggregation object values stored in the aggregation database 107 into one piece of information, The information created by aggregation (aggregated object value) is output to the communication processing unit 108 (step S117). Then, the communication processing unit 108 transmits a packet with header information added to the aggregate object value to the transmission proxy device 2 (step S118).

<送信代行機器の動作フロー>
図5の送信代行機器2の動作フローについて図7を参照しつつ説明する。図7は図5の送信代行機器2の動作フローを示すフローチャートである。
通信処理部203がネットワーク3から自機器宛の集約オブジェクト値を含むパケットを受信すると(ステップS151:YES)、受信制御部201は、パケット内の集約オブジェクト値を集約用オブジェクト値(オブジェクト番号とオブジェクト値と送信先アドレス群の対)に分解し、集約用オブジェクト値を順次送信制御部202へ出力する(ステップS152)。送信制御部202は集約用オブジェクト値を順次通信処理部203へ出力する。そして、通信処理部203は、送信先アドレス群を構成する各々の送信先アドレスの分散情報機器宛に、オブジェクト番号とオブジェクト値との対にヘッダ情報を付加したパケットを送出する(ステップS153)。
<Operation flow of transmission agent device>
The operation flow of the transmission proxy device 2 in FIG. 5 will be described with reference to FIG. FIG. 7 is a flowchart showing an operation flow of the transmission proxy device 2 of FIG.
When the communication processing unit 203 receives a packet including an aggregate object value addressed to itself from the network 3 (step S151: YES), the reception control unit 201 converts the aggregate object value in the packet into an aggregate object value (object number and object The aggregation object value is sequentially output to the transmission control unit 202 (step S152). The transmission control unit 202 sequentially outputs the aggregation object value to the communication processing unit 203. Then, the communication processing unit 203 sends a packet in which header information is added to the pair of the object number and the object value to the distributed information device of each transmission destination address constituting the transmission destination address group (step S153).

<分散情報システムの動作シーケンス:直接送信>
図1の分散情報システムの動作シーケンスについて図8を参照しつつ説明する。図8は図1の分散情報システムの動作シーケンスを示す図である。ただし、図8はオブジェクト値の変更があった分散情報機器が直接他の分散情報機器へ変更のあったオブジェクト値を送信する場合である。
<Operation sequence of distributed information system: direct transmission>
An operation sequence of the distributed information system of FIG. 1 will be described with reference to FIG. FIG. 8 is a diagram showing an operation sequence of the distributed information system of FIG. However, FIG. 8 shows a case where the distributed information device whose object value has been changed directly transmits the changed object value to another distributed information device.

なお、オブジェクト値の変更があった分散情報機器を分散情報機器1a、変更のあったオブジェクト値を受け取る分散情報機器を分散情報機器1bとする。
分散情報機器1aの送信管理部105は、オブジェクト値の変更頻度を監視し、変更頻度が閾値未満であると判定する(ステップS201)。なお、分散情報機器では変更されたオブジェクト値と当該オブジェクト値に対応したオブジェクト番号とを基に自機器内のオブジェクト値データベース102の記憶内容の更新が行われる。
Note that the shared information device 1a is a shared information device in which the object value has been changed, and the shared information device 1b is a shared information device that receives the changed object value.
The transmission management unit 105 of the shared information device 1a monitors the change frequency of the object value and determines that the change frequency is less than the threshold value (step S201). In the distributed information device, the contents stored in the object value database 102 in the own device are updated based on the changed object value and the object number corresponding to the object value.

送信制御部104はオブジェクト値の変更を検出し(ステップS202)、送信先一覧データベース103の記憶内容を照会し、変更のあったオブジェクト値に対応するオブジェクト番号に対応付けられた全ての送信先アドレス(送信先アドレス群)を特定する(ステップS203)。送信制御部104は、オブジェクト番号、オブジェクト値及び特定した送信先アドレス群を送信管理部105へ出力する(ステップS204)。   The transmission control unit 104 detects the change of the object value (step S202), inquires the stored contents of the transmission destination list database 103, and all the transmission destination addresses associated with the object number corresponding to the changed object value. (Destination address group) is specified (step S203). The transmission control unit 104 outputs the object number, the object value, and the specified transmission destination address group to the transmission management unit 105 (step S204).

送信管理部105は、変更頻度が閾値未満の状況にあるので、オブジェクト番号、オブジェクト値及び送信先アドレス群を通信処理部108へ出力する(ステップS205)。通信処理部108は、送信先アドレス群を構成する各々の送信先アドレスの分散情報機器宛に、オブジェクト番号とオブジェクト値との対にヘッダ情報を付加したパケットを送出する(ステップS206)。   Since the change frequency is less than the threshold, the transmission management unit 105 outputs the object number, the object value, and the transmission destination address group to the communication processing unit 108 (step S205). The communication processing unit 108 transmits a packet in which header information is added to a pair of an object number and an object value to the distributed information device of each transmission destination address constituting the transmission destination address group (step S206).

分散情報機器1bの通信処理部108は自機器宛のオブジェクト値を含むパケットを受信し、受信したパケット内のオブジェクト番号とオブジェクト値との対を受信制御部109へ出力する(ステップS207)。受信制御部109は、入力されたオブジェクト番号とオブジェクト値とを基にオブジェクト値データベース102の記憶内容を更新する(ステップS208)。   The communication processing unit 108 of the shared information device 1b receives the packet including the object value addressed to itself, and outputs a pair of the object number and the object value in the received packet to the reception control unit 109 (step S207). The reception control unit 109 updates the stored contents of the object value database 102 based on the input object number and object value (step S208).

図8の動作シーケンスに示すように、分散情報機器は、他の分散情報機器でオブジェクト値の変更が発生した場合に、当該他の分散情報機器から変更後のオブジェクト値が送られてきて、オブジェクト値データベース102の記憶内容を変更後のオブジェクト値に書き換える。このため、アプリケーションは、自身が動作している分散情報機器内に最新のオブジェクト値が保持されているため、オブジェクト値の取得を短時間に行うことができる。   As shown in the operation sequence of FIG. 8, when the shared information device changes the object value in another shared information device, the changed shared object device sends the changed object value to the object The stored contents of the value database 102 are rewritten with the changed object value. For this reason, since the latest object value is held in the distributed information device in which the application is operating, the application can acquire the object value in a short time.

<分散情報システムの動作シーケンス:情報を集約し送信代行機器経由で送信>
図1の分散情報システムの動作シーケンスについて図9を参照しつつ説明する。図9は図1の分散情報システムの動作シーケンスを示す図である。ただし、図9はオブジェクト値の変更があった分散情報機器が変更のあったオブジェクト値を集約し、集約したオブジェクト値を送信代行機器2へ送信し、送信代行機器2が集約された各オブジェクト値を他の分散情報機器へ送信する場合である。
<Distributed Information System Operation Sequence: Aggregating Information and Sending via Transmission Agent>
The operation sequence of the distributed information system of FIG. 1 will be described with reference to FIG. FIG. 9 is a diagram showing an operation sequence of the distributed information system of FIG. However, in FIG. 9, the distributed information device in which the object value has been changed aggregates the changed object value, transmits the aggregated object value to the transmission agent device 2, and each object value in which the transmission agent device 2 is aggregated Is transmitted to other distributed information devices.

なお、オブジェクト値の変更があった分散情報機器を分散情報機器1a、変更のあったオブジェクト値を受け取る分散情報機器を分散情報機器1bとする。
分散情報機器1aの送信管理部105は、オブジェクト値の変更頻度を監視し、変更頻度が閾値以上であると判定する(ステップS251)。
送信制御部104はオブジェクト値の変更を検出し(ステップS252)、送信先一覧データベース103の記憶内容を照会し、変更のあったオブジェクト値に対応するオブジェクト番号に対応付けられた全ての送信先アドレス(送信先アドレス群)を特定する(ステップS253)。なお、分散情報機器では変更されたオブジェクト値と当該オブジェクト値に対応したオブジェクト番号とを基に自機器内のオブジェクト値データベース102の記憶内容の更新が行われる。送信制御部104は、オブジェクト番号、オブジェクト値及び特定した送信先アドレス群を送信管理部105へ出力する(ステップS254)。
Note that the shared information device 1a is a shared information device in which the object value has been changed, and the shared information device 1b is a shared information device that receives the changed object value.
The transmission management unit 105 of the shared information device 1a monitors the change frequency of the object value and determines that the change frequency is equal to or higher than the threshold (step S251).
The transmission control unit 104 detects the change of the object value (step S252), inquires the storage contents of the transmission destination list database 103, and all the transmission destination addresses associated with the object number corresponding to the changed object value. (Destination address group) is specified (step S253). In the distributed information device, the contents stored in the object value database 102 in the own device are updated based on the changed object value and the object number corresponding to the object value. The transmission control unit 104 outputs the object number, the object value, and the specified transmission destination address group to the transmission management unit 105 (step S254).

送信管理部105は、変更頻度が閾値以上の状況にあるので、オブジェクト番号とオブジェクト値と送信先アドレス群との対を集約部106へ出力する(ステップS255)。集約部106は、入力されたオブジェクト番号とオブジェクト値と送信先アドレス群との対(集約用オブジェクト値)を集約データベース107に格納する(ステップS256)。   The transmission management unit 105 outputs the pair of the object number, the object value, and the transmission destination address group to the aggregation unit 106 because the change frequency is equal to or higher than the threshold (step S255). The aggregation unit 106 stores the input object number / object value / destination address group pair (aggregation object value) in the aggregation database 107 (step S256).

なお、規定時間が経過するまでに変更があったオブジェクト値の各々に対して、ステップS252からステップS256の処理が行われて、変更があったオブジェクト値に関する集約用オブジェクト値が集約データベース107に蓄積される。
集約部106が規定時間を経過したと判定する(ステップS257)と、集約部106は集約データベース107に蓄積されている集約用オブジェクト値を1つの情報に集約して集約オブジェクト値を作成する(ステップS258)。そして、集約部106は集約オブジェクト値を通信処理部108へ出力し(ステップS259)、通信処理部108は、送信代行機器2宛に、集約オブジェクト値にヘッダ情報を付加したパケットを送出する(ステップS260)。
It should be noted that the processing from step S252 to step S256 is performed for each object value that has been changed before the specified time elapses, and the aggregation object value relating to the changed object value is accumulated in the aggregation database 107. Is done.
When the aggregation unit 106 determines that the specified time has elapsed (step S257), the aggregation unit 106 aggregates the aggregation object values stored in the aggregation database 107 into one piece of information to create an aggregate object value (step S257). S258). Then, the aggregating unit 106 outputs the aggregated object value to the communication processing unit 108 (step S259), and the communication processing unit 108 sends a packet with header information added to the aggregated object value to the transmission proxy device 2 (step S259). S260).

送信代行機器2の通信処理部203は自機器宛の集約オブジェクト値を含むパケットを受信し、受信したパケット内の集約オブジェクト値を受信制御部201へ出力する(ステップS261)。受信制御部201は集約オブジェクト値を集約用オブジェクト値(オブジェクト番号とオブジェクト値と送信先アドレス群の対)に分割し(ステップS262)、集約用オブジェクト値を順次送信制御部202へ出力する(ステップS263)。送信制御部202は、集約用オブジェクト値を通信処理部203へ出力する(ステップS264)。   The communication processing unit 203 of the transmission proxy device 2 receives the packet including the aggregate object value addressed to itself, and outputs the aggregate object value in the received packet to the reception control unit 201 (step S261). The reception control unit 201 divides the aggregated object value into aggregated object values (a pair of object number, object value, and destination address group) (step S262), and sequentially outputs the aggregated object value to the transmission control unit 202 (step S262). S263). The transmission control unit 202 outputs the aggregation object value to the communication processing unit 203 (step S264).

通信処理部203は、送信先アドレス群を構成する各々の送信先アドレスの分散情報機器宛に、オブジェクト番号とオブジェクト値との対にヘッダ情報を付加したパケットを送出する(ステップS265)。
分散情報機器1bの通信処理部108は自機器宛のオブジェクト値を含むパケットを受信し、受信したパケット内のオブジェクト番号とオブジェクト値との対を受信制御部109へ出力する(ステップS266)。受信制御部109は、入力されたオブジェクト番号とオブジェクト値とを基にオブジェクト値データベース102の記憶内容を更新する(ステップS267)。
The communication processing unit 203 sends a packet in which header information is added to the pair of the object number and the object value to the distributed information device of each transmission destination address constituting the transmission destination address group (step S265).
The communication processing unit 108 of the shared information device 1b receives the packet including the object value addressed to the own device, and outputs a pair of the object number and the object value in the received packet to the reception control unit 109 (step S266). The reception control unit 109 updates the stored contents of the object value database 102 based on the input object number and object value (step S267).

なお、ステップS263からステップS267の処理は、オブジェクト番号とオブジェクト値と送信先アドレス群の対の夫々に対して行われる。
図9の動作シーケンスに示すように、分散情報機器は、他の分散情報機器でオブジェクト値の変更が発生した場合に、当該他の分散情報機器から変更後のオブジェクト値が送信代行機器2経由で送られてきて、オブジェクト値データベース102の記憶内容を変更後のオブジェクト値に書き換える。このため、アプリケーションは、自身が動作している分散情報機器内に最新のオブジェクト値が保持されているため、オブジェクト値の取得を短時間に行うことができる。
Note that the processing from step S263 to step S267 is performed for each pair of object number, object value, and destination address group.
As shown in the operation sequence of FIG. 9, when the shared information device changes the object value in another shared information device, the changed object value is transmitted from the other shared information device via the transmission proxy device 2. The stored contents of the object value database 102 are rewritten to the changed object values. For this reason, since the latest object value is held in the distributed information device in which the application is operating, the application can acquire the object value in a short time.

図9の動作シーケンスに示すように、分散情報機器において短時間に連続してオブジェクト値の変更が発生するような場合には、分散情報機器は規定時間内に変更されたオブジェクト値を1つの情報に集約して送信代行機器2宛に送出を行う。このため、分散情報機器のTCP/IP通信のための処理負荷が軽減され、分散情報機器として低機能の機器を用いることができる。この結果、送信代行機器を別途設ける必要があるが、分散情報機器に低機能な機器を用いることによって、システム全体のコストを抑えることができる。   As shown in the operation sequence of FIG. 9, when a change in object value occurs continuously in a short time in the distributed information device, the distributed information device uses the object value changed within a specified time as one piece of information. Are transmitted to the transmission proxy device 2. For this reason, the processing load for TCP / IP communication of the distributed information device is reduced, and a low-function device can be used as the distributed information device. As a result, it is necessary to separately provide a transmission proxy device, but the cost of the entire system can be suppressed by using a low-function device as the distributed information device.

≪第2の実施の形態≫
以下、本発明の第2の実施の形態について図面を参照しつつ説明する。
<システム構成>
本実施の分散情報システムのシステム構成について図10を参照しつつ説明する。図10は本実施の形態の分散情報システムのシステム構成図である。
<< Second Embodiment >>
The second embodiment of the present invention will be described below with reference to the drawings.
<System configuration>
A system configuration of the distributed information system according to the present embodiment will be described with reference to FIG. FIG. 10 is a system configuration diagram of the distributed information system according to the present embodiment.

分散情報システムは、ネットワーク6に接続された複数の分散情報機器5a、5b、5c、・・・を有する。
ただし、オブジェクト値を変更する契機が発生した分散情報機器(送信元機器)は、自機器におけるオブジェクト値の変更頻度が所定の閾値以上の場合、第1の実施の形態では、集約オブジェクト値を専用の送信代行機器2宛にネットワーク3へ送出する。
The distributed information system includes a plurality of distributed information devices 5 a, 5 b, 5 c,.
However, in the first embodiment, the distributed information device (sender device) that has triggered the change of the object value uses the aggregate object value in the first embodiment when the change frequency of the object value in the own device is equal to or greater than a predetermined threshold. Is sent to the network 3 addressed to the transmission proxy device 2.

これに対して、本実施の形態では、送信元機器は、ネットワーク6に接続されている分散情報機器の中から後述する所定の方法により1つの分散情報機器を送信代行機器として選定し、集約オブジェクト値を選定した分散情報機器宛にネットワーク6へ送出する。
<分散情報機器の機能構成>
図11の分散情報機器5a,5b,5cの機能構成について図11を参照しつつ説明する。図11は図10の分散情報機器5a,5b,5cの機能構成図である。ただし、第1の実施の形態と実質的に同じ機能を有する構成要素には第1の実施の形態と同じ符号を付し、その説明が適用できるため説明を省略する。
On the other hand, in the present embodiment, the transmission source device selects one distributed information device as a transmission proxy device from among the distributed information devices connected to the network 6 by a predetermined method to be described later, and collects the aggregate object. The value is transmitted to the network 6 to the selected distributed information device.
<Functional configuration of distributed information device>
The functional configuration of the distributed information devices 5a, 5b, and 5c in FIG. 11 will be described with reference to FIG. FIG. 11 is a functional configuration diagram of the distributed information devices 5a, 5b, and 5c in FIG. However, components having substantially the same functions as those of the first embodiment are denoted by the same reference numerals as those of the first embodiment, and description thereof is omitted because the description can be applied.

分散情報機器5a、5b、5cは、制御アプリ部101と、オブジェクト値データベース(オブジェクト値DB)102と、送信先一覧データベース(送信先一覧DB)103と、送信制御部104aと、送信管理部105と、集約部106と、集約データベース(集約DB)107と、通信処理部108aと、受信制御部109aと、代行機器選定部120とを有する。   The distributed information devices 5a, 5b, and 5c include a control application unit 101, an object value database (object value DB) 102, a transmission destination list database (transmission destination list DB) 103, a transmission control unit 104a, and a transmission management unit 105. An aggregation unit 106, an aggregation database (aggregation DB) 107, a communication processing unit 108a, a reception control unit 109a, and a substitute device selection unit 120.

代行機器選定部120は、下記に記載する(a)や(b)などの所定の方法に従って、ネットワーク6に接続されている分散情報機器の中から集約オブジェクト値を送信する先の分散情報機器(送信代行機器)を選定する。そして、代行機器選定部120は、選定した分散情報機器を示す代行機器情報を通信処理部108aへ出力する。通信処理部108aは、代行機器選定部120から入力される代行機器情報が示す分散情報機器宛に、集約部106から入力される集約オブジェクト値にヘッダ情報を付加したパケットをネットワーク6へ送出する。   The substitute device selection unit 120 transmits the aggregated object value from the distributed information devices connected to the network 6 according to a predetermined method such as (a) or (b) described below. Select a transmission agent device. Then, the proxy device selection unit 120 outputs proxy device information indicating the selected distributed information device to the communication processing unit 108a. The communication processing unit 108 a sends, to the network 6, a packet in which header information is added to the aggregate object value input from the aggregation unit 106 to the distributed information device indicated by the proxy device information input from the proxy device selection unit 120.

(a)自機器がオブジェクト番号「1」のオブジェクト値(オブジェクト番号とオブジェクト値との対)を送信する先の分散情報機器の各々について、自機器がその分散情報機器からオブジェクト番号「1」のオブジェクト値を受信した受信回数(当該分散情報機器が制御する電気錠が設けられたゲートの通過回数に相当)の統計値をとる。そして、統計結果を基に分散情報機器の処理負荷を推定し、処理負荷が最も低いと推定した分散情報機器を送信代行機器に選定する。   (A) For each of the distributed information devices to which the own device transmits the object value of the object number “1” (a pair of the object number and the object value), the own device transmits the object number “1” from the distributed information device. A statistical value of the number of times of reception of the object value (corresponding to the number of times of passage through the gate provided with the electric lock controlled by the shared information device) is taken. Then, the processing load of the distributed information device is estimated based on the statistical result, and the distributed information device estimated to have the lowest processing load is selected as the transmission proxy device.

(b)アンチパスバック制御を行うためのエリア構成(あるゲートの次に通過することのある全てのゲートの情報など)を保持しておく。そして、オブジェクト値データベース102のオブジェクト番号「1」の内容から、各々のゲートについて、ゲートを次に通過することが可能な人数を演算する。そして、演算結果を基に、他の分散情報機器の処理負荷を推定し、処理負荷が最も低いと推定した分散情報機器を送信代行機器に選定する。   (B) An area configuration for performing anti-passback control (information on all gates that may pass next to a certain gate, etc.) is retained. Then, from the contents of the object number “1” in the object value database 102, the number of people who can pass the gate next is calculated for each gate. Then, based on the calculation result, the processing load of the other distributed information device is estimated, and the distributed information device estimated to have the lowest processing load is selected as the transmission proxy device.

送信制御部104aと通信処理部108aと受信制御部109aとは、夫々、送信制御部104と通信処理部108と受信制御部109との処理や上述した処理に加え、送信代行機器として動作するための次の処理を実行する。
通信処理部108aは、集約オブジェクト値を含むパケットを受信する。受信制御部109aは通信処理部108aから入力される集約オブジェクト値を集約用オブジェクト値(オブジェクト番号とオブジェクト値と送信先アドレス群との対)に分解する。受信制御部109aは、集約用オブジェクト値を順次送信制御部104aへ出力し、送信制御部104aは集約用オブジェクト値を通信処理部108aへ出力する。通信処理部108aは、入力内容を基に、送信先アドレス群を構成する各々の送信先アドレスの分散情報機器宛に、オブジェクト番号とオブジェクト値との対にヘッダ情報を付加したパケットをネットワーク6へ送出する。
The transmission control unit 104a, the communication processing unit 108a, and the reception control unit 109a operate as a transmission proxy device in addition to the processing of the transmission control unit 104, the communication processing unit 108, and the reception control unit 109 and the above-described processing. The following processing is executed.
The communication processing unit 108a receives a packet including the aggregate object value. The reception control unit 109a decomposes the aggregate object value input from the communication processing unit 108a into an aggregate object value (a pair of an object number, an object value, and a destination address group). The reception control unit 109a sequentially outputs the aggregation object value to the transmission control unit 104a, and the transmission control unit 104a outputs the aggregation object value to the communication processing unit 108a. Based on the input contents, the communication processing unit 108a sends, to the network 6, a packet in which header information is added to the pair of the object number and the object value to the distributed information device of each destination address that constitutes the destination address group. Send it out.

<分散情報機器の動作フロー>
図11の分散情報機器5a,5b,5cの動作フローについて図12を参照しつつ説明する。図12は図11の分散情報機器5a,5b,5cの動作フローを示すフローチャートである。
通信処理部108aがネットワーク6から自機器宛のパケットを受信する(ステップS301:YES)と、分散情報機器は受信処理(図13)を実行する(ステップS302)。受信していない場合には(ステップS301:NO)、ステップS303の処理が行われる。
<Operation flow of distributed information device>
The operation flow of the distributed information devices 5a, 5b, and 5c in FIG. 11 will be described with reference to FIG. FIG. 12 is a flowchart showing an operation flow of the distributed information devices 5a, 5b, and 5c in FIG.
When the communication processing unit 108a receives a packet addressed to itself from the network 6 (step S301: YES), the distributed information device executes a reception process (FIG. 13) (step S302). If not received (step S301: NO), the process of step S303 is performed.

送信管理部105は、オブジェクト値の変更頻度を監視し、オブジェクト値の変更頻度が所定の閾値以上であるかを判定する(ステップS303)。
ステップS303の判定処理において変更頻度が閾値未満であると判定されると(ステップS303:NO)、集約部106は集約フラグがオンであるかを判定する(ステップS304)。
The transmission management unit 105 monitors the change frequency of the object value and determines whether the change frequency of the object value is equal to or higher than a predetermined threshold (step S303).
If it is determined in the determination process of step S303 that the change frequency is less than the threshold (step S303: NO), the aggregation unit 106 determines whether the aggregation flag is on (step S304).

ステップS304の判定処理で集約フラグがオンであると判定されれば(ステップS304:YES)、代行機器選定部120はネットワーク6に接続されている分散情報機器の中から集約オブジェクト値を送信する先の分散情報機器(送信代行機器)を選定する(ステップS305)。集約部106は集約データベース107に格納されている集約用オブジェクト値を1つの情報に集約し、集約して作成した集約オブジェクト値を通信処理部108aへ出力する(ステップS306)。そして、通信処理部108aは、ステップS305で選定された分散情報機器宛に、集約オブジェクト値にヘッダ情報を付加したパケットを送出し(ステップS307)、集約部106は集約フラグをオフに設定する(ステップS308)。   If it is determined in step S304 that the aggregation flag is on (step S304: YES), the substitute device selection unit 120 transmits the aggregate object value from among the distributed information devices connected to the network 6. The distributed information device (transmission proxy device) is selected (step S305). The aggregation unit 106 aggregates the aggregation object values stored in the aggregation database 107 into one piece of information, and outputs the aggregated object value created by aggregation to the communication processing unit 108a (step S306). Then, the communication processing unit 108a sends a packet with header information added to the aggregate object value to the distributed information device selected in step S305 (step S307), and the aggregation unit 106 sets the aggregation flag to OFF ( Step S308).

ステップS304の判定処理で集約フラグがオフであると判定されれば(ステップS104:NO)、図6で説明したステップS108からステップS110と実質的に同じ処理が行われる(ステップS309からステップS311)。
ステップS303の判定処理において変更頻度が閾値以上であると判定されると(ステップS303:YES)、図6で説明したステップS111からステップS112と実質的に同じ処理が行われる(ステップS312からステップS313)。
If it is determined in step S304 that the aggregation flag is OFF (step S104: NO), substantially the same processing as steps S108 to S110 described in FIG. 6 is performed (steps S309 to S311). .
If it is determined in step S303 that the change frequency is greater than or equal to the threshold (step S303: YES), substantially the same processing as steps S111 to S112 described in FIG. 6 is performed (steps S312 to S313). ).

集約部106は、規定時間を経過したかを判定する(ステップS314)。
ステップS314の判定処理において規定時間を経過していないと判定されると(ステップS313:NO)、図6で説明したステップS114からステップS116と実質的に同じ処理が行われる(ステップS315からステップS317)。
ステップS314の判定処理において規定時間を経過していると判定されると(ステップS314:YES)、代行機器選定部120はネットワーク6に接続されている分散情報機器の中から集約オブジェクト値を送信する先の分散情報機器(送信代行機器)を選定する(ステップS318)。集約部106は集約データベース107に格納されている集約用オブジェクト値を1つの情報に集約し、集約して作成した集約オブジェクト値を通信処理部108aへ出力する(ステップS319)。そして、通信処理部108aは、ステップS318で選定された分散情報機器宛に、集約オブジェクト値にヘッダ情報を付加したパケットを送出する(ステップS320)。
The aggregation unit 106 determines whether the specified time has elapsed (step S314).
If it is determined in step S314 that the specified time has not elapsed (step S313: NO), substantially the same processing as steps S114 to S116 described in FIG. 6 is performed (steps S315 to S317). ).
If it is determined in the determination process in step S314 that the specified time has elapsed (step S314: YES), the substitute device selection unit 120 transmits the aggregated object value from among the distributed information devices connected to the network 6. The previous distributed information device (transmission proxy device) is selected (step S318). The aggregation unit 106 aggregates the aggregation object values stored in the aggregation database 107 into one piece of information, and outputs the aggregated object value created by aggregation to the communication processing unit 108a (step S319). Then, the communication processing unit 108a sends a packet with header information added to the aggregated object value to the distributed information device selected in step S318 (step S320).

<図12の受信処理の動作フロー>
図12の受信処理の動作フローについて図13を参照しつつ説明する。図13は図12の受信処理の動作フローを示すフローチャートである。
受信制御部109aは、通信処理部108aによって受信されたパケット内の情報がオブジェクト値であるかを判定する(ステップS331)。
<Operation Flow of Reception Processing in FIG. 12>
The operation flow of the reception process in FIG. 12 will be described with reference to FIG. FIG. 13 is a flowchart showing an operation flow of the reception process of FIG.
The reception control unit 109a determines whether the information in the packet received by the communication processing unit 108a is an object value (step S331).

ステップS331の判定処理においてパケット内の情報がオブジェクト値であると判定されると(ステップS331:YES)、受信制御部109aは、パケット内のオブジェクト番号とオブジェクト値とを基にオブジェクト値データベース102の記憶内容を更新し(ステップS332)、図12に戻る。
ステップS331の判定処理においてパケット内の情報がオブジェクト値でないと判定されると(ステップS331:NO)、パケット内の情報が集約オブジェクト値であるかを判定する(ステップS333)。パケット内の情報が集約オブジェクト値でなければ(ステップS333:NO)、図12に戻る。
If it is determined in the determination process of step S331 that the information in the packet is an object value (step S331: YES), the reception control unit 109a stores the object value database 102 based on the object number and the object value in the packet. The stored contents are updated (step S332), and the process returns to FIG.
If it is determined in the determination process in step S331 that the information in the packet is not an object value (step S331: NO), it is determined whether the information in the packet is an aggregate object value (step S333). If the information in the packet is not the aggregate object value (step S333: NO), the process returns to FIG.

ステップS333の判定処理においてパケット内の情報が集約オブジェクト値であると判定されると(ステップS333:YES)、受信制御部109aはパケット内の集約オブジェクト値を集約用オブジェクト値(オブジェクト番号とオブジェクト値と送信先アドレス群との対)に分解する(ステップS334)。
受信制御部109aは、集約用オブジェクト値の各々について、送信先アドレス群に自アドレスに一致する送信先アドレスがあれば、オブジェクト番号とオブジェクト値とを基にオブジェクト値データベース102の記憶内容を更新する(ステップS335)。
If it is determined in the determination process in step S333 that the information in the packet is an aggregate object value (step S333: YES), the reception control unit 109a converts the aggregate object value in the packet into an aggregate object value (object number and object value). And a destination address group) (step S334).
For each of the aggregation object values, the reception control unit 109a updates the stored contents of the object value database 102 based on the object number and the object value if there is a transmission destination address that matches the self address in the transmission destination address group. (Step S335).

送信制御部104aは、集約用オブジェクト値の各々について、送信先アドレス群に自アドレスに一致しない送信先アドレスがあれば、オブジェクト番号、オブジェクト値、及び自アドレスに一致しない送信先アドレスを通信処理部108aへ出力する。そして、通信処理部108aは、入力される各々の送信先アドレスの分散情報機器宛に、入力されるオブジェクト番号とオブジェクト値との対にヘッダ情報を付加したパケットを送出する(ステップS336)。そして、図12に戻る。   If there is a transmission destination address that does not match the own address in the transmission destination address group for each aggregation object value, the transmission control unit 104a sets the object number, the object value, and the transmission destination address that does not match the own address. To 108a. Then, the communication processing unit 108a sends a packet in which header information is added to the pair of the input object number and the object value to the distributed information device of each input destination address (step S336). And it returns to FIG.

以下において、オブジェクト値の変更頻度が所定の閾値未満の場合の動作シーケンスは図8の動作シーケンスと実質的に同じであるので、オブジェクト値の変更頻度が所定の閾値以上の場合の動作シーケンスについてのみ説明する。
<分散情報システムの動作シーケンス:情報を集約し送信代行機器経由で送信>
図10の分散情報システムの動作シーケンスについて図14を参照しつつ説明する。図14は図10の分散情報システムの動作シーケンスを示す図である。ただし、図14はオブジェクト値の変更があった分散情報機器が変更のあったオブジェクト値を集約し、集約したオブジェクト値を送信代行機器として選定した分散情報機器へ送信し、送信代行機器として選定された分散情報機器が集約された各オブジェクト値を他の分散情報機器へ送信する場合である。
In the following, since the operation sequence when the change frequency of the object value is less than the predetermined threshold is substantially the same as the operation sequence of FIG. 8, only the operation sequence when the change frequency of the object value is greater than or equal to the predetermined threshold is shown. explain.
<Distributed Information System Operation Sequence: Aggregating Information and Sending via Transmission Agent>
The operation sequence of the distributed information system in FIG. 10 will be described with reference to FIG. FIG. 14 is a diagram showing an operation sequence of the distributed information system of FIG. However, in FIG. 14, the distributed information device in which the object value has been changed aggregates the changed object value, and the aggregated object value is transmitted to the distributed information device selected as the transmission agent device, and is selected as the transmission agent device. This is a case where each distributed object information is transmitted to other distributed information devices.

なお、オブジェクトとの変更があった分散情報機器を分散情報機器5a、変更のあったオブジェクト値を受け取る分散情報機器を分散情報機器5bとし、送信代行機器として選定される分散情報機器を分散情報機器5cとしてする。
分散情報機器5aの送信管理部105は、オブジェクト値の変更頻度を監視し、変更頻度が閾値以上であると判定する(ステップS351)。
The distributed information device that has been changed with the object is the distributed information device 5a, the distributed information device that receives the changed object value is the distributed information device 5b, and the distributed information device that is selected as the transmission proxy device is the distributed information device. 5c.
The transmission management unit 105 of the shared information device 5a monitors the change frequency of the object value and determines that the change frequency is equal to or higher than the threshold (step S351).

送信代行機器5aは、オブジェクト値の変更があると、図9で説明したステップS252〜ステップS256と実質的に同じ処理を行う(ステップS352〜ステップS356)。
集約部106が規定時間を経過したと判定する(ステップS357)と、代行機器選定部120は、ネットワーク6に接続されている分散情報機器の中から集約オブジェクト値を送信する先の分散情報機器(送信代行機器)を選定する(ステップS358)。ここでは、送信代行機器として分散情報機器5cを選定する。集約部106は集約データベース107に蓄積されている集約用オブジェクト値を1つの情報に集約し、集約オブジェクト値を作成する(ステップS359)。そして、集約部106は集約オブジェクト値を通信処理部108aへ出力し(ステップS360)、通信処理部108aは、ステップS358で送信代行機器として選定された分散情報機器5c宛に、集約オブジェクト値にヘッダ情報を付加したパケットを送出する(ステップS361)。
When there is a change in the object value, the transmission proxy device 5a performs substantially the same processing as steps S252 to S256 described in FIG. 9 (steps S352 to S356).
When the aggregation unit 106 determines that the specified time has elapsed (step S357), the substitute device selection unit 120 transmits the aggregated object value to which the aggregated object value is transmitted from among the distributed information devices connected to the network 6 ( A transmission proxy device) is selected (step S358). Here, the distributed information device 5c is selected as the transmission proxy device. The aggregation unit 106 aggregates the aggregation object values stored in the aggregation database 107 into one piece of information, and creates an aggregate object value (step S359). Then, the aggregation unit 106 outputs the aggregated object value to the communication processing unit 108a (step S360), and the communication processing unit 108a sends a header to the aggregated object value to the distributed information device 5c selected as the transmission proxy device in step S358. A packet with information added is sent (step S361).

分散情報機器5cの通信処理部108aは自機器宛のパケットを受信し、受信したパケット内の集約オブジェクト値を受信制御部109aへ出力する(ステップS362)。受信制御部109aは、パケット内の情報が集約オブジェクト値であるので、集約オブジェクト値を集約用オブジェクト値(オブジェクト番号とオブジェクト値と送信先アドレス群との対)に分割する(ステップS363)。受信制御部109aは、各々の集約用オブジェクト値について、送信先アドレス群に自アドレスに一致する送信先アドレスがあれば、オブジェクト番号とオブジェクト値との対を基にオブジェクト値データベース102の記憶内容を更新する(図14には図示していない。)。そして、受信制御部109aは、各々の集約用オブジェクト値について、送信先アドレス群に自アドレス以外の送信先アドレスがあれば、オブジェクト番号、オブジェクト値及び自アドレス以外の送信先アドレスを送信制御部104aへ出力する(ステップS364)。送信制御部104aは、受信制御部109aから入力される入力内容を通信処理部108aへ出力する(ステップS365)。   The communication processing unit 108a of the shared information device 5c receives the packet addressed to itself, and outputs the aggregated object value in the received packet to the reception control unit 109a (step S362). Since the information in the packet is an aggregate object value, the reception control unit 109a divides the aggregate object value into an aggregate object value (a pair of an object number, an object value, and a destination address group) (step S363). For each aggregation object value, if there is a destination address that matches its own address in the destination address group, the reception control unit 109a stores the contents stored in the object value database 102 based on the object number / object value pair. Update (not shown in FIG. 14). Then, for each aggregation object value, if there is a destination address other than the own address in the destination address group, the reception control unit 109a sends the object number, the object value, and the destination address other than the own address to the transmission control unit 104a. (Step S364). The transmission control unit 104a outputs the input content input from the reception control unit 109a to the communication processing unit 108a (step S365).

通信処理部108aは、入力される各々の送信先アドレスの分散情報機器宛に、入力されるオブジェクト番号とオブジェクト値との対にヘッダ情報を付加したパケットを送出する(ステップS366)。
分散情報機器5bは、図9で説明したステップS266からステップS267と実質的に同じ処理を行う(ステップS367からステップS368)。なお、ステップS367からステップS368の処理は、送信代行機器としての分散情報機器5cから分散情報機器5bへ送信されるオブジェクト値が複数ある場合には複数回行われる。
The communication processing unit 108a sends a packet in which header information is added to the pair of the input object number and object value to the distributed information device of each input destination address (step S366).
The shared information device 5b performs substantially the same processing as Step S266 to Step S267 described in FIG. 9 (Step S367 to Step S368). Note that the processing from step S367 to step S368 is performed a plurality of times when there are a plurality of object values transmitted from the distributed information device 5c serving as the transmission proxy device to the distributed information device 5b.

本実施の形態において、例えば、処理負荷が小さいと推測される分散情報機器を送信代行機器に選定するようにすれば、分散情報機器が高性能でなくても送信代行機器の役割を同時に果たすことが可能であると考えられる。従って、送信代行機器を別途設ける必要がなく、かつ、分散情報機器に高性能な機器を用いる必要がないため、システム全体のコストの上昇を抑えることができる。   In this embodiment, for example, if a distributed information device that is assumed to have a low processing load is selected as a transmission proxy device, the distributed information device can simultaneously serve as a transmission proxy device even if the distributed information device is not high-performance. Is considered possible. Therefore, it is not necessary to separately provide a transmission proxy device, and it is not necessary to use a high-performance device as the distributed information device, so that an increase in the cost of the entire system can be suppressed.

≪第3の実施の形態≫
以下、本発明の第3の実施の形態について図面を参照しつつ説明する。
本実施の形態の分散情報システムは、第1の実施の形態と同じく、ネットワークに接続されている複数の分散情報機器と送信代行機器とを有する。
<分散情報機器の機能構成>
本実施の形態の分散情報機器10a,10b,10cの機能構成について図15を参照しつつ説明する。図15は本実施の形態の分散情報機器10a,10b,10cの機能構成図である。ただし、第1の実施の形態と実質的に同じ機能を有する構成要素には第1の実施の形態と同じ符号を付し、その説明が適用できるため説明を省略する。
<< Third Embodiment >>
The third embodiment of the present invention will be described below with reference to the drawings.
As in the first embodiment, the distributed information system according to the present embodiment includes a plurality of distributed information devices and transmission proxy devices connected to the network.
<Functional configuration of distributed information device>
The functional configuration of the distributed information devices 10a, 10b, and 10c of the present embodiment will be described with reference to FIG. FIG. 15 is a functional configuration diagram of the distributed information devices 10a, 10b, and 10c according to the present embodiment. However, components having substantially the same functions as those of the first embodiment are denoted by the same reference numerals as those of the first embodiment, and description thereof is omitted because the description can be applied.

分散情報機器10a、10b、10cは、制御アプリ部101と、オブジェクト値データベース(オブジェクト値DB)102と、送信先グループ一覧データベース(送信先グループ一覧DB)103bと、送信制御部104bと、通信処理部108bと、受信制御部109とを有する。
送信先一覧データベース103は、オブジェクト番号毎に、オブジェクト番号のオブジェクト値を用いるアプリケーションが動作している自機器以外の分散情報機器が属するグループを示す送信先グループを記憶するものであり、その一例を図16に示す。
The distributed information devices 10a, 10b, and 10c include a control application unit 101, an object value database (object value DB) 102, a transmission destination group list database (transmission destination group list DB) 103b, a transmission control unit 104b, and communication processing. Unit 108b and reception control unit 109.
The destination list database 103 stores, for each object number, a destination group indicating a group to which a distributed information device other than the own device on which an application using the object value of the object number is operating belongs. As shown in FIG.

図16の例では、「送信先グループ(1)」、「送信先グループ(2)」に、対応するオブジェクト番号に関するオブジェクト値を送信する先の分散機器情報が属する送信先グループが予め登録されている。
送信制御部104bには制御アプリ部101から変更があったオブジェクト値と当該オブジェクト値に対応するオブジェクト番号とが入力される。送信制御部104bは、送信先グループ一覧データベース103bの記憶内容を照会し、入力されるオブジェクト番号に対応付けられた全ての送信先グループ(以下、送信先グループ群と記載する。)を特定する。送信制御部104bは、入力されるオブジェクト番号及びオブジェクト値並びに特定した送信先グループ群を通信処理部108bへ出力する。
In the example of FIG. 16, the transmission destination group to which the distributed device information of the transmission destination of the object value related to the corresponding object number belongs to “transmission destination group (1)” and “transmission destination group (2)” in advance. Yes.
The object value changed from the control application unit 101 and the object number corresponding to the object value are input to the transmission control unit 104b. The transmission control unit 104b inquires the stored contents of the transmission destination group list database 103b and specifies all transmission destination groups (hereinafter referred to as transmission destination group groups) associated with the input object numbers. The transmission control unit 104b outputs the input object number and object value and the specified transmission destination group group to the communication processing unit 108b.

通信処理部108bには送信制御部104bからオブジェクト番号、オブジェクト値及び送信先グループ群が入力され、通信処理部108bは、図17で説明する送信代行機器20宛に、オブジェクト番号とオブジェクト値と送信先グループ群との対にヘッダ情報を付加したパケットを送出する。なお、分散情報機器10a,10b,10cは送信代行機器20のIPアドレスを不図示のメモリに予め記憶している。   The communication processing unit 108b receives the object number, the object value, and the destination group group from the transmission control unit 104b, and the communication processing unit 108b transmits the object number, the object value, and the transmission to the transmission proxy device 20 described in FIG. A packet with header information added to the pair with the destination group is sent. The distributed information devices 10a, 10b, and 10c store the IP address of the transmission proxy device 20 in a memory (not shown) in advance.

通信処理部108bはネットワーク3を伝送するパケットの中から自機器宛のパケットを検出し、自機器宛のパケット内の情報を受信制御部109へ出力する。
<送信代行機器の機能構成>
本実施の形態の送信代行機器20の機能構成について図17を参照しつつ説明する。図17は本実施の形態の送信代行機器20の機能構成図である。
The communication processing unit 108 b detects a packet addressed to the own device from packets transmitted through the network 3, and outputs information in the packet addressed to the own device to the reception control unit 109.
<Functional configuration of transmission agent device>
A functional configuration of the transmission proxy device 20 according to the present embodiment will be described with reference to FIG. FIG. 17 is a functional configuration diagram of the transmission proxy device 20 according to the present embodiment.

送信代行機器20は、受信制御部201bと、送信制御部202bと、通信処理部203bと、送信先展開データベース(送信展開DB)210とを有する。
送信先展開データベース210は、送信先グループ毎に、送信先グループに属する各々の分散情報機器の送信先アドレスを記憶するものであり、その一例を図18に示す。
図18の例では、「送信先アドレス(1)」、「送信先アドレス(2)」、「送信先アドレス(3)」に、対応する送信先グループに属する分散情報機器の送信先アドレスが予め登録されている。なお、送信先グループに対応付けて記憶されている送信先アドレスの組が当該送信先グループに属する分散情報機器を示す展開分散機器情報に相当する。
The transmission proxy device 20 includes a reception control unit 201b, a transmission control unit 202b, a communication processing unit 203b, and a transmission destination expansion database (transmission expansion DB) 210.
The transmission destination development database 210 stores the transmission destination address of each distributed information device belonging to the transmission destination group for each transmission destination group, and an example thereof is shown in FIG.
In the example of FIG. 18, the transmission destination addresses of the distributed information devices belonging to the corresponding transmission destination group are stored in advance in “transmission destination address (1)”, “transmission destination address (2)”, and “transmission destination address (3)”. It is registered. A pair of transmission destination addresses stored in association with the transmission destination group corresponds to expanded distributed device information indicating the distributed information device belonging to the transmission destination group.

受信制御部201bは、通信処理部203bから入力されるオブジェクト番号とオブジェクト値と送信先グループ群との対を送信制御部202bへ出力する。
送信制御部202bは、受信制御部201bから入力される送信先グループ群を構成する各々の送信先グループについて、送信先展開データベース210の記憶内容を照会し、送信先グループに対応付けられた送信先アドレスを特定する。そして、送信制御部202bは、受信制御部201bから入力されるオブジェクト番号及びオブジェクト値並びに特定した送信先アドレスを通信処理部203bへ出力する。ここで、通信処理部203bへ出力される送信先アドレスは、送信先グループ群を構成する全ての送信先グループに対して特定された全ての送信先アドレスである。
The reception control unit 201b outputs a pair of the object number, the object value, and the transmission destination group group input from the communication processing unit 203b to the transmission control unit 202b.
The transmission control unit 202b inquires the storage contents of the transmission destination expansion database 210 for each transmission destination group constituting the transmission destination group group input from the reception control unit 201b, and transmits the transmission destination associated with the transmission destination group. Identify the address. Then, the transmission control unit 202b outputs the object number and the object value input from the reception control unit 201b and the specified transmission destination address to the communication processing unit 203b. Here, the transmission destination addresses output to the communication processing unit 203b are all transmission destination addresses specified for all transmission destination groups constituting the transmission destination group group.

通信処理部203bはネットワークを伝送するパケットの中から自機器宛のパケットを検出し、自機器宛のパケットに含まれるオブジェクト番号とオブジェクト値と送信先グループ群との対を受信制御部201bへ出力する。
通信処理部203bには送信制御部202bからオブジェクト番号とオブジェクト値と送信先アドレスとが入力される。通信処理部203bは、入力される各々の送信先アドレスの分散情報機器宛に、オブジェクト番号とオブジェクト値との対にヘッダ情報を付加したパケットを送出する。
The communication processing unit 203b detects a packet addressed to itself from among packets transmitted through the network, and outputs a pair of an object number, an object value, and a destination group group included in the packet addressed to the own device to the reception control unit 201b. To do.
The communication processing unit 203b receives the object number, the object value, and the transmission destination address from the transmission control unit 202b. The communication processing unit 203b sends a packet in which header information is added to a pair of an object number and an object value to the distributed information device having each input destination address.

<分散情報機器の動作フロー>
図15の分散情報機器10a,10b,10cの動作フローについて図19を参照しつつ説明する。図19は図15の分散情報機器10a,10b,10cの動作フローを示すフローチャートである。
通信処理部108bがネットワークから自機器宛のオブジェクト値を含むパケットを受信する(ステップS401:YES)と、受信制御部109は、パケット内のオブジェクト番号とオブジェクト値とを基にオブジェクト値データベース102の記憶内容を更新する(ステップS402)。受信していない場合には(ステップS401:NO)、ステップS403の処理が行われる。
<Operation flow of distributed information device>
The operation flow of the distributed information devices 10a, 10b, and 10c in FIG. 15 will be described with reference to FIG. FIG. 19 is a flowchart showing an operation flow of the distributed information devices 10a, 10b, and 10c of FIG.
When the communication processing unit 108b receives a packet including an object value addressed to itself from the network (step S401: YES), the reception control unit 109 stores the object value database 102 based on the object number and the object value in the packet. The stored contents are updated (step S402). If not received (step S401: NO), the process of step S403 is performed.

オブジェクト値の変更があれば(ステップS403)、分散情報機器では変更されたオブジェクト値と当該オブジェクト値に対応したオブジェクト番号とを基に自機器内のオブジェクト値データベース102の記憶内容の更新が行われる。送信制御部104bは、送信先グループ一覧データベース103bの記憶内容を照会し、変更のあったオブジェクト値に対応するオブジェクト番号に対応付けられた全ての送信先グループ(送信先グループ群)を特定する(ステップS404)。送信制御部104bは、オブジェクト番号、オブジェクト値及び特定した送信先グループ群を通信処理部108bへ出力する。そして、通信処理部108bは、送信代行機器20宛に、入力されたオブジェクト番号とオブジェクト値と送信先グループ群との対にヘッダ情報を付加したパケットを送出する(ステップS405)。   If there is a change in the object value (step S403), the distributed information device updates the stored contents of the object value database 102 in its own device based on the changed object value and the object number corresponding to the object value. . The transmission control unit 104b inquires the storage contents of the transmission destination group list database 103b and specifies all transmission destination groups (transmission destination group groups) associated with the object number corresponding to the changed object value ( Step S404). The transmission control unit 104b outputs the object number, the object value, and the specified transmission destination group group to the communication processing unit 108b. Then, the communication processing unit 108b sends a packet in which header information is added to the pair of the input object number, object value, and destination group to the transmission proxy device 20 (step S405).

<送信代行機器の動作フロー>
図17の送信代行機器20の動作フローについて図20を参照しつつ説明する。図20は図17の送信代行機器20の動作フローを示すフローチャートである。
通信処理部203bがネットワーク3から自機器宛のオブジェクト値を含むパケットを受信すると(ステップS431:YES)、受信制御部201bはパケット内の情報(オブジェクト番号とオブジェクト値と送信先グループ群)を送信制御部202bへ出力する。送信制御部202bは、送信先グループ群を構成する各々の送信先グループについて、送信先展開データベースの記憶内容を照会し、送信先グループに対応付けられた送信先アドレスを特定する(ステップS432)。
<Operation flow of transmission agent device>
The operation flow of the transmission proxy device 20 in FIG. 17 will be described with reference to FIG. FIG. 20 is a flowchart showing an operation flow of the transmission proxy device 20 of FIG.
When the communication processing unit 203b receives a packet including the object value addressed to itself from the network 3 (step S431: YES), the reception control unit 201b transmits the information (object number, object value, and destination group group) in the packet. It outputs to the control part 202b. The transmission control unit 202b inquires the storage contents of the transmission destination expansion database for each transmission destination group constituting the transmission destination group group, and specifies the transmission destination address associated with the transmission destination group (step S432).

送信制御202bは、オブジェクト番号及びオブジェクト値並びに特定した送信先アドレスを通信処理部203bへ出力する。通信処理部203bは、各々の送信先アドレスの分散情報機器宛に、オブジェクト番号とオブジェクト値との対にヘッダ情報を付加したパケットを送出する(ステップS433)。
<分散情報システムの動作シーケンス>
本実施の形態の分散情報システムの動作シーケンスについて図21を参照しつつ説明する。図21は本実施の形態の分散情報システムの動作シーケンスを示す図である。
The transmission control 202b outputs the object number, the object value, and the specified transmission destination address to the communication processing unit 203b. The communication processing unit 203b sends a packet in which header information is added to a pair of an object number and an object value to the distributed information device of each transmission destination address (step S433).
<Operation sequence of distributed information system>
An operation sequence of the distributed information system according to the present embodiment will be described with reference to FIG. FIG. 21 is a diagram showing an operation sequence of the distributed information system according to the present embodiment.

なお、オブジェクトとの変更があった分散情報機器を分散情報機器10a、変更のあったオブジェクト値を受け取る分散情報機器を分散情報機器10bとする。
送信制御部104bは、オブジェクト値の変更を検出し(ステップS451)、送信先グループ一覧データベース103bの記憶内容を照会し、変更のあったオブジェクト値に対応するオブジェクト番号に対応付けられた全ての送信先グループ(送信先グループ群)を特定する(ステップS452)。なお、分散情報機器では変更されたオブジェクト値と当該オブジェクト値に対応したオブジェクト番号とを基に自機器内のオブジェクト値データベース102の記憶内容の更新が行われる。送信制御部104bは、オブジェクト番号、オブジェクト値及び特定した送信先グループ群を通信処理部108bへ出力する(ステップS453)。
The shared information device 10a is a shared information device that has been changed with an object, and the shared information device 10b is a shared information device that receives the changed object value.
The transmission control unit 104b detects a change in the object value (step S451), inquires the storage contents of the transmission destination group list database 103b, and transmits all the transmissions associated with the object number corresponding to the changed object value. A destination group (destination group group) is specified (step S452). In the distributed information device, the contents stored in the object value database 102 in the own device are updated based on the changed object value and the object number corresponding to the object value. The transmission control unit 104b outputs the object number, the object value, and the specified transmission destination group group to the communication processing unit 108b (step S453).

通信処理部108bは、送信代行機器20宛に、オブジェクト番号とオブジェクト値と送信先グループ群との対にヘッダ情報を付加したパケットを送出する(ステップS454)。
送信代行機器20の通信処理部203bは自機器宛のパケットを受信し、受信したパケット内のオブジェクト番号とオブジェクト値と送信先グループ群との対を受信制御部201bへ出力する(ステップS455)。受信制御部201bは、オブジェクト番号とオブジェクト値と送信先グループ群との対を送信制御部202bへ出力する(ステップS456)。
The communication processing unit 108b sends a packet in which header information is added to the pair of the object number, the object value, and the transmission destination group group to the transmission proxy device 20 (step S454).
The communication processing unit 203b of the transmission proxy device 20 receives the packet addressed to itself, and outputs a pair of the object number, the object value, and the transmission destination group group in the received packet to the reception control unit 201b (step S455). The reception control unit 201b outputs a pair of the object number, the object value, and the transmission destination group group to the transmission control unit 202b (Step S456).

送信制御部202bは、入力される送信先グループ群を構成する各々の送信先グループについて、送信先展開データベース210の記憶内容を照会し、送信先グループに対応付けられた送信先アドレスを特定する(ステップS457)。そして、送信制御部202bは、オブジェクト番号、オブジェクト値及び特定した送信先アドレスを通信処理部203bへ出力する(ステップS458)。通信処理部203bは、入力された各々の送信先アドレスの分散情報機器宛に、オブジェクト番号とオブジェクト値との対にヘッダ情報を付加したパケットを送出する(ステップS459)。   The transmission control unit 202b inquires the storage contents of the transmission destination expansion database 210 for each transmission destination group constituting the input transmission destination group group, and specifies the transmission destination address associated with the transmission destination group ( Step S457). Then, the transmission control unit 202b outputs the object number, the object value, and the specified transmission destination address to the communication processing unit 203b (step S458). The communication processing unit 203b sends a packet in which header information is added to the pair of the object number and the object value to the distributed information device of each input destination address (step S459).

分散情報機器10bの通信処理部108bは自機器宛のオブジェクト値を含むパケットを受信し、受信したパケット内のオブジェクト番号とオブジェクト値との対を受信制御部109へ出力する(ステップS460)。受信制御部109は、入力されるオブジェクト番号とオブジェクト値とを基にオブジェクト値データベース102の記憶内容を更新する(ステップS461)。   The communication processing unit 108b of the shared information device 10b receives the packet including the object value addressed to itself, and outputs the object number / object value pair in the received packet to the reception control unit 109 (step S460). The reception control unit 109 updates the stored content of the object value database 102 based on the input object number and object value (step S461).

これによれば、分散情報機器は送信代行機器にオブジェクト値を送信する先の分散情報機器を送信先グループにより通知しているため、分散情報機器が送信代行機器に対して送信するデータのデータ量を少なくすることができる。
≪第4の実施の形態≫
以下、本発明の第4の実施の形態について図面を参照しつつ説明する。
According to this, since the distributed information device notifies the transmission proxy device of the distributed information device to which the object value is transmitted by the transmission destination group, the data amount of data that the distributed information device transmits to the transmission proxy device Can be reduced.
<< Fourth Embodiment >>
Hereinafter, a fourth embodiment of the present invention will be described with reference to the drawings.

第1の実施の形態では、変更のあったオブジェクト値を送信する分散情報機器は、自機器の処理負荷が大きい場合に、変更のあったオブジェクト値を集約してネットワークへ送出する。
これに対して、本実施の形態では、変更のあったオブジェクト値を送信する分散情報機器は、変更のあったオブジェクト値を受け取る側の分散情報機器の処理負荷が大きい場合に、オブジェクト値を集約してネットワークへ送出する。
In the first embodiment, the distributed information device that transmits the changed object value aggregates the changed object value and sends it to the network when the processing load of the own device is large.
In contrast, in the present embodiment, the distributed information device that transmits the changed object value aggregates the object value when the processing load of the shared information device that receives the changed object value is large. And send it to the network.

なお、本実施の形態の分散情報システムはネットワークに接続された複数の分散情報機器によって構成され、送信代行機器は存在しない。
<分散情報機器の機能構成>
本実施の形態の分散情報機器15a,15b,15cの機能構成について図22を参照しつつ説明する。図22は本実施の形態の分散情報機器15a,15b,15cの機能構成図である。第1の実施の形態と実質的に同じ機能を有する構成要素には第1の実施の形態と同じ符号を付し、その説明が適用できるため説明を省略する。
Note that the distributed information system according to the present embodiment includes a plurality of distributed information devices connected to a network, and there is no transmission agent device.
<Functional configuration of distributed information device>
The functional configuration of the distributed information devices 15a, 15b, and 15c of the present embodiment will be described with reference to FIG. FIG. 22 is a functional configuration diagram of the distributed information devices 15a, 15b, and 15c according to the present embodiment. Constituent elements having substantially the same functions as those of the first embodiment are denoted by the same reference numerals as those of the first embodiment, and description thereof is omitted because the explanation can be applied.

分散情報機器15a、15b、15cは、制御アプリ部101と、オブジェクト値データベース(オブジェクト値DB)102と、送信先一覧データベース(送信先一覧DB)103と、送信制御部104と、送信先別フローデータベース(送信先別フローDB)130、送信管理部105cと、送信先別集約部106cと、送信先別集約データベース(送信先別集約DB)107cと、通信処理部108cと、受信制御部109cと、フロー制御部135とを有する。   The distributed information devices 15a, 15b, and 15c include a control application unit 101, an object value database (object value DB) 102, a transmission destination list database (transmission destination list DB) 103, a transmission control unit 104, and a flow for each transmission destination. Database (transmission destination-specific flow DB) 130, transmission management unit 105c, transmission destination-specific aggregation unit 106c, transmission destination-specific aggregation database (transmission destination-specific aggregation DB) 107c, communication processing unit 108c, reception control unit 109c And a flow control unit 135.

送信先別フローデータベース130は、送信先アドレス別に、つまり、分散情報機器別に、各々の分散情報機器のフロー情報を送信先アドレスに対応付けて記憶するものであり、その一例を図23に示す。ここで、フロー情報とは、分散情報機器宛のオブジェクト値を集約するか否かを示すための情報であって、分散情報機器の処理負荷に関する情報である。   The destination-specific flow database 130 stores the flow information of each distributed information device in association with the destination address for each destination address, that is, for each distributed information device, an example of which is shown in FIG. Here, the flow information is information for indicating whether or not the object values destined for the distributed information device are aggregated, and is information regarding the processing load of the distributed information device.

図23の例では、送信先アドレスに対応付けてフロー情報が格納されている。フロー情報の「高負荷」は、対応する送信先アドレスの分散情報機器の処理負荷が高く、当該分散情報機器に送信するオブジェクト値を集約することを示す。また、フロー情報の「低負荷」は、対応する送信先アドレスの分散情報機器の処理負荷が低く、当該分散情報機器に送信するオブジェクト値を集約しないことを示す。   In the example of FIG. 23, flow information is stored in association with the transmission destination address. “High load” of the flow information indicates that the processing load of the shared information device having the corresponding transmission destination address is high, and the object values transmitted to the shared information device are aggregated. Further, “low load” in the flow information indicates that the processing load of the shared information device with the corresponding transmission destination address is low, and the object values transmitted to the shared information device are not aggregated.

送信管理部105cは、送信制御部104から入力される各々の送信先アドレスについて、送信先別フローデータベース130の記憶内容を照会し、送信先アドレスに対応付けられたフロー情報を特定する。送信管理部105cは、フロー情報が低負荷である各々の送信先アドレスについて、オブジェクト番号、オブジェクト値及び送信先アドレスを通信処理部108cへ出力する。一方、送信管理部105cは、フロー情報が高負荷である各々の送信先アドレスについて、オブジェクト番号、オブジェクト値及び送信先アドレスを送信先別集約部106cへ出力する。   The transmission management unit 105c inquires the storage contents of the flow database for each transmission destination 130 for each transmission destination address input from the transmission control unit 104, and identifies the flow information associated with the transmission destination address. The transmission management unit 105c outputs an object number, an object value, and a transmission destination address to each communication processing unit 108c for each transmission destination address whose flow information has a low load. On the other hand, the transmission management unit 105c outputs an object number, an object value, and a transmission destination address to each transmission destination aggregation unit 106c for each transmission destination address with high load flow information.

送信先別集約部106cは、入力される送信先アドレスを基に、オブジェクト番号とオブジェクト値との対を送信先別集約データベース107cに分散情報機器別に格納する。そして、送信先別集約部106cは、予め定められた規定時間が経過すると、分散情報機器の各々について、集約データベース107cに分散情報機器別に格納されているオブジェクト番号とオブジェクト値との対(集約用オブジェクト値)を1つの情報に集約し、集約して作成した集約オブジェクト値を送信先アドレスとともに通信処理部108cへ出力する。   The destination-by-destination aggregation unit 106c stores a pair of an object number and an object value in the destination-by-destination aggregation database 107c for each distributed information device based on the input destination address. Then, when a predetermined time elapses in advance, the destination-by-destination aggregating unit 106c sets, for each distributed information device, a pair of an object number and an object value stored for each distributed information device in the aggregation database 107c (for aggregation). Object values) are aggregated into one piece of information, and the aggregated object value created by aggregation is output to the communication processing unit 108c together with the transmission destination address.

フロー制御部135は、自機器の負荷状況を監視し、自機器の負荷が所定の閾値未満の低負荷から所定の閾値以上の高負荷へ遷移するとフロー情報(高負荷)を通信処理部108cへ出力する。一方、フロー制御部135は、自機器の負荷が高負荷から低負荷へ遷移するとフロー情報(低負荷)を通信処理部108cへ出力する。
通信処理部108cは、通信処理部108と実質的に同じ処理を行うのに加え、フロー制御部135からフロー情報が入力されると、ブロードキャストにてフロー情報をネットワークへ送出する。
The flow control unit 135 monitors the load status of the own device, and when the load of the own device transitions from a low load less than a predetermined threshold to a high load greater than or equal to the predetermined threshold, the flow information (high load) is sent to the communication processing unit 108c. Output. On the other hand, the flow control unit 135 outputs flow information (low load) to the communication processing unit 108c when the load of the own device transitions from a high load to a low load.
In addition to performing substantially the same processing as the communication processing unit 108, the communication processing unit 108c, when flow information is input from the flow control unit 135, transmits the flow information to the network by broadcast.

受信制御部109cは、通信処理部108cから入力されるオブジェクト番号とオブジェクト値との対を基に、或いは、通信処理部108cから入力される集約オブジェクト値を分解して得られる集約用オブジェクト値の各々を基に、オブジェクト値データベース102の記憶内容を更新する。また、受信制御部109cは、通信処理部108cから入力されるフロー情報を基に送信先別フローデータベース130の記憶内容を更新する。   The reception control unit 109c uses the object number / object value pair input from the communication processing unit 108c or the aggregate object value obtained by decomposing the aggregate object value input from the communication processing unit 108c. Based on each, the contents stored in the object value database 102 are updated. Further, the reception control unit 109c updates the storage contents of the destination-specific flow database 130 based on the flow information input from the communication processing unit 108c.

<分散情報機器の動作フロー>
図22の分散情報機器15a,15b,15cの動作フローについて図24を参照しつつ説明する。図24は図22の分散情報機器15a,15b,15cの動作フローを示すフローチャートである。
フロー制御部135は、自機器の負荷を監視し、負荷状況の変更があると(ステップS501:YES)、フロー制御部135は、高負荷から低負荷へ遷移した場合にはフロー情報(低負荷)を通信処理部108cへ出力し、低負荷から高負荷へ遷移した場合にはフロー情報(高負荷)を通信処理部108cへ出力する。そして、通信処理部108cは、入力されたフロー情報をブロードキャストにて送信する(ステップS502)。
<Operation flow of distributed information device>
The operation flow of the distributed information devices 15a, 15b, and 15c in FIG. 22 will be described with reference to FIG. FIG. 24 is a flowchart showing an operation flow of the distributed information devices 15a, 15b and 15c of FIG.
The flow control unit 135 monitors the load of the device itself, and if there is a change in the load status (step S501: YES), the flow control unit 135 displays the flow information (low load) when transitioning from a high load to a low load. ) Is output to the communication processing unit 108c, and the flow information (high load) is output to the communication processing unit 108c when transitioning from a low load to a high load. Then, the communication processing unit 108c transmits the input flow information by broadcasting (step S502).

通信処理部108cがオブジェクト値又は集約オブジェクト値を含むパケットを受信すれば(ステップS503:YES)、受信制御部109cは、パケット内のオブジェクト番号とオブジェクト値とを基に、或いは、パケット内の集約オブジェクト値を分解して得られる各々の集約用オブジェクト値(オブジェクト番号とオブジェクト値との対)を基にオブジェクト値データベース102の記憶内容を更新する(ステップS504)。   If the communication processing unit 108c receives a packet including an object value or an aggregated object value (step S503: YES), the reception control unit 109c is based on the object number and the object value in the packet or aggregated in the packet. The stored contents of the object value database 102 are updated based on each aggregation object value (pair of object number and object value) obtained by decomposing the object value (step S504).

通信処理部108cがフロー情報を含むパケットを受信すれば(ステップS505:YES)、受信制御部109cは、送信先別フローデータベース130の記憶内容を、パケット内のフロー情報がフロー情報(高負荷)である場合には送信元の分散情報機器の送信先アドレスに対応するフロー情報を高負荷に、パケット内のフロー情報がフロー情報(低負荷)である場合には送信元の分散情報機器の送信先アドレスに対応するフロー情報を低負荷に書き替える(ステップS506)。   If the communication processing unit 108c receives a packet including flow information (step S505: YES), the reception control unit 109c displays the stored contents of the destination-specific flow database 130, and the flow information in the packet is flow information (high load). If the flow information corresponding to the transmission destination address of the source shared information device is high load, and if the flow information in the packet is flow information (low load), transmission of the source shared information device The flow information corresponding to the destination address is rewritten to a low load (step S506).

規定時間を経過しておらず(ステップS507:NO)、オブジェクト値に変更があれば(ステップS508:YES)、分散情報機器では変更されたオブジェクト値と当該オブジェクト値に対応したオブジェクト番号とを基に自機器内のオブジェクト値データベース102の記憶内容の更新が行われる。送信制御部104は、送信先一覧データベース103の記憶内容を照会し、変更のあったオブジェクト値に対応するオブジェクト番号に対応付けられた全ての送信先アドレス(送信先アドレス群)を特定する(ステップS509)。送信制御部104はオブジェクト番号、オブジェクト値、及び特定した送信先アドレス群を送信管理部105cへ出力する。そして、送信管理部105cは、送信先アドレス群を構成する各々の送信先アドレスについて、送信先別フローデータベース130の記憶内容を照会し、送信先アドレスに対応付けられたフロー情報を特定する(ステップS510)。   If the specified time has not elapsed (step S507: NO) and the object value has changed (step S508: YES), the distributed information device uses the changed object value and the object number corresponding to the object value as a basis. The stored contents of the object value database 102 in the own device are updated. The transmission control unit 104 inquires about the storage contents of the transmission destination list database 103 and specifies all transmission destination addresses (transmission destination address group) associated with the object number corresponding to the changed object value (step). S509). The transmission control unit 104 outputs the object number, the object value, and the specified transmission destination address group to the transmission management unit 105c. Then, the transmission management unit 105c inquires the storage contents of the flow database 130 for each transmission destination for each transmission destination address constituting the transmission destination address group, and specifies the flow information associated with the transmission destination address (Step S1). S510).

送信管理部105cは、フロー情報を特定した結果、フロー情報が高負荷である送信先アドレスがあると判定すれば(ステップS511:YES)、送信管理部105cは、フロー情報が高負荷である各々の送信先アドレスについて、オブジェクト番号、オブジェクト値及び送信先アドレスを送信先別集約部106cへ出力する。そして、送信先別集約部106cは、入力される送信先アドレスを基に入力されるオブジェクト番号とオブジェクト値との対を送信先別集約部107cに分散情報機器別に格納する(ステップS512)。   If the transmission management unit 105c determines that there is a transmission destination address whose flow information has a high load as a result of specifying the flow information (step S511: YES), the transmission management unit 105c each has a high load on the flow information. For the destination address, the object number, the object value, and the destination address are output to the destination-specific aggregation unit 106c. The destination-by-destination aggregating unit 106c stores a pair of the object number and the object value input based on the input destination address in the destination-by-destination aggregating unit 107c for each distributed information device (step S512).

送信管理部105cはフロー情報を特定した結果フロー情報が低負荷である送信先アドレスがあると判定すれば(ステップS513:YES)、送信管理部105cは、フロー情報が低負荷である各々の送信先アドレスについて、オブジェクト番号、オブジェクト値及び送信先アドレスを通信処理部108cへ出力する。通信処理部108cは、送信管理部105cから入力される各々の送信先アドレスの分散情報機器宛に、入力されるオブジェクト番号とオブジェクト値との対にヘッダ情報を付加したパケットを送出する(ステップS514)。   If the transmission management unit 105c determines that there is a destination address whose flow information has a low load as a result of specifying the flow information (step S513: YES), the transmission management unit 105c transmits each transmission whose flow information has a low load. For the destination address, the object number, the object value, and the destination address are output to the communication processing unit 108c. The communication processing unit 108c sends a packet in which header information is added to the pair of the input object number and the object value, to the distributed information device of each transmission destination address input from the transmission management unit 105c (step S514). ).

規定時間を経過すれば(ステップS507:YES)、送信先別集約部106cは、分散情報機器の各々について、送信先別集約データベース107cに分散情報機器別に蓄積されている集約用オブジェクト値(オブジェクト番号とオブジェクト値との対)を1つの情報に集約して集約オブジェクト値を作成する(ステップS515)。そして、送信先別集約部106cは、分散情報機器別に、送信先アドレスと集約オブジェクト値とを通信処理部108cへ出力する。通信処理部108cは、入力される送信先アドレスの分散情報機器宛に集約オブジェクト値にヘッダ情報を付加したパケットを送出する(ステップS516)。   If the specified time has elapsed (step S507: YES), the destination-by-destination aggregation unit 106c, for each of the distributed information devices, the aggregation object value (object number) stored for each distributed information device in the destination-by-destination aggregation database 107c. Are aggregated into one piece of information to create an aggregate object value (step S515). Then, the transmission destination aggregation unit 106c outputs the transmission destination address and the aggregated object value to the communication processing unit 108c for each distributed information device. The communication processing unit 108c transmits a packet in which header information is added to the aggregated object value to the distributed information device having the input transmission destination address (step S516).

<分散情報システムの動作シーケンス>
本実施の形態の分散情報システムの動作シーケンスについて図25を参照しつつ説明する。図25は本実施の形態の分散情報システムの動作シーケンスを示す図である。
ただし、図25では、オブジェクト値の変更があった分散情報機器を分散情報機器15a、変更のあったオブジェクト値を受け取る分散情報機器を分散情報機器15bとする。そして、図15は、分散情報機器15bの処理負荷が大きく、分散情報機器15aは、規定時間内に変更のあったオブジェクト値を集約して分散情報機器15b宛へ送出する場合である。
<Operation sequence of distributed information system>
An operation sequence of the distributed information system according to the present embodiment will be described with reference to FIG. FIG. 25 is a diagram showing an operation sequence of the distributed information system according to the present embodiment.
However, in FIG. 25, the shared information device 15a is a shared information device whose object value has been changed, and the shared information device 15b is a shared information device that receives the changed object value. FIG. 15 shows a case where the shared information device 15b has a large processing load, and the shared information device 15a aggregates object values that have changed within a specified time and sends them to the shared information device 15b.

なお、変更のあったオブジェクト値を送信する先の分散情報機器の処理負荷が小さい場合の動作シーケンスは、図8のステップS201を除く部分と実質的に同じである。
分散情報機器15bのフロー制御部135は、自機器の負荷状況が低負荷から高負荷に遷移したことを検出し、フロー情報(高負荷)を通信処理部108cへ出力し(ステップS551)、通信処理部108cはフロー情報(高負荷)をブロードキャストにて送出する(ステップS552)。
Note that the operation sequence when the processing load of the distributed information device to which the changed object value is transmitted is small is substantially the same as the part excluding step S201 in FIG.
The flow control unit 135 of the shared information device 15b detects that the load status of the own device has transitioned from low load to high load, and outputs flow information (high load) to the communication processing unit 108c (step S551). The processing unit 108c transmits the flow information (high load) by broadcasting (step S552).

分散情報機器15aの通信処理部108cは、フロー情報(高負荷)を含むパケット受信し、受信したパケット内のフロー情報(高負荷)を受信制御部109cへ出力する(ステップS553)。受信制御部109cは、送信先別フローデータベース130において、分散情報機器15bの送信先アドレスに対応付けられたフロー情報を高負荷に書き替える(ステップS554)。   The communication processing unit 108c of the shared information device 15a receives the packet including the flow information (high load), and outputs the flow information (high load) in the received packet to the reception control unit 109c (step S553). The reception control unit 109c rewrites the flow information associated with the transmission destination address of the shared information device 15b to a high load in the flow database for each transmission destination 130 (step S554).

分散情報機器15aの送信制御部104はオブジェクト値の変更を検出し(ステップS555)、送信先覧データベース103の記憶内容を照会し、変更のあったオブジェクト値に対応するオブジェクト番号に対応付けられた全ての送信先アドレス(送信先アドレス群)を特定する(ステップS556)。なお、分散情報機器では変更されたオブジェクト値と当該オブジェクト値に対応したオブジェクト番号とを基に自機器内のオブジェクト値データベース102の記憶内容の更新が行われる。送信制御部104は、オブジェクト番号、オブジェクト値及び特定した送信先グループ群を送信管理部105cへ出力する(ステップS557)。   The transmission control unit 104 of the shared information device 15a detects the change of the object value (step S555), inquires the storage contents of the transmission destination database 103, and associates it with the object number corresponding to the changed object value. All transmission destination addresses (transmission destination address group) are specified (step S556). In the distributed information device, the contents stored in the object value database 102 in the own device are updated based on the changed object value and the object number corresponding to the object value. The transmission control unit 104 outputs the object number, the object value, and the specified transmission destination group group to the transmission management unit 105c (step S557).

送信管理部105cは、送信先アドレス群を構成する各々の送信先アドレスについて、送信先別フローデータベース130の記憶内容を照会し、送信先アドレスに対応付けられたフロー情報を特定する。本動作シーケンスでは、全てのフロー情報が高負荷であるとする(ステップS558)。
送信管理部105cは、フロー情報が高負荷であった送信先アドレスの各々について、オブジェクト番号とオブジェクト値と送信先アドレスとを送信先別集約部106cへ出力する(ステップS559)。送信先別集約部106cは、入力される送信先アドレスを基に、入力されるオブジェクト番号とオブジェクト値との対(集約用オブジェクト値)を送信先別集約部107cに分散情報機器別に格納する(ステップS560)。
The transmission management unit 105c inquires the storage contents of the flow database for each transmission destination 130 for each transmission destination address constituting the transmission destination address group, and identifies the flow information associated with the transmission destination address. In this operation sequence, it is assumed that all flow information has a high load (step S558).
The transmission management unit 105c outputs the object number, the object value, and the transmission destination address to each transmission destination aggregation unit 106c for each transmission destination address for which the flow information has a high load (step S559). Based on the input destination address, the destination-by-destination aggregating unit 106c stores the input object number and object value pair (aggregation object value) in the destination-by-destination aggregating unit 107c for each distributed information device ( Step S560).

なお、規定時間が経過するまでに変更があったオブジェクト値の各々に対して、ステップS555からステップS560の処理が行われる。
送信先別集約部106cが規定時間を経過したと判定する(ステップS561)と、送信先別集約部106cは送信先別集約データベース107cに分散情報機器別に蓄積されている集約用オブジェクト値を分散情報機器別に1つの情報に集約して集約オブジェクト値を作成する(ステップS562)。そして、送信先別集約部106cは集約オブジェクト値と送信先アドレスとを通信処理部108cへ出力し(ステップS563)、通信処理部108cは、入力される送信先アドレスの分散情報機器宛に、集約オブジェクト値にヘッダ情報を付加したパケットを送出する(ステップS564)。
Note that the processing from step S555 to step S560 is performed for each of the object values that have been changed before the specified time has elapsed.
When it is determined that the specified time has elapsed by the destination-by-destination aggregating unit 106c (step S561), the destination-by-destination aggregating unit 106c uses the aggregated object value stored for each distributed information device in the destination-by-destination aggregation database 107c. Aggregated object values are created by aggregating them into one piece of information for each device (step S562). Then, the destination-by-destination aggregating unit 106c outputs the aggregated object value and the destination address to the communication processing unit 108c (step S563), and the communication processing unit 108c aggregates the input destination address to the distributed information device. A packet with header information added to the object value is transmitted (step S564).

分散情報機器15bの通信処理部108cは自機器宛の集約オブジェクト値を含むパケットを受信し、受信したパケット内の集約オブジェクト値を受信制御部109cへ出力する(ステップS565)。受信制御部109cは、集約オブジェクト値を集約用オブジェクト値(オブジェクト番号とオブジェクト値との対)に分解し、オブジェクト番号とオブジェクト値との対の各々を基に、オブジェクト値データベース102の記憶内容を更新する(ステップS566)。   The communication processing unit 108c of the shared information device 15b receives the packet including the aggregate object value addressed to itself, and outputs the aggregate object value in the received packet to the reception control unit 109c (step S565). The reception control unit 109c decomposes the aggregated object value into aggregated object values (a pair of object number and object value), and stores the stored contents of the object value database 102 based on each of the pair of object number and object value. Update (step S566).

なお、ステップS562からステップS566の処理は、分散情報機器の夫々に対して行われる。
これによれば、例えば現時点で処理負荷が大きい分散情報機器ではオブジェクトデータの受信回数を少なくすることができ、オブジェクトデータを受け取る側の分散情報機器の通信に関する処理の負荷の軽減が図られる。
Note that the processing from step S562 to step S566 is performed for each of the distributed information devices.
According to this, for example, a distributed information device having a large processing load at the present time can reduce the number of times object data is received, and the processing load related to communication of the distributed information device on the object data receiving side can be reduced.

また、変更のあったオブジェクト値を受け取る側の分散情報機器の処理負荷が大きいために、自機器宛に送られてきたパケットの受信をオブジェクト値の受信を拒否するような事態の発生を回避することができる。
≪第5の実施の形態≫
以下、本発明の第5の実施の形態について図面を参照しつつ説明する。
In addition, since the processing load of the distributed information device that receives the changed object value is large, the occurrence of a situation in which reception of the packet sent to the own device is refused to receive the object value is avoided. be able to.
<< Fifth Embodiment >>
Hereinafter, a fifth embodiment of the present invention will be described with reference to the drawings.

第1の実施の形態は、変更のあったオブジェクト値を供給する側の分散情報機器の通信負荷の軽減を目的とするのに対し、本実施の形態はオブジェクト値を供給される側の分散情報機器の通信負荷を軽減することを目的とする。
<システム構成>
本実施の形態の分散情報システムのシステム構成について図26を参照しつつ説明する。図26は本実施の形態の分散情報システムのシステム構成図である。
The first embodiment aims to reduce the communication load of the distributed information device on the side that supplies the changed object value, whereas this embodiment distributes the distributed information on the side to which the object value is supplied. The purpose is to reduce the communication load of the equipment.
<System configuration>
A system configuration of the distributed information system according to the present embodiment will be described with reference to FIG. FIG. 26 is a system configuration diagram of the distributed information system according to the present embodiment.

分散情報システムは、ネットワーク53に接続されている複数の分散情報機器51a、51b、51c、・・・及び受信代行機器52を有する。
オブジェクト値を変更するための契機がその何れか一の分散情報機器で発生した場合、一の分散情報機器(送信元機器)は、オブジェクト値の変更時に、受信代行機器52宛に、オブジェクト値と分散機器情報との対にヘッダ情報を付加したパケットをネットワーク53へ送出する。受信代行機器52は、所定の期間内に受信したオブジェクト値を分散機器情報を基に分散情報機器別に集約し、分散情報機器宛に集約した情報(集約オブジェクト値)にヘッダ情報を付加したパケットをネットワーク53へ送出する。送信先機器は、当該パケットを受信し、受信したパケット内の集約オブジェクト値を展開して変更後のオブジェクト値を内部保持する。
The distributed information system includes a plurality of distributed information devices 51 a, 51 b, 51 c,... And a reception proxy device 52 connected to the network 53.
When an opportunity to change the object value occurs in any one of the distributed information devices, the one distributed information device (sender device) sends the object value to the reception proxy device 52 when the object value is changed. A packet with header information added to a pair with distributed device information is sent to the network 53. The receiving proxy device 52 aggregates the object values received within a predetermined period for each distributed information device based on the distributed device information, and adds a packet in which header information is added to the information aggregated to the distributed information device (aggregated object value). Send to network 53. The destination device receives the packet, expands the aggregate object value in the received packet, and internally holds the changed object value.

<分散情報機器の機能構成>
図26の分散情報機器51a,51b,51cの機能構成について図27を参照しつつ説明する。図27は図26の分散情報機器51a,51b,51cの機能構成図である。ただし、第1の実施の形態と実質的に同じ機能を有する構成要素には第1の実施の形態と同じ符号を付し、その説明が適用できるため説明を省略する。
<Functional configuration of distributed information device>
The functional configuration of the distributed information devices 51a, 51b, and 51c in FIG. 26 will be described with reference to FIG. FIG. 27 is a functional block diagram of the distributed information devices 51a, 51b, 51c of FIG. However, components having substantially the same functions as those of the first embodiment are denoted by the same reference numerals as those of the first embodiment, and description thereof is omitted because the description can be applied.

分散情報機器51a、51b、51cは、制御アプリ部101と、オブジェクト値データベース(オブジェクト値DB)102と、送信先一覧データベース(送信先一覧DB)103と、送信制御部104dと、送信管理部105と、集約部106と、集約データベース(集約DB)107と、通信処理部108dと、受信制御部109dとを有する。
送信制御部104dには制御アプリ部101から変更があったオブジェクト値と当該オブジェクト値に対応するオブジェクト番号とが入力される。送信制御部104dは、送信先一覧データベース103の記憶内容を照会し、入力されるオブジェクト番号に対応付けられた全ての送信先アドレス(送信先アドレス群)を特定する。送信制御部104dは、入力されるオブジェクト番号及びオブジェクト値並びに特定した送信先アドレス群を通信処理部108dへ出力する。
The distributed information devices 51a, 51b, and 51c include a control application unit 101, an object value database (object value DB) 102, a transmission destination list database (transmission destination list DB) 103, a transmission control unit 104d, and a transmission management unit 105. And an aggregation unit 106, an aggregation database (aggregation DB) 107, a communication processing unit 108d, and a reception control unit 109d.
The transmission control unit 104d receives the changed object value and the object number corresponding to the object value from the control application unit 101. The transmission control unit 104d inquires the storage contents of the transmission destination list database 103 and specifies all transmission destination addresses (transmission destination address group) associated with the input object number. The transmission control unit 104d outputs the input object number and object value and the specified transmission destination address group to the communication processing unit 108d.

通信処理部108dには送信制御部104dからオブジェクト番号、オブジェクト値及び送信先アドレス群が入力され、通信処理部108dは、受信代行機器52宛に、オブジェクト番号とオブジェクト値と送信先アドレス群との対にヘッダ情報を付加したパケットをネットワーク53へ送出する。なお、分散情報機器51a,51b,51cは受信代行機器52のIPアドレスを不図示のメモリに予め記憶している。   The communication processing unit 108d receives the object number, the object value, and the destination address group from the transmission control unit 104d, and the communication processing unit 108d sends the object number, the object value, and the destination address group to the reception proxy device 52. A packet with header information added to the pair is sent to the network 53. The distributed information devices 51a, 51b, 51c store the IP address of the reception proxy device 52 in a memory (not shown) in advance.

通信処理部108bはネットワーク3を伝送するパケットの中から自機器宛のパケットを検出し、自機器宛のパケット内の情報を受信制御部109へ出力する。
受信制御部109dには通信処理部108からパケット内の情報が入力され、受信制御部109dは入力される情報(オブジェクト番号とオブジェクト値との対)を基にオブジェクト値データベース102の記憶内容を書き換える。
The communication processing unit 108 b detects a packet addressed to the own device from packets transmitted through the network 3, and outputs information in the packet addressed to the own device to the reception control unit 109.
Information in the packet is input from the communication processing unit 108 to the reception control unit 109d, and the reception control unit 109d rewrites the stored contents of the object value database 102 based on the input information (a pair of an object number and an object value). .

<受信代行機器の機能構成>
図26の受信代行機器52の機能構成について図28を参照しつつ説明する。図28は図26の受信代行機器52の機能構成図である。
受信代行機器52は、受信制御部201dと、送信制御部202dと、通信処理部203dと、送信先別データベース(送信先別DB)250とを有する。
<Functional configuration of receiving device>
The functional configuration of the reception proxy device 52 in FIG. 26 will be described with reference to FIG. FIG. 28 is a functional configuration diagram of the reception proxy device 52 of FIG.
The reception proxy device 52 includes a reception control unit 201d, a transmission control unit 202d, a communication processing unit 203d, and a transmission destination database (transmission destination DB) 250.

送信先別データベース250は、送信先アドレス別、つまり、分散情報機器別に、オブジェクト番号とオブジェクト値との対を送信先アドレスに対応付けて記憶する。
受信制御部201dには通信制御部203からオブジェクト番号とオブジェクト値と送信先アドレス群との対が入力される。受信制御部201dは、送信先アドレス群を構成する各々の送信先アドレスを基に、オブジェクト番号とオブジェクト値との対を送信先データベース250に分散情報機器別に格納する。
The destination database 250 stores a pair of an object number and an object value in association with a destination address for each destination address, that is, for each distributed information device.
A pair of an object number, an object value, and a destination address group is input from the communication control unit 203 to the reception control unit 201d. The reception control unit 201d stores a pair of an object number and an object value in the transmission destination database 250 for each distributed information device based on each transmission destination address constituting the transmission destination address group.

送信制御部202dは、規定時間が経過すると、分散情報機器の各々について、送信先別データベース250に分散情報機器別に記憶されているオブジェクト番号とオブジェクト値との対(集約用オブジェクト値)を1つの情報に集約し、集約して作成した集約オブジェクト値と送信先アドレスとを通信処理部203dへ出力する。
通信処理部203dはネットワーク53を伝送するパケットの中から自機器宛のパケットを検出し、自機器宛のパケットに含まれるオブジェクト番号とオブジェクト値と送信先アドレス群との対を受信制御部201dへ出力する。
When the specified time has elapsed, the transmission control unit 202d sets, for each distributed information device, one object number / object value pair (aggregation object value) stored in the transmission destination database 250 for each distributed information device. The information is aggregated into information, and the aggregated object value and destination address created by the aggregation are output to the communication processing unit 203d.
The communication processing unit 203d detects a packet addressed to the own device from packets transmitted through the network 53, and sends a pair of an object number, an object value, and a destination address group included in the packet addressed to the own device to the reception control unit 201d. Output.

通信処理部203dには送信制御部202dから集約オブジェクト値と送信先アドレスとが入力され、通信処理部203dは送信先アドレスの分散情報機器宛に集約オブジェクト値にヘッダ情報を付加したパケットをネットワーク53へ送出する。
<分散情報機器の動作フロー>
図27の分散情報機器51a,51b,51cの動作フローについて図29を参照しつつ説明する。図29は図27の分散情報機器51a,51b,51cの動作フローを示すフローチャートである。
The communication processing unit 203d receives the aggregated object value and the transmission destination address from the transmission control unit 202d, and the communication processing unit 203d transmits a packet in which header information is added to the aggregated object value to the distributed information device at the transmission destination address on the network 53. To send.
<Operation flow of distributed information device>
The operation flow of the distributed information devices 51a, 51b, 51c in FIG. 27 will be described with reference to FIG. FIG. 29 is a flowchart showing an operation flow of the distributed information devices 51a, 51b, 51c of FIG.

通信処理部108dがネットワーク53から自機器宛の集約オブジェクト値を含むパケットを受信すると(ステップS601:YES)、受信制御部109dは通信処理部108dによって受信されたパケット内の集約オブジェクト値を集約用オブジェクト値(オブジェクト番号とオブジェクト値との対)に分解し、オブジェクト番号とオブジェクト値との対の夫々を基にオブジェクト値データベース102の記憶内容を更新する(ステップS602)。受信していない場合には(ステップS602:NO)、ステップS603の処理が行われる。   When the communication processing unit 108d receives a packet including the aggregate object value addressed to itself from the network 53 (step S601: YES), the reception control unit 109d uses the aggregate object value in the packet received by the communication processing unit 108d for aggregation. The data is decomposed into object values (a pair of an object number and an object value), and the storage content of the object value database 102 is updated based on each of the pair of the object number and the object value (step S602). If not received (step S602: NO), the process of step S603 is performed.

送信制御部104dは、オブジェクト値の変更があったかを判定する(ステップS603)。オブジェクト値の変更がなければ(ステップS603:NO)、ステップS601の処理が行われる。
オブジェクト値の変更があれば(ステップS603:YES)、分散情報機器では変更されたオブジェクト値と当該オブジェクト値に対応したオブジェクト番号とを基に自機器内のオブジェクト値データベース102の記憶内容の更新が行われる。送信制御部104dは、送信先一覧データベース103の記憶内容を照会し、変更のあったオブジェクト値に対応するオブジェクト番号に対応付けられた全ての送信先アドレス(送信先アドレス群)を特定する(ステップS604)。送信制御部104dは、オブジェクト番号とオブジェクト値と特定した送信先アドレス群を通信処理部108dへ出力する。そして、通信処理部108dは、受信代行機器52宛に、オブジェクト番号とオブジェクト値と送信先アドレス群との対にヘッダ情報を付加したパケットを送出する(ステップS605)。
The transmission control unit 104d determines whether the object value has been changed (step S603). If there is no change in the object value (step S603: NO), the process of step S601 is performed.
If there is a change in the object value (step S603: YES), the distributed information device updates the contents stored in the object value database 102 in its own device based on the changed object value and the object number corresponding to the object value. Done. The transmission control unit 104d inquires the storage contents of the transmission destination list database 103, and specifies all transmission destination addresses (transmission destination address group) associated with the object number corresponding to the changed object value (step S1). S604). The transmission control unit 104d outputs the object number, the object value, and the specified destination address group to the communication processing unit 108d. Then, the communication processing unit 108d sends a packet in which the header information is added to the pair of the object number, the object value, and the destination address group to the reception proxy device 52 (step S605).

<受信代行機器の動作フロー>
図28の受信代行機器52の動作フローについて図30を参照しつつ説明する。図30は図28の受信代行機器52の動作フローを示すフローチャートである。
通信処理部203dがネットワーク53から自機器宛のオブジェクト値を含むパケットを受信すると(ステップS631:YES)、受信制御部201dはパケット内の送信先アドレス群を構成する各々の送信先アドレスを基にパケット内のオブジェクト番号とオブジェクト値との対を送信先データベース250に分散情報機器別に格納する(ステップS632)。
<Operation flow of receiving device>
The operation flow of the reception proxy device 52 in FIG. 28 will be described with reference to FIG. FIG. 30 is a flowchart showing an operation flow of the reception proxy device 52 of FIG.
When the communication processing unit 203d receives a packet including the object value addressed to the own device from the network 53 (step S631: YES), the reception control unit 201d is based on each transmission destination address constituting the transmission destination address group in the packet. A pair of the object number and the object value in the packet is stored in the transmission destination database 250 for each distributed information device (step S632).

パケットを受信していなければ(ステップS631:NO)、送信制御部202dは規定時間を経過したかを判定し(ステップS633)、規定時間を経過していなければ(ステップS633:NO)、ステップS631の処理が行われる。
規定時間が経過していれば(ステップS633:YES)、送信制御部202dは、分散情報機器の各々について、送信先別データベース250に分散情報機器別に記憶されているオブジェクト番号とオブジェクト値との対を1つの情報に集約して集約オブジェクト値を作成する(ステップS634)。送信制御部202dは、分散情報機器別に集約した集約オブジェクト値とこれに対応する分散情報機器の送信先アドレスとを通信処理部203dへ出力する。そして、通信処理部203dは、分散情報機器の各々について、入力される送信先アドレスの分散情報機器宛に入力される集約オブジェクト値にヘッダ情報を付加したパケットを送出する(ステップS635)。
If the packet has not been received (step S631: NO), the transmission control unit 202d determines whether the specified time has elapsed (step S633). If the specified time has not elapsed (step S633: NO), step S631 Is performed.
If the specified time has elapsed (step S633: YES), the transmission control unit 202d sets, for each shared information device, a pair of an object number and an object value stored in the destination database 250 for each shared information device. Are aggregated into one piece of information to create an aggregate object value (step S634). The transmission control unit 202d outputs the aggregated object value aggregated for each distributed information device and the transmission destination address of the corresponding distributed information device to the communication processing unit 203d. Then, the communication processing unit 203d transmits, for each shared information device, a packet in which header information is added to the aggregated object value input to the distributed information device having the input destination address (step S635).

<分散情報システムの動作シーケンス>
図26の分散情報システムの動作シーケンスについて図31を参照しつつ説明する。図31は図26の分散情報システムの動作シーケンスを示す図である。
分散情報機器Bにおいてオブジェクト値の変更が発生する(ステップS651)と、分散情報機器Bは、送信先一覧データベース102の記憶内容を照会し、変更のあったオブジェクト値に対応するオブジェクト番号に対応する全ての送信先アドレス(送信先アドレス群)を特定する(ステップS652)。分散情報機器Bは、オブジェクト番号とオブジェクト値と特定した送信先アドレス群との対にヘッダ情報を付加したパケットを受信代行機器52宛に送出する(ステップS653)。なお、分散情報機器Bでは変更されたオブジェクト値と当該オブジェクト値に対応したオブジェクト番号とを基に自機器内のオブジェクト値データベース102の記憶内容の更新が行われる。
<Operation sequence of distributed information system>
The operation sequence of the distributed information system in FIG. 26 will be described with reference to FIG. FIG. 31 is a diagram showing an operation sequence of the distributed information system of FIG.
When the change of the object value occurs in the shared information device B (step S651), the shared information device B inquires the storage contents of the transmission destination list database 102 and corresponds to the object number corresponding to the changed object value. All transmission destination addresses (transmission destination address group) are specified (step S652). The shared information device B sends a packet in which header information is added to the pair of the object number, the object value, and the specified destination address group to the reception proxy device 52 (step S653). In the distributed information device B, the stored contents of the object value database 102 in the own device are updated based on the changed object value and the object number corresponding to the object value.

受信代行機器52の通信処理部203dは自機器宛のパケットを受信し、受信したパケット内のオブジェクト番号とオブジェクト値と送信先アドレス群との対を受信制御部201dへ出力する(ステップ654)。受信制御部201dは、入力された送信先アドレス群を構成する各々の送信先アドレスを基に、入力されるオブジェクト番号とオブジェクト値との対を送信先別データベース250に分散情報機器別に格納する(ステップS655)。   The communication processing unit 203d of the reception proxy device 52 receives the packet addressed to itself, and outputs a pair of the object number, the object value, and the destination address group in the received packet to the reception control unit 201d (step 654). The reception control unit 201d stores the input object number / object value pair in the transmission destination database 250 for each distributed information device, based on the transmission destination addresses constituting the input transmission destination address group ( Step S655).

分散情報機器Aにおいてオブジェクト値の変更が発生した場合、ステップS651からステップS655と実質的に同じ処理が行われる(ステップS656からステップS660)。
受信代行機器52の送信制御部202dは規定時間が経過する(ステップS661)と、分散情報機器の夫々について、送信先別データベース250に分散情報機器別に記憶されているオブジェクト番号とオブジェクト値との対を1つの情報に集約して集約オブジェクト値を作成する(ステップS662)。
When the change of the object value occurs in the distributed information device A, substantially the same processing as Step S651 to Step S655 is performed (Step S656 to Step S660).
When the specified time elapses (step S661), the transmission control unit 202d of the reception proxy device 52 sets a pair of the object number and the object value stored for each shared information device in the destination database 250 for each shared information device. Are aggregated into one piece of information to create an aggregate object value (step S662).

送信制御部202dは、分散情報機器Dについて、集約した情報(集約オブジェクト値)と分散情報機器Dの送信先アドレスを通信処理部203dへ出力する(ステップS663)。そして、通信処理部203dは、分散情報機器D宛に、集約オブジェクト値にヘッダ情報を付加したパケットを送出する(ステップS664)。分散情報機器Dは、自機器宛のパケットを受信し、パケット内の集約オブジェクト値をオブジェクト番号とオブジェクト値との対に展開し、オブジェクト番号とオブジェクト値との夫々を基にオブジェクト値データベース102の記憶内容を更新する(ステップS665)。   For the distributed information device D, the transmission control unit 202d outputs the aggregated information (aggregated object value) and the transmission destination address of the distributed information device D to the communication processing unit 203d (step S663). Then, the communication processing unit 203d sends a packet in which header information is added to the aggregated object value to the distributed information device D (step S664). The distributed information device D receives the packet addressed to itself, expands the aggregate object value in the packet into a pair of object number and object value, and stores the object value database 102 based on the object number and the object value. The stored contents are updated (step S665).

分散情報機器Cに対しても、ステップS663からステップS665と実質的に同じ処理が行われる(ステップS666からステップS668)。
これによれば、分散情報機器は変更のあったオブジェクト値が集約された集約オブジェクト値により受け取るので、変更のあったオブジェクト値を受け取る側の分散情報機器のTCP/IP通信のための処理負荷を軽減することができる。このため、高性能な分散情報機器を用いる必要がなくなり、この結果、受信代行機器52専用の機器を別途設ける必要があるが、システム全体のコストの増加を抑えることができる。
The shared information device C is also subjected to substantially the same processing as steps S663 to S665 (steps S666 to S668).
According to this, since the distributed information device receives the changed object value as an aggregated aggregated object value, the processing load for TCP / IP communication of the distributed information device on the side receiving the changed object value is reduced. Can be reduced. For this reason, it is not necessary to use a high-performance distributed information device. As a result, it is necessary to separately provide a dedicated device for the reception proxy device 52, but an increase in the cost of the entire system can be suppressed.

≪補足≫
本発明は、上記の実施の形態に限定されるものではなく、例えば、次のようなものであってもよい。
(1)第1の実施の形態では、分散情報機器は送信代行機器宛に所定の規定時間経過したときに、変更のあったオブジェクト値を集約して作成した集約オブジェクト値を送信代行機器に対して送信するようにしている。しかしながら、これに限られることなく、例えば、オブジェクト値の変更の発生数が所定の数に達したときに、変更のあったオブジェクト値を集約して作成した集約オブジェクト値を送信代行機器宛に対して送信するようにしてもよい。このように、変更のあったオブジェクト値を集約して作成した集約オブジェクト値を送信代行機器宛に送出するタイミングは限定されるものではない。
<Supplement>
The present invention is not limited to the embodiment described above, and may be as follows, for example.
(1) In the first embodiment, the distributed information device sends the aggregated object value created by aggregating the changed object values to the transmission agent device when a predetermined time has passed to the transmission agent device. To send. However, the present invention is not limited to this. For example, when the number of changes in the object value reaches a predetermined number, the aggregated object value created by aggregating the changed object values is sent to the transmission agent device. May be transmitted. As described above, the timing for sending the aggregated object value created by aggregating the changed object values to the transmission proxy device is not limited.

なお、第2の実施の形態などにおいても同様に集約オブジェクト値を送出するタイミングは規定時間経過時に限定されるものでない。
(2)第4の実施の形態では、一の分散情報機器がネットワークに接続された他の分散情報機器の負荷状況を特定可能にするための手段として、他の分散情報機器が自機器の負荷状況に関する情報をネットワークへ送出し、一の分散情報機器はこれを受信して内部保持するようにしている。しかしながら、これに限られるものではなく、一の分散情報機器は、他の分散情報機器から送られてくるオブジェクト値或いは集約オブジェクト値を含むパケットを基に当該他の分散情報機器で発生したオブジェクト値の変更回数を特定して他の分散情報機器の負荷状況を特定するようにしてもよい。
In the second embodiment, the timing for sending the aggregate object value is not limited to when the specified time has elapsed.
(2) In the fourth embodiment, as another means for enabling one distributed information device to identify the load status of another distributed information device connected to the network, the other distributed information device has its own device load. Information on the situation is sent to the network, and one distributed information device receives this information and holds it internally. However, the present invention is not limited to this, and one shared information device can generate an object value generated by another shared information device based on a packet including an object value or an aggregated object value sent from another shared information device. The number of changes may be specified to specify the load status of other distributed information devices.

(3)第1の実施の形態及び第2の実施の形態において、分散情報機器の処理負荷に関らず、オブジェクト値の変更があれば常に他の分散情報機器宛に直接変更のあったオブジェクト値を送信するようにしてもよい。また、分散情報機器の処理負荷に関らず、規定時間内に変更のあったオブジェクト値を集約し、集約して作成した集約オブジェクト値を送信代行機器宛に送信するようにしてもよい。   (3) In the first embodiment and the second embodiment, regardless of the processing load of the distributed information device, if there is a change in the object value, the object always changed directly to another distributed information device A value may be transmitted. Further, regardless of the processing load of the distributed information device, the object values that have been changed within the specified time may be aggregated, and the aggregated object value created by aggregation may be transmitted to the transmission proxy device.

(4)第4の実施の形態において、変更のあったオブジェクト値を受け取る側の処理負荷に関らず、規定時間内に変更のあったオブジェクト値を分散情報機器別に集約し、集約して作成した集約オブジェクト値を分散情報機器別に送信するようにしてもよい。
(5)上記の実施の形態において説明した処理と等価な処理手順を記述したプログラムをメモリに格納し、CPU(Central Processing Unit)等を用いて処理を行わせるようにしてもよい。また、プログラムをコンピュータ等で読み取り可能なCD−ROMなどの記録媒体に記録するようにしてもよい。
(4) In the fourth embodiment, regardless of the processing load on the side that receives the changed object value, the object values that have changed within the specified time are aggregated for each distributed information device and created by aggregation The aggregated object value may be transmitted for each distributed information device.
(5) A program describing a processing procedure equivalent to the processing described in the above embodiment may be stored in a memory and processed using a CPU (Central Processing Unit) or the like. The program may be recorded on a recording medium such as a CD-ROM that can be read by a computer or the like.

第1の実施の形態の分散情報システムのシステム構成図。The system block diagram of the distributed information system of 1st Embodiment. 図1の分散情報機器の機能構成図。The function block diagram of the distributed information apparatus of FIG. 図2のオブジェクト値データベースの記憶内容の一例を示す図。The figure which shows an example of the memory content of the object value database of FIG. 図2の送信先一覧データベースの記憶内容の一例を示す図。The figure which shows an example of the memory content of the transmission destination list database of FIG. 図1の送信代行機器の機能構成図。The function block diagram of the transmission agency apparatus of FIG. 図2の分散情報機器の動作フローを示すフローチャート。The flowchart which shows the operation | movement flow of the distributed information apparatus of FIG. 図5の送信代行機器の動作フローを示すフローチャート。The flowchart which shows the operation | movement flow of the transmission agency apparatus of FIG. 図1の分散情報システムの動作シーケンスを示す図。The figure which shows the operation | movement sequence of the distributed information system of FIG. 図1の分散情報システムの動作シーケンスを示す図。The figure which shows the operation | movement sequence of the distributed information system of FIG. 第2の実施の形態の分散共有システムのシステム構成図。The system block diagram of the distributed sharing system of 2nd Embodiment. 図10の分散情報機器の機能構成図。FIG. 11 is a functional configuration diagram of the distributed information device in FIG. 10. 図11の分散情報機器の動作フローを示すフローチャート。12 is a flowchart showing an operation flow of the distributed information device of FIG. 11. 図12の受信処理の動作フローを示すフローチャート。The flowchart which shows the operation | movement flow of the reception process of FIG. 図10の分散情報システムの動作シーケンスを示す図。The figure which shows the operation | movement sequence of the distributed information system of FIG. 第3の実施の形態の分散情報機器の機能構成図。The function block diagram of the distributed information apparatus of 3rd Embodiment. 図15の送信先グループ一覧データベースの記憶内容の一例を示す図。The figure which shows an example of the memory content of the transmission destination group list database of FIG. 第3の実施の形態の送信代行機器の機能構成図。The function block diagram of the transmission agent apparatus of 3rd Embodiment. 図17の送信先展開データベースの記憶内容の一例を示す図。The figure which shows an example of the memory content of the transmission destination expansion | deployment database of FIG. 図15の分散情報機器の動作フローを示すフローチャート。The flowchart which shows the operation | movement flow of the distributed information apparatus of FIG. 図17の送信代行機器の動作フローを示すフローチャート。The flowchart which shows the operation | movement flow of the transmission agency apparatus of FIG. 第3の実施の形態の分散情報システムの動作シーケンスを示す図。The figure which shows the operation | movement sequence of the distributed information system of 3rd Embodiment. 第4の実施の形態の分散情報機器の機能構成図。The function block diagram of the distributed information apparatus of 4th Embodiment. 図22の送信先別フローデータベースの記憶内容の一例を示す図。The figure which shows an example of the memory content of the flow database classified by transmission destination of FIG. 図22の分散情報機器の動作フローを示すフローチャート。The flowchart which shows the operation | movement flow of the distributed information apparatus of FIG. 第4の実施の形態の分散情報システムの動作シーケンスを示す図。The figure which shows the operation | movement sequence of the distributed information system of 4th Embodiment. 第5の実施の形態の分散情報システムのシステム構成図である。It is a system configuration figure of the distributed information system of a 5th embodiment. 図26の分散情報機器の機能構成図。FIG. 27 is a functional configuration diagram of the distributed information device in FIG. 26. 図26の受信代行機器の機能構成図。FIG. 27 is a functional configuration diagram of the reception proxy device in FIG. 26. 図27の分散情報機器の動作フローを示すフローチャート。The flowchart which shows the operation | movement flow of the distributed information apparatus of FIG. 図28の受信代行機器の動作フローを示すフローチャート。The flowchart which shows the operation | movement flow of the reception proxy apparatus of FIG. 図26の分散情報システムの動作シーケンスを示す図。The figure which shows the operation | movement sequence of the distributed information system of FIG.

符号の説明Explanation of symbols

1a,1b,1c 分散情報機器
2 送信代行機器
3 ネットワーク
101 制御アプリ部
102 オブジェクト値データベース
103 送信先一覧データベース
104、202 送信制御部
105 送信管理部
106 集約部
107 集約データベース
108、203 通信処理部
109、201 受信制御部
1a, 1b, 1c Distributed information device 2 Transmission proxy device 3 Network 101 Control application unit 102 Object value database 103 Transmission destination list database 104, 202 Transmission control unit 105 Transmission management unit 106 Aggregation unit 107 Aggregation database 108, 203 Communication processing unit 109 201 Reception control unit

Claims (7)

ネットワークに接続されている分散情報機器を複数有し、ある分散情報機器で変更のあったオブジェクトデータが別の分散情報機器で実行されているアプリケーションによって用いられる分散情報システムにおいて、
前記分散情報機器は、
アプリケーションにより用いられるオブジェクトデータを記憶するデータ記憶手段と、
オブジェクトデータを用いるアプリケーションを実行する他の分散情報機器を示す分散機器情報を記憶する機器情報記憶手段と、
オブジェクトデータを変更するための契機が自機器で発生した場合に、変更されたオブジェクトデータを前記機器情報記憶手段に記憶されている分散機器情報が示す分散情報機器に対して供給するために、前記ネットワークへ送出する送出手段と、
前記ネットワークを介して他の分散情報機器により変更されたオブジェクトデータを受信し、前記データ記憶手段の記憶内容を当該オブジェクトデータに書き換える受信処理手段と、
を備え、
前記分散情報機器は、自機器におけるオブジェクトデータの変更の契機の発生状況が所定の条件を満たすかを判定する判定手段を更に備え、
前記送出手段は、
前記判定手段により前記発生状況が前記条件を満たさないと判定される場合には、前記オブジェクトデータの送出を、当該オブジェクトデータの変更時に前記分散機器情報が示す分散情報機器宛に行い、
前記判定手段により前記発生状況が前記条件を満たすと判定される場合には、前記オブジェクトデータの送出を、所定のタイミング時に、変更された各々のオブジェクトデータと前記分散機器情報との対をまとめて得られる集約オブジェクトデータを前記ネットワークへ送出することにより行い、
前記所定の条件とは、前記オブジェクトデータの変更頻度が所定の閾値以上である、又は、前記オブジェクトデータの変更間隔が所定の時間以下である
ことを特徴とする分散情報システム。
In a distributed information system that has a plurality of distributed information devices connected to a network and object data that has been changed in one distributed information device is used by an application that is executed in another distributed information device
The distributed information device is:
Data storage means for storing object data used by the application;
Device information storage means for storing distributed device information indicating other distributed information devices that execute applications using object data;
In order to supply the changed object data to the distributed information device indicated by the distributed device information stored in the device information storage means when an opportunity for changing the object data occurs in the own device, Sending means for sending to the network;
Reception processing means for receiving object data changed by another distributed information device via the network, and rewriting the storage content of the data storage means to the object data;
With
The distributed information device further includes a determination unit that determines whether or not the occurrence status of the change of the object data in the own device satisfies a predetermined condition,
The delivery means includes
If it is determined by the determination means that the occurrence status does not satisfy the condition, the object data is sent to the distributed information device indicated by the distributed device information when the object data is changed,
When it is determined by the determination means that the occurrence state satisfies the condition, sending of the object data is performed by combining a pair of each changed object data and the distributed device information at a predetermined timing. the aggregate object data obtained have row by sending to the network,
Wherein the predetermined condition is, the change frequency of the object data is equal to or greater than a predetermined threshold value, or, distributed information systems that wherein the change interval of the object data is equal to or less than the predetermined time.
前記分散情報システムは、分散情報機器から他の分散情報機器へオブジェクトデータを供給するための仲介を行う送信代行機器を更に備え、
前記送出手段は、前記集約オブジェクトデータの送出を前記送信代行機器宛に行い、
前記送信代行機器は、前記ネットワークを介して集約オブジェクトデータを受信し、受信した集約オブジェクトデータに含まれる各々のオブジェクトデータを当該オブジェクトデータと対の分散機器情報が示す分散情報機器宛に前記ネットワークへ送出する送信代行手段を備える
ことを特徴とする請求項記載の分散情報システム。
The distributed information system further includes a transmission agent device that mediates for supplying object data from the distributed information device to another distributed information device,
The sending means sends the aggregated object data to the transmission agent device,
The transmission agent device receives aggregated object data via the network, and sends each object data included in the received aggregated object data to the distributed information device indicated by the distributed device information paired with the object data to the network. distributed information system according to claim 1, characterized in that it comprises a transmission proxy means for transmitting.
前記分散情報機器は、自機器から他の分散情報機器へオブジェクトデータを供給するための仲介を行う送信代行機器を、前記ネットワークに接続されている分散情報機器の中から所定の方法により選定する選定手段を更に備え、
前記送出手段は、前記集約オブジェクトデータの送出を前記選定手段により選定される分散情報機器宛に行い、
前記分散情報機器は、前記ネットワークを介して他の分散情報機器により送出される集約オブジェクトデータを受信し、受信した集約オブジェクトデータに含まれる各々のオブジェクトデータを当該オブジェクトデータと対の分散機器情報が示す分散情報機器宛に前記ネットワークへ送出する送信代行手段を更に備える
ことを特徴とする請求項記載の分散情報システム。
The distributed information device is selected by a predetermined method from among the distributed information devices connected to the network, as a transmission agent device that mediates the supply of object data from the own device to another distributed information device Further comprising means,
The sending means sends the aggregated object data to the distributed information device selected by the selecting means,
The distributed information device receives aggregated object data transmitted by another distributed information device via the network, and each piece of object data included in the received aggregated object data has a distributed device information paired with the object data. distributed information system according to claim 1, further comprising a transmission proxy means for sending to the network in the distributed information addressed device shown.
前記分散情報システムは、分散情報機器から他の分散情報機器へオブジェクトデータを供給するための仲介を行う送信代行機器を更に備え、
前記分散機器情報はソフトウェアが実行される他の分散情報機器が属するグループを示すグループ情報であり、
前記送出手段は、前記オブジェクトデータの送出を、当該オブジェクトデータと前記グループ情報との対を前記送信代行機器宛に前記ネットワークへ送出することにより行い、
前記送信代行機器は、
グループ情報に属する分散情報機器を示す展開分散機器情報を当該グループ情報毎に記憶する展開機器情報記憶手段と、
前記ネットワークを介してオブジェクトデータとグループ情報との対を受信し、当該オブジェクトデータを当該グループ情報に対応付けて前記展開機器情報記憶手段に記憶されている展開分散機器情報が示す分散機器情報宛に前記ネットワークへ送出する送信代行手段と、
を備えることを特徴とする請求項1記載の分散情報システム。
The distributed information system further includes a transmission agent device that mediates for supplying object data from the distributed information device to another distributed information device,
The distributed device information is group information indicating a group to which other distributed information devices on which software is executed belong,
The sending means performs sending of the object data by sending a pair of the object data and the group information to the transmission agent device to the network,
The transmission agent device is:
Expanded device information storage means for storing expanded distributed device information indicating the distributed information device belonging to the group information for each group information;
A pair of object data and group information is received via the network, and the object data is associated with the group information and addressed to the distributed device information indicated by the expanded distributed device information stored in the expanded device information storage unit. Transmission agent means for sending to the network;
The distributed information system according to claim 1, further comprising:
前記送出手段は、前記判定手段により前記発生状況が前記条件を満たすと判定される場合には、前記オブジェクトデータの送出を、所定のタイミング時に、変更された各オブジェクトデータを前記機器情報記憶手段に記憶されている分散機器情報を基に分散情報機器単位にまとめて得られる集約オブジェクトデータを分散情報機器宛に前記ネットワークへ送出することにより行う
ことを特徴とする請求項1記載の分散情報システム。
When the determination unit determines that the occurrence state satisfies the condition , the sending unit sends the object data to the device information storage unit at a predetermined timing. 2. The distributed information system according to claim 1, wherein aggregated object data obtained in a unit of a distributed information device based on stored distributed device information is sent to the network to the distributed information device.
前記分散情報システムは、分散情報機器から他の分散情報機器へオブジェクトデータを供給するための仲介を行う受信代行機器を更に備え、
前記送出手段は、前記オブジェクトデータの送出を当該オブジェクトデータと前記分散機器情報との対を前記受信代行機器宛に前記ネットワークへ送出することにより行い、
前記受信代行機器は、前記ネットワークを介してオブジェクトデータと分散情報機器との対を受信し、所定のタイミング時に、受信した各々のオブジェクトデータをこれと対の分散機器情報を基に分散情報機器単位にまとめて得られる集約オブジェクトデータを、対応する分散情報機器宛に前記ネットワークへ送出する受信代行手段を備える
ことを特徴とする請求項1記載の分散情報システム。
The distributed information system further includes a reception agent device that mediates for supplying object data from the distributed information device to another distributed information device,
The sending means sends the object data by sending a pair of the object data and the distributed device information to the receiving proxy device to the network,
The reception proxy device receives a pair of object data and distributed information device via the network, and at a predetermined timing, receives each object data based on the distributed device information of the pair as a distributed information device unit. 2. The distributed information system according to claim 1, further comprising: a reception agent unit that sends the aggregated object data collectively obtained to the network to the corresponding distributed information device.
ネットワークに接続されている分散情報機器間において行われ、ある分散情報機器で変更のあったオブジェクトデータを当該オブジェクトデータを用いるアプリケーションが実行されている別の分散情報機器へ供給する通信方法において、
一の分散情報機器は、
オブジェクトデータを変更するための契機が自機器で発生した場合に、自機器におけるオブジェクトデータの変更の契機の発生状況が所定の条件を満たすかを判定し、変更されたオブジェクトデータを、機器情報記憶手段に記憶されている分散機器情報が示す当該オブジェクトデータを用いるアプリケーションを実行する他の分散情報機器に対して供給するために、前記ネットワークへ送出し、
他の分散情報機器は、
前記ネットワークを介して前記一の分散情報機器によって送出されたオブジェクトデータを受信し、
受信したオブジェクトデータを基にアプリケーションにより用いられるオブジェクトデータを記憶するデータ記憶手段の記憶内容を更新し、
前記一の分散情報機器は、前記オブジェクトデータの送出を、前記発生状況が前記条件を満たさないと判定される場合には、当該オブジェクトデータの変更時に前記分散機器情報が示す分散情報機器宛に行い、前記発生状況が前記条件を満たすと判定される場合には、所定のタイミング時に、変更された各々のオブジェクトデータと前記分散機器情報との対をまとめて得られる集約オブジェクトデータを前記ネットワークへ送出することにより行い、
前記所定の条件とは、前記オブジェクトデータの変更頻度が所定の閾値以上である、又は、前記オブジェクトデータの変更間隔が所定の時間以下である
ことを特徴とする通信方法。
In a communication method that is performed between distributed information devices connected to a network and supplies object data that has been changed in one distributed information device to another distributed information device in which an application that uses the object data is executed.
One distributed information device is
When the trigger for changing the object data occurs in the local device, it is determined whether the occurrence status of the trigger for changing the object data in the local device satisfies a predetermined condition, and the changed object data is stored in the device information storage. In order to supply to other distributed information devices that execute an application that uses the object data indicated by the distributed device information stored in the means, send to the network,
Other distributed information devices
Receiving object data sent by the one distributed information device via the network;
Update the storage contents of the data storage means for storing the object data used by the application based on the received object data ,
The one distributed information device sends the object data to the distributed information device indicated by the distributed device information when the object data is changed, when it is determined that the occurrence status does not satisfy the condition. When it is determined that the occurrence condition satisfies the condition, aggregated object data obtained by combining a pair of each changed object data and the distributed device information is sent to the network at a predetermined timing. To do
The predetermined condition is that the change frequency of the object data is equal to or greater than a predetermined threshold, or the change interval of the object data is equal to or less than a predetermined time .
JP2007015168A 2007-01-25 2007-01-25 Distributed information system and communication method Expired - Fee Related JP4725525B2 (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
JP2007015168A JP4725525B2 (en) 2007-01-25 2007-01-25 Distributed information system and communication method

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
JP2007015168A JP4725525B2 (en) 2007-01-25 2007-01-25 Distributed information system and communication method

Publications (2)

Publication Number Publication Date
JP2008181404A JP2008181404A (en) 2008-08-07
JP4725525B2 true JP4725525B2 (en) 2011-07-13

Family

ID=39725250

Family Applications (1)

Application Number Title Priority Date Filing Date
JP2007015168A Expired - Fee Related JP4725525B2 (en) 2007-01-25 2007-01-25 Distributed information system and communication method

Country Status (1)

Country Link
JP (1) JP4725525B2 (en)

Citations (6)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JP2000163617A (en) * 1998-11-26 2000-06-16 Mitsubishi Electric Corp Passage management device
JP2003186893A (en) * 2001-12-21 2003-07-04 Seiko Precision Inc Information collecting device and information collecting method
JP2003288221A (en) * 2002-03-28 2003-10-10 Japan Research Institute Ltd Data processing system
JP2004084278A (en) * 2002-08-27 2004-03-18 Yamatake Corp Entrance/leaving management system and entrance/leaving management method
JP2005196330A (en) * 2004-01-05 2005-07-21 Iwatsu Electric Co Ltd Presence management system
JP2006031238A (en) * 2004-07-14 2006-02-02 Hitachi Ltd Message transfer control method, message transfer control program and message queuing device

Family Cites Families (2)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JP3121221B2 (en) * 1995-02-07 2000-12-25 株式会社日立製作所 Communication method of information processing system and information processing system
JPH0962624A (en) * 1995-08-28 1997-03-07 Hitachi Ltd Processing method and processing system for on-line transaction

Patent Citations (6)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JP2000163617A (en) * 1998-11-26 2000-06-16 Mitsubishi Electric Corp Passage management device
JP2003186893A (en) * 2001-12-21 2003-07-04 Seiko Precision Inc Information collecting device and information collecting method
JP2003288221A (en) * 2002-03-28 2003-10-10 Japan Research Institute Ltd Data processing system
JP2004084278A (en) * 2002-08-27 2004-03-18 Yamatake Corp Entrance/leaving management system and entrance/leaving management method
JP2005196330A (en) * 2004-01-05 2005-07-21 Iwatsu Electric Co Ltd Presence management system
JP2006031238A (en) * 2004-07-14 2006-02-02 Hitachi Ltd Message transfer control method, message transfer control program and message queuing device

Also Published As

Publication number Publication date
JP2008181404A (en) 2008-08-07

Similar Documents

Publication Publication Date Title
US10405258B2 (en) Method for managing a proxy table in a wireless network using proxy devices
Khediri et al. A new approach for clustering in wireless sensors networks based on LEACH
EP1826964B1 (en) Configuration of a mobile adhoc network
JP4805646B2 (en) Sensor terminal and sensor terminal control method
Chen et al. GAR: Group aware cooperative routing protocol for resource-constraint opportunistic networks
CN101895412B (en) Communication system
JP2007124148A (en) Ad hoc network system, wireless ad hoc terminal, and its fault detection method
CN105940717A (en) Node device and communication method used in disruption/delay/disconnect tolerant network
JP4725525B2 (en) Distributed information system and communication method
Zervopoulos et al. Constructing virtual backbones over low-cost wireless networks for smart tourism services
JP6493945B2 (en) Green Power for high-density, large-scale networks (proxy table scaling)
JP2007243932A (en) Wireless data communication system
WO2016013979A1 (en) Routing protocol for advanced metering infrastructure system
Egorova-Förster et al. A feedback-enhanced learning approach for routing in WSN
CN114374705A (en) Service cluster and message pushing method
CN105191231A (en) Gateway device
Takale et al. Quality of Service Based Routing Algorithm for Wireless Sensor Network
Xia et al. Latency-aware and energy efficiency tradeoffs for wireless sensor networks
KR20090021906A (en) Wireless sensor network and cluster optimising method therefor
Wu et al. A group-based mobile agent routing protocol for multitype wireless sensor networks
Sangwan et al. Coverage and connectivity preserving routing in wireless sensor networks: A new approach
Anazawa et al. Big data synchronization among isolated data servers in disaster
Omondi et al. Performability modelling and analysis of clustered wireless sensor networks with limited storage capacities
JP5915755B2 (en) Information processing device
US11356950B1 (en) Systems and methods for stunning network nodes

Legal Events

Date Code Title Description
A621 Written request for application examination

Free format text: JAPANESE INTERMEDIATE CODE: A621

Effective date: 20090924

A977 Report on retrieval

Free format text: JAPANESE INTERMEDIATE CODE: A971007

Effective date: 20101216

A131 Notification of reasons for refusal

Free format text: JAPANESE INTERMEDIATE CODE: A131

Effective date: 20101221

A521 Written amendment

Free format text: JAPANESE INTERMEDIATE CODE: A523

Effective date: 20110221

A01 Written decision to grant a patent or to grant a registration (utility model)

Free format text: JAPANESE INTERMEDIATE CODE: A01

Effective date: 20110315

A61 First payment of annual fees (during grant procedure)

Free format text: JAPANESE INTERMEDIATE CODE: A61

Effective date: 20110328

R150 Certificate of patent or registration of utility model

Free format text: JAPANESE INTERMEDIATE CODE: R150

FPAY Renewal fee payment (event date is renewal date of database)

Free format text: PAYMENT UNTIL: 20140422

Year of fee payment: 3

LAPS Cancellation because of no payment of annual fees