JP2013123126A - Dlna compatible device and method of searching the same - Google Patents

Dlna compatible device and method of searching the same Download PDF

Info

Publication number
JP2013123126A
JP2013123126A JP2011270586A JP2011270586A JP2013123126A JP 2013123126 A JP2013123126 A JP 2013123126A JP 2011270586 A JP2011270586 A JP 2011270586A JP 2011270586 A JP2011270586 A JP 2011270586A JP 2013123126 A JP2013123126 A JP 2013123126A
Authority
JP
Japan
Prior art keywords
dlna
message
compatible device
search
notify
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.)
Pending
Application number
JP2011270586A
Other languages
Japanese (ja)
Inventor
Masakazu Maehara
正和 前原
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.)
Samsung R&D Institute Japan Co Ltd
Original Assignee
Samsung Yokohama Research Institute
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 Samsung Yokohama Research Institute filed Critical Samsung Yokohama Research Institute
Priority to JP2011270586A priority Critical patent/JP2013123126A/en
Publication of JP2013123126A publication Critical patent/JP2013123126A/en
Pending legal-status Critical Current

Links

Images

Landscapes

  • Two-Way Televisions, Distribution Of Moving Picture Or The Like (AREA)
  • Small-Scale Networks (AREA)

Abstract

PROBLEM TO BE SOLVED: To find a DLNA compatible device without causing a timeout.SOLUTION: A DLNA compatible device includes message control means 14 and SSDP packet sending means 13. When SSDP packet receiving means 12 receives a NOTIFY message from another DLNA compatible device, the message control means 14 creates an M-SEARCH response message of another DLNA compatible device from the received NOTIFY message and stores the M-SEARCH response message in message storage means 15. When the SSDP packet receiving means receives an M-SEARCH request from a DLNA module 10, the message control means 14 reads out one corresponding to the received M-SEARCH request from among the M-SEARCH response messages stored in the message storage means. The SSDP packet sending means 13 sends the M-SEARCH response message read out by the message control means to the DLNA module.

Description

本発明は、DLNAガイドラインに準拠したDLNA対応機器に関し、特に、DLNA対応機器の探索・発見プロセスに関する。   The present invention relates to a DLNA-compatible device compliant with the DLNA guidelines, and more particularly to a DLNA-compatible device search / discovery process.

近年、デジタルTV装置やオーディオ装置などのデジタル家電機器、携帯電話機やPDA(Personal Digital Assistants)などのモバイル機器、パソコンや周辺機器などのコンピュータ機器を相互接続しようという気運が高まり、DLNA(Digital Living Network Alliance)が結成された。DLNAで策定されたガイドラインに準拠した機器(以下、DLNA対応機器と称する。)は、メーカーや機種が異なっていても互いに存在を認識し合ってデータをやり取りすることができる。   In recent years, digital home appliances such as digital TV devices and audio devices, mobile devices such as mobile phones and PDAs (Personal Digital Assistants), and computer devices such as personal computers and peripheral devices have been increasingly interconnected, and DLNA (Digital Living Network) Alliance) was formed. Devices that comply with the guidelines established by DLNA (hereinafter referred to as DLNA-compatible devices) can exchange data by recognizing their existence even if the manufacturers and models are different.

DLNA対応機器は、UPnP(Universal Plug and Play)の仕様に従って、同じネットワーク内に他のDLNA対応機器が存在するかどうか探索することができる。探す側のDLNA対応機器は、M−SEARCH要求と呼ばれるマルチキャストパケットを送信する。当該パケットを受けたDLNA対応機器はM−SEARCH応答メッセージを生成してユニキャストパケットとして送り返す。これにより、DLNA対応機器は、同じネットワーク内に存在する他のDLNA対応機器を見つける(Discovery)ことができる。これ以外のディスカバリ方法として、DLNA対応機器は起動時などにNOTIFYメッセージをAdvertisement(自己紹介)としてユニキャスト送信することができる。なお、DLNA対応機器の発見とその機能の把握にはSSDP(Simple Service Discovery Proticol)が用いられる。   DLNA-compatible devices can search for other DLNA-compatible devices in the same network in accordance with UPnP (Universal Plug and Play) specifications. The DLNA-compatible device on the searching side transmits a multicast packet called an M-SEARCH request. Upon receiving the packet, the DLNA-compatible device generates an M-SEARCH response message and sends it back as a unicast packet. As a result, the DLNA-compatible device can find another DLNA-compatible device existing in the same network (Discovery). As another discovery method, a DLNA-compatible device can unicast a NOTIFY message as an advertisement (self-introduction) at the time of startup or the like. In addition, SSDP (Simple Service Discovery Protocol) is used for discovery of DLNA-compatible devices and grasping their functions.

一般的なIPネットワークに接続される情報家電に関してであるが、ネットワーク内に接続される他の機器を探索するために、他の通信装置が送信した探索信号に含まれる属性に基づいて、自装置が当該通信装置を制御できるか否かを判断し、判断結果に基づいて探索信号に対する応答信号を生成する手段を備える通信装置が公知である(例えば、特許文献1参照)。   Regarding information appliances connected to a general IP network, in order to search for other devices connected in the network, based on attributes included in a search signal transmitted by another communication device, A communication device is known that includes a unit that determines whether or not the communication device can be controlled and generates a response signal to the search signal based on the determination result (see, for example, Patent Document 1).

国際公開第2008/120368号International Publication No. 2008/120368

M−SEARCH要求に対する応答受信にはタイムアウト値が存在する。したがって、M−SEARCH要求を送信したDLNA対応機器がタイムアウト値に指定された所定時間内にM−SEARCH応答メッセージを受信できなければ、実際には他のDLNA対応機器が存在するにもかかわらず、それを発見できないおそれがある。例えば、ネットワークが輻輳状態にあるときには、DLNA対応機器の探索がうまくいかないことがある。かかる問題に鑑み、本発明は、M−SEARCH応答メッセージのタイムアウトに関係なくDLNA対応機器を発見できるようにすることを課題とする。   There is a timeout value for receiving a response to the M-SEARCH request. Therefore, if the DLNA-compatible device that has transmitted the M-SEARCH request cannot receive the M-SEARCH response message within the predetermined time specified by the timeout value, although there is actually another DLNA-compatible device, There is a possibility that it cannot be found. For example, when the network is in a congested state, searching for a DLNA-compatible device may not be successful. In view of such a problem, an object of the present invention is to make it possible to discover a DLNA-compatible device regardless of the timeout of the M-SEARCH response message.

本発明の一局面に従うと、DLNAガイドラインに準拠したDLNAモジュールを備えたDLNA対応機器は、他のDLNA対応機器からマルチキャスト送信されるNOTIFYメッセージおよび前記DLNAモジュールからマルチキャスト送信されるM−SEARCH要求を受信するSSDPパケット受信手段と、M−SEARCH応答メッセージを保存するメッセージ保存手段と、前記SSDPパケット受信手段が前記他のDLNA対応機器からのNOTIFYメッセージを受信した場合、当該受信したNOTIFYメッセージから、当該他のDLNA対応機器がM−SEARCH要求に対して応答するであろうM−SEARCH応答メッセージを生成して前記メッセージ保存手段に格納し、前記SSDPパケット受信手段が前記DLNAモジュールからのM−SEARCH要求を受信した場合、前記メッセージ保存手段に保存されているM−SEARCH応答メッセージの中から当該受信したM−SEARCH要求に対応するものを読み出すメッセージ制御手段と、前記メッセージ制御手段によって読み出されたM−SEARCH応答メッセージを前記DLNAモジュールにユニキャスト送信するSSDPパケット送信手段とを備えている。   According to one aspect of the present invention, a DLNA-compatible device having a DLNA module that complies with the DLNA guidelines receives a NOTIFY message multicast-transmitted from another DLNA-compatible device and an M-SEARCH request multicast-transmitted from the DLNA module. SSDP packet receiving means, message storage means for storing an M-SEARCH response message, and when the SSDP packet receiving means receives a NOTIFY message from the other DLNA-compatible device, the other The DLNA-compatible device of the device generates an M-SEARCH response message that will respond to the M-SEARCH request and stores it in the message storage means. The SSDP packet reception means sends the DLN Message control means for reading out an M-SEARCH response message stored in the message storage means corresponding to the received M-SEARCH request when receiving an M-SEARCH request from the module; and the message control SSDP packet transmission means for unicasting the M-SEARCH response message read by the means to the DLNA module.

また、DLNAガイドラインに準拠したDLNA対応機器の探索方法は、第1のDLNA対応機器が、NOTIFYメッセージをマルチキャスト送信するステップと、第2のDLNA対応機器が、前記第1のDLNA対応機器からのNOTIFYメッセージを受信し、当該受信したNOTIFYメッセージから、前記第1のDLNA対応機器がM−SEARCH要求に対して応答するであろうM−SEARCH応答メッセージを生成し、当該生成したM−SEARCH応答メッセージをメッセージ保存手段に格納するステップと、前記第2のDLNA対応機器が、M−SEARCH要求をマルチキャスト送信し、当該送信したM−SEARCH要求を受信し、当該受信したM−SEARCH要求に対応するM−SEARCH応答メッセージを前記メッセージ保存手段から読み出し、当該読み出したM−SEARCH応答メッセージを自身にユニキャスト送信するステップとを備えている。   The DLNA-compliant device search method compliant with the DLNA guidelines includes a step in which a first DLNA-compliant device multicasts a NOTIFY message, and a second DLNA-compliant device sends a NOTIFY from the first DLNA-compliant device. Receiving the message, generating an M-SEARCH response message from which the first DLNA-compatible device will respond to the M-SEARCH request from the received NOTIFY message, and generating the generated M-SEARCH response message. Storing in the message storage means, and the second DLNA-compatible device multicast-transmits the M-SEARCH request, receives the transmitted M-SEARCH request, and receives the M-SEARCH request corresponding to the received M-SEARCH request. SEARCH response message Read from the serial message storage means, and a step of unicast transmission of the read M-SEARCH response message to itself.

これによると、M−SEARCH要求を送信するDLNA対応機器(第2のDLNA対応機器)に他のDLNA対応機器(第1のDLNA対応機器)のNOTIFYメッセージに基づいてあらかじめ生成されたM−SEARCH応答メッセージが保存され、第2のDLNA対応機器からM−SEARCH要求が送信されたとき、第1のDLNA対応機器に代わって、第2のDLNA対応機器内に保存されているM−SEARCH応答メッセージが自身に送信される。したがって、第2のDLNA対応機器は、第1のDLNA対応機器からM−SEARCH応答メッセージが所定時間内に受信できなくても第1のDLNA対応機器を発見することができる。   According to this, the M-SEARCH response generated in advance based on the NOTIFY message of the other DLNA-compatible device (first DLNA-compatible device) to the DLNA-compatible device (second DLNA-compatible device) that transmits the M-SEARCH request. When the message is stored and an M-SEARCH request is transmitted from the second DLNA-compatible device, an M-SEARCH response message stored in the second DLNA-compatible device is displayed instead of the first DLNA-compatible device. Sent to itself. Therefore, even if the second DLNA-compatible device cannot receive the M-SEARCH response message from the first DLNA-compatible device within a predetermined time, the second DLNA-compatible device can find the first DLNA-compatible device.

本発明の別の一局面に従うと、DLNAガイドラインに準拠したDLNAモジュールを備えたDLNA対応機器は、M−SEARCH要求をマルチキャスト送信するSSDPパケット送信手段と、前記DLNAモジュールからユニキャスト送信されるM−SEARCH応答メッセージおよびマルチキャスト送信されるNOTIFYメッセージの少なくとも一方および他のDLNA対応機器からマルチキャスト送信されるM−SEARCH要求を受信するSSDPパケット受信手段と、NOTIFYメッセージを保存するメッセージ保存手段と、前記SSDPパケット受信手段が前記DLNAモジュールからのM−SEARCH応答メッセージを受信した場合、当該受信したM−SEARCH応答メッセージに基づいてNOTIFYメッセージを生成して前記メッセージ保存手段に格納し、前記SSDPパケット受信手段が前記DLNAモジュールからのNOTIFYメッセージを受信した場合、当該受信したNOTIFYメッセージを前記メッセージ保存手段に格納し、前記SSDPパケット受信手段が前記他のDLNA対応機器からのM−SEARCH要求を受信した場合、前記メッセージ保存手段に保存されているNOTIFYメッセージの中から当該受信したM−SEARCH要求に対応するものを読み出すメッセージ制御手段と備え、前記SSDPパケット送信手段は、前記メッセージ制御手段によって読み出されたNOTIFYメッセージをマルチキャスト送信する。   According to another aspect of the present invention, a DLNA-compatible device including a DLNA module that complies with the DLNA guidelines includes an SSDP packet transmission unit that multicasts an M-SEARCH request, and an M-unicast transmitted from the DLNA module. SSDP packet receiving means for receiving at least one of a SEARCH response message and a NOTIFY message transmitted by multicast and an M-SEARCH request multicast transmitted from another DLNA-compatible device, message storage means for storing a NOTIFY message, and the SSDP packet When the receiving means receives the M-SEARCH response message from the DLNA module, the NOTIFY message is based on the received M-SEARCH response message. When the SSDP packet reception means receives a NOTIFY message from the DLNA module, the received NOTIFY message is stored in the message storage means, and the SSDP packet reception means A message control unit that reads out a message corresponding to the received M-SEARCH request from the NOTIFY messages stored in the message storage unit when receiving an M-SEARCH request from another DLNA compatible device; The SSDP packet transmission means multicasts the NOTIFY message read by the message control means.

また、DLNAガイドラインに準拠したDLNA対応機器の探索方法は、第1のDLNA対応機器が、M−SEARCH要求をマルチキャスト送信し、当該送信したM−SEARCH要求を受信して自身にM−SEARCH応答メッセージをユニキャスト送信して受信し、当該受信したM−SEARCH応答メッセージに基づいてNOTIFYメッセージを生成し、当該生成したNOTIFYメッセージをメッセージ保存手段に格納する、または、NOTIFYメッセージをマルチキャスト送信し、当該送信したNOTIFYメッセージを受信し、当該受信したNOTIFYメッセージをメッセージ保存手段に格納するステップと、第2のDLNA対応機器が、M−SEARCH要求をマルチキャスト送信するステップと、前記第1のDLNA対応機器が、前記第2のDLNA対応機器からのM−SEARCH要求を受信し、当該受信したM−SEARCH要求に対応するNOTIFYメッセージを前記メッセージ保存手段から読み出し、当該読み出したNOTIFYメッセージをマルチキャスト送信するステップとを備えている。   Also, in the DLNA-compliant device search method compliant with the DLNA guidelines, the first DLNA-compliant device multicasts an M-SEARCH request, receives the transmitted M-SEARCH request, and receives an M-SEARCH response message to itself. Is transmitted by unicast, and a NOTIFY message is generated based on the received M-SEARCH response message, and the generated NOTIFY message is stored in the message storage unit, or the NOTIFY message is multicast and transmitted. Receiving the NOTIFY message, storing the received NOTIFY message in the message storage means, a step in which the second DLNA-compatible device multicasts an M-SEARCH request, and the first DLN The compatible device receives the M-SEARCH request from the second DLNA compatible device, reads the NOTIFY message corresponding to the received M-SEARCH request from the message storage unit, and multicasts the read NOTIFY message And steps.

これによると、M−SEARCH要求を受信するDLNA対応機器(第1のDLNA対応機器)に自身のNOTIFYメッセージが保存され、他のDLNA対応機器(第2のDLNA対応機器)からM−SEARCH要求が送信されたとき、第1のDLNA対応機器からそれに対するM−SEARCH応答メッセージとともに、保存されているNOTIFYメッセージが送信される。したがって、第2のDLNA対応機器は、第1のDLNA対応機器からM−SEARCH応答メッセージが所定時間内に受信できなくても、NOTIFYメッセージはタイムアウトしないため受信することができるため、第1のDLNA対応機器を発見することができる。   According to this, its NOTIFY message is stored in the DLNA-compatible device (first DLNA-compatible device) that receives the M-SEARCH request, and an M-SEARCH request is received from another DLNA-compatible device (second DLNA-compatible device). When transmitted, a stored NOTIFY message is transmitted from the first DLNA-compatible device together with an M-SEARCH response message corresponding thereto. Therefore, even if the second DLNA compatible device cannot receive the M-SEARCH response message from the first DLNA compatible device within a predetermined time, it can receive the NOTIFY message because it does not time out. You can discover compatible devices.

本発明によると、M−SEARCH応答メッセージのタイムアウトに関係なくDLNA対応機器を発見することができる。また、DLNAモジュールは既存のものをそのまま使用して新たなモジュールを追加するだけで対応することができるため、既存のDLNA対応機器の性能アップを容易に行うことができる。   According to the present invention, a DLNA-compatible device can be found regardless of the timeout of the M-SEARCH response message. In addition, since the existing DLNA module can be used as it is by adding a new module as it is, it is possible to easily improve the performance of existing DLNA compatible devices.

本発明の一実施形態に係るDLNA対応機器の主要部の構成図The block diagram of the principal part of the DLNA corresponding apparatus which concerns on one Embodiment of this invention 当該DLNA対応機器がM−SEARCH要求する場合のDLNA対応機器探索フローチャートDLNA-compatible device search flowchart when the DLNA-compatible device requests M-SEARCH 当該DLNA対応機器がM−SEARCH要求される場合のDLNA対応機器探索フローチャートDLNA compatible device search flowchart when M-SEARCH is requested for the DLNA compatible device

以下、図面を参照しながら本発明を実施するための形態について説明する。なお、本発明は、以下の実施形態に限定されるものではない。   DESCRIPTION OF EMBODIMENTS Hereinafter, embodiments for carrying out the present invention will be described with reference to the drawings. In addition, this invention is not limited to the following embodiment.

図1は、本発明の一実施形態に係るDLNA対応機器の主要部の構成を示す。本実施形態に係るDLNA対応機器は、DLNAモジュール10、ネットワークインタフェース11、SSDPパケット受信手段12、SSDPパケット送信手段13、メッセージ制御手段14、およびメッセージ保存手段15を備えている。これら構成要素は内部データバス101に接続されており、ソケットレイヤーを通じて互いに通信可能である。なお、DLNAモジュール10、SSDPパケット受信手段12、SSDPパケット送信手段13、メッセージ制御手段14は、ハードウェアおよびソフトウェアのいずれでも実現することができる。   FIG. 1 shows a configuration of a main part of a DLNA-compatible device according to an embodiment of the present invention. The DLNA-compatible device according to this embodiment includes a DLNA module 10, a network interface 11, an SSDP packet receiving unit 12, an SSDP packet transmitting unit 13, a message control unit 14, and a message storage unit 15. These components are connected to the internal data bus 101 and can communicate with each other through a socket layer. The DLNA module 10, the SSDP packet receiving unit 12, the SSDP packet transmitting unit 13, and the message control unit 14 can be realized by any of hardware and software.

DLNAモジュール10は、DLNAガイドラインに準拠した処理を行うモジュールであり、DLNA対応機器の必須要素である。DLNAモジュール10は、NOTIFYメッセージやM−SEARCH要求のマルチキャスト送信、他のDLNA対応機器からマルチキャスト送信されたNOTIFYメッセージおよびM−SEARCH要求の受信、およびM−SEARCH要求に対するM−SEARCH応答メッセージのユニキャスト送信などを行う。   The DLNA module 10 is a module that performs processing conforming to the DLNA guidelines, and is an essential element of a DLNA-compatible device. The DLNA module 10 performs multicast transmission of NOTIFY messages and M-SEARCH requests, reception of NOTIFY messages and M-SEARCH requests multicasted from other DLNA compatible devices, and unicast of M-SEARCH response messages for M-SEARCH requests. Send and so on.

ネットワークインタフェース11はLAN102に接続することができ、DLNA対応機器内部の各要素と外部機器との間でのTCP/IP通信を可能にする。LAN102は、IEEE802.3iや802.3uなどに準拠した有線LAN、IEEE802.11a/b/gなどに準拠した無線LAN、ブルートゥース(登録商標)のいずれでもよい。   The network interface 11 can be connected to the LAN 102 and enables TCP / IP communication between each element inside the DLNA-compatible device and the external device. The LAN 102 may be any of a wired LAN compliant with IEEE802.3i and 802.3u, a wireless LAN compliant with IEEE802.11a / b / g, and Bluetooth (registered trademark).

SSDPパケット受信手段12、SSDPパケット送信手段13、メッセージ制御手段14、およびメッセージ保存手段15の機能・動作は、当該DLNA対応機器がM−SEARCH要求する場合とM−SEARCH要求される場合とで若干異なる。以下、場合分けして説明する。   The functions and operations of the SSDP packet receiving unit 12, the SSDP packet transmitting unit 13, the message control unit 14, and the message storage unit 15 are slightly different depending on whether the DLNA-compatible device makes an M-SEARCH request or an M-SEARCH request. Different. In the following, description will be given for each case.

(M−SEARCH要求する場合)
SSDPパケット受信手段12は、内部データバス101に流れるSSDPパケットを受信する。当該SSDPパケットは、他のDLNA対応機器がマルチキャスト送信したNOTIFYメッセージ、およびDLNAモジュール10がマルチキャスト送信したM−SEARCH要求である。すなわち、他のDLNA対応機器からマルチキャスト送信され、LAN102およびネットワークインタフェース11を介して内部データバス101に渡ったNOTIFYメッセージは、DLNAモジュール10だけでなくSSDPパケット受信手段12も受信する。また、DLNAモジュール10からマルチキャスト送信されるM−SEARCH要求は、内部データバス101およびネットワークインタフェース11を介してLAN102に出力されるとともに、当該DLNA対応機器内において内部データバス101を介してSSDPパケット受信手段12に受信される。
(When requesting M-SEARCH)
The SSDP packet receiving unit 12 receives an SSDP packet flowing on the internal data bus 101. The SSDP packet is a NOTIFY message multicast-transmitted by another DLNA-compatible device and an M-SEARCH request multicast-transmitted by the DLNA module 10. That is, a NOTIFY message multicast-transmitted from another DLNA compatible device and passed to the internal data bus 101 via the LAN 102 and the network interface 11 is received not only by the DLNA module 10 but also by the SSDP packet receiving means 12. In addition, the M-SEARCH request multicast-transmitted from the DLNA module 10 is output to the LAN 102 via the internal data bus 101 and the network interface 11, and the SSDP packet is received via the internal data bus 101 within the DLNA compatible device. Received by means 12.

メッセージ制御手段14は、メッセージ保存手段15にM−SEARCH応答メッセージを格納し、また、メッセージ保存手段15に保存されているM−SEARCH応答メッセージの中から適当なものを読み出す。   The message control unit 14 stores the M-SEARCH response message in the message storage unit 15 and reads an appropriate one from the M-SEARCH response messages stored in the message storage unit 15.

具体的には、SSDPパケット受信手段12が他のDLNA対応機器からのNOTIFYメッセージを受信した場合、メッセージ制御手段14は、当該受信したNOTIFYメッセージから、当該他のDLNA対応機器がM−SEARCH要求に対して応答するであろうM−SEARCH応答メッセージを生成し、当該生成したM−SEARCH応答メッセージをメッセージ保存手段15に格納する。NOTIFYメッセージには当該メッセージの発信元のDLNA対応機器の識別番号やそれが有する機能に関する情報が含まれており、当該情報を参照することでM−SEARCH応答メッセージを生成することができる。また、SSDPパケット受信手段12がDLNAモジュール10からのM−SEARCH要求を受信した場合、メッセージ保存手段15に保存されているM−SEARCH応答メッセージの中から当該受信したM−SEARCH要求に対応するものを読み出す。   Specifically, when the SSDP packet receiving unit 12 receives a NOTIFY message from another DLNA compatible device, the message control unit 14 determines that the other DLNA compatible device makes an M-SEARCH request from the received NOTIFY message. An M-SEARCH response message that will respond to the request is generated, and the generated M-SEARCH response message is stored in the message storage unit 15. The NOTIFY message includes the identification number of the DLNA-compatible device that is the transmission source of the message and information about the function that the message has, and an M-SEARCH response message can be generated by referring to the information. Further, when the SSDP packet receiving means 12 receives an M-SEARCH request from the DLNA module 10, one corresponding to the received M-SEARCH request from among the M-SEARCH response messages stored in the message storage means 15. Is read.

SSDPパケット送信手段13は、メッセージ制御手段14がメッセージ保存手段15から読み出したM−SEARCH応答メッセージをDLNAモジュール10にユニキャスト送信する。SSDPパケット送信手段13からユニキャスト送信されたM−SEARCH応答メッセージは、内部データバス101を介してDLNAモジュール10に受信される。   The SSDP packet transmission unit 13 unicasts the M-SEARCH response message read from the message storage unit 15 by the message control unit 14 to the DLNA module 10. The M-SEARCH response message unicast transmitted from the SSDP packet transmission unit 13 is received by the DLNA module 10 via the internal data bus 101.

図2は、本実施形態に係るDLNA対応機器(以下、実施例機器と称する。)が一般のDLNA対応機器(以下、一般機器と称する。)に対してM−SEARCH要求する場合のDLNA対応機器探索フローを示す。一般機器は、起動時などにAdvertisement(自己紹介)としてNOTIFYメッセージをマルチキャスト送信する(S200)。実施例機器は、当該NOTIFYメッセージを受信する(S100)。そして、上述したように、メッセージ制御手段14は、当該受信したNOTIFYメッセージからM−SEARCH応答メッセージを生成してメッセージ保存手段15に格納する(S102)。以上のステップS100、S102、S200が、実施例機器がM−SEARCH要求するまでの事前処理である。   FIG. 2 shows a DLNA-compatible device when a DLNA-compatible device (hereinafter referred to as an example device) according to the present embodiment makes an M-SEARCH request to a general DLNA-compatible device (hereinafter referred to as a general device). The search flow is shown. The general device multicasts a NOTIFY message as an advertisement (self-introduction) at the time of activation or the like (S200). The embodiment device receives the NOTIFY message (S100). Then, as described above, the message control unit 14 generates an M-SEARCH response message from the received NOTIFY message and stores it in the message storage unit 15 (S102). Steps S100, S102, and S200 described above are pre-processing until the embodiment device makes an M-SEARCH request.

事前処理後に、実施例機器のDLNAモジュール10は、任意のタイミングでM−SEARCH要求をマルチキャスト送信する(S110)。一般機器は、当該M−SEARCH要求を受信し(S210)、それに対するM−SEARCH応答メッセージを生成し(S212)、実施例機器に対して当該生成したM−SEARCH応答メッセージをユニキャスト送信する(S214)。しかし、実施例機器が所定時間内に当該M−SEARCH応答メッセージを受信できない場合がある。   After the pre-processing, the DLNA module 10 of the embodiment device multicasts an M-SEARCH request at an arbitrary timing (S110). The general device receives the M-SEARCH request (S210), generates an M-SEARCH response message for the request (S212), and unicasts the generated M-SEARCH response message to the embodiment device ( S214). However, there are cases where the embodiment apparatus cannot receive the M-SEARCH response message within a predetermined time.

一方、実施例機器のSSDPパケット受信手段12もまたステップS110でマルチキャスト送信されたM−SEARCH要求を受信する(S112)。そして、上述したように、メッセージ制御手段14は、メッセージ保存手段15に保存されたM−SEARCH応答メッセージの中から当該受信したM−SEARCH要求に対応するものを読み出す(S114)。読み出されたM−SEARCH応答メッセージは、SSDPパケット送信手段13からDLNAモジュール10にユニキャスト送信され(S116)、DLNAモジュール10は当該送信されたM−SEARCH応答メッセージを受信する(S118)。これにより、実施例機器は、一般機器からのM−SEARCH応答メッセージがタイムアウトにより受信できなくても、一般機器からM−SEARCH応答があったと認識して一般機器を発見することができる。   On the other hand, the SSDP packet receiving means 12 of the embodiment device also receives the M-SEARCH request multicast transmitted in step S110 (S112). Then, as described above, the message control unit 14 reads out the one corresponding to the received M-SEARCH request from the M-SEARCH response messages stored in the message storage unit 15 (S114). The read M-SEARCH response message is unicast transmitted from the SSDP packet transmission means 13 to the DLNA module 10 (S116), and the DLNA module 10 receives the transmitted M-SEARCH response message (S118). As a result, even if the M-SEARCH response message from the general device cannot be received due to a timeout, the device according to the embodiment can recognize the M-SEARCH response from the general device and find the general device.

(M−SEARCH要求される場合)
SSDPパケット受信手段12は、内部データバス101に流れるSSDPパケットを受信する。当該SSDPパケットは、他のDLNA対応機器がマルチキャスト送信したM−SEARCH要求、およびDLNAモジュール10がユニキャスト送信したM−SEARCH応答メッセージおよびマルチキャスト送信したNOTIFYメッセージである。すなわち、他のDLNA対応機器からマルチキャスト送信され、LAN102およびネットワークインタフェース11を介して内部データバス101に渡ったM−SEARCH要求は、DLNAモジュール10だけでなくSSDPパケット受信手段12も受信する。また、DLNAモジュール10からマルチキャスト送信されるNOTIFYメッセージは、内部データバス101およびネットワークインタフェース11を介してLAN102に出力されるとともに、当該DLNA対応機器内において内部データバス101を介してSSDPパケット受信手段12に受信される。
(When M-SEARCH is required)
The SSDP packet receiving unit 12 receives an SSDP packet flowing on the internal data bus 101. The SSDP packet is an M-SEARCH request that is transmitted by multicast from another DLNA-compatible device, an M-SEARCH response message that is unicast transmitted by the DLNA module 10, and a NOTIFY message that is transmitted by multicast. That is, an M-SEARCH request that is multicast-transmitted from another DLNA-compatible device and is passed to the internal data bus 101 via the LAN 102 and the network interface 11 is received not only by the DLNA module 10 but also by the SSDP packet receiving means 12. Further, the NOTIFY message multicast-transmitted from the DLNA module 10 is output to the LAN 102 via the internal data bus 101 and the network interface 11, and the SSDP packet receiving means 12 via the internal data bus 101 in the DLNA compatible device. Received.

メッセージ制御手段14は、メッセージ保存手段15にNOTIFYメッセージを格納し、また、メッセージ保存手段15に保存されているNOTIFYメッセージの中から適当なものを読み出す。   The message control unit 14 stores the NOTIFY message in the message storage unit 15 and reads an appropriate one from the NOTIFY messages stored in the message storage unit 15.

具体的には、SSDPパケット受信手段12がDLNAモジュール10からのM−SEARCH応答メッセージを受信した場合、メッセージ制御手段14は、当該受信したM−SEARCH応答メッセージに基づいてNOTIFYメッセージを生成し、当該生成したNOTIFYメッセージをメッセージ保存手段15に格納する。あるいは、SSDPパケット受信手段12がDLNAモジュール10からのNOTIFYメッセージを受信した場合、メッセージ制御手段14は、当該受信したNOTIFYメッセージをそのままメッセージ保存手段15に格納する。また、SSDPパケット受信手段12が他のDLNA対応機器からのM−SEARCH要求を受信した場合、メッセージ制御手段14は、メッセージ保存手段15に保存されているNOTIFYメッセージの中から当該受信したM−SEARCH要求に対応するものを読み出す。   Specifically, when the SSDP packet receiving unit 12 receives the M-SEARCH response message from the DLNA module 10, the message control unit 14 generates a NOTIFY message based on the received M-SEARCH response message, and The generated NOTIFY message is stored in the message storage unit 15. Alternatively, when the SSDP packet receiving unit 12 receives a NOTIFY message from the DLNA module 10, the message control unit 14 stores the received NOTIFY message in the message storage unit 15 as it is. When the SSDP packet receiving unit 12 receives an M-SEARCH request from another DLNA compatible device, the message control unit 14 selects the received M-SEARCH from the NOTIFY messages stored in the message storage unit 15. Read the one corresponding to the request.

SSDPパケット送信手段13は、M−SEARCH要求をマルチキャスト送信する。また、SSDPパケット送信手段13は、メッセージ制御手段14がメッセージ保存手段15から読み出したNOTIFYメッセージをマルチキャスト送信する。SSDPパケット送信手段13からマルチキャスト送信されたNOTIFYメッセージは、内部データバス101およびネットワークインタフェース11を介してLAN102に出力され、LAN102に接続された他のDLNA対応機器に受信される。   The SSDP packet transmission unit 13 multicasts an M-SEARCH request. Further, the SSDP packet transmission means 13 multicasts the NOTIFY message read from the message storage means 15 by the message control means 14. The NOTIFY message multicast-transmitted from the SSDP packet transmission unit 13 is output to the LAN 102 via the internal data bus 101 and the network interface 11, and is received by other DLNA compatible devices connected to the LAN 102.

図3は、本実施形態に係るDLNA対応機器(以下、実施例機器と称する。)が一般のDLNA対応機器(以下、一般機器と称する。)からM−SEARCH要求される場合のDLNA対応機器探索フローを示す。実施例機器のSSDPパケット送信手段13は、任意のタイミングでM−SEARCH要求をマルチキャスト送信する(S120)。DLNAモジュール10は、当該M−SEARCH要求を受信し(S122)、それに対するM−SEARCH応答メッセージを生成して当該生成したM−SEARCH応答メッセージをSSDPパケット受信手段12に対してユニキャスト送信し、SSDPパケット受信手段12は、DLNAモジュール10からのM−SEARCH応答メッセージを受信する(S123)。メッセージ制御手段14は、SSDPパケット受信手段12が受信したM−SEARCH応答メッセージに基づいてNOTIFYメッセージを生成してメッセージ保存手段15に格納する(S124)。または、実施例機器のDLNAモジュール10は、任意のタイミングでNOTIFYメッセージをマルチキャスト送信する(S130)。そして、SSDPパケット受信手段12は、当該NOTIFYメッセージを受信してそのままメッセージ保存手段15に格納する(S132)。以上のステップS120、S122、S123、S124、S130、S132が、実施例機器がM−SEARCH要求を受けるまでの事前処理である。   FIG. 3 shows a DLNA-compatible device search in a case where a DLNA-compatible device (hereinafter referred to as an example device) according to the present embodiment requests M-SEARCH from a general DLNA-compatible device (hereinafter referred to as a general device). The flow is shown. The SSDP packet transmission means 13 of the embodiment device multicasts an M-SEARCH request at an arbitrary timing (S120). The DLNA module 10 receives the M-SEARCH request (S122), generates an M-SEARCH response message for the request, and unicasts the generated M-SEARCH response message to the SSDP packet receiving unit 12, The SSDP packet receiving means 12 receives the M-SEARCH response message from the DLNA module 10 (S123). The message control unit 14 generates a NOTIFY message based on the M-SEARCH response message received by the SSDP packet reception unit 12 and stores it in the message storage unit 15 (S124). Alternatively, the DLNA module 10 of the embodiment device multicasts a NOTIFY message at an arbitrary timing (S130). Then, the SSDP packet receiving unit 12 receives the NOTIFY message and stores it in the message storage unit 15 as it is (S132). The above steps S120, S122, S123, S124, S130, and S132 are pre-processing until the embodiment device receives the M-SEARCH request.

事前処理後に、一般機器は、任意のタイミングでM−SEARCH要求をマルチキャスト送信する(S220)。実施例機器のDLNAモジュール10は、当該M−SEARCH要求を受信し(S140)、それに対するM−SEARCH応答メッセージを生成し(S142)、一般機器に対して当該生成したM−SEARCH応答メッセージをユニキャスト送信する(S144)。しかし、一般機器が所定時間内に当該M−SEARCH応答メッセージを受信できない場合がある。   After the pre-processing, the general device multicasts an M-SEARCH request at an arbitrary timing (S220). The DLNA module 10 of the embodiment device receives the M-SEARCH request (S140), generates an M-SEARCH response message for the request (S142), and transmits the generated M-SEARCH response message to the general device. The cast is transmitted (S144). However, there are cases where a general device cannot receive the M-SEARCH response message within a predetermined time.

一方、実施例機器のSSDPパケット受信手段12もまたステップS220でマルチキャスト送信されたM−SEARCH要求を受信する(S140)。そして、上述したように、メッセージ制御手段14は、メッセージ保存手段15に保存されたNOTIFYメッセージの中から当該受信したM−SEARCH要求に対応するものを読み出す(S146)。読み出されたNOTIFYメッセージは、SSDPパケット送信手段13から一般機器にマルチキャスト送信され(S148)、一般機器は当該送信されたNOTIFYメッセージを受信する(S222)。これにより、一般機器は、実施例機器からのM−SEARCH応答メッセージがタイムアウトにより受信できなくても、実施例機器からのNOTIFYメッセージを受信するため、実施例機器を発見することができる。   On the other hand, the SSDP packet receiving means 12 of the embodiment device also receives the M-SEARCH request multicast transmitted in step S220 (S140). Then, as described above, the message control unit 14 reads out the NOTIFY message stored in the message storage unit 15 that corresponds to the received M-SEARCH request (S146). The read NOTIFY message is multicast from the SSDP packet transmission means 13 to the general device (S148), and the general device receives the transmitted NOTIFY message (S222). As a result, the general device receives the NOTIFY message from the example device even if the M-SEARCH response message from the example device cannot be received due to a timeout, and thus can find the example device.

本発明に係るDLNA対応機器は、M−SEARCH応答メッセージのタイムアウトに関係なく他のDLNA対応機器を発見することができるため、特に無線LANで接続されるデジタル家電機器、モバイル機器、コンピュータ機器などに有用である。   Since the DLNA-compatible device according to the present invention can discover other DLNA-compatible devices regardless of the timeout of the M-SEARCH response message, the DLNA-compatible device is particularly suitable for digital home appliances, mobile devices, computer devices, etc. connected by wireless LAN. Useful.

10 DLNAモジュール
12 SSDPパケット受信手段
13 SSDPパケット送信手段
14 メッセージ制御手段
15 メッセージ保存手段
10 DLNA module 12 SSDP packet reception means 13 SSDP packet transmission means 14 Message control means 15 Message storage means

Claims (4)

DLNA(Digital Living Network Alliance)ガイドラインに準拠したDLNAモジュールを備えたDLNA対応機器であって、
他のDLNA対応機器からマルチキャスト送信されるNOTIFYメッセージおよび前記DLNAモジュールからマルチキャスト送信されるM−SEARCH要求を受信するSSDP(Simple Service Discovery Protocol)パケット受信手段と、
M−SEARCH応答メッセージを保存するメッセージ保存手段と、
前記SSDPパケット受信手段が前記他のDLNA対応機器からのNOTIFYメッセージを受信した場合、当該受信したNOTIFYメッセージから、当該他のDLNA対応機器がM−SEARCH要求に対して応答するであろうM−SEARCH応答メッセージを生成して前記メッセージ保存手段に格納し、前記SSDPパケット受信手段が前記DLNAモジュールからのM−SEARCH要求を受信した場合、前記メッセージ保存手段に保存されているM−SEARCH応答メッセージの中から当該受信したM−SEARCH要求に対応するものを読み出すメッセージ制御手段と、
前記メッセージ制御手段によって読み出されたM−SEARCH応答メッセージを前記DLNAモジュールにユニキャスト送信するSSDPパケット送信手段とを備えている
ことを特徴とするDLNA対応機器。
A DLNA-compatible device equipped with a DLNA module that complies with the Digital Living Network Alliance (DLNA) guidelines,
SSDP (Simple Service Discovery Protocol) packet receiving means for receiving NOTIFY messages multicast-transmitted from other DLNA-compatible devices and M-SEARCH requests multicast-transmitted from the DLNA module;
Message storage means for storing an M-SEARCH response message;
When the SSDP packet receiving means receives a NOTIFY message from the other DLNA compatible device, the other DLNA compatible device will respond to the M-SEARCH request from the received NOTIFY message. A response message is generated and stored in the message storage unit. When the SSDP packet reception unit receives an M-SEARCH request from the DLNA module, the response message is stored in the M-SEARCH response message stored in the message storage unit. Message control means for reading out the one corresponding to the received M-SEARCH request from
A DLNA-compatible device comprising SSDP packet transmission means for unicasting the M-SEARCH response message read by the message control means to the DLNA module.
DLNA(Digital Living Network Alliance)ガイドラインに準拠したDLNAモジュールを備えたDLNA対応機器であって、
M−SEARCH要求をマルチキャスト送信するSSDP(Simple Service Discovery Protocol)パケット送信手段と、
前記DLNAモジュールからユニキャスト送信されるM−SEARCH応答メッセージおよびマルチキャスト送信されるNOTIFYメッセージの少なくとも一方および他のDLNA対応機器からマルチキャスト送信されるM−SEARCH要求を受信するSSDPパケット受信手段と、
NOTIFYメッセージを保存するメッセージ保存手段と、
前記SSDPパケット受信手段が前記DLNAモジュールからのM−SEARCH応答メッセージを受信した場合、当該受信したM−SEARCH応答メッセージに基づいてNOTIFYメッセージを生成して前記メッセージ保存手段に格納し、前記SSDPパケット受信手段が前記DLNAモジュールからのNOTIFYメッセージを受信した場合、当該受信したNOTIFYメッセージを前記メッセージ保存手段に格納し、前記SSDPパケット受信手段が前記他のDLNA対応機器からのM−SEARCH要求を受信した場合、前記メッセージ保存手段に保存されているNOTIFYメッセージの中から当該受信したM−SEARCH要求に対応するものを読み出すメッセージ制御手段とを備え、
前記SSDPパケット送信手段は、前記メッセージ制御手段によって読み出されたNOTIFYメッセージをマルチキャスト送信する
ことを特徴とするDLNA対応機器。
A DLNA-compatible device equipped with a DLNA module that complies with the Digital Living Network Alliance (DLNA) guidelines,
SSDP (Simple Service Discovery Protocol) packet transmission means for multicast transmission of M-SEARCH request;
SSDP packet receiving means for receiving at least one of an M-SEARCH response message unicast transmitted from the DLNA module and a NOTIFY message transmitted by multicast and an M-SEARCH request multicast transmitted from another DLNA compatible device;
Message storage means for storing NOTIFY messages;
When the SSDP packet receiving means receives an M-SEARCH response message from the DLNA module, it generates a NOTIFY message based on the received M-SEARCH response message, stores it in the message storage means, and receives the SSDP packet When the means receives a NOTIFY message from the DLNA module, the received NOTIFY message is stored in the message storage means, and the SSDP packet reception means receives an M-SEARCH request from the other DLNA compatible device Message control means for reading out the NOTIFY message stored in the message storage means corresponding to the received M-SEARCH request,
A DLNA-compatible device, wherein the SSDP packet transmission means multicasts a NOTIFY message read by the message control means.
DLNA(Digital Living Network Alliance)ガイドラインに準拠したDLNA対応機器の探索方法であって、
第1のDLNA対応機器が、NOTIFYメッセージをマルチキャスト送信するステップと、
第2のDLNA対応機器が、前記第1のDLNA対応機器からのNOTIFYメッセージを受信し、当該受信したNOTIFYメッセージから、前記第1のDLNA対応機器がM−SEARCH要求に対して応答するであろうM−SEARCH応答メッセージを生成し、当該生成したM−SEARCH応答メッセージをメッセージ保存手段に格納するステップと、
前記第2のDLNA対応機器が、M−SEARCH要求をマルチキャスト送信し、当該送信したM−SEARCH要求を受信し、当該受信したM−SEARCH要求に対応するM−SEARCH応答メッセージを前記メッセージ保存手段から読み出し、当該読み出したM−SEARCH応答メッセージを自身にユニキャスト送信するステップとを備えている
ことを特徴とするDLNA対応機器探索方法。
A method of searching for a DLNA-compliant device that complies with the DLNA (Digital Living Network Alliance) guidelines,
A first DLNA-compatible device multicasting a NOTIFY message;
The second DLNA compatible device will receive a NOTIFY message from the first DLNA compatible device, and from the received NOTIFY message, the first DLNA compatible device will respond to the M-SEARCH request. Generating an M-SEARCH response message and storing the generated M-SEARCH response message in a message storage means;
The second DLNA-compatible device multicasts an M-SEARCH request, receives the transmitted M-SEARCH request, and sends an M-SEARCH response message corresponding to the received M-SEARCH request from the message storage unit. A DLNA-compatible device search method comprising: reading and unicasting the read M-SEARCH response message to itself.
DLNA(Digital Living Network Alliance)ガイドラインに準拠したDLNA対応機器の探索方法であって、
第1のDLNA対応機器が、M−SEARCH要求をマルチキャスト送信し、当該送信したM−SEARCH要求を受信して自身にM−SEARCH応答メッセージをユニキャスト送信して受信し、当該受信したM−SEARCH応答メッセージに基づいてNOTIFYメッセージを生成し、当該生成したNOTIFYメッセージをメッセージ保存手段に格納する、または、NOTIFYメッセージをマルチキャスト送信し、当該送信したNOTIFYメッセージを受信し、当該受信したNOTIFYメッセージをメッセージ保存手段に格納するステップと、
第2のDLNA対応機器が、M−SEARCH要求をマルチキャスト送信するステップと、
前記第1のDLNA対応機器が、前記第2のDLNA対応機器からのM−SEARCH要求を受信し、当該受信したM−SEARCH要求に対応するNOTIFYメッセージを前記メッセージ保存手段から読み出し、当該読み出したNOTIFYメッセージをマルチキャスト送信するステップとを備えている
ことを特徴とするDLNA対応機器探索方法。
A method of searching for a DLNA-compliant device that complies with the DLNA (Digital Living Network Alliance) guidelines,
The first DLNA-compatible device multicast-transmits the M-SEARCH request, receives the transmitted M-SEARCH request, unicasts and receives the M-SEARCH response message to itself, and receives the received M-SEARCH A NOTIFY message is generated based on the response message, and the generated NOTIFY message is stored in the message storage unit, or the NOTIFY message is multicast transmitted, the transmitted NOTIFY message is received, and the received NOTIFY message is stored as a message. Storing in the means;
A second DLNA capable device multicasting an M-SEARCH request;
The first DLNA-compatible device receives the M-SEARCH request from the second DLNA-compatible device, reads the NOTIFY message corresponding to the received M-SEARCH request from the message storage unit, and reads the NOTIFY A method for searching for a DLNA-compatible device, comprising the step of multicast transmission of a message.
JP2011270586A 2011-12-09 2011-12-09 Dlna compatible device and method of searching the same Pending JP2013123126A (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
JP2011270586A JP2013123126A (en) 2011-12-09 2011-12-09 Dlna compatible device and method of searching the same

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
JP2011270586A JP2013123126A (en) 2011-12-09 2011-12-09 Dlna compatible device and method of searching the same

Publications (1)

Publication Number Publication Date
JP2013123126A true JP2013123126A (en) 2013-06-20

Family

ID=48774871

Family Applications (1)

Application Number Title Priority Date Filing Date
JP2011270586A Pending JP2013123126A (en) 2011-12-09 2011-12-09 Dlna compatible device and method of searching the same

Country Status (1)

Country Link
JP (1) JP2013123126A (en)

Cited By (3)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
WO2014180436A1 (en) * 2013-12-09 2014-11-13 中兴通讯股份有限公司 Inter-terminal communication method, and terminal
JP2015023493A (en) * 2013-07-22 2015-02-02 キヤノン株式会社 Communication device, communication device control method, and program
CN114697880A (en) * 2020-12-31 2022-07-01 华为技术有限公司 Cross-network segment discovery method, routing device and system

Cited By (6)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JP2015023493A (en) * 2013-07-22 2015-02-02 キヤノン株式会社 Communication device, communication device control method, and program
CN104333480A (en) * 2013-07-22 2015-02-04 佳能株式会社 COMMUNICATION APPARATUS and METHOD OF CONTROLLING COMMUNICATION APPARATUS
US9819453B2 (en) 2013-07-22 2017-11-14 Canon Kabushiki Kaisha Communication apparatus, method of controlling communication apparatus, and program
WO2014180436A1 (en) * 2013-12-09 2014-11-13 中兴通讯股份有限公司 Inter-terminal communication method, and terminal
CN114697880A (en) * 2020-12-31 2022-07-01 华为技术有限公司 Cross-network segment discovery method, routing device and system
CN114697880B (en) * 2020-12-31 2023-05-12 华为技术有限公司 Cross-network segment discovery method, routing equipment and system

Similar Documents

Publication Publication Date Title
US10278058B2 (en) Wireless communication device information processing device, and communication method
US10244416B2 (en) Detecting device presence for a layer 3 connection using layer 2 discovery information
JP4452283B2 (en) Method and system for optimizing data transfer between network devices
KR101474840B1 (en) System and method for controlling network device based on UPnP
CN108111999B (en) Device sharing request and control method, electronic device and storage medium
US20090268754A1 (en) Methods, devices, and computer program products for remotely controlling operations of digital media devices using a mobile terminal
US20130346553A1 (en) Apparatus and method for providing universal plug and play service based on wi-fi direct connection in portable terminal
KR101495968B1 (en) Methods and apparatus for using a distributed message bus for ad hoc peer-to-peer connectivity
JP2014507867A (en) Proxy device behavior in command and control networks
WO2016090120A1 (en) Discovery and management of synchronous audio or video streaming service to multiple sinks in wireless display system
JP3877738B2 (en) Apparatus and method for connecting individually existing networks
JP2013123126A (en) Dlna compatible device and method of searching the same
JP5587034B2 (en) Service disclosure apparatus, method, and program
JP6524912B2 (en) Communication terminal connection control method
WO2019184914A1 (en) Smart household facility management method and device and smart household system
JP2009523346A (en) Enhancements to discover device owners in the UPnP search service
JP2007180839A (en) Network system and control method therefor
US7543049B2 (en) Systems and methods for efficient discovery of a computing device on a network
JP6849961B2 (en) Network configuration method
TW201505463A (en) Method and system for pushing notification and wireless communication device
KR20040039043A (en) Control message transmission method for universal plug and play network system