[go: up one dir, main page]

JP2007082070A - Wireless communication device - Google Patents

Wireless communication device Download PDF

Info

Publication number
JP2007082070A
JP2007082070A JP2005269913A JP2005269913A JP2007082070A JP 2007082070 A JP2007082070 A JP 2007082070A JP 2005269913 A JP2005269913 A JP 2005269913A JP 2005269913 A JP2005269913 A JP 2005269913A JP 2007082070 A JP2007082070 A JP 2007082070A
Authority
JP
Japan
Prior art keywords
address
wireless communication
sequence number
communication device
information packet
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.)
Withdrawn
Application number
JP2005269913A
Other languages
Japanese (ja)
Inventor
Masakatsu Ogawa
将克 小川
Toru Sakata
徹 阪田
Yutaka Kuno
豊 久埜
Shuji Kubota
周治 久保田
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.)
Nippon Telegraph and Telephone Corp
Original Assignee
Nippon Telegraph and Telephone 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 Nippon Telegraph and Telephone Corp filed Critical Nippon Telegraph and Telephone Corp
Priority to JP2005269913A priority Critical patent/JP2007082070A/en
Publication of JP2007082070A publication Critical patent/JP2007082070A/en
Withdrawn legal-status Critical Current

Links

Images

Landscapes

  • Mobile Radio Communication Systems (AREA)
  • Small-Scale Networks (AREA)

Abstract

【課題】 アドホックネットワークにおいて、DHCPサーバの機能およびAPIPAの機能を利用せずに、迅速かつ自律分散的にアドレス割当を行う。
【解決手段】 アドホックモードで無線通信装置間を接続するアドホックネットワークの無線通信装置において、起動時に無線通信装置の識別子であるアドレスとして、規定された範囲のアドレス領域からランダムに1つのアドレスを選択し、そのアドレスを無線通信装置間で相互に報知して競合していることが判明した場合には、そのアドレスを後から選択した無線通信装置が再度規定された範囲のアドレス領域からランダムに1つのアドレスを選択する処理を行う制御手段を備える。
【選択図】 図1
PROBLEM TO BE SOLVED: To assign addresses quickly and autonomously in an ad hoc network without using the functions of a DHCP server and APIPA.
In an ad hoc network wireless communication device that connects wireless communication devices in ad hoc mode, an address that is an identifier of the wireless communication device at startup is selected at random from an address area in a specified range. If it is found that there is a conflict between the wireless communication devices by mutually informing the address, the wireless communication device that has selected the address later will randomly select one address from the address area in the redefined range. Control means for performing processing for selecting an address is provided.
[Selection] Figure 1

Description

本発明は、アドホックネットワークを構成する無線通信装置の各アドレス割当を自律分散的に行う無線通信装置に関する。なお、ここでの「アドレス」とは、アドホックネットワークにおける無線通信装置の識別子である。   The present invention relates to a radio communication apparatus that performs autonomous and distributed allocation of each address of a radio communication apparatus constituting an ad hoc network. The “address” here is an identifier of a wireless communication device in an ad hoc network.

無線パケット通信は、無線LANをはじめとする様々なシステムで採用されている通信形態である。無線LANの規格については、IEEE802.11委員会で標準化が進められ、IEEE802.11規格(非特許文献1)として制定されている。この規格では、2つの通信モード(インフラストラクチャモード、アドホックモード)が規定されている。   The wireless packet communication is a communication form adopted in various systems including a wireless LAN. The wireless LAN standard is being standardized by the IEEE802.11 committee and established as the IEEE802.11 standard (Non-Patent Document 1). In this standard, two communication modes (infrastructure mode and ad hoc mode) are defined.

インフラストラクチャモードは、アクセスポイント(AP)と、その電波到達範囲(無線セル)内に存在する端末局で構成され、APとその配下の端末局が無線媒体を介して接続関係を形成した無線ネットワークで使用される通信モードである。APは、イーサネット(登録商標)等のネットワークに接続されており、接続関係を確立している配下の端末局がネットワークと通信する際に、ネットワークと端末局間のパケットの中継を行う。すなわち、端末局からみたとき、APはネットワークへの入り口としての役割を担う。   The infrastructure mode is composed of an access point (AP) and a terminal station existing within the radio wave coverage (wireless cell), and a wireless network in which the AP and a terminal station under the AP form a connection relationship via a wireless medium. Is the communication mode used in The AP is connected to a network such as Ethernet (registered trademark), and relays packets between the network and the terminal station when a subordinate terminal station that establishes a connection relationship communicates with the network. That is, when viewed from the terminal station, the AP plays a role as an entrance to the network.

アドホックモードは、APを必要とせず、端末局のみにより構成されるクローズドネットワークで使用される通信モードである。端末局は、一般に無線パケットを中継する機能をもたず、直接互いに無線パケットをやりとりして通信を行う。   The ad hoc mode is a communication mode used in a closed network that does not require an AP and includes only terminal stations. Terminal stations generally do not have a function of relaying wireless packets, and directly communicate with each other by exchanging wireless packets.

このアドホックモードで構成される無線通信ネットワーク(アドホックネットワーク)では、端末局がアドレスを取得する方法として、例えばIPアドレスではDHCPサーバからの割り当てを利用する方法(非特許文献2)、あるいは汎用的なOSであるMicrosoft 社の Windows(登録商標)に搭載されているAPIPA(Automatic Private IP Addressing) を用いる方法(非特許文献3)がある。
IEEE802.11, "Wireless LAN Medium Access Control (MAC) and Physical (PHY) Layer Specifications", August 1999 IETF RFC2131:Dynamic Host Configuration Protocol Microsoft home page :How to Use Automatic TCP/IP Addressing Without a DHCP Server, http://support.microsoft.com/default.aspx?scid=kb;EN-US;q220874
In a wireless communication network (ad hoc network) configured in this ad hoc mode, as a method for a terminal station to acquire an address, for example, a method using an assignment from a DHCP server (for example, non-patent document 2) for an IP address, or a general purpose There is a method of using APIPA (Automatic Private IP Addressing) installed in Windows (registered trademark) of Microsoft Corporation which is an OS (Non-patent Document 3).
IEEE802.11, "Wireless LAN Medium Access Control (MAC) and Physical (PHY) Layer Specifications", August 1999 IETF RFC2131: Dynamic Host Configuration Protocol Microsoft home page: How to Use Automatic TCP / IP Addressing Without a DHCP Server, http://support.microsoft.com/default.aspx?scid=kb;EN-US;q220874

アドホックネットワークの端末局がアドレスを取得する方法のうち、非特許文献2に記載の方法では、DHCPサーバがIPアドレスを割り当てる。そのため、一時的にアドホックネットワークを構成する場合でもDHCPサーバの設置が必要になる。   Of the methods by which the terminal station of the ad hoc network obtains an address, in the method described in Non-Patent Document 2, the DHCP server assigns an IP address. Therefore, it is necessary to install a DHCP server even when an ad hoc network is temporarily configured.

一方、非特許文献3の方法では、DHCPサーバに要求パケットを送信し、ある一定時間以内にDHCPサーバからの応答パケットを受信しなかった場合に、DHCPサーバからのアドレス割当が失敗したと判断し、APIPAの機能により「169.254.1.0 〜169.254.254.255 」からランダムに1つのIPアドレスを選択して割り当てる。そのため、DHCPサーバからのアドレス割当がタイムアウトするまでの時間を要し、一時的にアドホックネットワークを構成する端末局に迅速にアドレスの割当ができない問題がある。   On the other hand, in the method of Non-Patent Document 3, when a request packet is transmitted to the DHCP server and a response packet from the DHCP server is not received within a certain time, it is determined that the address allocation from the DHCP server has failed. , One IP address is randomly selected and assigned from “169.254.1.0 to 169.254.254.255” by the function of APIPA. For this reason, there is a problem that it takes time until the address allocation from the DHCP server times out, and it is impossible to quickly allocate an address to the terminal stations constituting the ad hoc network temporarily.

本発明は、アドホックネットワークにおいて、DHCPサーバの機能およびAPIPAの機能を利用せずに、迅速かつ自律分散的にアドレス割当を行うことができる無線通信装置を提供することを目的とする。   An object of the present invention is to provide a wireless communication apparatus that can perform address assignment in a prompt and autonomous manner without using the functions of a DHCP server and APIPA in an ad hoc network.

本発明の無線通信装置は、アドホックモードで無線通信装置間を接続するアドホックネットワークの無線通信装置において、起動時に無線通信装置の識別子であるアドレスとして、規定された範囲のアドレス領域からランダムに1つのアドレスを選択し、そのアドレスを無線通信装置間で相互に報知して競合していることが判明した場合には、そのアドレスを後から選択した無線通信装置が再度規定された範囲のアドレス領域からランダムに1つのアドレスを選択する処理を行う制御手段を備える。   The wireless communication device of the present invention is an ad hoc network wireless communication device that connects wireless communication devices in ad hoc mode, and randomly selects one address from a specified range as an address that is an identifier of the wireless communication device at the time of activation. If an address is selected and it is found that there is a conflict between the wireless communication devices by notifying each other, the wireless communication device that has selected the address from the address area in the range specified again Control means for performing processing for selecting one address at random is provided.

制御手段は、ランダムに選択したアドレスとシーケンス番号を含むアドレス情報パケットを周期的に報知し、該シーケンス番号を報知するごとに増加させる手段と、無線通信装置間で相互に報知されたアドレス情報パケットから、他の無線通信装置で同一アドレスを選択していることが判明した場合に、他の無線通信装置におけるシーケンス番号と自装置のシーケンス番号を比較し、他の無線通信装置におけるシーケンス番号が自装置のシーケンス番号より小さい場合には当該アドレスをそのまま利用し、他の無線通信装置におけるシーケンス番号が自装置のシーケンス番号と等しいか大きい場合には、再度規定された範囲のアドレス領域からランダムに1つのアドレスを選択する手段とを含む。   The control means periodically notifies the address information packet including the randomly selected address and the sequence number, and increments each time the sequence number is notified, and the address information packet notified mutually between the wireless communication devices Therefore, if it is found that the same address is selected by another wireless communication device, the sequence number of the other wireless communication device is compared with the sequence number of the other device, and the sequence number of the other wireless communication device is automatically determined. If the sequence number is smaller than the sequence number of the device, the address is used as it is. If the sequence number in another wireless communication device is equal to or greater than the sequence number of the own device, 1 is randomly selected from the address area in the redefined range. Means for selecting one address.

また、制御手段は、規定された範囲のアドレス領域からランダムに1つのアドレスを選択する際に、他の無線通信装置から報知されたアドレスを除くアドレス領域からランダムに1つのアドレスを選択する構成としてもよい。   In addition, when the control unit randomly selects one address from the address range in the specified range, the control unit randomly selects one address from the address region excluding the address notified from another wireless communication device. Also good.

また、制御手段は、自装置のシーケンス番号と、他の無線通信装置から報知されたシーケンス番号のすべてが所定の閾値を超えた場合には、アドレス情報パケットの周期的な報知を停止する構成としてもよい。さらに、制御手段は、アドレス情報パケットの周期的な報知を停止している間に、他の無線通信装置から報知されたアドレス情報パケットを受信し、そのシーケンス番号が閾値より小さい場合には、自装置のアドレス情報パケットの報知を再開する構成としてもよい。   The control means is configured to stop the periodic notification of the address information packet when all of the sequence number of the own device and the sequence number notified from another wireless communication device exceed a predetermined threshold. Also good. Further, the control means receives the address information packet broadcast from another wireless communication device while stopping the periodic notification of the address information packet, and when the sequence number is smaller than the threshold, It is good also as a structure which restarts alerting | reporting of the address information packet of an apparatus.

本発明の無線通信装置は、起動時に規定された範囲のアドレス領域からランダムに1つのアドレスを選択し、他の無線通信装置とアドレスが競合した場合には再選択を行うことにより、迅速にアドレスを設定し、アドレスの競合を回避することができる。   The wireless communication apparatus of the present invention selects one address randomly from the address area in the range defined at the time of activation, and performs reselection when an address conflicts with another wireless communication apparatus, thereby quickly addressing To avoid address conflicts.

本発明の無線通信装置は、他の無線通信装置とアドレスの競合を検出する方法として、選択したアドレスと周期的にインクリメントされるシーケンス番号を周期的に報知することにより、他の無線通信装置におけるシーケンス番号と自装置のシーケンス番号を比較することにより、アドレスの競合を容易に検出することができる。   As a method for detecting an address conflict with another wireless communication device, the wireless communication device according to the present invention periodically notifies the selected address and a periodically incremented sequence number, thereby allowing the other wireless communication device to By comparing the sequence number with the sequence number of its own device, it is possible to easily detect an address conflict.

本発明の無線通信装置は、他の無線通信装置から報知されたアドレスを除くアドレス領域からランダムに1つのアドレスを選択することにより、同一アドレスが選択される確率を低減することができる。   The wireless communication device of the present invention can reduce the probability that the same address is selected by randomly selecting one address from the address area excluding the address notified by another wireless communication device.

本発明の無線通信装置は、自装置のシーケンス番号と、他の無線通信装置から報知されたシーケンス番号のすべてが所定の閾値を超えた場合にアドレスの報知を停止することにより、無駄なトラヒックの増加を防ぐことができる。また、その停止中に他の新たな無線通信装置からアドレスおよびシーケンス番号が通知された場合には、自装置のアドレスおよびシーケンス番号の報知を再開することにより、その新たな無線通信装置に自装置で使用しているアドレスを通知し、アドレス競合を回避することができる。   The wireless communication device of the present invention stops useless traffic by stopping the notification of an address when all of the sequence number of the own device and the sequence number notified from another wireless communication device exceed a predetermined threshold. Increase can be prevented. In addition, when an address and sequence number are notified from another new wireless communication device during the stoppage, by resuming the notification of the address and sequence number of the own device, the new wireless communication device Can be used to notify the address being used and avoid address conflicts.

このような構成により、一時的にアドホックネットワークに接続される無線通信装置であっても、DHCPサーバの機能およびAPIPAの機能を利用せずに、迅速かつ自律分散的かつ効率的に自装置のアドレスの設定を行うことができる。   With such a configuration, even if a wireless communication device is temporarily connected to an ad hoc network, the address of the device itself can be quickly, autonomously distributed and efficiently without using the functions of the DHCP server and APIPA. Can be set.

図1は、本発明の無線通信装置を含むアドホックネットワークの構成例を示す。
図において、複数の無線通信装置1,2,3は、アドホックモードで相互に通信するアドホックネットワーク4を構成する。
FIG. 1 shows a configuration example of an ad hoc network including a wireless communication apparatus of the present invention.
In the figure, a plurality of wireless communication devices 1, 2, and 3 constitute an ad hoc network 4 that communicates with each other in an ad hoc mode.

図2は、本発明の無線通信装置1〜3の構成例を示す。
図において、本発明の無線通信装置は、アンテナ11と、アンテナ11に接続される送受信部(TRX)12と、送受信部12に順次接続されるベースバンド処理部(BB)13、制御部(CNT)14、インタフェース部(I/F)15により構成される。
FIG. 2 shows a configuration example of the wireless communication apparatuses 1 to 3 according to the present invention.
In the figure, the wireless communication device of the present invention includes an antenna 11, a transmission / reception unit (TRX) 12 connected to the antenna 11, a baseband processing unit (BB) 13 sequentially connected to the transmission / reception unit 12, and a control unit (CNT ) 14 and an interface unit (I / F) 15.

図3は、制御部14で使用するテーブルの構成例を示す。
図において、制御部14は、アドレステーブルとアドレス管理テーブルの2つをもつ。アドレステーブルは、無線端末装置が規定された範囲のアドレス領域からランダムに選択する自装置のアドレスとシーケンス番号から構成される。このランダムに選択されたアドレスとシーケンス番号は、アドレス情報パケットとして周期的に他の無線端末装置に報知される。なお、シーケンス番号は、アドレス情報パケットを報知するごとにインクリメント(+1)される。アドレス管理テーブルは、他の無線端末装置から報知されるそれぞれのアドレスとシーケンス番号を管理し、自装置のアドレスを設定あるいは変更する処理に供する。
FIG. 3 shows a configuration example of a table used in the control unit 14.
In the figure, the control unit 14 has an address table and an address management table. The address table is composed of the address and sequence number of its own device that is randomly selected from the address range of the range defined by the wireless terminal device. The randomly selected address and sequence number are periodically broadcast to other wireless terminal devices as address information packets. The sequence number is incremented (+1) every time an address information packet is broadcast. The address management table manages each address and sequence number notified from other wireless terminal devices, and provides a process for setting or changing the address of the own device.

図4は、アドレス情報パケットの構成例を示す。
図において、アドレス情報パケットは、宛先アドレス、送信元アドレス、シーケンス番号の各フィールドを有する。制御部14は、アドレステーブルの情報に基づいて送信元アドレスおよびシーケンス番号を設定する。宛先アドレスには例えばブロードキャストアドレスが用いられる。
FIG. 4 shows a configuration example of the address information packet.
In the figure, the address information packet has fields of a destination address, a source address, and a sequence number. The control unit 14 sets a transmission source address and a sequence number based on the information in the address table. For example, a broadcast address is used as the destination address.

図5は、制御部14における処理手順を示す。
アドホックネットワークにおける無線通信装置(自装置)が起動すると、まず一定時間待機するためのタイマを起動する(S1)。このタイマがタイムアウトする前に、他の無線通信装置(他装置)から送信されたアドレス情報パケットを受信した場合には、その受信パケットの送信元アドレスとシーケンス番号をアドレス管理テーブルに登録する(S2,S3,S4)。一定時間が経過してタイムアウトすると、アドレス管理テーブルに登録されたアドレスを除くアドレス領域からランダムに1つのアドレスを選択し、自装置のアドレスとして決定する(S4,S5)。
FIG. 5 shows a processing procedure in the control unit 14.
When the wireless communication device (self device) in the ad hoc network is activated, a timer for waiting for a predetermined time is first activated (S1). If an address information packet transmitted from another wireless communication device (other device) is received before this timer times out, the source address and sequence number of the received packet are registered in the address management table (S2 , S3, S4). When a certain time elapses and a time-out occurs, one address is randomly selected from the address area excluding the addresses registered in the address management table and determined as the address of the own device (S4, S5).

次に、決定したアドレスをアドレステーブルに登録し、アドレステーブルのシーケンス番号をリセットする(S6)。そして、アドレステーブルの情報に基づいて作成されたアドレス情報パケットを報知し(S7)、一定時間待機するためのタイマを起動する(S8)。   Next, the determined address is registered in the address table, and the sequence number in the address table is reset (S6). Then, an address information packet created based on the information in the address table is notified (S7), and a timer for waiting for a predetermined time is started (S8).

このタイマがタイムアウトする前に、他装置から送信されたアドレス情報パケットを受信した場合には、その受信パケットの送信元アドレスとアドレステーブルに登録された自装置のアドレスが同じであるか否かをチェックする(S9,S10)。ここで、受信パケットの送信元アドレス(他装置で設定されたアドレス)と自装置のアドレスが異なる場合には、受信パケットの送信元アドレスとシーケンス番号をアドレス管理テーブルに登録し、待機を続ける(S10,S11,S12,S9)。一方、同一アドレスであれば、受信パケット(他装置)のシーケンス番号と自装置のシーケンス番号を比較する(S13)。そして、自装置のシーケンス番号が他装置のシーケンス番号より大きい場合には、当該アドレスが自装置のアドレス設定後に他装置で設定されたアドレスである(自装置が先に設定したアドレスである)ので、そのまま待機を続ける(S10,S13,S12,S9)。なお、他装置では、後述するようにアドレス変更が行われる。   If an address information packet transmitted from another device is received before this timer times out, it is determined whether the source address of the received packet is the same as the address of the device registered in the address table. Check (S9, S10). If the source address of the received packet (address set by another device) is different from the address of its own device, the source address and sequence number of the received packet are registered in the address management table and the standby is continued ( S10, S11, S12, S9). On the other hand, if the addresses are the same, the sequence number of the received packet (other device) is compared with the sequence number of the own device (S13). If the sequence number of the own device is larger than the sequence number of the other device, the address is an address set by the other device after setting the address of the own device (the address set by the own device first). The standby is continued as it is (S10, S13, S12, S9). In other apparatuses, the address is changed as will be described later.

一方、自装置のシーケンス番号が他装置のシーケンス番号より小さい場合には、当該アドレスが自装置のアドレス設定の前に他装置で設定されたアドレスである(自装置が後から設定したアドレスである)ので、自装置の方でS5で決定したアドレスの変更を行う。このとき、受信パケットの送信元アドレスとシーケンス番号をアドレス管理テーブルに登録し(S13,S14)、アドレス管理テーブルに登録されたアドレスを除くアドレス領域からランダムに1つのアドレスを選択し、自置のアドレスとして決定する(S5)。   On the other hand, when the sequence number of the own device is smaller than the sequence number of the other device, the address is an address set by the other device before the address setting of the own device (the address set later by the own device). Therefore, the address determined in S5 is changed by the own device. At this time, the source address and sequence number of the received packet are registered in the address management table (S13, S14), one address is randomly selected from the address area excluding the address registered in the address management table, The address is determined (S5).

また、自装置のシーケンス番号と他装置のシーケンス番号が等しい場合には、当該アドレスが自装置のアドレス設定とほぼ同時に他装置で設定されたアドレスであるので、自装置はS5で決定したアドレスの変更を行う。このとき、受信パケットの送信元アドレスとシーケンス番号をアドレス管理テーブルに登録しない。その理由は、他装置でも同様の処理すると、そのアドレスが双方のアドレス管理テーブルに登録されて使用できなくなるからである(S13,S5)。   If the sequence number of the own device and the sequence number of the other device are the same, the address is the address set by the other device almost simultaneously with the address setting of the own device, so that the own device has the address determined in S5. Make a change. At this time, the source address and sequence number of the received packet are not registered in the address management table. The reason is that if the same processing is performed in another device, the address is registered in both address management tables and cannot be used (S13, S5).

自装置のアドレス情報パケットを報知してから一定時間が経過してタイムアウトすると、アドレステーブルおよびアドレス管理テーブルに登録されたすべてのシーケンス番号が閾値より大きいか否かをチェックする(S12,S15)。そして、閾値より小さいシーケンス番号が1つでもあれば、アドレステーブルのシーケンス番号をインクリメント(+1)し、それに基づいて生成されたアドレス情報パケットを報知し(S15,S16,S7)、S8以降の処理を繰り返す。   When a time elapses after notifying the address information packet of the own device, it is checked whether all the sequence numbers registered in the address table and the address management table are larger than the threshold (S12, S15). If there is even one sequence number smaller than the threshold, the sequence number in the address table is incremented (+1), the address information packet generated based on the incremented number is notified (S15, S16, S7), and the processing after S8 repeat.

一方、各テーブルに登録されたすべてのシーケンス番号が閾値より大きい場合には、再度タイマを起動してタイムアウトするまで待機に入る(S15,S8)。そして、待機中に他の無線通信装置からシーケンス番号が閾値未満のアドレス情報パケットを受信した場合には、新たな無線通信装置の加入と判断してそのアドレスおよびシーケンス番号をアドレス管理テーブルに登録し、その無線通信装置に対して自装置のアドレスを通知するために、アドレス情報パケットの報知を再開する(S8,S9,S10,S11,S12,S15,S16,S7)。   On the other hand, if all the sequence numbers registered in each table are larger than the threshold value, the timer is started again and the process waits until time-out (S15, S8). When an address information packet whose sequence number is less than the threshold is received from another wireless communication device during standby, it is determined that a new wireless communication device has joined and the address and sequence number are registered in the address management table. In order to notify the wireless communication device of its own address, notification of the address information packet is resumed (S8, S9, S10, S11, S12, S15, S16, S7).

本発明の無線通信装置を含むアドホックネットワークの構成例を示す図。The figure which shows the structural example of the ad hoc network containing the radio | wireless communication apparatus of this invention. 無線通信装置1〜3の構成例を示す図。The figure which shows the structural example of the radio | wireless communication apparatuses 1-3. 制御部14で使用するテーブルの一例を示す図。The figure which shows an example of the table used with the control part. アドレス情報パケットの構成例を示す図。The figure which shows the structural example of an address information packet. 制御部14における処理手順を示すフローチャート。7 is a flowchart showing a processing procedure in the control unit 14;

符号の説明Explanation of symbols

1,2,3 無線通信装置
4 アドホックネットワーク
11 アンテナ
12 送受信部(TRX)
13 ベースバンド処理部(BB)
14 制御部(CNT)
15 インタフェース部(I/F)
1, 2, 3 Wireless communication device 4 Ad hoc network 11 Antenna 12 Transceiver (TRX)
13 Baseband processor (BB)
14 Control unit (CNT)
15 Interface section (I / F)

Claims (5)

アドホックモードで無線通信装置間を接続するアドホックネットワークの無線通信装置において、
起動時に無線通信装置の識別子であるアドレスとして、規定された範囲のアドレス領域からランダムに1つのアドレスを選択し、そのアドレスを無線通信装置間で相互に報知して競合していることが判明した場合には、そのアドレスを後から選択した無線通信装置が再度規定された範囲のアドレス領域からランダムに1つのアドレスを選択する処理を行う制御手段を備えた
ことを特徴とする無線通信装置。
In an ad hoc network wireless communication device that connects wireless communication devices in ad hoc mode,
It was found that one address was randomly selected from the address range of the specified range as an address that is an identifier of the wireless communication device at the time of startup, and that address was informed by mutual notification between the wireless communication devices. In this case, the wireless communication apparatus includes a control unit that performs a process of selecting one address randomly from an address area in a range in which the wireless communication apparatus that has selected the address later is defined again.
請求項1に記載の無線通信装置において、
前記制御手段は、
ランダムに選択したアドレスとシーケンス番号を含むアドレス情報パケットを周期的に報知し、該シーケンス番号を報知するごとに増加させる手段と、
無線通信装置間で相互に報知された前記アドレス情報パケットから、他の無線通信装置で同一アドレスを選択していることが判明した場合に、他の無線通信装置におけるシーケンス番号と自装置のシーケンス番号を比較し、他の無線通信装置におけるシーケンス番号が自装置のシーケンス番号より小さい場合には当該アドレスをそのまま利用し、他の無線通信装置におけるシーケンス番号が自装置のシーケンス番号と等しいか大きい場合には、再度規定された範囲のアドレス領域からランダムに1つのアドレスを選択する手段と
を含むことを特徴とする無線通信装置。
The wireless communication device according to claim 1,
The control means includes
A means for periodically informing an address information packet including a randomly selected address and a sequence number, and increasing the sequence number every time the information is notified;
When it is found from the address information packet broadcasted between the wireless communication devices that the same address is selected by the other wireless communication device, the sequence number of the other wireless communication device and the sequence number of the own device If the sequence number in the other wireless communication device is smaller than the sequence number of the own device, the address is used as it is, and the sequence number in the other wireless communication device is equal to or greater than the sequence number of the own device. Comprises a means for randomly selecting one address from the address area in the range defined again.
請求項1または請求項2に記載の無線通信装置において、
前記制御手段は、規定された範囲のアドレス領域からランダムに1つのアドレスを選択する際に、他の無線通信装置から報知されたアドレスを除くアドレス領域からランダムに1つのアドレスを選択する構成である
ことを特徴とする無線通信装置。
The wireless communication apparatus according to claim 1 or 2,
The control means is configured to randomly select one address from an address area excluding an address notified from another wireless communication device when selecting one address from a specified range of address areas at random. A wireless communication apparatus.
請求項2に記載の無線通信装置において、
前記制御手段は、自装置のシーケンス番号と、前記他の無線通信装置から報知されたシーケンス番号のすべてが所定の閾値を超えた場合には、前記アドレス情報パケットの周期的な報知を停止する構成である
ことを特徴とする無線通信装置。
The wireless communication device according to claim 2,
The control means is configured to stop periodic notification of the address information packet when all of the sequence number of the own device and the sequence number notified from the other wireless communication device exceed a predetermined threshold. A wireless communication device characterized by the above.
請求項4に記載の無線通信装置において、
前記制御手段は、前記アドレス情報パケットの周期的な報知を停止している間に、前記他の無線通信装置から報知された前記アドレス情報パケットを受信し、そのシーケンス番号が前記閾値より小さい場合には、自装置のアドレス情報パケットの報知を再開する構成である
ことを特徴とする無線通信装置。
The wireless communication apparatus according to claim 4, wherein
The control means receives the address information packet broadcast from the other wireless communication device while stopping the periodic notification of the address information packet, and the sequence number is smaller than the threshold value. Is a configuration for resuming notification of the address information packet of the device itself.
JP2005269913A 2005-09-16 2005-09-16 Wireless communication device Withdrawn JP2007082070A (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
JP2005269913A JP2007082070A (en) 2005-09-16 2005-09-16 Wireless communication device

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
JP2005269913A JP2007082070A (en) 2005-09-16 2005-09-16 Wireless communication device

Publications (1)

Publication Number Publication Date
JP2007082070A true JP2007082070A (en) 2007-03-29

Family

ID=37941858

Family Applications (1)

Application Number Title Priority Date Filing Date
JP2005269913A Withdrawn JP2007082070A (en) 2005-09-16 2005-09-16 Wireless communication device

Country Status (1)

Country Link
JP (1) JP2007082070A (en)

Cited By (19)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
WO2010032382A1 (en) * 2008-09-19 2010-03-25 三洋電機株式会社 Communication method and terminal device using same
JP2012527146A (en) * 2009-05-13 2012-11-01 コーニンクレッカ フィリップス エレクトロニクス エヌ ヴィ Method for assigning a network address for communication in a segmented network
JP2012532509A (en) * 2009-07-02 2012-12-13 クゥアルコム・インコーポレイテッド Systems and methods for avoiding and resolving conflicts in a wireless mobile display digital interface multicast environment
US8667144B2 (en) 2007-07-25 2014-03-04 Qualcomm Incorporated Wireless architecture for traditional wire based protocol
US8674957B2 (en) 2011-02-04 2014-03-18 Qualcomm Incorporated User input device for wireless back channel
US8811294B2 (en) 2008-04-04 2014-08-19 Qualcomm Incorporated Apparatus and methods for establishing client-host associations within a wireless network
US8964783B2 (en) 2011-01-21 2015-02-24 Qualcomm Incorporated User input back channel for wireless displays
US9065876B2 (en) 2011-01-21 2015-06-23 Qualcomm Incorporated User input back channel from a wireless sink device to a wireless source device for multi-touch gesture wireless displays
US9198084B2 (en) 2006-05-26 2015-11-24 Qualcomm Incorporated Wireless architecture for a traditional wire-based protocol
US9398089B2 (en) 2008-12-11 2016-07-19 Qualcomm Incorporated Dynamic resource sharing among multiple wireless devices
US9413803B2 (en) 2011-01-21 2016-08-09 Qualcomm Incorporated User input back channel for wireless displays
US9503771B2 (en) 2011-02-04 2016-11-22 Qualcomm Incorporated Low latency wireless display for graphics
US9525998B2 (en) 2012-01-06 2016-12-20 Qualcomm Incorporated Wireless display with multiscreen service
US9582239B2 (en) 2011-01-21 2017-02-28 Qualcomm Incorporated User input back channel for wireless displays
US9582238B2 (en) 2009-12-14 2017-02-28 Qualcomm Incorporated Decomposed multi-stream (DMS) techniques for video display systems
US9787725B2 (en) 2011-01-21 2017-10-10 Qualcomm Incorporated User input back channel for wireless displays
US10108386B2 (en) 2011-02-04 2018-10-23 Qualcomm Incorporated Content provisioning for wireless back channel
US10135900B2 (en) 2011-01-21 2018-11-20 Qualcomm Incorporated User input back channel for wireless displays
CN110224923A (en) * 2019-05-21 2019-09-10 中国联合网络通信集团有限公司 A kind of method and device for the information that removes rubbish automatically

Cited By (25)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US9198084B2 (en) 2006-05-26 2015-11-24 Qualcomm Incorporated Wireless architecture for a traditional wire-based protocol
US8667144B2 (en) 2007-07-25 2014-03-04 Qualcomm Incorporated Wireless architecture for traditional wire based protocol
US8811294B2 (en) 2008-04-04 2014-08-19 Qualcomm Incorporated Apparatus and methods for establishing client-host associations within a wireless network
WO2010032382A1 (en) * 2008-09-19 2010-03-25 三洋電機株式会社 Communication method and terminal device using same
JP2010074610A (en) * 2008-09-19 2010-04-02 Sanyo Electric Co Ltd Communication method and terminal device using the same
US8452895B2 (en) 2008-09-19 2013-05-28 Hera Wireless S.A. Communication method and terminal apparatuses using the communication method in an ad-hoc network
US9398089B2 (en) 2008-12-11 2016-07-19 Qualcomm Incorporated Dynamic resource sharing among multiple wireless devices
JP2012527146A (en) * 2009-05-13 2012-11-01 コーニンクレッカ フィリップス エレクトロニクス エヌ ヴィ Method for assigning a network address for communication in a segmented network
JP2012532509A (en) * 2009-07-02 2012-12-13 クゥアルコム・インコーポレイテッド Systems and methods for avoiding and resolving conflicts in a wireless mobile display digital interface multicast environment
US9264248B2 (en) 2009-07-02 2016-02-16 Qualcomm Incorporated System and method for avoiding and resolving conflicts in a wireless mobile display digital interface multicast environment
US9582238B2 (en) 2009-12-14 2017-02-28 Qualcomm Incorporated Decomposed multi-stream (DMS) techniques for video display systems
US8964783B2 (en) 2011-01-21 2015-02-24 Qualcomm Incorporated User input back channel for wireless displays
US9065876B2 (en) 2011-01-21 2015-06-23 Qualcomm Incorporated User input back channel from a wireless sink device to a wireless source device for multi-touch gesture wireless displays
US9787725B2 (en) 2011-01-21 2017-10-10 Qualcomm Incorporated User input back channel for wireless displays
US9413803B2 (en) 2011-01-21 2016-08-09 Qualcomm Incorporated User input back channel for wireless displays
US10911498B2 (en) 2011-01-21 2021-02-02 Qualcomm Incorporated User input back channel for wireless displays
US10382494B2 (en) 2011-01-21 2019-08-13 Qualcomm Incorporated User input back channel for wireless displays
US9582239B2 (en) 2011-01-21 2017-02-28 Qualcomm Incorporated User input back channel for wireless displays
US10135900B2 (en) 2011-01-21 2018-11-20 Qualcomm Incorporated User input back channel for wireless displays
US8674957B2 (en) 2011-02-04 2014-03-18 Qualcomm Incorporated User input device for wireless back channel
US10108386B2 (en) 2011-02-04 2018-10-23 Qualcomm Incorporated Content provisioning for wireless back channel
US9723359B2 (en) 2011-02-04 2017-08-01 Qualcomm Incorporated Low latency wireless display for graphics
US9503771B2 (en) 2011-02-04 2016-11-22 Qualcomm Incorporated Low latency wireless display for graphics
US9525998B2 (en) 2012-01-06 2016-12-20 Qualcomm Incorporated Wireless display with multiscreen service
CN110224923A (en) * 2019-05-21 2019-09-10 中国联合网络通信集团有限公司 A kind of method and device for the information that removes rubbish automatically

Similar Documents

Publication Publication Date Title
JP2007082070A (en) Wireless communication device
US10492120B2 (en) User apparatus and base station
US20180115362A1 (en) User apparatus and base station
US20180110037A1 (en) User apparatus and method for transmitting control information
US7881340B2 (en) Decentralized media access control for ad-hoc mobile wireless network
US10136349B2 (en) System and method for changing an identifier of a basic service set
US8683055B2 (en) Network setup via short-range communication
CN101730090B (en) Method and equipment for releasing IP addresses by DHCP server
US9681365B2 (en) Group owner (GO) negotiation in peer to peer (P2P) communications to obtain group owner role
WO2018058636A1 (en) Method and device for transmitting response message
US20140098804A1 (en) System and Method for Association of Transitory WiFi Users
JPWO2015166959A1 (en) Wireless communication apparatus and wireless communication method
WO2014180429A1 (en) Control node resource selection and allocation method and device
JP2013532392A (en) Method, apparatus and system for selecting a femtocell gateway
WO2015139282A1 (en) Method and device for establishing group leader of user group in d2d communication
KR101506852B1 (en) Method for Selecting Network Mode, Mobile Router Therefor
WO2015051843A1 (en) Using a base station with a failed interface to core network to configure and advertise cluster head for device-to-device (d2d) wireless communications
WO2018138800A1 (en) Base station device, terminal device, wireless communication system, and system information notification method
CN103501354A (en) Method and device for obtaining base station self-starting configuration parameters
WO2013067941A1 (en) Identifier allocation method and device
JP6320319B2 (en) Communication apparatus and wireless communication system
JP5307078B2 (en) Wireless terminal device having virtualized wireless network card
WO2023002578A1 (en) Wireless communication system, wireless communication control method, control device, and control program
WO2015001748A1 (en) Communication terminal and communication system
KR101878248B1 (en) Method for blocking wireless access of a terminal at access point, and device thereof

Legal Events

Date Code Title Description
A300 Application deemed to be withdrawn because no request for examination was validly filed

Free format text: JAPANESE INTERMEDIATE CODE: A300

Effective date: 20081202