JP6035034B2 - Communication control device and communication control program - Google Patents
Communication control device and communication control program Download PDFInfo
- Publication number
- JP6035034B2 JP6035034B2 JP2012069707A JP2012069707A JP6035034B2 JP 6035034 B2 JP6035034 B2 JP 6035034B2 JP 2012069707 A JP2012069707 A JP 2012069707A JP 2012069707 A JP2012069707 A JP 2012069707A JP 6035034 B2 JP6035034 B2 JP 6035034B2
- Authority
- JP
- Japan
- Prior art keywords
- address
- communication
- message
- communication node
- registered
- 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.)
- Active
Links
Images
Landscapes
- Small-Scale Networks (AREA)
- Communication Control (AREA)
Description
本発明の実施形態は、通信制御装置、及び通信制御プログラムに関する。 Embodiments described herein relate generally to a communication control device and a communication control program .
近年、既存の電灯線や無線を利用して家電製品をつなぐホームネットワークを構築し、パソコンや携帯電話等を用いて家電製品の動作制御や家電製品の動作状態の取得等の処理を行うネットワーク技術の開発が進められている。このようなネットワーク技術の1つとしてECHONET(登録商標)(Energy Conservation and Homecare Network)がある。ECHONETは、宅内での家電制御向けの通信プロトコルとして策定されたものである。 In recent years, a network technology has been established for building home networks that connect home appliances using existing power lines and radios, and for controlling operations of home appliances and acquiring the operating status of home appliances using a personal computer or mobile phone. Development is underway. One such network technology is ECHONET (registered trademark) (Energy Conservation and Homecare Network). ECHONET was developed as a communication protocol for home appliance control at home.
一方で、ネットワークに接続される機器が増大し、また、ホームネットワークによるサービスも多様化していることから、より簡単にホームネットワークを構築したいというニーズが拡大している。そこで、このようなニーズに対応するため、ECHONET MACアドレス等の削除を行うとともに電文構成をシンプルにした、ECHONET Liteが、新たな通信プロトコルとして策定された。 On the other hand, since the number of devices connected to the network is increasing, and the services provided by the home network are diversifying, the need to construct a home network more easily is expanding. Therefore, in order to meet such needs, ECHONET Lite has been developed as a new communication protocol that deletes ECHONET MAC addresses and simplifies the message structure.
これら両者の通信プロトコルは、共通のオブジェクトやプロパティに基づいており、伝送される電文の意味はほぼ同一である。 Both of these communication protocols are based on common objects and properties, and the meaning of the transmitted message is almost the same.
しかしながら、ECHONETの規格に準拠する機器とECHONET Liteの規格に準拠する機器は、互換性がなく、相互接続ができない。すなわち、アプリケーションレベルから見れば、機器の動作制御や動作状態の取得等の処理の際の通信内容(電文の意味)はほぼ同一であるにもかかわらず、各機器は、両者の電文を共通化して解釈することができない。そのため、たとえば、ホームネットワーク内で通信制御装置として動作するコントローラは、ECHONETの電文を理解できるがECHONET Liteの電文を理解できない通信ノードと、ECHONET Liteの電文を理解できるがECHONETの電文を理解できない通信ノードとを共通化して制御することができない。 However, devices conforming to the ECHONET standard and devices conforming to the ECHONET Lite standard are not compatible and cannot be interconnected. That is, when viewed from the application level, the communication contents (meaning of telegrams) at the time of processing such as device operation control and operation status acquisition are almost the same, but each device shares both telegrams. Cannot be interpreted. Therefore, for example, a controller that operates as a communication control device in a home network can understand ECHONET messages but cannot understand ECHONET Lite messages, and communication that cannot understand ECHONET Lite messages but cannot understand ECHONET messages. It is not possible to control the nodes in common.
本発明が解決しようとする課題は、複数の通信プロトコルが共存するネットワーク内で、各通信プロトコルに準拠して動作する通信ノードを共通化して制御する通信制御装置を提供することである。 The problem to be solved by the present invention is to provide a communication control apparatus that controls a communication node that operates in accordance with each communication protocol in a network in which a plurality of communication protocols coexist.
実施形態にかかる通信制御装置は、複数の通信プロトコルが共存するネットワーク内で、制御対象として指定された通信ノード宛に電文を送信するノードとして動作し、当該ネットワークを構成する通信ノードのアドレス情報が登録されたアドレステーブル部を有する。制御部は、アプリケーション部から通信ノードが指定された命令を受け取ったときに、アドレステーブル部に制御対象の通信ノードのアドレス情報が登録されていない場合に、通信プロトコル毎にアドレス解決要求の電文を作成して送信する。そして、制御部は、アドレス解決要求の電文を送信した後、制御対象の通信ノードのアドレス情報が登録されていた場合に、当該アドレス情報に基づいて、制御対象の通信ノードが理解する通信プロトコルの電文を作成して送信する。また、受信部は、ネットワークを構成する所定の通信ノードから電文を受信した場合に、その電文に含まれるアドレス情報を前記アドレステーブル部に登録し、その旨を制御部に通知する。 The communication control apparatus according to the embodiment operates as a node that transmits a message to a communication node designated as a control target in a network in which a plurality of communication protocols coexist, and address information of the communication nodes constituting the network is stored. It has a registered address table part. When the control unit receives an instruction specifying a communication node from the application unit and the address information of the communication node to be controlled is not registered in the address table unit, the control unit sends an address resolution request message for each communication protocol. Create and send. Then, the communication protocol control unit, after transmitting the message of the address resolution request, when the address information of the communication node control object has been registered, that based on the address information, the communication node of the controlled object to understand Create and send a message. When receiving a message from a predetermined communication node constituting the network, the receiving unit registers address information included in the message in the address table unit, and notifies the control unit to that effect.
本発明によれば、複数の通信プロトコルが共存するネットワーク内で、各通信プロトコルに準拠して動作する通信ノードを共通化して制御する通信制御装置を提供することができる。 ADVANTAGE OF THE INVENTION According to this invention, the communication control apparatus which controls in common the communication node which operate | moves based on each communication protocol within the network where a some communication protocol coexists can be provided.
以下で説明する第1の実施形態において、コントローラ1は、異なる通信プロトコルであるECHONETとECHONET Liteが共存するホームネットワーク内で、制御対象として指定された通信ノード宛に電文を送信するノードとして動作し、ホームネットワークを構成する通信ノードのアドレス情報が登録されたアドレステーブル14,15を有する。コントローラ1内の制御部12は、アドレステーブル14,15に制御対象の通信ノードのアドレス情報が登録されていない場合に、ECHONETおよびECHONET Liteのアドレス解決要求パケットを個別に作成して送信する。そして、制御部12は、アドレス解決要求パケットの送信の結果として、制御対象の通信ノードのアドレス情報がいずれかのアドレステーブルに登録された場合に、そのアドレス情報に基づいて、制御対象の通信ノードが理解する通信プロトコルの電文を作成して送信する。また、コントローラ1内の受信部13は、ネットワークを構成する所定の通信ノードから電文を受信した場合に、その電文に含まれるアドレス情報を、該当するアドレステーブル14またアドレステーブル15に登録し、その旨を制御部12に通知する。
In the first embodiment described below, the controller 1 operates as a node that transmits a message to a communication node designated as a control target in a home network where ECHONET and ECHONET Lite, which are different communication protocols, coexist. And address tables 14 and 15 in which address information of communication nodes constituting the home network is registered. When the address information of the communication node to be controlled is not registered in the address tables 14 and 15, the
なお、アドレステーブル14は、ECHONETの電文を理解する通信ノードのアドレス情報が登録されたアドレステーブルであり、アドレステーブル15は、ECHONET Liteの電文を理解する通信ノードのアドレス情報が登録されたアドレステーブルである。そのため、受信部13は、ホームネットワークを構成する通信ノードから電文を受信した場合に、その電文から抽出した通信プロトコルを表す情報に基づいて、その電文に含まれるアドレス情報の登録先のアドレステーブルを判断する。
The address table 14 is an address table in which address information of communication nodes that understand ECHONET messages is registered, and the address table 15 is an address table in which address information of communication nodes that understand ECHONET Lite messages is registered. It is. Therefore, when receiving a message from a communication node constituting the home network, the receiving
第2の実施形態において、コントローラ1は、異なる通信プロトコルであるECHONETとECHONET Liteが共存するホームネットワーク内で、制御対象として指定された通信ノード宛に電文を送信するノードとして動作し、ホームネットワークを構成する通信ノードのアドレス情報が登録されたアドレステーブル21を有する。コントローラ1内の制御部12は、アドレステーブル21に制御対象の通信ノードのアドレス情報が登録されていない場合に、ECHONETおよびECHONET Liteのアドレス解決要求パケットを個別に作成して送信する。そして、制御部12は、アドレス解決要求パケットの送信の結果として、制御対象の通信ノードのアドレス情報がアドレステーブル21に登録された場合に、そのアドレス情報に基づいて、制御対象の通信ノードが理解する通信プロトコルの電文を作成して送信する。また、コントローラ1内の受信部13は、ネットワークを構成する所定の通信ノードから電文を受信した場合に、その電文に含まれるアドレス情報をアドレステーブル21に登録し、その旨を制御部12に通知する。
In the second embodiment, the controller 1 operates as a node that transmits a message to a communication node designated as a control target in a home network in which ECHONET and ECHONET Lite, which are different communication protocols, coexist. It has an address table 21 in which address information of composing communication nodes is registered. When the address information of the communication node to be controlled is not registered in the address table 21, the
なお、アドレステーブル21には、ECHONETの電文を理解する通信ノードのアドレス情報と、ECHONET Liteの電文を理解する通信ノードのアドレス情報が、それぞれの通信プロトコルと関連付けられた状態で登録される。そして、受信部13は、ホームネットワークを構成する通信ノードから電文を受信した場合に、その電文から抽出した通信プロトコルを表す情報を、その電文に含まれるアドレス情報に関連付けてアドレステーブル21に登録する。
Note that the address information of the communication node that understands the ECHONET message and the address information of the communication node that understands the ECHONET Lite message are registered in the address table 21 in a state associated with each communication protocol. When receiving a message from a communication node constituting the home network, the receiving
また、第1および第2の実施形態において、制御部12は、通信プロトコル毎にアドレス解決要求パケットを作成して送信した結果、所定の時間が経過してもアドレステーブルへのアドレス情報の登録完了の通知がない場合、制御対象の通信ノードがホームネットワーク内に存在しないものと判断する。
In the first and second embodiments, the
また、第1および第2の実施形態において、制御部12は、アドレス解決要求パケットが規定されていないECHONET Liteについては、ECHONET Liteの搭載必須プロパティを読み出すためのパケットを、アドレス解決要求パケットとして作成し、そのアドレス解決要求パケットを同報送信(マルチキャスト送信)する。そして、制御部12は、アドレス解決要求パケットの同報送信の結果として、受信部13から、ホームネットワークを構成するすべての通信ノードについて、アドレステーブルへのアドレス情報の登録完了の通知を受け取る。
In the first and second embodiments, for the ECHONET Lite for which no address resolution request packet is specified, the
また、第1および第2の実施形態では、アドレステーブルのエントリに登録期間の制限時間を設け、登録してから制限時間が経過した場合には、そのエントリを無効とする。 In the first and second embodiments, a time limit for the registration period is provided for an entry in the address table, and when the time limit has elapsed since registration, the entry is invalidated.
また、第1および第2の実施形態において、制御部12は、通信プロトコル毎に搭載必須プロパティを読み出すための電文を作成し、その電文を所定の時間毎に同報送信する。
Further, in the first and second embodiments, the
以下、図面を参照して、実施形態にかかる通信制御装置を説明する。実施形態において同一の機能を有する構成には同一の符号を付し、重複する説明は省略される。 Hereinafter, a communication control apparatus according to an embodiment will be described with reference to the drawings. In the embodiment, configurations having the same functions are denoted by the same reference numerals, and redundant description is omitted.
[第1の実施形態]
[ネットワークシステムの構成例]
図1は、第1の実施形態にかかるネットワークシステムの構成例を示す図である。図1において、このネットワークシステムは、たとえば、ホームネットワークであり、コントローラ1と通信ノード2〜6とを有する。
[First Embodiment]
[Network system configuration example]
FIG. 1 is a diagram illustrating a configuration example of a network system according to the first embodiment. In FIG. 1, this network system is, for example, a home network, and includes a controller 1 and communication nodes 2 to 6.
コントローラ1は、本実施形態のホームネットワーク内の家電製品である通信ノード2〜6と通信を行うことが可能なノードであり、各通信ノード2〜6の動作制御や動作状態の取得等の処理を行う。また、図1において、通信ノード2,3,6は、コントローラ1と有線接続され、通信ノード4,5は、コントローラ1と無線接続されているものとし、一例として、いずれもIPをベースとした通信を行うことを前提とする。また、本実施形態においては、通信ノード2,4をECHONETの電文を理解できるがECHONET Liteの電文を理解できない通信ノード(以下、単に「ECHONETの電文を理解する通信ノード」と呼ぶ場合もある。)とし、通信ノード3,5,6をECHONET Liteの電文を理解できるがECHONETの電文を理解できない通信ノード(以下、単に「ECHONET Liteの電文を理解する通信ノード」と呼ぶ場合もある。)とする。なお、本実施形態では、一例として、上記の通信ノード2〜6を含むホームネットワークを構築することとしたが、これに限らず、たとえば、ホームネットワーク内に、双方の通信プロトコルの電文を理解できる通信ノードが存在することとしてもよい。
The controller 1 is a node capable of communicating with the communication nodes 2 to 6 which are home electric appliances in the home network of the present embodiment, and processing such as operation control and operation state acquisition of each communication node 2 to 6 I do. In FIG. 1, communication nodes 2, 3, and 6 are connected to the controller 1 by wire, and
図2は、本実施形態のホームネットワーク内のコントローラ1の構成例を示す図である。図2において、コントローラ1は、アプリケーション部11と制御部12と受信部13とアドレステーブル14とアドレステーブル15と通信インタフェース部16を有する。
FIG. 2 is a diagram illustrating a configuration example of the controller 1 in the home network according to the present embodiment. In FIG. 2, the controller 1 includes an
アプリケーション部11は、制御対象の機器である通信ノードを指定して命令を発行し、その結果を受け取る。制御対象の通信ノードを指定する際には、その通信ノードのハードウェアアドレスを指定した上で、動作制御(電源ON/OFF制御等)や動作状態の取得(電源ON/OFF状態の取得等)等の処理を行う。
The
制御部12は、アプリケーション部11からの命令を受け取り、その内容を解釈し、通信インタフェース部16を介して適切に制御対象として指定された通信ノード宛に電文を送信する機能を有する。
The
受信部13は、通信インタフェース部16を介して通信ノード2〜6からの電文を受信し、その内容を解釈し、適宜、アドレス情報を所定のアドレステーブルに登録する。また、登録完了後には、制御部12に対し登録を行ったことを通知する。
The receiving
アドレステーブル14は、ECHONETで通信する通信ノードのアドレス情報を記録しておくテーブルである。エントリとして、少なくとも「ECHONET MACアドレス」,「ハードウェアアドレス」,「IPアドレス」を含む。図3は、アドレステーブル14の一例を示す図である。図3において、アドレステーブル14は、ECHONETの通信ノード毎に、「ECHONET MACアドレス」,「ハードウェアアドレス」,「IPアドレス」が関連付けられた状態で登録されている。 The address table 14 is a table in which address information of communication nodes that communicate with ECHONET is recorded. The entry includes at least “ECHONET MAC address”, “hardware address”, and “IP address”. FIG. 3 is a diagram illustrating an example of the address table 14. In FIG. 3, the address table 14 is registered in a state where “ECHONET MAC address”, “hardware address”, and “IP address” are associated with each ECHONET communication node.
アドレステーブル15は、ECHONET Liteで通信する通信ノードのアドレス情報を記録しておくテーブルである。エントリとして、少なくとも「ハードウェアアドレス」,「IPアドレス」を含む。図4は、アドレステーブル15の一例を示す図である。図4において、アドレステーブル15は、ECHONET Liteの通信ノード毎に、「ハードウェアアドレス」,「IPアドレス」が関連付けられた状態で登録されている。 The address table 15 is a table in which address information of communication nodes that communicate with the ECHONET Lite is recorded. The entry includes at least “hardware address” and “IP address”. FIG. 4 is a diagram illustrating an example of the address table 15. In FIG. 4, the address table 15 is registered in a state where “hardware address” and “IP address” are associated with each communication node of ECHONET Lite.
[コントローラ1の動作]
つづいて、コントローラ1の動作について説明する。図5は、コントローラ1内の制御部12の動作を示すフローチャートである。本実施形態において、アプリケーション部11は、制御対象の通信ノードがECHONETの電文を理解する通信ノードであるのかECHONET Liteの電文を理解する通信ノードであるのかを認識していないことを前提とする。
[Operation of controller 1]
Next, the operation of the controller 1 will be described. FIG. 5 is a flowchart showing the operation of the
たとえば、アプリケーション部11から制御部12に向けて制御対象の通信ノードのハードウェアアドレスが指定された命令が発行された場合、制御部12では、この命令を受け取り(S1)、受け取った命令からハードウェアアドレスを抽出する(S2)。そして、制御部12は、抽出したハードウェアアドレスをキーとしてアドレステーブル14を検索し(S3)、このアドレスが登録されているかどうかを判断する(S4)。
For example, when a command in which the hardware address of the communication node to be controlled is issued from the
アドレステーブル14に登録されている場合(S4,Yes)、制御部12は、アドレステーブル14から対応するエントリ(「ECHONET MACアドレス」,「ハードウェアアドレス」,「IPアドレス」)を読み出す。そして、制御部12は、読み出したエントリおよび受け取った命令にしたがってECHONETの電文を作成し、通信インタフェース部16を介して制御対象の通信ノードのIPアドレス宛に電文を送信する(S5)。
When registered in the address table 14 (S4, Yes), the
一方、アドレステーブル14に登録されていない場合(S4,No)、つぎに、制御部12は、ステップS2で抽出したハードウェアアドレスをキーとしてアドレステーブル15を検索し(S6)、このアドレスが登録されているかどうかを判断する(S7)。
On the other hand, if it is not registered in the address table 14 (S4, No), then the
アドレステーブル15に登録されている場合(S7,Yes)、制御部12は、アドレステーブル15から対応するエントリ(「ハードウェアアドレス」,「IPアドレス」)を読み出す。そして、制御部12は、読み出したエントリおよび受け取った命令にしたがってECHONET Liteの電文を作成し、通信インタフェース部16を介して制御対象の通信ノードのIPアドレス宛に電文を送信する(S8)。
When registered in the address table 15 (S7, Yes), the
一方、アドレステーブル15に登録されていない場合(S7,No)、つぎに、制御部12は、アプリケーション部11から受け取ったハードウェアアドレスを持つ通信ノードを問い合わせるためのECHONETパケットであるアドレス解決要求パケット(ハード/MAC逆アドレス解決要求パケット)を、通信インタフェース部16を介して同報送信する(S9)。また、制御部12は、ECHONET Liteにはハード/MAC逆アドレス解決要求パケットに該当するパケットがないので、代わりに、ECHONET Liteの搭載必須プロパティ、たとえば、ノードプロファイルオブジェクトの動作状態プロパティを読み出すためのECHONET Liteの電文を、アドレス解決要求パケットとして作成し、このパケットを通信インタフェース部16を介して同報送信する(S9)。そして、受信部13からの通知を待つ(S10)。
On the other hand, if it is not registered in the address table 15 (S7, No), the
図6は、ECHONETのアドレス解決要求パケットのフォーマット例を示す図であり、本実施形態の動作に必要な要素のみを表示している。図6において、アドレス解決要求パケットには、下位メディアのヘッダとして「要求側ノードのハードウェアアドレス」,「同報を表すハードウェアアドレス」が、IPヘッダとして「要求側ノードのIPアドレス」,「同報を表すIPアドレス」が、ペイロードとして、ECHONETを表す情報である「0x01」,ハード/MAC逆アドレス解決要求パケットを表す情報である「0x05」,「要求側ノードのIPアドレス」,「要求側ノードのハードウェアアドレス」,「ターゲットノードのハードウェアアドレス」が、それぞれ含まれている。 FIG. 6 is a diagram showing a format example of an ECHONET address resolution request packet, and displays only elements necessary for the operation of the present embodiment. In FIG. 6, the address resolution request packet includes “requesting node hardware address” and “broadcast hardware address” as lower media headers, and “requesting node IP address” and “IP address” as IP headers. "IP address representing broadcast" is "0x01" representing ECHONET as payload, "0x05" representing information representing a hardware / MAC reverse address resolution request packet, "IP address of requesting node", "request "Hardware address of the side node" and "Hardware address of the target node" are included.
また、図7は、ECHONET Liteのアドレス解決要求パケットのフォーマット例を示す図であり、本実施形態の動作に必要な要素のみを表示している。図7において、アドレス解決要求パケットには、下位メディアのヘッダとして「要求側ノードのハードウェアアドレス」,「同報を表すハードウェアアドレス」が、IPヘッダとして「要求側ノードのIPアドレス」,「同報を表すIPアドレス」が、ペイロードとして、ECHONET Liteを表す情報である「0x1081」,必須オブジェクトを表す情報である「0x0ef001」,必須プロパティの取得を表す情報である「0x62」,必須プロパティを表す情報である「0xD6」が、それぞれ含まれている。 FIG. 7 is a diagram showing a format example of an ECHONET Lite address resolution request packet, and displays only elements necessary for the operation of the present embodiment. In FIG. 7, the address resolution request packet includes “requesting node hardware address” and “broadcast hardware address” as lower media headers, and “requesting node IP address” and “IP address” as IP headers. "IP address representing broadcast" is "0x1081" which is information representing ECHONET Lite as payload, "0x0ef001" which is information representing mandatory object, "0x62" which is information representing acquisition of mandatory property, and mandatory property “0xD6”, which is information to be expressed, is included.
その後、ECHONETの電文を理解する通信ノード2,4は、受信したパケットのペイロード部分から、ECHONETを表す情報である「0x01」,ハード/MAC逆アドレス解決要求パケットを表す情報である「0x05」,「要求側ノードのIPアドレス」,「要求側ノードのハードウェアアドレス」,「ターゲットノードのハードウェアアドレス」を抽出し、自身宛のパケットかどうかを確認する。そして、自身宛のパケットであることが確認できた通信ノードは、ハード/MAC逆アドレス解決要求パケットに対する応答として、アドレス解決応答パケット(ハード/MAC逆アドレス解決応答パケット)を送信する。また、自身宛のパケットでない場合は応答しない。 Thereafter, the communication nodes 2 and 4 that understand the ECHONET message, from the payload portion of the received packet, “0x01” that is information representing ECHONET, “0x05” that is information representing the hardware / MAC reverse address resolution request packet, The “requesting node IP address”, “requesting node hardware address”, and “target node hardware address” are extracted to check whether the packet is addressed to itself. The communication node that has been confirmed to be a packet addressed to itself transmits an address resolution response packet (hard / MAC reverse address resolution response packet) as a response to the hardware / MAC reverse address resolution request packet. If the packet is not addressed to itself, no response is made.
図8は、ECHONETのアドレス解決応答パケットのフォーマット例を示す図であり、本実施形態の動作に必要な要素のみを表示している。図8において、アドレス解決応答パケットには、下位メディアのヘッダとして「ターゲットノードのハードウェアアドレス」,「要求側ノードのハードウェアアドレス」が、IPヘッダとして「ターゲットノードのIPアドレス」,「要求側ノードのIPアドレス」が、ペイロードとして、ECHONETを表す情報である「0x01」,ハード/MAC逆アドレス応答要求パケットを表す情報である「0x06」,「要求側ノードのIPアドレス」,「要求側ノードのハードウェアアドレス」,「ターゲットノードのECHONET MACアドレス」,「ターゲットノードのIPアドレス」,「ターゲットノードのハードウェアアドレス」が、それぞれ含まれている。 FIG. 8 is a diagram showing a format example of an ECHONET address resolution response packet, and only elements necessary for the operation of the present embodiment are displayed. In FIG. 8, the address resolution response packet includes “target node hardware address” and “requesting node hardware address” as lower media headers, and “target node IP address” and “requesting side” as IP headers. The node IP address is “0x01” representing ECHONET as the payload, “0x06” representing the hardware / MAC reverse address response request packet, “IP address of requesting node”, “requesting node” ”Hardware address”, “target node ECHONET MAC address”, “target node IP address”, and “target node hardware address”.
また、ECHONET Liteの電文を理解する通信ノード3,5,6は、受信したパケットから、「要求側ノードのハードウェアアドレス」,「要求側ノードのIPアドレス」,ECHONET Liteを表す情報である「0x1081」,必須オブジェクトを表す情報である「0x0ef001」,必須プロパティの取得を表す情報である「0x62」,必須プロパティを表す情報である「0xD6」を抽出する。そして、各通信ノードは、それぞれ指定された必須プロパティを取得した後、受信したパケットに対する応答として、取得した必須プロパティを通知するためのECHONET Liteの電文を、アドレス解決応答パケットとして作成し、返信する。ここでは、ECHONET Liteの電文を理解するすべての通信ノードが、アドレス解決応答パケットを送信する。
The
図9は、ECHONET Liteのアドレス解決応答パケットのフォーマット例を示す図であり、本実施形態の動作に必要な要素のみを表示している。図9において、アドレス解決応答パケットには、下位メディアのヘッダとして「応答側ノードのハードウェアアドレス」,「要求側ノードのハードウェアアドレス」が、IPヘッダとして「応答側ノードのIPアドレス」,「要求側ノードのIPアドレス」が、ペイロードとして、ECHONET Liteを表す情報である「0x1081」,必須オブジェクトを表す情報である「0x0ef001」,取得応答を表す情報である「0x72」,必須プロパティを表す情報である「0xD6」が、それぞれ含まれている。 FIG. 9 is a diagram showing a format example of an ECHONET Lite address resolution response packet, and displays only elements necessary for the operation of the present embodiment. In FIG. 9, the address resolution response packet includes “the hardware address of the responding node” and “the hardware address of the requesting node” as the header of the lower media, and “the IP address of the responding node” and “ “IP address of requesting node” is “0x1081” which is information indicating ECHONET Lite as payload, “0x0ef001” which is information indicating required object, “0x72” which is information indicating acquisition response, and information indicating required property “0xD6” is included.
ここで、制御部12がステップS8の処理を実行した後の受信部13の動作を説明する。受信部13は、ステップS8の処理に対する応答として、アドレス解決応答パケットを受信した場合、そのパケットが、ECHONETのアドレス解決応答パケットであるのか、またはECHONET Liteのアドレス解決応答パケットであるのかを判断する。具体的には、受信したパケットからペイロードを抽出し、ECHONETを表す情報である「0x01」とハード/MAC逆アドレス応答要求パケットを表す情報である「0x06」とを検出した場合には、ECHONETのアドレス解決応答パケットであると判断する。一方、ECHONET Liteを表す情報である「0x1081」を検出した場合には、ECHONET Liteのアドレス解決応答パケットであると判断する。
Here, the operation of the receiving
そして、ECHONETのアドレス解決応答パケットであると判断した場合には、受信したパケットのペイロードから、「ターゲットノードのECHONET MACアドレス」,「ターゲットノードのIPアドレス」,「ターゲットノードのハードウェアアドレス」を抽出し、アドレステーブル14に登録する。また、制御部12に対しアドレステーブル14への登録が完了したことを通知する。
If it is determined that the packet is an ECHONET address resolution response packet, the “target node ECHONET MAC address”, “target node IP address”, and “target node hardware address” are determined from the payload of the received packet. Extracted and registered in the address table 14. In addition, it notifies the
一方、ECHONET Liteのアドレス解決応答パケットであると判断した場合には、受信したパケットから、「ターゲットノードのIPアドレス」,「ターゲットノードのハードウェアアドレス」を抽出し、アドレステーブル15に登録する。また、制御部12に対しアドレステーブル15への登録が完了したことを通知する。なお、ECHONET Liteのアドレス解決要求パケットに対する応答は、ECHONET Liteの電文を理解するすべての通信ノード3,5,6から送られてくるので、受信部13は、その都度、制御部12に対しアドレステーブル15への登録が完了したことを通知する。
On the other hand, if it is determined that the packet is an ECHONET Lite address resolution response packet, the “target node IP address” and “target node hardware address” are extracted from the received packet and registered in the address table 15. In addition, it notifies the
つぎに、ステップS10において受信部13から登録が完了したことを示す通知があり(S10,Yes)、かつ登録されたアドレステーブルがアドレステーブル14の場合には(S11,Yes)、制御部12は、ステップS2で抽出したハードウェアアドレスをキーとしてアドレステーブル14を再度検索し(S12)、このアドレスが登録されているかどうかを判断する(S13)。たとえば、登録されていない場合には(S13,No)、制御部12は、つぎの通知を待つ(S10)。一方、登録されていた場合には(S13,Yes)、制御部12は、アドレステーブル14から対応するエントリ(「ECHONET MACアドレス」,「ハードウェアアドレス」,「IPアドレス」)を読み出す。そして、制御部12は、読み出したエントリおよびステップS1で受け取った命令にしたがってECHONETの電文を作成し、通信インタフェース部16を介して制御対象の通信ノードのIPアドレス宛に電文を送信する(S14)。
Next, when there is a notification indicating that the registration is completed from the receiving
一方、ステップS10において受信部13から登録が完了したことを示す通知があり(S10,Yes)、かつ登録されたアドレステーブルがアドレステーブル15の場合には(S11,No)、制御部12は、ステップS2で抽出したハードウェアアドレスをキーとしてアドレステーブル15を再度検索し(S15)、このアドレスが登録されているかどうかを判断する(S16)。たとえば、登録されていない場合には(S16,No)、制御部12は、つぎの通知を待つ(S10)。一方、登録されていた場合には(S16,Yes)、制御部12は、アドレステーブル15から対応するエントリ(「ハードウェアアドレス」,「IPアドレス」)を読み出す。そして、制御部12は、読み出したエントリおよびステップS1で受け取った命令にしたがってECHONET Liteの電文を作成し、通信インタフェース部16を介して制御対象の通信ノードのIPアドレス宛に電文を送信する(S17)。
On the other hand, when there is a notification indicating that the registration is completed from the receiving
なお、ステップS10において、アドレス解決要求パケットの送信(S9)から所定の時間(たとえば、3秒,10秒等)が経過しても受信部13から登録が完了したことを示す通知がない場合には(S10,No)、制御部12は、ネットワーク内にステップS2で通知されたハードウェアアドレスを持つ通信ノードが存在しないものと判断し、その旨をアプリケーション部11に通知する(S18)。この動作により、アプリケーション部11が、所定の時間を越える長時間に渡って命令の結果を待ち続ける状況を、回避することができる。
In step S10, when there is no notification from the receiving
以上説明したように、本実施形態においては、ECHONETとECHONET Liteが共存するホームネットワーク内で、アドレステーブル14またはアドレステーブル15に制御対象の通信ノードのアドレス情報が登録されていない場合に、制御部12が、ECHONETおよびECHONET Liteのアドレス解決要求パケットを個別に作成して送信する。そして、アドレス解決要求パケットの送信の結果として、制御対象の通信ノードのアドレス情報がいずれかのアドレステーブルに登録された場合に、そのアドレス情報に基づいて、制御対象の通信ノードが理解する通信プロトコルの電文を作成して送信する。これにより、アプリケーション部11が制御対象の通信ノードがECHONETの電文を理解する通信ノードであるのかECHONET Liteの電文を理解する通信ノードであるのかを認識していない場合であっても、これらの通信ノードを共通化して制御することができる。
As described above, in this embodiment, in the home network where ECHONET and ECHONET Lite coexist, when the address information of the communication node to be controlled is not registered in the address table 14 or the address table 15, the
なお、本実施形態においては、各アドレステーブルのエントリに登録期間の制限時間を設け、登録してから制限時間が経過した場合には、そのエントリを無効とすることとしてもよい。これにより、通信ノードが持つアドレス情報が動的に変化する場合においても、制限時間を経過後は、アプリケーション部11による命令の発行に伴い新たにアドレス解決が行われることになるため、古い宛先への誤送信を回避することができる。
In the present embodiment, a time limit for the registration period may be provided for each address table entry, and the entry may be invalidated when the time limit has elapsed since registration. As a result, even when the address information of the communication node changes dynamically, address resolution is newly performed with the issuance of a command by the
また、本実施形態においては、所定の時間毎に、搭載必須プロパティを読み出すECHONETの電文、および、搭載必須プロパティを読み出すECHONET Liteの電文を作成し、両者をネットワーク内に同報電文として送信することとしてもよい。読み出す搭載必須プロパティとしては、たとえば、ノードプロファイルオブジェクトの動作状態プロパティがあげられる。これにより、ネットワーク内に存在する全ての通信ノードのアドレス情報を、所定の時間毎に、アドレステーブル14およびアドレステーブル15に登録することができる。また、所定の時間ごとにアドレステーブル14およびアドレステーブル15への登録を行うことができるため、古い宛先への誤送信を回避することができる。 Also, in this embodiment, an ECHONET message that reads out the required installation property and an ECHONET Lite message that reads out the required installation property are created every predetermined time, and both are sent as a broadcast message in the network. It is good. For example, an operation state property of the node profile object is listed as the installation-required property to be read. Thereby, the address information of all the communication nodes existing in the network can be registered in the address table 14 and the address table 15 every predetermined time. In addition, since registration in the address table 14 and the address table 15 can be performed every predetermined time, erroneous transmission to an old destination can be avoided.
[第2の実施形態]
[ネットワークシステムの構成例]
第2の実施形態では、第1の実施形態と異なるアドレステーブルを備えるコントローラについて説明する。なお、アドレステーブル以外の構成については、第1の実施形態の図2と同様である。
[Second Embodiment]
[Network system configuration example]
In the second embodiment, a controller having an address table different from that of the first embodiment will be described. The configuration other than the address table is the same as in FIG. 2 of the first embodiment.
図10は、アドレステーブル21の一例を示す図である。本実施形態においては、図2のコントローラ1内のアドレステーブル14およびアドレステーブル15を、アドレステーブル21に置き換える。図10において、アドレステーブル21は、通信ノード毎に、「ECHONET MACアドレス」,「ハードウェアアドレス」,「IPアドレス」,「通信プロトコル」が関連付けられた状態で登録されている。 FIG. 10 is a diagram illustrating an example of the address table 21. In the present embodiment, the address table 14 and the address table 15 in the controller 1 of FIG. In FIG. 10, the address table 21 is registered in a state where “ECHONET MAC address”, “hardware address”, “IP address”, and “communication protocol” are associated with each communication node.
[コントローラ1の動作]
つづいて、本実施形態のコントローラ1の動作について説明する。図11は、コントローラ1内の制御部12の動作を示すフローチャートである。以下では、第1の実施形態と異なる処理について説明する。
[Operation of controller 1]
It continues and demonstrates operation | movement of the controller 1 of this embodiment. FIG. 11 is a flowchart showing the operation of the
第1の実施形態と同様の処理でステップS2を実行後、制御部12は、抽出したハードウェアアドレスをキーとしてアドレステーブル21を検索し(S21)、このアドレスが登録されているかどうかを判断する(S22)。
After executing step S2 in the same process as in the first embodiment, the
アドレステーブル21に登録されている場合(S22,Yes)、制御部12は、アドレステーブル21から対応するエントリを読み出す。そして、制御部12は、読み出したエントリの通信プロトコル欄が「ECHONET」の場合には、アドレス情報(「ECHONET MACアドレス」,「ハードウェアアドレス」,「IPアドレス」)および受け取った命令にしたがってECHONETの電文を作成する。また、制御部12は、読み出したエントリの通信プロトコル欄が「ECHONET Lite」の場合には、アドレス情報(「ハードウェアアドレス」,「IPアドレス」)および受け取った命令にしたがってECHONET Liteの電文を作成する。そして、通信インタフェース部16を介して制御対象の通信ノードのIPアドレス宛に電文を送信する(S23)。
When registered in the address table 21 (S22, Yes), the
一方、アドレステーブル21に登録されていない場合(S22,No)、制御部12は、第1の実施形態と同様の処理でステップS9,S10を実行し、受信部13からの通知を待つ(S10)。
On the other hand, when it is not registered in the address table 21 (S22, No), the
その後、ステップS10において受信部13から登録が完了したことを示す通知があった場合(S10,Yes)、制御部12は、ステップS2で抽出したハードウェアアドレスをキーとしてアドレステーブル21を再度検索し(S24)、このアドレスが登録されているかどうかを判断する(S25)。たとえば、登録されていない場合には(S25,No)、制御部12は、つぎの通知を待つ(S10)。一方、登録されていた場合には(S25,Yes)、制御部12は、アドレステーブル21から対応するエントリを読み出す。そして、制御部12は、読み出したエントリの通信プロトコル欄が「ECHONET」の場合には、アドレス情報(「ECHONET MACアドレス」,「ハードウェアアドレス」,「IPアドレス」)および受け取った命令にしたがってECHONETの電文を作成する。また、制御部12は、読み出したエントリの通信プロトコル欄が「ECHONET Lite」の場合には、アドレス情報(「ハードウェアアドレス」,「IPアドレス」)および受け取った命令にしたがってECHONET Liteの電文を作成する。そして、通信インタフェース部16を介して制御対象の通信ノードのIPアドレス宛に電文を送信する(S26)。
Thereafter, when a notification indicating that the registration is completed is received from the receiving
以上説明したように、本実施形態においては、本実施形態においては、ECHONETとECHONET Liteが共存するホームネットワーク内で、アドレステーブル21に制御対象の通信ノードのアドレス情報が登録されていない場合に、制御部12が、ECHONETおよびECHONET Liteのアドレス解決要求パケットを個別に作成して送信する。そして、アドレス解決要求パケットの送信の結果として、制御対象の通信ノードのアドレス情報がアドレステーブル21に登録された場合に、そのアドレス情報に基づいて、制御対象の通信ノードが理解する通信プロトコルの電文を作成して送信する。これにより、アプリケーション部11が制御対象の通信ノードがECHONETの電文を理解する通信ノードであるのかECHONET Liteの電文を理解する通信ノードであるのかを認識していない場合であっても、これらの通信ノードを共通化して制御することができる。
As described above, in the present embodiment, in the present embodiment, in the home network where ECHONET and ECHONET Lite coexist, when the address information of the communication node to be controlled is not registered in the address table 21, The
なお、本実施形態においては、アドレステーブル21のエントリに登録期間の制限時間を設け、登録してから制限時間が経過した場合には、そのエントリを無効とすることとしてもよい。これにより、通信ノードが持つアドレス情報が動的に変化する場合においても、制限時間を経過後は、アプリケーション部11による命令の発行に伴い新たにアドレス解決が行われることになるため、古い宛先への誤送信を回避することができる。
In the present embodiment, a time limit for the registration period may be provided for an entry in the address table 21, and the entry may be invalidated when the time limit has elapsed since registration. As a result, even when the address information of the communication node changes dynamically, address resolution is newly performed with the issuance of a command by the
また、本実施形態においては、所定の時間毎に、搭載必須プロパティを読み出すECHONETの電文、および、搭載必須プロパティを読み出すECHONET Liteの電文を作成し、両者をネットワーク内に同報電文として送信することとしてもよい。読み出す搭載必須プロパティとしては、たとえば、ノードプロファイルオブジェクトの動作状態プロパティがあげられる。これにより、ネットワーク内に存在する全ての通信ノードのアドレス情報を、所定の時間毎に、アドレステーブル21に登録することができる。また、所定の時間ごとにアドレステーブル21への登録を行うことができるため、古い宛先への誤送信を回避することができる。 Also, in this embodiment, an ECHONET message that reads out the required installation property and an ECHONET Lite message that reads out the required installation property are created every predetermined time, and both are sent as a broadcast message in the network. It is good. For example, an operation state property of the node profile object is listed as the installation-required property to be read. Thereby, the address information of all the communication nodes existing in the network can be registered in the address table 21 every predetermined time. In addition, since registration to the address table 21 can be performed every predetermined time, erroneous transmission to an old destination can be avoided.
以上、本発明の実施形態を説明したが、これらの実施形態は、例として提示したものであり、発明の範囲を限定することは意図していない。これら実施形態は、その他の様々な形態で実施されることが可能であり、発明の要旨を逸脱しない範囲で、種々の省略、置き換え、変更を行うことができる。これら実施形態やその変形は、発明の範囲や要旨に含まれると同様に、特許請求の範囲に記載された発明とその均等の範囲に含まれるものである。 As mentioned above, although embodiment of this invention was described, these embodiment is shown as an example and is not intending limiting the range of invention. These embodiments can be implemented in various other forms, and various omissions, replacements, and changes can be made without departing from the spirit of the invention. These embodiments and their modifications are included in the scope and gist of the invention, and are also included in the invention described in the claims and the equivalents thereof.
1 コントローラ
2,3,4,5,6 通信ノード
11 アプリケーション部
12 制御部
13 受信部
14,15,21 アドレステーブル
16 通信インタフェース部
DESCRIPTION OF SYMBOLS 1
Claims (8)
前記ネットワークを構成する通信ノードのアドレス情報が登録されたアドレステーブル部と;
制御対象の通信ノードを指定して命令を発行するアプリケーション部と;
前記アプリケーション部から前記通信ノードが指定された命令を受け取ったときに、前記アドレステーブル部に制御対象の通信ノードのアドレス情報が登録されていない場合に、通信プロトコル毎にアドレス解決要求の電文を作成して送信し、当該アドレステーブル部に制御対象の通信ノードのアドレス情報が登録された場合に、当該アドレス情報に基づいて、制御対象の通信ノードが理解する通信プロトコルの電文を作成して送信する制御部と;
を具備し、
前記制御部は、アドレス解決要求として規定された電文がない通信プロトコルについては、当該通信プロトコルの搭載必須プロパティを読み出すための電文を、アドレス解決要求の代用の電文として作成し、当該電文を同報送信し、その結果として、前記ネットワークを構成するすべての通信ノードについて、前記アドレステーブル部へアドレス情報が登録されることを特徴とする通信制御装置。 In a communication control device that operates as a node that transmits a message to a communication node designated as a control target in a network in which a plurality of communication protocols coexist,
An address table section in which address information of communication nodes constituting the network is registered;
An application section that issues a command specifying a communication node to be controlled;
If the address information of the communication node to be controlled is not registered in the address table unit when the command specifying the communication node is received from the application unit, an address resolution request message is created for each communication protocol. If the address information of the control target communication node is registered in the address table unit, a message of a communication protocol understood by the control target communication node is generated and transmitted based on the address information. A control unit;
Equipped with,
For a communication protocol that does not have a message specified as an address resolution request, the control unit creates a message for reading out the required property of the communication protocol as a substitute message for the address resolution request, and broadcasts the message. transmitted, as a result, for all the communication nodes constituting the network, the communication control device address information to the address table unit and said Rukoto registered.
をさらに具備し、
前記制御部は、前記アプリケーション部から前記通信ノードが指定された命令を受け取ったときに、前記アドレステーブル部に制御対象の通信ノードのアドレス情報が登録されていない場合に、通信プロトコル毎にアドレス解決要求の電文を作成して送信し、その後、前記アドレステーブル部へのアドレス情報の登録完了の通知を受け取り、当該アドレステーブル部に制御対象の通信ノードのアドレス情報が登録されていた場合に、当該アドレス情報に基づいて、制御対象の通信ノードが理解する通信プロトコルの電文を作成して送信することを特徴とする請求項1に記載の通信制御装置。 A receiving unit for registering address information included in the telegram in the address table unit and notifying the control unit to that effect when a telegram is received from a predetermined communication node constituting the network;
Further comprising
The control unit resolves an address for each communication protocol when the address information of the communication node to be controlled is not registered in the address table unit when the command specifying the communication node is received from the application unit. Create and send a request message, and then receive a notification of completion of registration of the address information to the address table unit, and if the address information of the communication node to be controlled is registered in the address table unit, The communication control apparatus according to claim 1, wherein a communication protocol message understood by the communication node to be controlled is created and transmitted based on the address information.
第1の通信プロトコルの電文を理解する通信ノードのアドレス情報が登録された第1のアドレステーブルと;
第2の通信プロトコルの電文を理解する通信ノードのアドレス情報が登録された第2のアドレステーブルと;
を有し、
前記受信部は、前記ネットワークを構成する所定の通信ノードから電文を受信した場合に、当該電文から抽出した通信プロトコルを表す情報に基づいて、当該電文に含まれるアドレス情報の登録先のアドレステーブルを判断する、
ことを特徴とする請求項2に記載の通信制御装置。 The address table section
A first address table in which address information of a communication node that understands a message of the first communication protocol is registered;
A second address table in which address information of communication nodes that understand messages of the second communication protocol is registered;
Have
When the receiving unit receives a message from a predetermined communication node that constitutes the network, the receiving unit generates an address table of a registration destination of address information included in the message based on information representing a communication protocol extracted from the message. to decide,
The communication control apparatus according to claim 2.
前記受信部は、前記ネットワークを構成する所定の通信ノードから電文を受信した場合に、当該電文から抽出した通信プロトコルを表す情報を、当該電文に含まれるアドレス情報に関連付けて前記アドレステーブル部に登録する、
ことを特徴とする請求項2に記載の通信制御装置。 In the address table section, the address information of the communication node that understands the message of the first communication protocol and the address information of the communication node that understands the message of the second communication protocol are associated with each communication protocol. Registered with
When receiving a message from a predetermined communication node constituting the network, the receiving unit registers information representing a communication protocol extracted from the message in the address table unit in association with address information included in the message. To
The communication control apparatus according to claim 2.
ことを特徴とする請求項1〜4のいずれか1つに記載の通信制御装置。 If the control unit creates and transmits an address resolution request message for each communication protocol, and there is no notification of completion of address information registration to the address table unit even after a predetermined time has elapsed, the control target The communication node is not present in the network,
The communication control apparatus according to any one of claims 1 to 4, wherein
ことを特徴とする請求項1〜5のいずれか1つに記載の通信制御装置。 A registration time limit is provided for the entry in the address table part, and if the time limit has elapsed since registration, the entry is invalidated.
The communication control apparatus according to any one of claims 1 to 5 , wherein
ことを特徴とする請求項1〜6のいずれか1つに記載の通信制御装置。 For each communication protocol, the control unit creates a message for reading the required installation property, and broadcasts the message every predetermined time.
The communication control device according to any one of claims 1 to 6 , wherein
制御対象の通信ノードを指定して命令を発行するアプリケーション手順と;
前記アプリケーション手順により前記通信ノードが指定された命令を受け取ったときに、前記ネットワークを構成する通信ノードのアドレス情報が登録されたアドレステーブル部に制御対象の通信ノードのアドレス情報が登録されていない場合に、通信プロトコル毎にアドレス解決要求の電文を作成して送信し、当該アドレステーブル部に制御対象の通信ノードのアドレス情報が登録された場合に、当該アドレス情報に基づいて、制御対象の通信ノードが理解する通信プロトコルの電文を作成して送信する制御手順と;
を前記装置に実行させ、
前記制御手順は、アドレス解決要求として規定された電文がない通信プロトコルについては、当該通信プロトコルの搭載必須プロパティを読み出すための電文を、アドレス解決要求の代用の電文として作成し、当該電文を同報送信し、その結果として、前記ネットワークを構成するすべての通信ノードについて、前記アドレステーブル部へのアドレス情報が登録されることを特徴とする通信制御プログラム。 A communication control program that is executed in a device that operates as a node that transmits a message to a communication node designated as a control target in a network in which a plurality of communication protocols coexist,
An application procedure for issuing a command specifying a communication node to be controlled;
The address information of the communication node to be controlled is not registered in the address table part in which the address information of the communication node constituting the network is registered when the communication node receives the command specified by the application procedure. When the address resolution request message is created and transmitted for each communication protocol, and the address information of the control target communication node is registered in the address table unit, the control target communication node is based on the address information. A control procedure for creating and sending a telegram of a communication protocol understood by
To the device ,
In the control procedure, for a communication protocol that does not have a message specified as an address resolution request, a message for reading the required property of the communication protocol is created as a substitute message for the address resolution request, and the message is broadcast. as transmitted, the result, for all the communication nodes constituting the network, the communication control program address information to the address table unit and said Rukoto registered.
Priority Applications (1)
Application Number | Priority Date | Filing Date | Title |
---|---|---|---|
JP2012069707A JP6035034B2 (en) | 2012-03-26 | 2012-03-26 | Communication control device and communication control program |
Applications Claiming Priority (1)
Application Number | Priority Date | Filing Date | Title |
---|---|---|---|
JP2012069707A JP6035034B2 (en) | 2012-03-26 | 2012-03-26 | Communication control device and communication control program |
Publications (2)
Publication Number | Publication Date |
---|---|
JP2013201680A JP2013201680A (en) | 2013-10-03 |
JP6035034B2 true JP6035034B2 (en) | 2016-11-30 |
Family
ID=49521547
Family Applications (1)
Application Number | Title | Priority Date | Filing Date |
---|---|---|---|
JP2012069707A Active JP6035034B2 (en) | 2012-03-26 | 2012-03-26 | Communication control device and communication control program |
Country Status (1)
Country | Link |
---|---|
JP (1) | JP6035034B2 (en) |
Families Citing this family (1)
Publication number | Priority date | Publication date | Assignee | Title |
---|---|---|---|---|
JP6221877B2 (en) * | 2014-03-24 | 2017-11-01 | 東芝ライテック株式会社 | COMMUNICATION DEVICE, COMMUNICATION SYSTEM, AND COMMUNICATION METHOD |
Family Cites Families (2)
Publication number | Priority date | Publication date | Assignee | Title |
---|---|---|---|---|
JP3898169B2 (en) * | 2003-08-28 | 2007-03-28 | 株式会社東芝 | COMMUNICATION CONTROL DEVICE, COMMUNICATION SYSTEM, AND COMMUNICATION CONTROL METHOD |
JP5091217B2 (en) * | 2009-11-12 | 2012-12-05 | 日本電信電話株式会社 | Home device information collecting apparatus and home device information collecting method |
-
2012
- 2012-03-26 JP JP2012069707A patent/JP6035034B2/en active Active
Also Published As
Publication number | Publication date |
---|---|
JP2013201680A (en) | 2013-10-03 |
Similar Documents
Publication | Publication Date | Title |
---|---|---|
EP3228123B1 (en) | Efficient hybrid resource and schedule management in time slotted channel hopping networks | |
US9654907B2 (en) | System, method and apparatus for wireless network connection using near field communication | |
US9813845B2 (en) | Method and apparatus for bluetooth connection | |
CN105766016B (en) | Method and apparatus for inter-profile debugging in a network | |
JP2017528079A (en) | Infrastructure access via proximity aware networking data path | |
EP2668790B1 (en) | Method and apparatus for remotely controlling a consumer electronics device by using a wireless personal area network | |
JP2007020186A (en) | Method and apparatus for operating network application in communication devices in power save mode | |
KR20140091364A (en) | Apparatus and Method for Supporting Sensor Data Transmission based on Internet | |
JP5695798B2 (en) | COMMUNICATION DEVICE, POWER MANAGEMENT SYSTEM HAVING COMMUNICATION DEVICE, AND COMMUNICATION DEVICE CONTROL METHOD | |
KR101725889B1 (en) | Method and apparatus using heterogeneous protocols | |
JP2008092129A (en) | Substitute processor, wireless lan terminal, wireless communication system and substitute processing method | |
JP5974911B2 (en) | Communication system and network relay device | |
JP2012129916A (en) | Communication device | |
US9288740B2 (en) | Communication apparatus, control method for the same, communication system, and non-transitory computer-readable storage medium | |
JP6035034B2 (en) | Communication control device and communication control program | |
KR102009810B1 (en) | Method and apparatus for transmitting and receiving a service in a wireless communication system | |
JP2014207608A (en) | Radio relay system between ieee802.11 standard communication and ieee802.15.4 standard communication | |
JP6524912B2 (en) | Communication terminal connection control method | |
US20170094582A1 (en) | Communication terminal | |
EP2705705B1 (en) | Method and apparatus for managing radio interfaces | |
JP6531540B2 (en) | Network connection device, method of switching operation mode of network connection device | |
JP5980821B2 (en) | Control device and communication control method | |
WO2023053158A1 (en) | Communication system, communication control device, communication control method, and program | |
JP4810445B2 (en) | Mobile terminal and packet transmission processing method | |
JP2019036250A (en) | Household electrical appliance |
Legal Events
Date | Code | Title | Description |
---|---|---|---|
A621 | Written request for application examination |
Free format text: JAPANESE INTERMEDIATE CODE: A621 Effective date: 20150130 |
|
A977 | Report on retrieval |
Free format text: JAPANESE INTERMEDIATE CODE: A971007 Effective date: 20151009 |
|
A131 | Notification of reasons for refusal |
Free format text: JAPANESE INTERMEDIATE CODE: A131 Effective date: 20151020 |
|
A521 | Written amendment |
Free format text: JAPANESE INTERMEDIATE CODE: A523 Effective date: 20151221 |
|
RD02 | Notification of acceptance of power of attorney |
Free format text: JAPANESE INTERMEDIATE CODE: A7422 Effective date: 20160301 |
|
RD04 | Notification of resignation of power of attorney |
Free format text: JAPANESE INTERMEDIATE CODE: A7424 Effective date: 20160302 |
|
A131 | Notification of reasons for refusal |
Free format text: JAPANESE INTERMEDIATE CODE: A131 Effective date: 20160419 |
|
A521 | Written amendment |
Free format text: JAPANESE INTERMEDIATE CODE: A523 Effective date: 20160617 |
|
TRDD | Decision of grant or rejection written | ||
A01 | Written decision to grant a patent or to grant a registration (utility model) |
Free format text: JAPANESE INTERMEDIATE CODE: A01 Effective date: 20161004 |
|
A61 | First payment of annual fees (during grant procedure) |
Free format text: JAPANESE INTERMEDIATE CODE: A61 Effective date: 20161031 |
|
R150 | Certificate of patent or registration of utility model |
Ref document number: 6035034 Country of ref document: JP Free format text: JAPANESE INTERMEDIATE CODE: R150 |
|
S111 | Request for change of ownership or part of ownership |
Free format text: JAPANESE INTERMEDIATE CODE: R313117 |
|
R350 | Written notification of registration of transfer |
Free format text: JAPANESE INTERMEDIATE CODE: R350 |