WO2006112664A1 - Method and apparatus for making devices on a local network remotely-accessible - Google Patents

Method and apparatus for making devices on a local network remotely-accessible Download PDF

Info

Publication number
WO2006112664A1
WO2006112664A1 PCT/KR2006/001457 KR2006001457W WO2006112664A1 WO 2006112664 A1 WO2006112664 A1 WO 2006112664A1 KR 2006001457 W KR2006001457 W KR 2006001457W WO 2006112664 A1 WO2006112664 A1 WO 2006112664A1
Authority
WO
WIPO (PCT)
Prior art keywords
message
devices
proxy
local network
remote site
Prior art date
Application number
PCT/KR2006/001457
Other languages
French (fr)
Inventor
Yu Kyoung Song
Kyung Ju Lee
Original Assignee
Lg Electronics Inc.
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 Lg Electronics Inc. filed Critical Lg Electronics Inc.
Priority to US11/912,128 priority Critical patent/US7899919B2/en
Publication of WO2006112664A1 publication Critical patent/WO2006112664A1/en

Links

Classifications

    • HELECTRICITY
    • H04ELECTRIC COMMUNICATION TECHNIQUE
    • H04LTRANSMISSION OF DIGITAL INFORMATION, e.g. TELEGRAPHIC COMMUNICATION
    • H04L12/00Data switching networks
    • H04L12/28Data switching networks characterised by path configuration, e.g. LAN [Local Area Networks] or WAN [Wide Area Networks]
    • H04L12/2803Home automation networks
    • HELECTRICITY
    • H04ELECTRIC COMMUNICATION TECHNIQUE
    • H04LTRANSMISSION OF DIGITAL INFORMATION, e.g. TELEGRAPHIC COMMUNICATION
    • H04L12/00Data switching networks
    • H04L12/28Data switching networks characterised by path configuration, e.g. LAN [Local Area Networks] or WAN [Wide Area Networks]
    • H04L12/2803Home automation networks
    • H04L12/2807Exchanging configuration information on appliance services in a home automation network
    • H04L12/2809Exchanging configuration information on appliance services in a home automation network indicating that an appliance service is present in a home automation network
    • HELECTRICITY
    • H04ELECTRIC COMMUNICATION TECHNIQUE
    • H04LTRANSMISSION OF DIGITAL INFORMATION, e.g. TELEGRAPHIC COMMUNICATION
    • H04L12/00Data switching networks
    • H04L12/28Data switching networks characterised by path configuration, e.g. LAN [Local Area Networks] or WAN [Wide Area Networks]
    • H04L12/2803Home automation networks
    • H04L12/2816Controlling appliance services of a home automation network by calling their functionalities
    • H04L12/2818Controlling appliance services of a home automation network by calling their functionalities from a device located outside both the home and the home network
    • HELECTRICITY
    • H04ELECTRIC COMMUNICATION TECHNIQUE
    • H04LTRANSMISSION OF DIGITAL INFORMATION, e.g. TELEGRAPHIC COMMUNICATION
    • H04L12/00Data switching networks
    • H04L12/28Data switching networks characterised by path configuration, e.g. LAN [Local Area Networks] or WAN [Wide Area Networks]
    • H04L12/2803Home automation networks
    • H04L2012/2847Home automation networks characterised by the type of home appliance used
    • H04L2012/285Generic home appliances, e.g. refrigerators

Definitions

  • the present invention relates to method and apparatus for enabling remote query and control for a device on a home network .
  • the UPnP Universal Plug and Play
  • FIG. 1 shows an exemplary UPnP network.
  • IGD Internet Gateway Device
  • Every home network requires an apparatus called the IGD (Internet Gateway Device) 20, which assigns addresses to elements or nodes 10, 11, 12 connected to the network and also acts as a gateway to external networks, e.g., the Internet.
  • the IGD 20 can be a stand-alone device or embedded within another apparatus such as a PC or refrigerator.
  • Each UPnP network has a control point (CP) 10, which discovers and controls devices connected to the UPnP network, processes events, and enables query and control through the provided user interface (UI) .
  • the control point is a control application program executed on a device.
  • the device executing the control application program is also referred to as the control point.
  • the control point 10 provides the UPnP discovery service at startup, which finds electronic devices connected to the home network by transmitting a search message to the home network and obtains information regarding the found devices.
  • the control point 10 then provides the obtained information for a user through a user interface specially designed for the home network, thereby allowing the user to request a certain service using the user interface.
  • the user of the home network may want to request remote query or control for a device on the home network from outside the home network. In this case, however, the user cannot access the home network through the Internet simply by using the control point 10 at a remote location. Even in the case where the user utilizes a proper remote access application program (e.g., virtual private network (VPN) application), communication errors are likely to occur due to a failure in the communication protocol caused by a time delay in the communication between the home network and the remote site.
  • VPN virtual private network
  • One method in accordance with the invention creates a document for a device list based on information provided by a plurality of devices on a local network in a language that can be interpreted by a browser, invokes the browser to make the browser interpret/process the created document, transmits a device search message to the local network periodically, modifies the created document based on the response to the message, and makes the modified document to be interpreted/processed by the browser.
  • Another method according to the present invention transmits a device search message to a plurality of devices on a local network periodically, modifies device information based on the response to the message, and transmits a response message for devices included in the device information if a message for searching devices is received.
  • Yet another method transmits a device search message to a remote device periodically, modifies device information based on the response to the message, and transmits a response message for devices included in the device information if a message for searching devices is received.
  • the browser is a web browser running on a PC or a notebook. In another embodiment, the browser is a WAP browser running on a PDA or a cellular phone.
  • the document is written in a markup language such as html .
  • One embodiment of the invention extracts presentation information (e.g., URL) from a device description provided by each of the plurality of devices and creates the document a device list based on the extracted presentation information.
  • presentation information e.g., URL
  • the created document is modified such that the device is included in the device list and the browser or is invoked so that the modified document may be processed.
  • the created document is modified such that a device which does not respond to the periodically transmitted device search message is removed from the device list and the browser is invoked so that the modified document may be processed.
  • the creation or modification of device information and responding to a received device search message are performed by a proxy running on a device connected to the local network.
  • the creation or modification of device information and responding to a received device search message are performed by a proxy located at a remote site.
  • the proxy is executed on a gateway device for relaying data between devices on the local network and for assigning and managing network addresses. In another embodiment, the proxy is executed on a device which tries to access a device on the local network from a remote site.
  • the device search message conforms to the SSDP (simple service discovery protocol) .
  • FIG. 1 illustrates an exemplary UPnP home network
  • FIG. 2 illustrates an exemplary home network in accordance with one embodiment of the present invention
  • FIGS. 3a and 3b illustrate exemplary formats of device description and service description provided by UPnP devices
  • FIG. 4a illustrates an exemplary document for listing available devices, created based on device descriptions provided in accordance with the present invention
  • FIG. 4b illustrates an exemplary screen output according to the document shown in FIG. 4a displayed by a browser,-
  • FIGS. 5a and 5b illustrate exemplary screen output according to an html document for control of a device and an html document for a response to a particular action, displayed by the web browser;
  • FIGS. 6a and ⁇ b illustrate flow diagrams for transmitting a device search message to the home network periodically and for updating the document for listing devices based on the response to the search message in accordance with one embodiment of the invention;
  • FIG. 7 illustrates an exemplary home network in accordance with another embodiment of the present invention
  • FIGS. 8a and 8b illustrate exemplary schemes for exchanging messages via the proxies in accordance with the embodiment shown in FIG. 7; and FIGS. 9a and 9b illustrate different exemplary schemes for exchanging messages via the proxies in accordance with the embodiment shown in FIG. 7.
  • FIG. 2 shows an exemplary home network in accordance with one embodiment of the present invention.
  • the network enables a remote access to a device on the network through a general web browser.
  • a remote user has an Internet-accessible notebook computer 201 in which a general control application 200 in accordance with the present invention is installed.
  • the general control application 200 is also called the general control point.
  • the notebook computer 201 has a public IP address for accessing the Internet .
  • the user or the general control application 200 knows the public IP address of an IGD 100 of his/her home network.
  • the IP address of the IGD 100 which is assigned by an ISP (Internet Service Provider) , may be a dynamic IP address, in which case the user finds the dynamic IP address thereof using an appropriate method.
  • the method for finding the dynamic IP address has no relevance to the present invention and therefore the method is not described here.
  • the general control point 200 performs the discovery procedure at startup by transmitting a search message, the header of which contains the public IP address of the IGD 100.
  • the search message is received by the IGD 100 via the Internet and the IGD 100 notifies the home network of the search message after removing the IP header thereof by an address conversion process.
  • Every device on the home network responds to the received message to notify its existence.
  • the IGD 100 appends a header containing the IP address of the notebook computer 201 to each response message, thereby allowing the response message to be received by the general control point 200 via the Internet.
  • the general control point 200 registers the device found in each of the response messages at its own device list and requests each of the found devices to provide device description. Each device responsive to the request provides device description as illustrated in FIG. 3a and service description as illustrated in FIG. 3b for the general control point 200.
  • a VPN client starts running on the notebook computer 201
  • one of private IP addresses available for devices on the home network is assigned to the notebook computer 201 by the IGD 100.
  • the general control point 200 and the general browser can communicate with devices on the home network through the VPN client as if the general control point 200 were directly connected to the home network.
  • the general control point 200 parses the device description received from each of the devices to extract presentation information such as a URL (Universal Resource Locator) 301. Based on the obtained information, the general control point 200 creates a markup-language document for listing URLs for presentation, associated with devices (e.g., the html document as shown in FIG. 4a) and stores the document in a file.
  • the html document is assigned an appropriate title (e.g., available home network devices) by the general control point 200.
  • FIG. 4b is the screen output of the web document shown in FIG. 4a, displayed by the web browser.
  • the devices on the home network can be queried and/or controlled via the web browser. If the user selects a device (e.g., electric light stand) from the output screen, the URL 401 corresponding to the electric light stand in FIG. 4a is transmitted to the home network device designated by the URL (i.e., electric light stand 103).
  • a device e.g., electric light stand
  • the electric light stand 103 then provides a presentation page therefor (e.g., the document titled lightUI.html), which will be displayed as shown in FIG. 5a by the web browser.
  • the presentation page enables the user to control the power of the electric light stand 103.
  • the buttons on the displayed presentation page are linked to UPnP actions for queries or control operations for the selected device. If the user selects an item on the presentation page, the action associated with the selected item is transmitted to the device and therefore the selected action for query or control is executed.
  • the UPnP action for turning on the electric light stand 103 is transmitted to the electric light stand 103.
  • the electric light stand 103 then turns on its power and transmits an html document for indicating the result of the action back to the browser, thereby allowing the user to get informed of the result of the action through the web browser output as shown in FIG. 5b.
  • the control action for the electric light stand 103 is a mere example of applying the principle of the present invention and thus more sophisticated queries or control operations for other devices can be performed via the web browser in the same manner.
  • the general control point 200 transmits the search message at regular intervals to keep informed of changes in the home network (e.g., the case where a new device joins the home network or a registered device is removed from the home network) .
  • the general control point 200 sets a timer to a predetermined value (S601) as shown in FIG. 6a. If the timer expires (S602) , the general control point 200 retransmits the search message to the home network (S603) and the abovementioned procedure is repeated. Consequently, the search message is multicast to the home network periodically and devices on the home network responds to the search message to notify its existence as described before.
  • FIG. 6b is a flow diagram showing how the general control point 200 processes the response messages. If a response message is received (S611) , the general control point 200 examines whether the address of the sender thereof is found in the device list which it manages. If the address is not found in the device list (S612) , the message was sent by a device newly connected to the home network. If so, the general control point 200 updates its device list so that the new device can be included therein. And the general control point 200 requests the new device to provide its device description, receives the requested device description, obtains the URL of the presentation page for the new device, and updates the document for listing devices connected to the home network as shown in FIG. 4a based on the obtained information.
  • the general control point 200 determines that the device is removed from the home network and removes the presentation URL for the device from the document for listing devices. However, the general control point 200 does not remove the presentation URL immediately- after a device does not respond to the search message. Instead, the general control point 200 removes the presentation URL for the device if the device does not respond to the search message more than N times successively (e.g., 3 times in a row) .
  • the general control point 200 re-invokes the web browser with the title of the document as an input argument (S613) .
  • the general control point 200 may terminate the previously invoked web browser using the process ID returned when the web browser was invoked.
  • the general control point 200 may provide the modified document for the previously invoked web browser so that the web browser can display the content of the updated document in the current browser screen without re-invoking the web browser.
  • the user may request remote query or control for a device on the home network through a mobile phone 202 or PDA.
  • the general control point executed on a mobile apparatus makes the document appropriate for wireless browsers (e.g., WAP document) .
  • the IGD 100 acts as a VPN server and the notebook computer 201 executes a VPN client, thereby allowing the notebook computer 210 to utilize the user interface of the UPnP-based control point of the home network.
  • the VPN client starts running on the notebook computer 201
  • one of private IP addresses available for devices on the home network is assigned to the notebook computer 201 by the IGD 100.
  • the control point executed on the notebook computer 201 can communicate with devices on the home network for query or control (e.g., UPnP actions) through the VPN client as if the control point 200 were directly connected to the home network.
  • the IGD 100 communicates with the remote devices by forming a VPN.
  • the search message transmitted by a remote application program e.g., the general control point 200 or a UPnP-based control point
  • the search message transmitted by a remote application program may be received by the destination home network via a plurality of local networks including the local network to which the remote device belongs as well as the Internet.
  • the time delay before the message reaches the destination home network also increases.
  • the Internet does not guarantee even the worst-case message travel time. In this case, it may take too much time for the remote device to receive the response to the search message from devices on the destination local network, and therefore the remote device may not receive the response before timer time-out. If the desired response message (e.g., HTTP OK message) is received after the timer expires, the received message is ignored and the latest list of devices on the local network cannot be obtained.
  • the desired response message e.g., HTTP OK message
  • both the home network and the remote site have a proxy 100a and 200a, which take the responsibility for the transmission of the discovery message conforming to the protocol on which the home network is based, with a view to preventing the undesirable time delay.
  • the communication protocol in this embodiment is the UPnP.
  • the UPnP employs the SSDP (simple service discovery protocol) for searching devices.
  • SSDP simple service discovery protocol
  • the present invention is not limited to the particular protocol and thus all variations employing different protocols fall within the sprit and scope of the present invention.
  • the proxies 100a and 200a may be embedded within the IGD 100 and the remote program, respectively.
  • FIG. 8a shows an exemplary scheme wherein the proxies 100a and 200a exchange the SSDP-based search message and the response to the search message for the IGD 100 and the control point 200, respectively.
  • the proxy 100a on the local network first broadcasts an M-search message to the home network and receives responses to the message from devices on the home network (S80-1) .
  • the proxy 100a then creates a device list for listing devices which responded to the search message.
  • the proxy 100a executes
  • step S80-1 periodically and updates the device list at each repetition so that only the devices which respond to the search message are listed therein (S80-2) .
  • a remote application program e.g., the general * control point 200 or a UPnP-based control point
  • the 15 broadcasts an SSDP-based M-search message (S81-1) .
  • the research message is received by the proxy 200a at the remote site.
  • the remote proxy 200a stores the received M-search message temporarily and relays the M-search message to the proxy 100a on the local network (S81-2) .
  • the 20 search message may be changed during the relay process. For example, because a multicast message cannot pass through the VPN tunnel, the multicast message is converted into a unicast message before being relayed to the local proxy 100a. It is possible that the two proxies adopt a separate communication
  • the proxies 100a and 200a may adopt the reliable TCP (transmission control protocol) to relay messages.
  • TCP transmission control protocol
  • the proxy 100a on the local network creates a response to the search message for each of the devices listed on the device list which the proxy 100a manages without relaying the received message to the home network and transmits the created response to the remote proxy
  • the remote proxy 200a receives the response, the remote proxy 200a relays the response to the application program which initiated the transmission of the search message (S82-2) .
  • the application program regards the response message as having been transmitted by the devices on the home network and performs the procedure for updating the device list. As the procedure was described in detail before, the description of the procedure is omitted here.
  • the proxy 100a on the local network sets the value of a variable for storing 'device status' which it manages to 'changed' and generates an event to the remote application program directly or via the IGD 100.
  • the remote application program needs to be registered at the IGD 100 for the event in advance. After generating the event, the value of the variable is set to 'unchanged' .
  • the application program which receives the event transmits the search message and receives the response to the search message as described above, thereby keeping informed of the latest list of devices on the home network.
  • the remote application program receiving the event obtains the latest list of devices immediately by making a request for a proper action to the IGD 100.
  • FIG. 8b shows an exemplary scheme for using the proxies 100a and 200a in a different way in accordance with the embodiment shown in FIG. 7.
  • the remote proxy 200a transmits an M-search message to the corresponding proxy 100a on the home network (S90-1) .
  • the proxy 100a relays the received M-search message to the home network (S90-2) and receives the response to the message from devices on the home network (S91-1) .
  • the proxy 100a may change the format of the search message. For example, the proxy 100a may convert a search message sent in unicast manner or a TCP-based search message into a multicast-formatted message conforming to the SSDP.
  • the proxy 100a relays the received response messages to the remote proxy 200a (S91-2) .
  • the remote proxy 200a creates a device list for listing devices which responded to the search message (S91-3) .
  • the remote proxy 200a repeats the steps for transmitting the search message and receiving the response periodically and updates the device list at each repetition so that only the devices which respond to the search message are listed therein (S91-3) .
  • the data synchronization between the two proxies 100a and 200a can be achieved by performing the above steps.
  • the method for synchronizing data between the two proxies 100a and 200a is referred to as the synchronization protocol .
  • the remote application program e.g., the general control point 200 or a UPnP-based control point
  • the M-search message is received by the proxy 200a at the remote site.
  • the remote proxy 200a does not relay the search message to the proxy 100a on the local network. Instead, the remote proxy 200a creates a response message for each of the devices listed on the device list which the proxy 200a manages and provides the response messages for the remote application program (S93) .
  • the application program regards the response messages as having been transmitted by the devices on the home network and performs the procedure for updating the device list. As the procedure was described in detail above, the description of the procedure is omitted here.
  • FIGS. 8a and 8b reduce the time delay before the response to the search message arrives by taking advantage of proxies and thus can prevent communication errors caused by the time delay.
  • the examples shown in FIGS. 8a and 8b only consider the case in which a remote device or remote application program accesses a device on the home network but the principle of the present invention also applies to the opposite case. For example, if a remote device is connected to the home network via an application such as VPN, the control point of the home network can transmit a device search message to the remote device. In this case, the remote proxy 200a and the proxy 100a on the local network perform the steps shown in FIG. 9a and 9b, respectively.
  • FIGS. 9a and 9b are not explained here.
  • the present invention described with reference to the preferred embodiments enables a remote device to detect changes in a home network and query/control devices on the home network appropriately depending on the detected changes with no error due to message transmission delay even in the large area network such as the Internet and also enables the remote device to be controlled/queried from the home network, thereby significantly improving the convenience of the home network. While the invention has been disclosed with respect to a limited number of embodiments, those skilled in the art, having the benefit of this disclosure, will appreciate numerous modifications and variations therefrom. It is intended that all such modifications and variations fall within the spirit and scope of the invention.

Abstract

The present invention relates to method and apparatus for enabling to request querying and/or controlling operations remotely to a device on a home network via Internet. In a method in accordance with the present invention, a device search message is transmitted to a plurality of devices connected to a local network, and device information is created or modified based on whether there are responses to the message from the devices. Afterwards, when a device search message is received a responding message to the received message is transmitted for a device or devices contained in the device information. Whereby, possible communication errors occurred by long-time delay (caused by traveling across large- area network and local network) of a search message can be prevented.

Description

D E S C R I P T I O N
METHOD AND APPARATUS FOR MAKING DEVICES ON A LOCAL NETWORK REMOTELY-ACCESSIBLE
1 . Technical Field The present invention relates to method and apparatus for enabling remote query and control for a device on a home network .
2. Background Art
As an increasing number of electronic appliances such as video or audio apparatuses or PCs have been used in a home and digital techniques have become dominant in video and audio signal processing, the need for communication between home electronic appliances or communication with other networks is also increasing. In addition, the demand for controlling home electronic appliances through a single mobile apparatus such as a PDA is also increasing.
To meet the demand, home networking technology has emerged for connecting home electronic appliances such as digital TVs or DVD players. The UPnP (Universal Plug and Play) is a key technology required for implementing the home network.
FIG. 1 shows an exemplary UPnP network. According to the UPnP specification, every home network requires an apparatus called the IGD (Internet Gateway Device) 20, which assigns addresses to elements or nodes 10, 11, 12 connected to the network and also acts as a gateway to external networks, e.g., the Internet. The IGD 20 can be a stand-alone device or embedded within another apparatus such as a PC or refrigerator.
Each UPnP network has a control point (CP) 10, which discovers and controls devices connected to the UPnP network, processes events, and enables query and control through the provided user interface (UI) . Precisely speaking, the control point is a control application program executed on a device. However, the device executing the control application program is also referred to as the control point. The control point 10 provides the UPnP discovery service at startup, which finds electronic devices connected to the home network by transmitting a search message to the home network and obtains information regarding the found devices. The control point 10 then provides the obtained information for a user through a user interface specially designed for the home network, thereby allowing the user to request a certain service using the user interface.
The user of the home network may want to request remote query or control for a device on the home network from outside the home network. In this case, however, the user cannot access the home network through the Internet simply by using the control point 10 at a remote location. Even in the case where the user utilizes a proper remote access application program (e.g., virtual private network (VPN) application), communication errors are likely to occur due to a failure in the communication protocol caused by a time delay in the communication between the home network and the remote site.
3. Disclosure of the Invention It is an object of the present invention to allow remote query and/or control for a device on a local network via a general web browser.
It is another object of the present invention to provide a method and apparatus for detecting structural changes in a local network such as addition or removal of a device using a general web browser.
It is yet another object of the present invention to enable remote query and/or control for a device on a local network using a communication protocol on which the local network is based without problems due to communication delay.
One method in accordance with the invention creates a document for a device list based on information provided by a plurality of devices on a local network in a language that can be interpreted by a browser, invokes the browser to make the browser interpret/process the created document, transmits a device search message to the local network periodically, modifies the created document based on the response to the message, and makes the modified document to be interpreted/processed by the browser. Another method according to the present invention transmits a device search message to a plurality of devices on a local network periodically, modifies device information based on the response to the message, and transmits a response message for devices included in the device information if a message for searching devices is received.
Yet another method according to the present invention transmits a device search message to a remote device periodically, modifies device information based on the response to the message, and transmits a response message for devices included in the device information if a message for searching devices is received.
In one embodiment, the browser is a web browser running on a PC or a notebook. In another embodiment, the browser is a WAP browser running on a PDA or a cellular phone.
In one embodiment, the document is written in a markup language such as html .
One embodiment of the invention extracts presentation information (e.g., URL) from a device description provided by each of the plurality of devices and creates the document a device list based on the extracted presentation information.
In one embodiment, if there is a response to the device search message from a device which does not belong to the plurality of devices for the first time, the created document is modified such that the device is included in the device list and the browser or is invoked so that the modified document may be processed.
In one embodiment, the created document is modified such that a device which does not respond to the periodically transmitted device search message is removed from the device list and the browser is invoked so that the modified document may be processed.
In one embodiment, the creation or modification of device information and responding to a received device search message are performed by a proxy running on a device connected to the local network.
In another embodiment, the creation or modification of device information and responding to a received device search message are performed by a proxy located at a remote site.
In one embodiment, the proxy is executed on a gateway device for relaying data between devices on the local network and for assigning and managing network addresses. In another embodiment, the proxy is executed on a device which tries to access a device on the local network from a remote site.
In one embodiment, the device search message conforms to the SSDP (simple service discovery protocol) . 4. Brief Description of the Drawings
FIG. 1 illustrates an exemplary UPnP home network;
FIG. 2 illustrates an exemplary home network in accordance with one embodiment of the present invention;
FIGS. 3a and 3b illustrate exemplary formats of device description and service description provided by UPnP devices;
FIG. 4a illustrates an exemplary document for listing available devices, created based on device descriptions provided in accordance with the present invention;
FIG. 4b illustrates an exemplary screen output according to the document shown in FIG. 4a displayed by a browser,-
FIGS. 5a and 5b illustrate exemplary screen output according to an html document for control of a device and an html document for a response to a particular action, displayed by the web browser; FIGS. 6a and βb illustrate flow diagrams for transmitting a device search message to the home network periodically and for updating the document for listing devices based on the response to the search message in accordance with one embodiment of the invention; FIG. 7 illustrates an exemplary home network in accordance with another embodiment of the present invention;
FIGS. 8a and 8b illustrate exemplary schemes for exchanging messages via the proxies in accordance with the embodiment shown in FIG. 7; and FIGS. 9a and 9b illustrate different exemplary schemes for exchanging messages via the proxies in accordance with the embodiment shown in FIG. 7.
5. Best Mode for Carrying Out the Invention
In order that the invention may be fully understood, preferred embodiments thereof will now be described with reference to the accompanying drawings.
FIG. 2 shows an exemplary home network in accordance with one embodiment of the present invention. The network enables a remote access to a device on the network through a general web browser.
A remote user has an Internet-accessible notebook computer 201 in which a general control application 200 in accordance with the present invention is installed. The general control application 200 is also called the general control point. The notebook computer 201 has a public IP address for accessing the Internet . The user or the general control application 200 knows the public IP address of an IGD 100 of his/her home network. The IP address of the IGD 100, which is assigned by an ISP (Internet Service Provider) , may be a dynamic IP address, in which case the user finds the dynamic IP address thereof using an appropriate method. The method for finding the dynamic IP address has no relevance to the present invention and therefore the method is not described here.
The general control point 200 performs the discovery procedure at startup by transmitting a search message, the header of which contains the public IP address of the IGD 100. The search message is received by the IGD 100 via the Internet and the IGD 100 notifies the home network of the search message after removing the IP header thereof by an address conversion process.
Every device on the home network responds to the received message to notify its existence. The IGD 100 appends a header containing the IP address of the notebook computer 201 to each response message, thereby allowing the response message to be received by the general control point 200 via the Internet. The general control point 200 registers the device found in each of the response messages at its own device list and requests each of the found devices to provide device description. Each device responsive to the request provides device description as illustrated in FIG. 3a and service description as illustrated in FIG. 3b for the general control point 200. In the case where a VPN client starts running on the notebook computer 201, one of private IP addresses available for devices on the home network is assigned to the notebook computer 201 by the IGD 100. As a result, the general control point 200 and the general browser can communicate with devices on the home network through the VPN client as if the general control point 200 were directly connected to the home network.
The general control point 200 parses the device description received from each of the devices to extract presentation information such as a URL (Universal Resource Locator) 301. Based on the obtained information, the general control point 200 creates a markup-language document for listing URLs for presentation, associated with devices (e.g., the html document as shown in FIG. 4a) and stores the document in a file. The html document is assigned an appropriate title (e.g., available home network devices) by the general control point 200.
When the document is completed, the general control point 200 invokes the general web browser installed in the notebook computer 201 with the document title as an input argument. The web browser interprets the document whose title is provided as the input arguments and outputs the content thereof. FIG. 4b is the screen output of the web document shown in FIG. 4a, displayed by the web browser. After the document is displayed as shown in FIG. 4b, the devices on the home network can be queried and/or controlled via the web browser. If the user selects a device (e.g., electric light stand) from the output screen, the URL 401 corresponding to the electric light stand in FIG. 4a is transmitted to the home network device designated by the URL (i.e., electric light stand 103). The electric light stand 103 then provides a presentation page therefor (e.g., the document titled lightUI.html), which will be displayed as shown in FIG. 5a by the web browser. The presentation page enables the user to control the power of the electric light stand 103. The buttons on the displayed presentation page are linked to UPnP actions for queries or control operations for the selected device. If the user selects an item on the presentation page, the action associated with the selected item is transmitted to the device and therefore the selected action for query or control is executed.
If the user selects the button having λyes' thereon in FIG. 5a, the UPnP action for turning on the electric light stand 103 is transmitted to the electric light stand 103. The electric light stand 103 then turns on its power and transmits an html document for indicating the result of the action back to the browser, thereby allowing the user to get informed of the result of the action through the web browser output as shown in FIG. 5b. The control action for the electric light stand 103 is a mere example of applying the principle of the present invention and thus more sophisticated queries or control operations for other devices can be performed via the web browser in the same manner. Even after the web browser is invoked, the general control point 200 transmits the search message at regular intervals to keep informed of changes in the home network (e.g., the case where a new device joins the home network or a registered device is removed from the home network) . To this end, the general control point 200 sets a timer to a predetermined value (S601) as shown in FIG. 6a. If the timer expires (S602) , the general control point 200 retransmits the search message to the home network (S603) and the abovementioned procedure is repeated. Consequently, the search message is multicast to the home network periodically and devices on the home network responds to the search message to notify its existence as described before.
FIG. 6b is a flow diagram showing how the general control point 200 processes the response messages. If a response message is received (S611) , the general control point 200 examines whether the address of the sender thereof is found in the device list which it manages. If the address is not found in the device list (S612) , the message was sent by a device newly connected to the home network. If so, the general control point 200 updates its device list so that the new device can be included therein. And the general control point 200 requests the new device to provide its device description, receives the requested device description, obtains the URL of the presentation page for the new device, and updates the document for listing devices connected to the home network as shown in FIG. 4a based on the obtained information.
If a device registered in its device list does not respond to the search message, the general control point 200 determines that the device is removed from the home network and removes the presentation URL for the device from the document for listing devices. However, the general control point 200 does not remove the presentation URL immediately- after a device does not respond to the search message. Instead, the general control point 200 removes the presentation URL for the device if the device does not respond to the search message more than N times successively (e.g., 3 times in a row) .
If the document for listing devices is modified, the general control point 200 re-invokes the web browser with the title of the document as an input argument (S613) . Before re- invoking the web browser, the general control point 200 may terminate the previously invoked web browser using the process ID returned when the web browser was invoked. Alternatively, the general control point 200 may provide the modified document for the previously invoked web browser so that the web browser can display the content of the updated document in the current browser screen without re-invoking the web browser. The user may request remote query or control for a device on the home network through a mobile phone 202 or PDA. When making the document for listing devices on the network based on the device descriptions received in the aforementioned manner, the general control point executed on a mobile apparatus according to the present invention makes the document appropriate for wireless browsers (e.g., WAP document) .
In another embodiment of the present invention, the IGD 100 acts as a VPN server and the notebook computer 201 executes a VPN client, thereby allowing the notebook computer 210 to utilize the user interface of the UPnP-based control point of the home network. When the VPN client starts running on the notebook computer 201, one of private IP addresses available for devices on the home network is assigned to the notebook computer 201 by the IGD 100. As a result, the control point executed on the notebook computer 201 can communicate with devices on the home network for query or control (e.g., UPnP actions) through the VPN client as if the control point 200 were directly connected to the home network. It is also possible that the IGD 100 communicates with the remote devices by forming a VPN.
In the previous embodiments, the search message transmitted by a remote application program (e.g., the general control point 200 or a UPnP-based control point) to obtain the latest list of devices may be received by the destination home network via a plurality of local networks including the local network to which the remote device belongs as well as the Internet. As the number of networks including the Internet across which the message travels increases, the time delay before the message reaches the destination home network also increases. In addition, the Internet does not guarantee even the worst-case message travel time. In this case, it may take too much time for the remote device to receive the response to the search message from devices on the destination local network, and therefore the remote device may not receive the response before timer time-out. If the desired response message (e.g., HTTP OK message) is received after the timer expires, the received message is ignored and the latest list of devices on the local network cannot be obtained.
In one embodiment of the invention shown in FIG. 7, both the home network and the remote site have a proxy 100a and 200a, which take the responsibility for the transmission of the discovery message conforming to the protocol on which the home network is based, with a view to preventing the undesirable time delay. The communication protocol in this embodiment is the UPnP. The UPnP employs the SSDP (simple service discovery protocol) for searching devices. However, the present invention is not limited to the particular protocol and thus all variations employing different protocols fall within the sprit and scope of the present invention.
Unlike the network shown in FIG. 7, the proxies 100a and 200a may be embedded within the IGD 100 and the remote program, respectively. FIG. 8a shows an exemplary scheme wherein the proxies 100a and 200a exchange the SSDP-based search message and the response to the search message for the IGD 100 and the control point 200, respectively.
5 The proxy 100a on the local network first broadcasts an M-search message to the home network and receives responses to the message from devices on the home network (S80-1) . The proxy 100a then creates a device list for listing devices which responded to the search message. The proxy 100a executes
10 step S80-1 periodically and updates the device list at each repetition so that only the devices which respond to the search message are listed therein (S80-2) .
Afterwards, a remote application program (e.g., the general* control point 200 or a UPnP-based control point)
15 broadcasts an SSDP-based M-search message (S81-1) . The research message is received by the proxy 200a at the remote site. The remote proxy 200a stores the received M-search message temporarily and relays the M-search message to the proxy 100a on the local network (S81-2) . The format of the M-
20 search message may be changed during the relay process. For example, because a multicast message cannot pass through the VPN tunnel, the multicast message is converted into a unicast message before being relayed to the local proxy 100a. It is possible that the two proxies adopt a separate communication
25 protocol for relaying the unicast message. For example, because the SSDP message, which is based on the unreliable UDP (user datagram protocol), may be lost, the proxies 100a and 200a may adopt the reliable TCP (transmission control protocol) to relay messages.
30 Receiving the search message, the proxy 100a on the local network creates a response to the search message for each of the devices listed on the device list which the proxy 100a manages without relaying the received message to the home network and transmits the created response to the remote proxy
35 200a (S82-1) . Receiving the response, the remote proxy 200a relays the response to the application program which initiated the transmission of the search message (S82-2) . The application program regards the response message as having been transmitted by the devices on the home network and performs the procedure for updating the device list. As the procedure was described in detail before, the description of the procedure is omitted here.
In another embodiment of the present invention, if it is detected that there is a change in the home network (e.g., addition of a new device or removal of an existing device) at step S80-2, the proxy 100a on the local network (or the IGD 100) sets the value of a variable for storing 'device status' which it manages to 'changed' and generates an event to the remote application program directly or via the IGD 100. For this operation, the remote application program needs to be registered at the IGD 100 for the event in advance. After generating the event, the value of the variable is set to 'unchanged' . The application program which receives the event transmits the search message and receives the response to the search message as described above, thereby keeping informed of the latest list of devices on the home network.
In another embodiment of the invention, the remote application program receiving the event obtains the latest list of devices immediately by making a request for a proper action to the IGD 100.
FIG. 8b shows an exemplary scheme for using the proxies 100a and 200a in a different way in accordance with the embodiment shown in FIG. 7. As shown, the remote proxy 200a transmits an M-search message to the corresponding proxy 100a on the home network (S90-1) . The proxy 100a relays the received M-search message to the home network (S90-2) and receives the response to the message from devices on the home network (S91-1) . When relaying the received search messages to the home network, the proxy 100a may change the format of the search message. For example, the proxy 100a may convert a search message sent in unicast manner or a TCP-based search message into a multicast-formatted message conforming to the SSDP.
The proxy 100a relays the received response messages to the remote proxy 200a (S91-2) . The remote proxy 200a creates a device list for listing devices which responded to the search message (S91-3) . The remote proxy 200a repeats the steps for transmitting the search message and receiving the response periodically and updates the device list at each repetition so that only the devices which respond to the search message are listed therein (S91-3) . The data synchronization between the two proxies 100a and 200a can be achieved by performing the above steps. The method for synchronizing data between the two proxies 100a and 200a is referred to as the synchronization protocol .
Afterwards, if the remote application program (e.g., the general control point 200 or a UPnP-based control point) sends an SSDP-based M-search message in multicast manner (S92), the M-search message is received by the proxy 200a at the remote site. The remote proxy 200a does not relay the search message to the proxy 100a on the local network. Instead, the remote proxy 200a creates a response message for each of the devices listed on the device list which the proxy 200a manages and provides the response messages for the remote application program (S93) . The application program regards the response messages as having been transmitted by the devices on the home network and performs the procedure for updating the device list. As the procedure was described in detail above, the description of the procedure is omitted here.
The schemes shown in FIGS. 8a and 8b reduce the time delay before the response to the search message arrives by taking advantage of proxies and thus can prevent communication errors caused by the time delay. The examples shown in FIGS. 8a and 8b only consider the case in which a remote device or remote application program accesses a device on the home network but the principle of the present invention also applies to the opposite case. For example, if a remote device is connected to the home network via an application such as VPN, the control point of the home network can transmit a device search message to the remote device. In this case, the remote proxy 200a and the proxy 100a on the local network perform the steps shown in FIG. 9a and 9b, respectively.
Because the procedures shown in FIGS. 9a and 9b can be easily understood from the detailed description about FIGS. 8a and 8b, FIGS. 9a and 9b are not explained here.
In the embodiments in FIGS. 9a and 9b, it is possible to make the remote device invisible to the control point of the home network by stopping the remote proxy 200a' s periodic transmission of the search message (example shown in FIG. 9a) or relay of received response messages (example shown in FIG. 9b) .
The present invention described with reference to the preferred embodiments enables a remote device to detect changes in a home network and query/control devices on the home network appropriately depending on the detected changes with no error due to message transmission delay even in the large area network such as the Internet and also enables the remote device to be controlled/queried from the home network, thereby significantly improving the convenience of the home network. While the invention has been disclosed with respect to a limited number of embodiments, those skilled in the art, having the benefit of this disclosure, will appreciate numerous modifications and variations therefrom. It is intended that all such modifications and variations fall within the spirit and scope of the invention.

Claims

1. A method for supporting communication between a device located at a remote site and a device on a local network, comprising the steps of: (a) transmitting a message for searching devices to a plurality of devices connected to the local network and creating or modifying device information based on whether there are responses to the message from the plurality of devices; and (b) if a message for searching devices is received, transmitting a response message for devices included in the device information in response to the received message.
2. The method of claim 1, wherein the steps (a) and (b) are performed by a proxy executed on a device connected to the local network.
3. The method of claim 2, wherein the message for searching devices of the step (b) is relayed by a proxy located at the remote site and is then received.
4. The method of claim 3 , wherein the proxy located at the remote site relays the received message for searching devices after converting format of the message.
5. The method of claim 4 , wherein the format of the message is converted from a multicast format to a unicast format .
6. The method of claim 4, wherein the format of the message is converted from a UDP-based format to a TCP-based format .
7. The method of claim 2 , wherein the response message of the step (b) is relayed by a proxy located at the remote site and is then received by a device or an application program which generated the message for searching devices of the step (b) .
8. The method of claim 1, wherein the steps (a) and (b) are performed by a proxy located at the remote site.
9. The method of claim 8, wherein the message for searching devices of the step (a) is transmitted to the plurality of devices via a proxy on the local network.
10. The method of claim 9, wherein the proxy on the local network transmits the message for searching devices to the plurality of devices after converting format of the message for searching devices.
11. The method of claim 10, wherein the format of the message is converted from a unicast format to a multicast format .
12. The method of claim 10, wherein the format of the message is converted from a UDP-based format to a TCP-based format .
13. The method of claim 8 , wherein the message for searching devices of the step (b) is created by at least one of the plurality of devices and is relayed by a proxy on the local network to be received.
14. The method of claim 1, wherein the step (a) is preformed periodically.
15. The method of claim 1, wherein the message for searching devices created by the device or an application program located at the remote site conforms to a protocol for searching devices, adopted by the local network.
16. The method of claim 1, wherein if there is any change in the device information, the step (a) further generates an event indicative of the change.
17. A method for supporting communication between a device located at a remote site and a device on a local network, comprising the steps of: (a) transmitting a message for searching devices to the device located at the remote site and creating or modifying device information based on whether there is a response to the message from the device; and
(b) if a message for searching devices is received, transmitting a response message for devices included in the device information in response to the received message.
18. The method of claim 17, wherein the steps (a) and (b) are performed by a proxy located at the remote site.
19. The method of claim 18, wherein the message for searching devices of the step (b) is relayed by a proxy on the local network and is then received.
20. The method of claim 19, wherein the steps (a) and (b) are performed by a proxy executed on a device connected to the local network.
21. The method of claim 20, wherein the message for searching devices of the step (a) is transmitted to the device located at the remote site via the proxy located at the remote site.
22. An apparatus for supporting communication between a device located at a remote site and a device on a local network, comprising: a proxy for transmitting a message for searching devices to a plurality of devices connected to the local network, for creating or modifying device information based on whether there are responses to the message from the plurality of devices, and for transmitting a response message for devices included in the device information to the remote site if a message for searching devices is received from the remote site; and a gateway device for relaying data between the plurality of devices on the local network, for assigning and managing network addresses, and for communicating with the device located at the remote site via the proxy.
23. The apparatus of claim 22, wherein the message being communicated with the device located at the remote site via the proxy conforms to a protocol for searching devices .
24. The apparatus of claim 23, wherein the protocol for searching devices is the simple service discovery protocol (SSDP) .
22. An apparatus for supporting communication between a device located at a remote site and a device on a local network, comprising: a proxy for transmitting a message for searching devices to the device located at the remote site, for creating or modifying device information based on whether there is a response to the message, and for transmitting a response message for devices included in the device information to the local network if a message for searching devices is received from the local network; and a gateway device for relaying data between the plurality of devices on the local network, for assigning and managing network addresses, and for communicating at least some messages with the device located at the remote site via the proxy .
26. The apparatus of claim 25, wherein the message being communicated with the device located at the remote site via the proxy conforms to a protocol for searching devices.
27. The apparatus of claim 26, wherein the protocol for searching devices is the simple service discovery protocol (SSDP) .
PCT/KR2006/001457 2005-04-19 2006-04-19 Method and apparatus for making devices on a local network remotely-accessible WO2006112664A1 (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
US11/912,128 US7899919B2 (en) 2005-04-19 2006-04-19 Method and apparatus for making devices on a local network remotely-accessible

Applications Claiming Priority (4)

Application Number Priority Date Filing Date Title
US67325305P 2005-04-19 2005-04-19
US60/673,253 2005-04-19
KR10-2005-0067502 2005-07-25
KR20050067502 2005-07-25

Publications (1)

Publication Number Publication Date
WO2006112664A1 true WO2006112664A1 (en) 2006-10-26

Family

ID=37115348

Family Applications (2)

Application Number Title Priority Date Filing Date
PCT/KR2006/001457 WO2006112664A1 (en) 2005-04-19 2006-04-19 Method and apparatus for making devices on a local network remotely-accessible
PCT/KR2006/001455 WO2006112662A1 (en) 2005-04-19 2006-04-19 Method and apparatus for making devices on a local network remotely-accessible

Family Applications After (1)

Application Number Title Priority Date Filing Date
PCT/KR2006/001455 WO2006112662A1 (en) 2005-04-19 2006-04-19 Method and apparatus for making devices on a local network remotely-accessible

Country Status (2)

Country Link
US (2) US7899919B2 (en)
WO (2) WO2006112664A1 (en)

Cited By (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US8626925B2 (en) * 2005-12-16 2014-01-07 Panasonic Corporation Systems and methods for providing a selective multicast proxy on a computer network

Families Citing this family (13)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US8601119B1 (en) 2007-03-29 2013-12-03 Google Inc. Providing navigation statistics
JP4959487B2 (en) * 2007-09-21 2012-06-20 株式会社日立製作所 Network device program control method and device monitoring apparatus
US8788888B2 (en) * 2008-03-14 2014-07-22 Telefonaktiebolaget L M Ericsson (Publ) Method and apparatus for providing end user notification in a UPnP network
KR20110047764A (en) * 2009-10-30 2011-05-09 삼성전자주식회사 Method and apparatus for controlling of home network system using mobile terminal
FI123551B (en) * 2011-02-22 2013-07-15 Tosibox Oy Procedure and arrangement for the implementation of remote control in real estate
CN103795768B (en) * 2012-11-05 2019-03-01 华为技术有限公司 The method and apparatus of remote access
JP5562468B1 (en) * 2013-04-26 2014-07-30 三菱電機株式会社 Controller, energy management system, remote control method, and program
US9350559B2 (en) 2014-06-16 2016-05-24 Asurion, Llc Service discovery across different networks
JP2018503907A (en) * 2014-11-24 2018-02-08 シー−ラブズ コーポレイション Method for dynamic and automatic creation of user interfaces
KR102392819B1 (en) 2015-09-09 2022-05-02 삼성전자주식회사 Capacitor and semiconductor device comprising the same
WO2018013289A1 (en) * 2016-07-15 2018-01-18 Hewlett-Packard Development Company, L.P. Printable content provision capabilities messages
KR101925809B1 (en) * 2017-04-14 2018-12-06 삼성전자주식회사 Method and apparatus for controlling of home network system using mobile terminal
US11025724B2 (en) * 2017-07-24 2021-06-01 Facebook, Inc. Transport of control data in proxy-based network communications

Citations (6)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
EP1043876A2 (en) * 1999-04-09 2000-10-11 Sun Microsystems, Inc. Remote device access over a network
KR20010110021A (en) * 2000-06-05 2001-12-12 구자홍 The remote control apparatus of digital home network appliance and the method thereof
EP1182823A1 (en) * 2000-08-23 2002-02-27 Sony International (Europe) GmbH Method of controlling a home network using a web browser
JP2003092636A (en) * 2001-09-18 2003-03-28 Nippon Telegr & Teleph Corp <Ntt> Control system and method for electric device utilizing permanent connection of isdn-d channel
JP2004112505A (en) * 2002-09-19 2004-04-08 Sanwa Shutter Corp Remote control system, remote control management server, and remote control management method
KR20050079480A (en) * 2004-02-06 2005-08-10 에스케이 텔레콤주식회사 Upnp based on rg system for home network service

Family Cites Families (17)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US7103834B1 (en) * 1997-06-25 2006-09-05 Samsung Electronics Co., Ltd. Method and apparatus for a home network auto-tree builder
JP2000513916A (en) * 1997-06-25 2000-10-17 サムソン エレクトロニクス カンパニー リミテッド Method and apparatus for home network automatic tree generator
US6801507B1 (en) * 1999-07-27 2004-10-05 Samsung Electronics Co., Ltd. Device discovery and configuration in a home network
US7490293B1 (en) * 1999-07-27 2009-02-10 Samsung Electronics Co., Ltd. Device discovery and control in a bridged home network
US7200683B1 (en) * 1999-08-17 2007-04-03 Samsung Electronics, Co., Ltd. Device communication and control in a home network connected to an external network
US7349967B2 (en) 2000-07-21 2008-03-25 Samsung Electronics Co., Ltd. Architecture for home network on world wide web with private-public IP address/URL mapping
US20030063608A1 (en) * 2001-10-03 2003-04-03 Moonen Jan Renier Multicast discovery protocol uses tunneling of unicast message
KR100474483B1 (en) 2002-03-12 2005-03-09 삼성전자주식회사 Aparatus for providing device information via network and method thereof
KR100440583B1 (en) * 2002-05-16 2004-07-19 한국전자통신연구원 A Method and Apparatus of Management and Control of UPnP Device in Home Network from the Internet
KR100505221B1 (en) 2002-07-03 2005-08-03 엘지전자 주식회사 Remote Control System of Home Appliance Network and Its Operating Method for the same
KR20040005503A (en) * 2002-07-10 2004-01-16 엘지전자 주식회사 Universal function distributed processing system for home network
KR100556242B1 (en) 2002-07-27 2006-03-03 삼성전자주식회사 Remote control system for internet and remote control method refrigerator
KR100906677B1 (en) 2002-09-03 2009-07-08 엘지전자 주식회사 Secure remote access system and method for universal plug and play
KR20050040166A (en) * 2003-10-27 2005-05-03 삼성전자주식회사 Proxy for controlling device of home-network and method thereof
KR20050079840A (en) 2004-02-07 2005-08-11 (주)테이크시스템즈 Tft-lcd module test apparatus
EP1854273A1 (en) * 2005-02-22 2007-11-14 Nokia Corporation Method and apparatus for remotely control of electronic apparatus
WO2007004754A1 (en) * 2005-07-04 2007-01-11 Sk Telecom Co., Ltd. Residential gateway system for home network service

Patent Citations (6)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
EP1043876A2 (en) * 1999-04-09 2000-10-11 Sun Microsystems, Inc. Remote device access over a network
KR20010110021A (en) * 2000-06-05 2001-12-12 구자홍 The remote control apparatus of digital home network appliance and the method thereof
EP1182823A1 (en) * 2000-08-23 2002-02-27 Sony International (Europe) GmbH Method of controlling a home network using a web browser
JP2003092636A (en) * 2001-09-18 2003-03-28 Nippon Telegr & Teleph Corp <Ntt> Control system and method for electric device utilizing permanent connection of isdn-d channel
JP2004112505A (en) * 2002-09-19 2004-04-08 Sanwa Shutter Corp Remote control system, remote control management server, and remote control management method
KR20050079480A (en) * 2004-02-06 2005-08-10 에스케이 텔레콤주식회사 Upnp based on rg system for home network service

Cited By (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US8626925B2 (en) * 2005-12-16 2014-01-07 Panasonic Corporation Systems and methods for providing a selective multicast proxy on a computer network

Also Published As

Publication number Publication date
US20080263124A1 (en) 2008-10-23
US7899919B2 (en) 2011-03-01
WO2006112662A1 (en) 2006-10-26
US20080313531A1 (en) 2008-12-18

Similar Documents

Publication Publication Date Title
US7899919B2 (en) Method and apparatus for making devices on a local network remotely-accessible
JP4785968B2 (en) Method and system for remotely accessing a general purpose plug and play device
KR101125847B1 (en) Method and apparatus for relay between UPnP device and RUI Client
EP2314059B1 (en) Method and system for providing input in home network using upnp
WO2004062147A1 (en) Device discovery application interface
EP1955489A2 (en) System and method for using web syndication protocols as an out-of-band upnp service discovery system
WO2007110754A2 (en) Remote access
US20090254671A1 (en) Remote control of a device by a terminal
CN101383789B (en) Household gateway device, system and method implementing access to and controlling household network
US10404485B2 (en) Method and apparatus for restricting disclosure of network information during remote access service
CN103001959B (en) Method and system for discovering devices among households
WO2009154249A1 (en) Remote access system, device, method and program
KR20050078541A (en) Protocol for monitoring and control of home network devices
JP2006203731A (en) Network repeating device, network connection information browsing system and network connection information notification method
KR101434202B1 (en) Method of Receiving/Transmitting Event Message, Controlled Device, and Control Point
US20080313530A1 (en) Method and Apparatus for Making Devices on a Local Network Remotely-Accessible
JP5721184B2 (en) Electronic device control system and electronic device control method
EP2168305B1 (en) Method of receiving/transmitting event message, controlled device, and control point
JP5718454B2 (en) How to control the functions of devices in your home network
KR100952280B1 (en) Protocol for remote controlled-rebooting of Residential Gateway
Lucenius et al. Implementing mobile access to heterogeneous home environment
EP2404408B1 (en) Method and apparatus for restricting disclosure of network information during remote access service
JP2006330977A (en) Communication system capable of changing display of terminal according to access line to internet, terminal and server
KR100794041B1 (en) Network system and method of operating the same
JP2006139429A (en) Home network system, electronic device component, and protocol conversion component

Legal Events

Date Code Title Description
121 Ep: the epo has been informed by wipo that ep was designated in this application
NENP Non-entry into the national phase

Ref country code: DE

NENP Non-entry into the national phase

Ref country code: RU

122 Ep: pct application non-entry in european phase

Ref document number: 06732873

Country of ref document: EP

Kind code of ref document: A1

WWE Wipo information: entry into national phase

Ref document number: 11912128

Country of ref document: US