JP2008193183A - Communication equipment and communication system - Google Patents

Communication equipment and communication system Download PDF

Info

Publication number
JP2008193183A
JP2008193183A JP2007022527A JP2007022527A JP2008193183A JP 2008193183 A JP2008193183 A JP 2008193183A JP 2007022527 A JP2007022527 A JP 2007022527A JP 2007022527 A JP2007022527 A JP 2007022527A JP 2008193183 A JP2008193183 A JP 2008193183A
Authority
JP
Japan
Prior art keywords
network
communication device
identifier
data
route
Prior art date
Legal status (The legal status is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the status listed.)
Granted
Application number
JP2007022527A
Other languages
Japanese (ja)
Other versions
JP4978217B2 (en
Inventor
Masaaki Isotsu
政明 礒津
Kazuhiro Watanabe
一弘 渡邊
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.)
Sony Corp
Original Assignee
Sony Corp
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 Sony Corp filed Critical Sony Corp
Priority to JP2007022527A priority Critical patent/JP4978217B2/en
Publication of JP2008193183A publication Critical patent/JP2008193183A/en
Application granted granted Critical
Publication of JP4978217B2 publication Critical patent/JP4978217B2/en
Expired - Fee Related legal-status Critical Current
Anticipated expiration legal-status Critical

Links

Images

Abstract

<P>PROBLEM TO BE SOLVED: To efficiently achieve a bridge function in a gateway for connecting a mesh network to a non-mesh network by a minimum change. <P>SOLUTION: When a packet received in a transmission part 130 is a packet of a specific sort (e.g. a DHCP packet or an ARP packet), an address of a non-mesh node of a transmission source of the packet is registered in a representation response table 120. When receiving a route request from a mesh node, a route control part 150 generates a route by performing representation response or notifying the mesh node about the address of the non-mesh node. When a destination address of a data packet received from the mesh node has been already registered in the representation response table 120, a data processing part 160 transfers the data packet to the non-mesh node by the bridge function. <P>COPYRIGHT: (C)2008,JPO&INPIT

Description

本発明は、通信システムに関し、特に異なるネットワーク間を接続する通信装置を備える通信システム、および、これらにおける処理方法ならびに当該方法をコンピュータに実行させるプログラムに関する。   The present invention relates to a communication system, and more particularly, to a communication system including a communication device that connects different networks, a processing method therefor, and a program that causes a computer to execute the method.

メッシュネットワーク(アドホックネットワーク)は、IETF(Internet Engineering Task Force)のMANET(Mobile Ad-hoc Network)やIEEE(Institute of Electrical and Electronic Engineers)の802.11sなどにおいて標準化が進められている技術である。このメッシュネットワークでは、特定のアクセスポイントによる統括的制御は行われず、無線端末として動作する任意の無線通信装置同士が自律分散して直接非同期の無線通信を行うことによりネットワークが形成される。   The mesh network (ad hoc network) is a technology that is being standardized in the Internet Engineering Task Force (IETF) MANET (Mobile Ad-hoc Network) and IEEE (Institute of Electrical and Electronic Engineers) 802.11s. In this mesh network, overall control by a specific access point is not performed, and a network is formed by arbitrary wireless communication devices operating as wireless terminals being autonomously distributed and performing asynchronous wireless communication directly.

このメッシュネットワークでは、直接電波が届かない範囲に存在する無線通信装置に対する通信は、他の無線通信装置を経由すること(いわゆるマルチホップ通信)により実現される。宛先となる無線通信装置に至るまでの他の無線通信装置を経由する経路は、経路制御プロトコルにより制御される。メッシュネットワークに属する無線通信装置は、他の無線通信装置への経路をテーブルなどによって管理する。このようなメッシュネットワークに接続するための機能をメッシュ機能と呼称する。   In this mesh network, communication with a wireless communication device existing in a range where direct radio waves do not reach is realized by passing through another wireless communication device (so-called multi-hop communication). A route passing through another wireless communication device up to the destination wireless communication device is controlled by a route control protocol. A wireless communication device belonging to a mesh network manages a route to another wireless communication device using a table or the like. A function for connecting to such a mesh network is referred to as a mesh function.

一方、他の通信装置の中にはこのようなメッシュ機能を有さないものも存在し得る。メッシュ機能を有さない通信装置は、ゲートウェイと呼ばれる通信装置を介することによって、メッシュネットワークに属する無線通信装置と通信を行うことができる。ゲートウェイは、メッシュネットワークとそれ以外のネットワーク(非メッシュネットワーク)との間の橋渡しを実現するブリッジ機能を有することにより、第3層としてのネットワーク層を介することなく両者間の通信を可能とする。   On the other hand, some other communication devices may not have such a mesh function. A communication device that does not have a mesh function can communicate with a wireless communication device that belongs to a mesh network via a communication device called a gateway. The gateway has a bridge function that realizes a bridge between the mesh network and the other network (non-mesh network), thereby enabling communication between the two without going through the network layer as the third layer.

このようなゲートウェイを用いる方法として、例えば事前にゲートウェイのアドレスをネットワーク内の各局に通知しておいて、その後、パケットを受信した中継局において宛先アドレスをゲートウェイのアドレスに書き換える通信システムが提案されている(例えば、特許文献1参照。)。
特開2005−236767号公報(図5)
As a method of using such a gateway, for example, a communication system has been proposed in which the address of the gateway is notified to each station in the network in advance, and then the destination address is rewritten to the gateway address at the relay station that has received the packet. (For example, refer to Patent Document 1).
Japanese Patent Laying-Open No. 2005-236767 (FIG. 5)

上述の従来技術では、外部のネットワークに接続するために、パケットを受信した中継局において宛先アドレスをゲートウェイのアドレスに書き換えていた。しかしながら、メッシュネットワークの中継局においてこのような書き換えを行うためには、メッシュネットワーク内の全ての無線通信装置においてメッシュ機能を大幅に変更する必要が生じてしまう。   In the prior art described above, in order to connect to an external network, the destination address is rewritten to the gateway address in the relay station that has received the packet. However, in order to perform such rewriting in the relay station of the mesh network, it is necessary to significantly change the mesh function in all the wireless communication devices in the mesh network.

本発明は、このような事情に鑑みてなされたものであり、メッシュネットワークと非メッシュネットワークとを接続するゲートウェイにおけるブリッジ機能を最小限の変更で効率良く実現することを目的とする。   The present invention has been made in view of such circumstances, and an object thereof is to efficiently realize a bridge function in a gateway connecting a mesh network and a non-mesh network with a minimum change.

本発明は、上記課題を解決するためになされたものであり、その第1の側面は、第1のネットワークと第2のネットワークとを接続する通信装置であって、上記第1のネットワークに属する他の通信装置の識別子を保持する識別子記憶手段と、上記第1のネットワークに属する他の通信装置を送信元とするデータが所定の種類のデータである場合には上記送信元の通信装置の識別子を上記識別子記憶手段に保持させる識別子管理手段と、上記識別子記憶手段にその識別子が保持される通信装置に至る経路を生成する経路生成手段と、上記第2のネットワークに属する他の通信装置を送信元とするデータについてその宛先の通信装置の識別子が上記識別子記憶手段に保持されている場合には当該データを上記第1のネットワークに送信するデータ処理手段とを具備することを特徴とする通信装置である。これにより、第1のネットワークに属する通信装置からの所定の種類のデータの送信元の通信装置の識別子を識別子記憶手段に保持しておくことにより、第2のネットワークに属する通信装置からのデータの宛先が識別子記憶手段に保持されている場合にそのデータを第1のネットワークに送信させるという作用をもたらす。   The present invention has been made to solve the above problems, and a first aspect of the present invention is a communication device that connects a first network and a second network, and belongs to the first network. An identifier storage unit that holds an identifier of another communication device and an identifier of the communication device that is the transmission source when the data that is transmitted from the other communication device that belongs to the first network is a predetermined type of data Is transmitted to the identifier storage means, the path generation means for generating a path to the communication apparatus in which the identifier is held in the identifier storage means, and another communication apparatus belonging to the second network. When the identifier of the destination communication device is held in the identifier storage means for the original data, the data to be transmitted to the first network is stored. A communication apparatus characterized by comprising a processing unit. Thus, by storing the identifier of the communication device that is the transmission source of a predetermined type of data from the communication device belonging to the first network in the identifier storage unit, the data from the communication device belonging to the second network is stored. When the destination is held in the identifier storage unit, the data is transmitted to the first network.

また、この第1の側面において、上記第2のネットワークでは、各通信装置はその無線通信の範囲外に存在する他の通信装置との間では近隣の通信装置を介した経路により通信を行うものであってもよい。すなわち、第2のネットワークはメッシュネットワークとして動作することができる。   In the first aspect, in the second network, each communication device communicates with another communication device existing outside the range of the wireless communication through a route via a neighboring communication device. It may be. That is, the second network can operate as a mesh network.

また、この第1の側面において、上記所定の種類のデータは、通信装置の識別子を取得する要求を含んでもよい。例えば、ARPパケットまたはDHCPパケットのように通信の開始時に流れる可能性が高いブロードキャストパケットを想定することができる。特定の種類のパケットに限定することにより、識別子記憶手段を管理するための負荷を軽減させるという作用をもたらす。   In the first aspect, the predetermined type of data may include a request for acquiring an identifier of a communication device. For example, a broadcast packet that is likely to flow at the start of communication, such as an ARP packet or a DHCP packet, can be assumed. By limiting to a specific type of packet, the load for managing the identifier storage means is reduced.

また、この第1の側面において、上記経路生成手段は、上記第2のネットワークに属する他の通信装置を送信元とする経路探索要求についてその宛先の通信装置の識別子が上記識別子記憶手段に保持されている場合には上記経路探索要求に対する応答を上記宛先の通信装置に代わって行ってもよい。これにより、リアクティブ型経路制御プロトコルにおいて、第1のネットワークに属する他の通信装置への経路を生成させるという作用をもたらす。   In the first aspect, the route generation means holds the identifier of the destination communication device in the identifier storage means for a route search request whose source is another communication device belonging to the second network. If it is, the response to the route search request may be made instead of the destination communication device. As a result, the reactive route control protocol has an effect of generating a route to another communication device belonging to the first network.

また、この第1の側面において、上記経路生成手段は、上記識別子記憶手段に保持される通信装置の識別子を上記第2のネットワークに属する他の通信装置に対して通知してもよい。これにより、プロアクティブ型経路制御プロトコルにおいて、第1のネットワークに属する他の通信装置への経路を生成させるという作用をもたらす。   In the first aspect, the path generation unit may notify the communication device identifier held in the identifier storage unit to another communication device belonging to the second network. As a result, the proactive route control protocol has an effect of generating a route to another communication device belonging to the first network.

また、本発明の第2の側面は、第1のネットワークと、第2のネットワークと、上記第1のネットワークと上記第2のネットワークとを接続する通信装置とを備える通信システムであって、上記通信装置は、上記第1のネットワークに属する他の通信装置の識別子を保持する識別子記憶手段と、上記第1のネットワークに属する他の通信装置を送信元とするデータが所定の種類のデータである場合には上記送信元の通信装置の識別子を上記識別子記憶手段に保持させる識別子管理手段と、上記識別子記憶手段にその識別子が保持される通信装置に至る経路を生成する経路生成手段と、上記第2のネットワークに属する他の通信装置を送信元とするデータについてその宛先の通信装置の識別子が上記識別子記憶手段に保持されている場合には当該データを上記第1のネットワークに送信するデータ処理手段とを具備することを特徴とする通信システムである。これにより、通信システムの第1のネットワークに属する通信装置からの所定の種類のデータの送信元の通信装置の識別子を識別子記憶手段に保持しておくことにより、第2のネットワークに属する通信装置からのデータの宛先が識別子記憶手段に保持されている場合にそのデータを第1のネットワークに送信させるという作用をもたらす。   According to a second aspect of the present invention, there is provided a communication system including a first network, a second network, and a communication device that connects the first network and the second network, The communication device includes an identifier storage unit that holds an identifier of another communication device that belongs to the first network, and data that is transmitted from another communication device that belongs to the first network is a predetermined type of data. In this case, identifier management means for holding the identifier of the transmission source communication apparatus in the identifier storage means, path generation means for generating a path to the communication apparatus in which the identifier is held in the identifier storage means, If the identifier of the destination communication device is held in the identifier storage means for data originating from another communication device belonging to network No. 2 The data is a communication system characterized by comprising a data processing means for transmitting to the first network. Thus, by holding the identifier of the communication device that is the transmission source of the predetermined type of data from the communication device belonging to the first network of the communication system in the identifier storage unit, the communication device belonging to the second network When the destination of the data is held in the identifier storage means, the data is transmitted to the first network.

また、本発明の第3の側面は、第1のネットワークと第2のネットワークとを接続し、上記第1のネットワークに属する他の通信装置の識別子を保持する識別子記憶手段を備える通信装置における経路制御方法であって、上記第1のネットワークに属する他の通信装置を送信元とするデータが所定の種類のデータである場合には上記送信元の通信装置の識別子を上記識別子記憶手段に保持させる識別子管理手順と、上記識別子記憶手段にその識別子が保持される通信装置に至る経路を生成する経路生成手順と、上記第2のネットワークに属する他の通信装置を送信元とするデータについてその宛先の通信装置の識別子が上記識別子記憶手段に保持されている場合には当該データを上記第1のネットワークに送信するデータ処理手順とを具備することを特徴とする経路制御方法またはこれら手順をコンピュータに実行させることを特徴とするプログラムである。これにより、第1のネットワークに属する通信装置からの所定の種類のデータの送信元の通信装置の識別子を識別子記憶手段に保持しておくことにより、第2のネットワークに属する通信装置からのデータの宛先が識別子記憶手段に保持されている場合にそのデータを第1のネットワークに送信させるという作用をもたらす。   According to a third aspect of the present invention, there is provided a path in a communication device that includes an identifier storage unit that connects the first network and the second network and holds identifiers of other communication devices belonging to the first network. In the control method, when the data whose source is another communication device belonging to the first network is a predetermined type of data, the identifier storage means holds the identifier of the source communication device An identifier management procedure, a route generation procedure for generating a route to a communication device in which the identifier is stored in the identifier storage means, and a destination of data destined for another communication device belonging to the second network A data processing procedure for transmitting the data to the first network when the identifier of the communication device is held in the identifier storage means; Is a program for causing to execute a routing method, or these steps, characterized in computers that. Thus, by storing the identifier of the communication device that is the transmission source of a predetermined type of data from the communication device belonging to the first network in the identifier storage unit, the data from the communication device belonging to the second network is stored. When the destination is held in the identifier storage unit, the data is transmitted to the first network.

本発明によれば、メッシュネットワークと非メッシュネットワークとを接続するゲートウェイにおけるブリッジ機能を最小限の変更で効率良く実現することができるという優れた効果を奏し得る。   According to the present invention, it is possible to achieve an excellent effect that a bridge function in a gateway that connects a mesh network and a non-mesh network can be efficiently realized with a minimum change.

次に本発明の実施の形態について図面を参照して詳細に説明する。   Next, embodiments of the present invention will be described in detail with reference to the drawings.

図1は、本発明の実施の形態における通信システムの全体構成例を示す図である。この通信システムでは、メッシュネットワーク280と非メッシュネットワークである有線ネットワーク290とがゲートウェイ210によって接続された構成になっている。   FIG. 1 is a diagram showing an example of the overall configuration of a communication system in an embodiment of the present invention. In this communication system, a mesh network 280 and a wired network 290 that is a non-mesh network are connected by a gateway 210.

メッシュネットワーク280では、無線通信装置であるメッシュノード220の各々が自律分散して動作しており、メッシュ機能によって経路制御を行う。したがって、このメッシュネットワーク280には、インフラストラクチャネットワークのような制御局は存在しない。この例では、メッシュネットワーク280に4台のメッシュノード220(M1乃至M4)が存在している。   In the mesh network 280, each of the mesh nodes 220, which are wireless communication devices, operates in an autonomously distributed manner, and performs route control using a mesh function. Therefore, the mesh network 280 does not have a control station like an infrastructure network. In this example, there are four mesh nodes 220 (M1 to M4) in the mesh network 280.

この図において、点線で結ばれたメッシュノード220同士が直接に無線通信を行うことができる。直接に無線通信を行うことができないメッシュノード220間では、他のメッシュノード220もしくはゲートウェイ210を経由してマルチホップにより通信が行われる。ここで、メッシュノード220が直接に無線通信を行う他のメッシュノード220(中継局)との間の1対1の接続をリンクという。また、メッシュノード220が中継局を介して相手局に到達するまでの流れを経路という。   In this figure, mesh nodes 220 connected by dotted lines can directly perform wireless communication. Communication between the mesh nodes 220 that cannot directly perform wireless communication is performed by multi-hop via another mesh node 220 or the gateway 210. Here, a one-to-one connection with another mesh node 220 (relay station) with which the mesh node 220 directly performs wireless communication is referred to as a link. A flow until the mesh node 220 reaches the partner station via the relay station is called a route.

有線ネットワーク290には、非メッシュノード230およびゲートウェイ210が相互に接続されている。非メッシュノード230は、メッシュ機能を有していないため、メッシュネットワーク280に直接接続することができない。したがって、非メッシュノード230は、ゲートウェイ210を介してメッシュネットワーク280と接続することになる。なお、この例では、4台の非メッシュノード230(N1乃至N4)が存在している。   A non-mesh node 230 and a gateway 210 are connected to the wired network 290. Since the non-mesh node 230 does not have a mesh function, it cannot be directly connected to the mesh network 280. Therefore, the non-mesh node 230 is connected to the mesh network 280 via the gateway 210. In this example, there are four non-mesh nodes 230 (N1 to N4).

有線ネットワーク290としては、例えばLAN(Local Area Network)を利用することができる。また、ここでは、非メッシュネットワークの一例として有線ネットワーク290を例示したが、これに限定されるものではなく、無線LANなどの無線ネットワークを利用してもよい。   As the wired network 290, for example, a local area network (LAN) can be used. Although the wired network 290 is illustrated here as an example of a non-mesh network, the present invention is not limited to this, and a wireless network such as a wireless LAN may be used.

ゲートウェイ210は、メッシュネットワーク280および有線ネットワーク290に接続し、相互の通信をブリッジする機能を有する通信装置である。この例では、1台のゲートウェイ210(G1)が図示されているが、後述するように、このゲートウェイ210は複数台備えられていてもよい。   The gateway 210 is a communication device that is connected to the mesh network 280 and the wired network 290 and has a function of bridging mutual communication. In this example, one gateway 210 (G1) is shown, but as will be described later, a plurality of gateways 210 may be provided.

図2は、本発明の実施の形態におけるゲートウェイ210の一構成例を示す図である。このゲートウェイ210は、経路テーブル110と、代理応答テーブル120と、伝送部130と、代理応答テーブル管理部140と、経路制御部150と、データ処理部160とを備えている。   FIG. 2 is a diagram illustrating a configuration example of the gateway 210 according to the embodiment of the present invention. The gateway 210 includes a route table 110, a proxy response table 120, a transmission unit 130, a proxy response table management unit 140, a route control unit 150, and a data processing unit 160.

経路テーブル110は、宛先の通信装置に至る経路に関する情報を保持するテーブルである。この経路テーブル110には、宛先の通信装置(メッシュノード220等)のアドレスに対応して次に送信すべき通信装置のアドレスが保持されている。したがって、この経路テーブル110を参照することにより、マルチホップ通信において次に何れの通信装置にデータを送信すべきかを認識することができる。   The route table 110 is a table that holds information about a route to a destination communication device. The routing table 110 holds the address of the communication device to be transmitted next corresponding to the address of the destination communication device (such as the mesh node 220). Therefore, by referring to this route table 110, it is possible to recognize to which communication device data should be transmitted next in multi-hop communication.

代理応答テーブル120は、ゲートウェイ210において代わって応答すべき通信装置(非メッシュノード230)に関する情報を保持するテーブルである。この代理応答テーブル120には、非メッシュノード230のアドレスが保持されている。したがって、この代理応答テーブル120を参照することにより、有線ネットワーク290に存在する非メッシュノード230を認識することができる。   The proxy response table 120 is a table that holds information regarding a communication device (non-mesh node 230) that should respond on behalf of the gateway 210. The proxy response table 120 holds the address of the non-mesh node 230. Accordingly, the non-mesh node 230 existing in the wired network 290 can be recognized by referring to the proxy response table 120.

伝送部130は、他の通信装置との間の物理的な伝送を行うものである。メッシュネットワーク280に対しては無線による伝送が行われる。このため、(図示しない)アンテナが接続される。また、有線ネットワーク290に対しては有線による伝送が行われる。このため、(図示しない)ケーブルコネクタが接続される。   The transmission unit 130 performs physical transmission with other communication devices. Wireless transmission is performed to the mesh network 280. For this reason, an antenna (not shown) is connected. Further, wired transmission is performed to the wired network 290. For this reason, a cable connector (not shown) is connected.

代理応答テーブル管理部140は、代理応答テーブル120に保持される通信装置に関する情報を管理するものである。この代理応答テーブル管理部140は、伝送部130において受信されたパケットが特定の種類のパケットである場合には、そのパケットの送信元の非メッシュノード230のアドレスを代理応答テーブル120に保持させる。   The proxy response table management unit 140 manages information related to communication devices held in the proxy response table 120. When the packet received by the transmission unit 130 is a specific type of packet, the proxy response table management unit 140 causes the proxy response table 120 to store the address of the non-mesh node 230 that is the transmission source of the packet.

ここで、特定の種類のパケットは、例えば通信の開始時に流れる可能性が高いブロードキャストパケットであり、DHCP(Dynamic Host Configuration Protocol)パケットやARP(Address Resolution Protocol)パケットが想定される。DHCPパケットとは、DHCPサーバからIPアドレスを取得する際に用いられるパケットである。また、ARPパケットとは、IPアドレスからMACアドレスを求める際に用いられるパケットである。このように、非メッシュノード230からの全てのパケットを読み出すのではなく、特定の種類のパケットに限定することにより、代理応答テーブル120を管理するための負荷を軽減することができる。   Here, the specific type of packet is, for example, a broadcast packet that is highly likely to flow at the start of communication, and a DHCP (Dynamic Host Configuration Protocol) packet or an ARP (Address Resolution Protocol) packet is assumed. A DHCP packet is a packet used when acquiring an IP address from a DHCP server. An ARP packet is a packet used when obtaining a MAC address from an IP address. As described above, the load for managing the proxy response table 120 can be reduced by limiting all the packets from the non-mesh node 230 to specific types of packets.

経路制御部150は、宛先の通信装置に至る経路を制御するものである。この経路制御部150は、経路テーブル110を管理することにより、次に送信すべき通信装置を決定する。なお、一般的に提案されている経路制御プロトコルには、(1)経路が必要になってはじめて作成するリアクティブ型、(2)定期的に経路がメンテナンスされるプロアクティブ型、(3)両者を組み合わせたハイブリット型などがある。本発明はこれらの何れにも適用できる手法である。例えば、IETF(Internet Engineering Task Force)のMANET(Mobile Ad-hoc NETwork)で提案されているAODV(Ad-hoc On-demand Distance Vector)やDSR(Dynamic Source Routing)はリアクティブ型、OLSR(Optimized Link State Routing)やTBRPF(Topology Broadcast based on Reverse-Path Forwarding)はプロアクティブ型に分類される。   The route controller 150 controls the route to the destination communication device. The route control unit 150 manages the route table 110 to determine a communication device to be transmitted next. Note that the generally proposed route control protocol includes (1) a reactive type that is created only when a route is required, (2) a proactive type that periodically maintains a route, and (3) both There is a hybrid type combining the above. The present invention is a technique applicable to any of these. For example, AODV (Ad-hoc On-demand Distance Vector) and DSR (Dynamic Source Routing) proposed by MANET (Mobile Ad-hoc NETwork) of IETF (Internet Engineering Task Force) are reactive, OLSR (Optimized Link). State Routing) and TBRPF (Topology Broadcast based on Reverse-Path Forwarding) are classified into proactive types.

データ処理部160は、伝送部130において受信されたパケットを必要に応じて受信して上位層(例えば、データリンク層)に引き上げるものである。この上位層において、メッシュネットワーク280から有線ネットワーク290への通信がブリッジされる。   The data processing unit 160 receives a packet received by the transmission unit 130 as necessary and pulls it up to an upper layer (for example, a data link layer). In this upper layer, communication from the mesh network 280 to the wired network 290 is bridged.

図3は、本発明の実施の形態における経路テーブル110の一構成例を示す図である。この経路テーブル110は、宛先ノードアドレス111、次ノードアドレス112およびホップ数113の各フィールドを保持している。   FIG. 3 is a diagram showing a configuration example of the route table 110 according to the embodiment of the present invention. The route table 110 holds fields of a destination node address 111, a next node address 112, and a hop number 113.

宛先ノードアドレス111は、宛先となる通信装置を識別するアドレスを保持するフィールドである。このアドレスとしては、例えばMACアドレスやIPアドレスなどを用いることができる。   The destination node address 111 is a field that holds an address for identifying a communication device as a destination. For example, a MAC address or an IP address can be used as this address.

次ノードアドレス112は、宛先ノードアドレス111が示す無線通信装置に至るための次の通信装置(次ノード)を識別するアドレスを保持するフィールドである。このアドレスとしては、宛先ノードアドレス111と同様に、MACアドレスやIPアドレスなどを用いることができる。   The next node address 112 is a field that holds an address for identifying the next communication device (next node) to reach the wireless communication device indicated by the destination node address 111. As this address, similarly to the destination node address 111, a MAC address, an IP address, or the like can be used.

ホップ数113は、宛先ノードアドレス111が示す通信装置に至るまでのリンクの数、すなわちホップ数を示すフィールドである。   The hop count 113 is a field indicating the number of links to the communication device indicated by the destination node address 111, that is, the hop count.

この図では、図1の例による具体例として、4台のメッシュノード220(M1乃至M4)に関する情報が保持されている。   In this figure, information about four mesh nodes 220 (M1 to M4) is held as a specific example according to the example of FIG.

図4は、本発明の実施の形態における代理応答テーブル120の一構成例を示す図である。この代理応答テーブル120は、ゲートウェイ210において代わって応答すべき非メッシュノード230のアドレスである代理応答アドレス121を保持している。   FIG. 4 is a diagram showing a configuration example of the proxy response table 120 according to the embodiment of the present invention. This proxy response table 120 holds a proxy response address 121 that is the address of the non-mesh node 230 that should respond on behalf of the gateway 210.

この図では、図1の例による具体例として、4台の非メッシュノード230(N1乃至N4)のアドレスが保持されている。   In this figure, as a specific example according to the example of FIG. 1, addresses of four non-mesh nodes 230 (N1 to N4) are held.

図5は、本発明の実施の形態におけるネットワーク階層の実現例を示す図である。ここでは、メッシュノード220からゲートウェイ210を介して非メッシュノード230へ至るまでのパケットの流れを示している。   FIG. 5 is a diagram showing an implementation example of the network hierarchy in the embodiment of the present invention. Here, a packet flow from the mesh node 220 to the non-mesh node 230 via the gateway 210 is shown.

メッシュノード220は、上位層から、アプリケーション層325、ネットワーク層324、メッシュ層323、MAC層および物理層321のネットワーク階層を備えている。アプリケーション層325から出力されたデータは、ネットワーク層324からメッシュ層323に供給される。メッシュノード220は、このメッシュ層323におけるメッシュ機能によりノード間の経路制御を行う。そして、メッシュノード220は、MAC層および物理層321によりメッシュネットワーク280に物理的に接続される。   The mesh node 220 includes a network hierarchy of an application layer 325, a network layer 324, a mesh layer 323, a MAC layer, and a physical layer 321 from the upper layer. Data output from the application layer 325 is supplied from the network layer 324 to the mesh layer 323. The mesh node 220 performs path control between nodes by the mesh function in the mesh layer 323. The mesh node 220 is physically connected to the mesh network 280 by the MAC layer and the physical layer 321.

ゲートウェイ210は、上位層から、アプリケーション層315、ネットワーク層314、データリンク層313を備えており、さらに下位層として、メッシュネットワーク280に接続する側のメッシュ層およびMAC/物理層に相当するメッシュデバイス311と、有線ネットワーク290に接続する側のMAC/物理層に相当するネットワークデバイス312とを備えている。   The gateway 210 includes an application layer 315, a network layer 314, and a data link layer 313 from an upper layer, and mesh devices corresponding to a mesh layer and a MAC / physical layer connected to the mesh network 280 as lower layers. 311 and a network device 312 corresponding to the MAC / physical layer on the side connected to the wired network 290.

メッシュデバイス311はメッシュ機能を有する下位層であり、メッシュネットワーク280に接続する。ネットワークデバイス312はメッシュ機能を有さない下位層であり、有線ネットワーク290に接続する。メッシュデバイス311およびネットワークデバイス312は、データリンク層313により接続されており、メッシュデバイス311で受け取ったパケットをブリッジ機能によりネットワークデバイス312へ転送することができる。なお、ゲートウェイ210がルータとして機能する場合には、ネットワーク層314において、例えばIP(Internet Protocol)プロトコルによる通信が行われることになる。   The mesh device 311 is a lower layer having a mesh function, and is connected to the mesh network 280. The network device 312 is a lower layer that does not have a mesh function, and is connected to the wired network 290. The mesh device 311 and the network device 312 are connected by the data link layer 313, and packets received by the mesh device 311 can be transferred to the network device 312 by a bridge function. When the gateway 210 functions as a router, the network layer 314 performs communication using, for example, the IP (Internet Protocol) protocol.

非メッシュノード230は、上位層から、アプリケーション層335、ネットワーク層334、MAC層および物理層332のネットワーク階層を備えている。すなわち、この非メッシュノード230は、メッシュノード220におけるメッシュ層323に相当する階層を備えていない。MAC層および物理層332は有線ネットワーク290に接続しており、ネットワーク層334を介してアプリケーション層335にパケットを伝達する。   The non-mesh node 230 includes a network hierarchy of an application layer 335, a network layer 334, a MAC layer, and a physical layer 332 from the upper layer. That is, the non-mesh node 230 does not include a hierarchy corresponding to the mesh layer 323 in the mesh node 220. The MAC layer and the physical layer 332 are connected to the wired network 290 and transmit packets to the application layer 335 via the network layer 334.

次に本発明の実施の形態における通信システムの動作について図面を参照して説明する。   Next, the operation of the communication system according to the embodiment of the present invention will be described with reference to the drawings.

図6は、本発明の実施の形態における代理応答テーブル120への登録処理の処理手順例を示す流れ図である。ゲートウェイ210において、非メッシュノード230から送信されたパケットのうち(ステップS911)、宛先がブロードキャストアドレスのもの(ステップS912)や、宛先がゲートウェイ210以外のもの(ステップS913)は、データリンク層313によってネットワークデバイス312からメッシュデバイス311へブリッジされ、メッシュノード220へ転送される(ステップS916)。   FIG. 6 is a flowchart showing a processing procedure example of registration processing in the proxy response table 120 according to the embodiment of the present invention. Among the packets transmitted from the non-mesh node 230 in the gateway 210 (step S911), those whose destination is the broadcast address (step S912) and those whose destination is other than the gateway 210 (step S913) are determined by the data link layer 313. The network device 312 is bridged to the mesh device 311 and transferred to the mesh node 220 (step S916).

その際、受信されたパケットが特定の種類のパケット(この例では、DHCPパケットまたはARPパケット)である場合には(ステップS914)、代理応答テーブル管理部140はそのパケットの送信元の非メッシュノード230のアドレスを代理応答テーブル120に登録する(ステップS915)。   At this time, if the received packet is a specific type of packet (in this example, a DHCP packet or an ARP packet) (step S914), the proxy response table management unit 140 sends the non-mesh node of the transmission source of the packet. The address 230 is registered in the proxy response table 120 (step S915).

図7は、本発明の実施の形態における経路作成処理をリアクティブ型の経路制御プロトコルに適用した場合の処理手順例を示す流れ図である。リアクティブ型の経路制御プロトコルの例として、AODVでは、経路を探索するために、宛先まで届く経路要求メッセージ(RREQ:Route REQuest)がフラッディングによりブロードキャスト送信される。そして、それを受け取った宛先ノードは、送信元ノードに対して経路応答メッセージ(RREP:Route Reply)をユニキャストで返送する。経路要求メッセージは、宛先アドレス、送信元アドレス、ホップ数、フラグなどを含む。   FIG. 7 is a flowchart showing an example of a processing procedure when the route creation processing in the embodiment of the present invention is applied to a reactive route control protocol. As an example of a reactive route control protocol, in AODV, a route request message (RREQ: Route REQuest) reaching a destination is broadcast by flooding in order to search for a route. Then, the destination node that received it returns a route reply message (RREP: Route Reply) to the source node by unicast. The route request message includes a destination address, a source address, the number of hops, a flag, and the like.

AODVでは、基本動作として、宛先ノードのみが経路応答メッセージを返答することになっている。但し、Gフラグ(Gratuitous RREP flag)がオンになっている経路要求メッセージの場合は中間ノードも返答する場合がある。本発明の実施の形態では、ゲートウェイ210が経路要求メッセージを受信した際に、経路要求メッセージ内の宛先アドレスが代理応答テーブル120に登録されている場合は、経路要求メッセージが自分宛でなくても、経路応答メッセージを返答する。これにより、非メッシュノード230へ至る経路が生成される。   In AODV, as a basic operation, only the destination node returns a route response message. However, in the case of a route request message in which the G flag (Gratuitous RREP flag) is on, an intermediate node may also reply. In the embodiment of the present invention, when the gateway 210 receives the route request message and the destination address in the route request message is registered in the proxy response table 120, the route request message may not be addressed to itself. Reply with route response message. Thereby, a route to the non-mesh node 230 is generated.

すなわち、経路要求メッセージの宛先がゲートウェイ210自身であるか(ステップS921)、代理応答テーブル120に登録されているノード(非メッシュノード230)であれば(ステップS922)、ゲートウェイ210は経路応答メッセージを返答する(ステップS924)。一方、これ以外の経路要求メッセージの場合には、ゲートウェイ210はその経路要求メッセージをフラッディングにより他のメッシュノード220へ転送する(ステップS923)。   That is, if the destination of the route request message is the gateway 210 itself (step S921) or if it is a node (non-mesh node 230) registered in the proxy response table 120 (step S922), the gateway 210 sends the route response message. A response is made (step S924). On the other hand, in the case of other route request messages, the gateway 210 transfers the route request message to another mesh node 220 by flooding (step S923).

図8は、本発明の実施の形態における経路作成処理をプロアクティブ型の経路制御プロトコルに適用した場合の処理手順例を示す流れ図である。メッシュネットワークでは、各無線通信装置は自己の存在を示すため、何らかの形で定期的にメッセージを送信する。ここでは、このような定期的なメッセージをハローメッセージと称する。プロアクティブ型の経路制御プロトコルの場合、本発明の実施の形態では、ハローメッセージに代理応答テーブル120の内容を含ませることにより、メッシュノード220に対して非メッシュノード230の存在を認識させる。   FIG. 8 is a flowchart showing an example of a processing procedure when the route creation processing in the embodiment of the present invention is applied to a proactive route control protocol. In the mesh network, each wireless communication apparatus transmits a message periodically in some form to indicate its existence. Here, such a periodic message is referred to as a hello message. In the case of the proactive type routing protocol, in the embodiment of the present invention, the contents of the proxy response table 120 are included in the hello message, so that the mesh node 220 recognizes the existence of the non-mesh node 230.

すなわち、ハローメッセージを送信すべき所定時刻が到来すると(ステップS931)、代理応答テーブル120の内容を含むハローメッセージが送信される(ステップS932)。これにより、代理応答テーブル120の内容がメッシュノード220に配布される。   That is, when a predetermined time at which a hello message should be transmitted has arrived (step S931), a hello message including the contents of the proxy response table 120 is transmitted (step S932). As a result, the contents of the proxy response table 120 are distributed to the mesh nodes 220.

代理応答テーブル120の内容を受信したメッシュノード220は、その代理応答テーブル120に含まれる非メッシュノード230を自身の経路テーブルに追加することができる。この場合、次ノードアドレスには、ゲートウェイ210へ至る経路と同じものが設定される。但し、経路テーブルへの追加を行うことなく、代理応答テーブル120の内容(コピー)をそのまま保持しておいて、それを直接参照するようにしてもよい。もし、宛先の通信装置のアドレスが保持されている場合には、ゲートウェイ210に送信すればよいことが分かる。   The mesh node 220 that has received the contents of the proxy response table 120 can add the non-mesh node 230 included in the proxy response table 120 to its route table. In this case, the next node address is set to be the same as the route to the gateway 210. However, the contents (copy) of the proxy response table 120 may be held as they are without being added to the route table and directly referred to. If the address of the destination communication device is held, it can be understood that it should be transmitted to the gateway 210.

図9は、本発明の実施の形態におけるデータ受信処理の処理手順例を示す流れ図である。データパケットを受信した際に、上位層へ引き上げる受信処理を行うか、転送または廃棄するかの基準は、通常の場合、自分宛のパケットか否かである。本発明の実施の形態においては、宛先の通信装置のアドレスが代理応答テーブル120に登録されている場合にも受信処理を行う。   FIG. 9 is a flowchart showing a processing procedure example of data reception processing in the embodiment of the present invention. When a data packet is received, the standard for whether to perform reception processing that is raised to the upper layer, or to transfer or discard is usually whether the packet is addressed to itself. In the embodiment of the present invention, the reception process is also performed when the address of the destination communication device is registered in the proxy response table 120.

すなわち、データパケットの宛先がゲートウェイ210自身である場合(ステップS941)のみならず、その宛先が代理応答テーブル120に登録されている場合(ステップS942)にも、受信処理を行い(ステップS944)、データリンク層313まで引き上げる。このとき、宛先がゲートウェイ210自身である場合にはアプリケーション層315における処理が行われるが、宛先がゲートウェイ210自身でない場合にはデータリンク層313におけるブリッジ機能によりネットワークデバイス312から有線ネットワーク290への転送が行われる。   That is, not only when the destination of the data packet is the gateway 210 itself (step S941), but also when the destination is registered in the proxy response table 120 (step S942), the reception process is performed (step S944), Pull up to the data link layer 313. At this time, if the destination is the gateway 210 itself, processing in the application layer 315 is performed. If the destination is not the gateway 210 itself, transfer from the network device 312 to the wired network 290 is performed by the bridge function in the data link layer 313. Is done.

一方、データパケットの宛先がゲートウェイ210自身でなく、かつ、その宛先が代理応答テーブル120に登録されていない場合には、そのデータパケットはメッシュデバイス311によりメッシュネットワーク280に転送されるか、もしくは、廃棄される(ステップS943)。   On the other hand, if the destination of the data packet is not the gateway 210 itself and the destination is not registered in the proxy response table 120, the data packet is transferred to the mesh network 280 by the mesh device 311; Discarded (step S943).

このように、本発明の実施の形態によれば、非メッシュノード230のアドレスを代理応答テーブル120に登録しておいて、ゲートウェイ210がメッシュノード220からの経路要求に代理応答し、もしくは、非メッシュノード230のアドレスをメッシュノード220に知らせることにより経路を生成することができる。そして、ゲートウェイ210の受信したデータパケットの宛先アドレスが代理応答テーブル120に登録されている場合には、ゲートウェイ210のブリッジ機能により非メッシュノード230へ転送することができる。   As described above, according to the embodiment of the present invention, the address of the non-mesh node 230 is registered in the proxy response table 120, and the gateway 210 performs a proxy response to the route request from the mesh node 220. A route can be generated by notifying the mesh node 220 of the address of the mesh node 230. When the destination address of the data packet received by the gateway 210 is registered in the proxy response table 120, it can be transferred to the non-mesh node 230 by the bridge function of the gateway 210.

なお、本発明の実施の形態では、ゲートウェイ210が1台の場合を例示したが、これに限定されるものではない。例えば、図10に示すように2台のゲートウェイ210(G1およびG2)がメッシュネットワーク280に含まれる場合、最短ホップで届くゲートウェイが自動的に選択されることになる。例えば、メッシュノードM6からのデータパケットはメッシュノードM3を介してゲートウェイG2に到達し、有線ネットワーク290に接続する非メッシュノード230に到達する。   In the embodiment of the present invention, the case where there is one gateway 210 is illustrated, but the present invention is not limited to this. For example, as shown in FIG. 10, when two gateways 210 (G1 and G2) are included in the mesh network 280, the gateway that reaches the shortest hop is automatically selected. For example, the data packet from the mesh node M6 reaches the gateway G2 via the mesh node M3 and reaches the non-mesh node 230 connected to the wired network 290.

なお、本発明の実施の形態は本発明を具現化するための一例を示したものであり、以下に示すように特許請求の範囲における発明特定事項とそれぞれ対応関係を有するが、これに限定されるものではなく本発明の要旨を逸脱しない範囲において種々の変形を施すことができる。   The embodiment of the present invention is an example for embodying the present invention and has a corresponding relationship with the invention-specific matters in the claims as shown below, but is not limited thereto. However, various modifications can be made without departing from the scope of the present invention.

すなわち、請求項1乃至7において、第1のネットワークは例えば有線ネットワーク290に対応する。また、第2のネットワークは例えばメッシュネットワーク280に対応する。また、識別子記憶手段は例えば代理応答テーブル120に対応する。また、識別子管理手段は例えば代理応答テーブル管理部140に対応する。また、経路生成手段は例えば経路制御部150に対応する。また、データ処理手段は例えばデータ処理部160に対応する。   That is, in claims 1 to 7, the first network corresponds to the wired network 290, for example. The second network corresponds to the mesh network 280, for example. The identifier storage means corresponds to the proxy response table 120, for example. The identifier management means corresponds to the proxy response table management unit 140, for example. The route generation unit corresponds to the route control unit 150, for example. A data processing unit corresponds to the data processing unit 160, for example.

また、請求項8および9において、第1のネットワークは例えば有線ネットワーク290に対応する。また、第2のネットワークは例えばメッシュネットワーク280に対応する。また、識別子記憶手段は例えば代理応答テーブル120に対応する。また、識別子管理手順は例えばステップS915に対応する。また、経路生成手順は例えばステップS924またはS932に対応する。また、データ処理手順は例えばステップS944に対応する。   Further, in claims 8 and 9, the first network corresponds to the wired network 290, for example. The second network corresponds to the mesh network 280, for example. The identifier storage means corresponds to the proxy response table 120, for example. An identifier management procedure corresponds to step S915, for example. The route generation procedure corresponds to, for example, step S924 or S932. The data processing procedure corresponds to, for example, step S944.

なお、本発明の実施の形態において説明した処理手順は、これら一連の手順を有する方法として捉えてもよく、また、これら一連の手順をコンピュータに実行させるためのプログラム乃至そのプログラムを記憶する記録媒体として捉えてもよい。   The processing procedure described in the embodiment of the present invention may be regarded as a method having a series of these procedures, and a program for causing a computer to execute these series of procedures or a recording medium storing the program May be taken as

本発明の実施の形態における通信システムの全体構成例を示す図である。It is a figure which shows the example of whole structure of the communication system in embodiment of this invention. 本発明の実施の形態におけるゲートウェイ210の一構成例を示す図である。It is a figure which shows one structural example of the gateway 210 in embodiment of this invention. 本発明の実施の形態における経路テーブル110の一構成例を示す図である。It is a figure which shows the example of 1 structure of the routing table 110 in embodiment of this invention. 本発明の実施の形態における代理応答テーブル120の一構成例を示す図である。It is a figure which shows the example of 1 structure of the proxy response table 120 in embodiment of this invention. 本発明の実施の形態におけるネットワーク階層の実現例を示す図である。It is a figure which shows the implementation example of the network hierarchy in embodiment of this invention. 本発明の実施の形態における代理応答テーブル120への登録処理の処理手順例を示す流れ図である。It is a flowchart which shows the example of a process sequence of the registration process to the proxy response table 120 in embodiment of this invention. 本発明の実施の形態における経路作成処理をリアクティブ型の経路制御プロトコルに適用した場合の処理手順例を示す流れ図である。It is a flowchart which shows the example of a process sequence at the time of applying the route creation process in embodiment of this invention to a reactive type routing control protocol. 本発明の実施の形態における経路作成処理をプロアクティブ型の経路制御プロトコルに適用した場合の処理手順例を示す流れ図である。It is a flowchart which shows the example of a process sequence at the time of applying the route creation process in embodiment of this invention to a proactive type route control protocol. 本発明の実施の形態におけるデータ受信処理の処理手順例を示す流れ図である。It is a flowchart which shows the example of a process sequence of the data reception process in embodiment of this invention. 本発明の実施の形態における通信システムの全体構成の他の例を示す図である。It is a figure which shows the other example of the whole structure of the communication system in embodiment of this invention.

符号の説明Explanation of symbols

110 経路テーブル
120 代理応答テーブル
130 伝送部
140 代理応答テーブル管理部
150 経路制御部
160 データ処理部
210 ゲートウェイ
220 メッシュノード
230 非メッシュノード
280 メッシュネットワーク
290 有線ネットワーク
110 Route Table 120 Proxy Response Table 130 Transmission Unit 140 Proxy Response Table Management Unit 150 Route Control Unit 160 Data Processing Unit 210 Gateway 220 Mesh Node 230 Non-mesh Node 280 Mesh Network 290 Wired Network

Claims (9)

第1のネットワークと第2のネットワークとを接続する通信装置であって、
前記第1のネットワークに属する他の通信装置の識別子を保持する識別子記憶手段と、
前記第1のネットワークに属する他の通信装置を送信元とするデータが所定の種類のデータである場合には前記送信元の通信装置の識別子を前記識別子記憶手段に保持させる識別子管理手段と、
前記識別子記憶手段にその識別子が保持される通信装置に至る経路を生成する経路生成手段と、
前記第2のネットワークに属する他の通信装置を送信元とするデータについてその宛先の通信装置の識別子が前記識別子記憶手段に保持されている場合には当該データを前記第1のネットワークに送信するデータ処理手段と
を具備することを特徴とする通信装置。
A communication device for connecting a first network and a second network,
Identifier storage means for holding identifiers of other communication devices belonging to the first network;
An identifier management unit that holds an identifier of the transmission source communication device in the identifier storage unit when data having a transmission source of another communication device belonging to the first network is a predetermined type of data;
Route generating means for generating a route to the communication device in which the identifier is stored in the identifier storage means;
If the identifier of the destination communication device is held in the identifier storage means for data originating from another communication device belonging to the second network, the data to be transmitted to the first network And a communication means.
前記第2のネットワークにおいて、各通信装置はその無線通信の範囲外に存在する他の通信装置との間では近隣の通信装置を介した経路により通信を行うことを特徴とする請求項1記載の通信装置。   2. The communication device according to claim 1, wherein in the second network, each communication device communicates with another communication device that exists outside the range of the wireless communication through a route via a neighboring communication device. Communication device. 前記所定の種類のデータは、通信装置の識別子を取得する要求を含むことを特徴とする請求項1記載の通信装置。   The communication apparatus according to claim 1, wherein the predetermined type of data includes a request for acquiring an identifier of the communication apparatus. 前記所定の種類のデータは、ARPパケットまたはDHCPパケットであることを特徴とする請求項3記載の通信装置。   4. The communication apparatus according to claim 3, wherein the predetermined type of data is an ARP packet or a DHCP packet. 前記経路生成手段は、前記第2のネットワークに属する他の通信装置を送信元とする経路探索要求についてその宛先の通信装置の識別子が前記識別子記憶手段に保持されている場合には前記経路探索要求に対する応答を前記宛先の通信装置に代わって行うことを特徴とする請求項1記載の通信装置。   The route generation means, when the identifier of the destination communication device is held in the identifier storage means for a route search request originating from another communication device belonging to the second network, the route search request The communication apparatus according to claim 1, wherein a response to is performed instead of the destination communication apparatus. 前記経路生成手段は、前記識別子記憶手段に保持される通信装置の識別子を前記第2のネットワークに属する他の通信装置に対して通知することを特徴とする請求項1記載の通信装置。   2. The communication apparatus according to claim 1, wherein the path generation unit notifies an identifier of the communication apparatus held in the identifier storage unit to another communication apparatus belonging to the second network. 第1のネットワークと、第2のネットワークと、前記第1のネットワークと前記第2のネットワークとを接続する通信装置とを備える通信システムであって、
前記通信装置は、前記第1のネットワークに属する他の通信装置の識別子を保持する識別子記憶手段と、前記第1のネットワークに属する他の通信装置を送信元とするデータが所定の種類のデータである場合には前記送信元の通信装置の識別子を前記識別子記憶手段に保持させる識別子管理手段と、前記識別子記憶手段にその識別子が保持される通信装置に至る経路を生成する経路生成手段と、前記第2のネットワークに属する他の通信装置を送信元とするデータについてその宛先の通信装置の識別子が前記識別子記憶手段に保持されている場合には当該データを前記第1のネットワークに送信するデータ処理手段とを具備する
ことを特徴とする通信システム。
A communication system comprising a first network, a second network, and a communication device that connects the first network and the second network,
The communication device includes an identifier storage unit that holds an identifier of another communication device belonging to the first network, and data having a transmission source of the other communication device belonging to the first network is data of a predetermined type. In some cases, identifier management means for holding the identifier of the transmission source communication apparatus in the identifier storage means, path generation means for generating a path to the communication apparatus in which the identifier is held in the identifier storage means, Data processing for transmitting the data to the first network when the identifier of the destination communication device is held in the identifier storage means for data originating from another communication device belonging to the second network And a communication system.
第1のネットワークと第2のネットワークとを接続し、前記第1のネットワークに属する他の通信装置の識別子を保持する識別子記憶手段を備える通信装置における経路制御方法であって、
前記第1のネットワークに属する他の通信装置を送信元とするデータが所定の種類のデータである場合には前記送信元の通信装置の識別子を前記識別子記憶手段に保持させる識別子管理手順と、
前記識別子記憶手段にその識別子が保持される通信装置に至る経路を生成する経路生成手順と、
前記第2のネットワークに属する他の通信装置を送信元とするデータについてその宛先の通信装置の識別子が前記識別子記憶手段に保持されている場合には当該データを前記第1のネットワークに送信するデータ処理手順と
を具備することを特徴とする経路制御方法。
A path control method in a communication device that includes an identifier storage unit that connects the first network and the second network and holds identifiers of other communication devices belonging to the first network,
An identifier management procedure for holding an identifier of the transmission source communication device in the identifier storage means when data originating from another communication device belonging to the first network is a predetermined type of data;
A route generation procedure for generating a route to the communication device in which the identifier is stored in the identifier storage means;
If the identifier of the destination communication device is held in the identifier storage means for data originating from another communication device belonging to the second network, the data to be transmitted to the first network A route control method comprising: a processing procedure.
第1のネットワークと第2のネットワークとを接続し、前記第1のネットワークに属する他の通信装置の識別子を保持する識別子記憶手段を備える通信装置において、
前記第1のネットワークに属する他の通信装置を送信元とするデータが所定の種類のデータである場合には前記送信元の通信装置の識別子を前記識別子記憶手段に保持させる識別子管理手順と、
前記識別子記憶手段にその識別子が保持される通信装置に至る経路を生成する経路生成手順と、
前記第2のネットワークに属する他の通信装置を送信元とするデータについてその宛先の通信装置の識別子が前記識別子記憶手段に保持されている場合には当該データを前記第1のネットワークに送信するデータ処理手順と
をコンピュータに実行させることを特徴とするプログラム。
In a communication apparatus comprising an identifier storage unit that connects the first network and the second network and holds an identifier of another communication apparatus belonging to the first network.
An identifier management procedure for holding an identifier of the transmission source communication device in the identifier storage means when data originating from another communication device belonging to the first network is a predetermined type of data;
A route generation procedure for generating a route to the communication device in which the identifier is stored in the identifier storage means;
If the identifier of the destination communication device is held in the identifier storage means for data originating from another communication device belonging to the second network, the data to be transmitted to the first network A program for causing a computer to execute a processing procedure.
JP2007022527A 2007-02-01 2007-02-01 Communication apparatus and communication system Expired - Fee Related JP4978217B2 (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
JP2007022527A JP4978217B2 (en) 2007-02-01 2007-02-01 Communication apparatus and communication system

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
JP2007022527A JP4978217B2 (en) 2007-02-01 2007-02-01 Communication apparatus and communication system

Publications (2)

Publication Number Publication Date
JP2008193183A true JP2008193183A (en) 2008-08-21
JP4978217B2 JP4978217B2 (en) 2012-07-18

Family

ID=39752888

Family Applications (1)

Application Number Title Priority Date Filing Date
JP2007022527A Expired - Fee Related JP4978217B2 (en) 2007-02-01 2007-02-01 Communication apparatus and communication system

Country Status (1)

Country Link
JP (1) JP4978217B2 (en)

Cited By (3)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
WO2015189876A1 (en) * 2014-06-13 2015-12-17 三菱電機株式会社 Bridge apparatus
CN112738907A (en) * 2019-10-28 2021-04-30 杭州萤石软件有限公司 Wireless network system
CN114079994A (en) * 2020-08-11 2022-02-22 东芝泰格有限公司 Communication system, communication device, and communication method

Citations (2)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JP2001292168A (en) * 2000-04-10 2001-10-19 Nippon Telegr & Teleph Corp <Ntt> Ip communication system
JP2006279168A (en) * 2005-03-28 2006-10-12 Kddi Corp Communication apparatus for configuring adhoc network, bridge apparatus, and communication system

Patent Citations (2)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JP2001292168A (en) * 2000-04-10 2001-10-19 Nippon Telegr & Teleph Corp <Ntt> Ip communication system
JP2006279168A (en) * 2005-03-28 2006-10-12 Kddi Corp Communication apparatus for configuring adhoc network, bridge apparatus, and communication system

Cited By (5)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
WO2015189876A1 (en) * 2014-06-13 2015-12-17 三菱電機株式会社 Bridge apparatus
JPWO2015189876A1 (en) * 2014-06-13 2017-04-20 三菱電機株式会社 Bridge device
US10116463B2 (en) 2014-06-13 2018-10-30 Mitsubishi Electric Corporation Bridging apparatus
CN112738907A (en) * 2019-10-28 2021-04-30 杭州萤石软件有限公司 Wireless network system
CN114079994A (en) * 2020-08-11 2022-02-22 东芝泰格有限公司 Communication system, communication device, and communication method

Also Published As

Publication number Publication date
JP4978217B2 (en) 2012-07-18

Similar Documents

Publication Publication Date Title
KR101256687B1 (en) Apparatus for setting multipath and method thereof
JP4571666B2 (en) Method, communication device and system for address resolution mapping in a wireless multi-hop ad hoc network
JP4229182B2 (en) Wireless communication system, wireless communication apparatus, wireless communication method, and program
KR100898680B1 (en) System and method for associating different types of nodes with access point nodes in wireless network to route data in the wireless network
JP4995891B2 (en) Multi-hop mesh network connection using MAC bridge
JP4821600B2 (en) Wireless communication system, wireless communication apparatus, wireless communication method, and program
JP2006304302A (en) Method and apparatus for transferring frame in extended wireless lan
JP2008011448A (en) Ad-hoc network, node, and route control and program
TWI793361B (en) Independent redundant path discovery for bluetooth mesh
JP2006279168A (en) Communication apparatus for configuring adhoc network, bridge apparatus, and communication system
WO2003081846A1 (en) Radio communication device, radio communication system, radio communication method, and vehicle
JP2011061569A (en) Communication system, node, communication control method, and program
JP4627465B2 (en) Wireless communication terminal and QoS information collecting method
JP6264856B2 (en) Node device, control program, wireless communication system, and data communication method
JP2008118351A (en) Wireless communication system
JP4993185B2 (en) Wireless communication system
JP4978217B2 (en) Communication apparatus and communication system
JP4696318B2 (en) Wireless device and wireless communication network provided with the same
JP3742571B2 (en) Route maintenance method, route maintenance system, and wireless node device in wireless network
JP2008053998A (en) Path control system of wireless multi-hop network
JP4862674B2 (en) Wireless communication apparatus and wireless communication system
JP5860135B2 (en) Communication device search method, communication device, communication device search program, and ad hoc network system
Rodríguez-Covili et al. Enhancing mobile collaboration with HLMP
KR101535633B1 (en) Data transmission method and apparatus and data transmission system in ad -hoc network
JPWO2006048936A1 (en) Ad hoc network, mobile terminal, gateway node and gateway node selection method

Legal Events

Date Code Title Description
A621 Written request for application examination

Free format text: JAPANESE INTERMEDIATE CODE: A621

Effective date: 20100114

A977 Report on retrieval

Free format text: JAPANESE INTERMEDIATE CODE: A971007

Effective date: 20120113

A131 Notification of reasons for refusal

Free format text: JAPANESE INTERMEDIATE CODE: A131

Effective date: 20120124

A521 Written amendment

Free format text: JAPANESE INTERMEDIATE CODE: A523

Effective date: 20120220

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

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

Free format text: JAPANESE INTERMEDIATE CODE: A01

A61 First payment of annual fees (during grant procedure)

Free format text: JAPANESE INTERMEDIATE CODE: A61

Effective date: 20120403

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

Free format text: PAYMENT UNTIL: 20150427

Year of fee payment: 3

LAPS Cancellation because of no payment of annual fees