WO2006112662A1 - 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
WO2006112662A1
WO2006112662A1 PCT/KR2006/001455 KR2006001455W WO2006112662A1 WO 2006112662 A1 WO2006112662 A1 WO 2006112662A1 KR 2006001455 W KR2006001455 W KR 2006001455W WO 2006112662 A1 WO2006112662 A1 WO 2006112662A1
Authority
WO
WIPO (PCT)
Prior art keywords
devices
document
browser
search message
local network
Prior art date
Application number
PCT/KR2006/001455
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,124 priority Critical patent/US20080313531A1/en
Publication of WO2006112662A1 publication Critical patent/WO2006112662A1/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 may 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 remote 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.
  • Disclosure of the Invention It is an object of the present invention to enable a general web browser to make remote query and/or control for a device on a home network.
  • a home network e.g., addition or deletion of a device
  • One method in accordance with the invention creates a document for a device list based on information provided by a plurality of devices 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 from the plurality of devices or a proxy on the local network, and makes the modified document to be interpreted/processed by the browser.
  • a gateway device of a local network transmits a device search message to a plurality of devices on the local network periodically, creates or modifies a document for a device list based on the response to the device search message, and provides the document for an application program running on a remote device to make the document to be processed by the application program.
  • the browser is a web browser running on a PC or a notebook.
  • 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 application program is a UPnP- based control point and the gateway device crates the document in a format which can be processed by the user interface of the application program.
  • the created document is modified such that the device is included in the device list and the browser or the application program 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 or the application program is invoked so that the modified document may be processed.
  • 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 a flow diagram for updating the document for listing devices based on the response to a search message transmitted periodically by the IGD of the home network in accordance with another embodiment of the invention.
  • 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 the 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 5 received by the general control point 200 via the Internet.
  • the IGD 100 (or a proxy implemented in the IGD 100) responds to the search message for the home network devices based on the list of home network devices that the IGD 100 or the proxy maintains.
  • control point 200 registers the devices found in each of the response messages at its own device list and requests each of the devices to provide device description.
  • Each device responsive to the request (or the IGD 100 as a proxy) provides device description as illustrated in FIG. 3a and service
  • 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
  • the general control point 200 Based on the obtained information, the general control point 200 creates a markup-language document for listing URLs associated with devices (e.g., the html document
  • 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 monitored and/or controlled through the web browser.
  • a device e.g., electric light stand
  • the URL 401 in FIG. 4a is transmitted to the home network device having the URL (i.e., 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 through 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. Devices on the home network responds to the search message to notify its existence as mentioned before.
  • the IGD 100 responds to the search message for the home network devices based on the list of home network devices that the IGD 100 or the proxy maintains.
  • the IGD 100 or proxy implemented in the IGD 100 transmits a search message to the home network periodically and keeps its own device list up to date by updating the device list based on the responses to the search message.
  • FIG. 6b is a flow diagram showing how the general control point 200 processes 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 maintains. 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 parameter (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.
  • 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 in a mobile apparatus according to the present invention makes the document appropriate for wireless browsers (e.g., WAP document) .
  • a remote device 201 which is equipped with the function of a UPnP control point, connects to the home network through a VPN client and acts exactly as a local control point on the home network.
  • the remote device 201 may discover or control devices on the home network through UPnP actions and the user of the remote device 201 can utilize the same user interface as that of the local control point.
  • the procedures shown in FIGS. 6a and 6b may be executed by the IGD 100 or the proxy implemented in the IGD 100.
  • the IGD 100 or the proxy transmits the search message to the home network periodically and updates the document for listing devices as shown in FIG. 7 when there is a change in the list of devices on the home network (S713) .
  • the updated document for listing devices is certified by the IGD 100 through the UPnP control point and provided for the UPnP control point so that the content thereof is displayed by the user interface. If a device search message is received from the remote UPnP control point, the message is not transmitted to the devices on the home network. Instead, the IGD 100 or the proxy implemented in the IGD 100 responds to the search message based on its own device list or provides the device list information.
  • the document for listing devices is initially created based on the response messages and device description information received from devices on the home network in such a way that the document can be interpreted/processed by the user interface of the UPnP control point .
  • the present invention allows a user of a home network to get informed of changes in the home network through an external wide-area network and enables remote query or control for the devices on the home network in consideration for the changes, thereby significantly improving the convenience of the home network .

Abstract

The present invention relates to method and apparatus for enabling to request querying and/or controlling operations to a device on a home network via Internet . In a method in accordance with the present invention, a document of device list to show devices is made out in browser- interpretable format (or in remote UPnP-control point interpretable format) based on information provided from a plurality of devices connected to a home network, afterwards, a device searching message is transmitted periodically toward the plurality of devices and the document is modified based on responses to the message from the devices (or from a proxy on the home network) The modified document is provided for an external connection program, e.g., browser (or UPnP control point) to interpret/process, as a result, changed list of devices on the home network is displayed to a user.

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 may 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 remote 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.
3. Disclosure of the Invention It is an object of the present invention to enable a general web browser to make remote query and/or control for a device on a home network.
It is another object of the present invention to provide a method and apparatus for informing changes in a home network (e.g., addition or deletion of a device) through a general web browser.
One method in accordance with the invention creates a document for a device list based on information provided by a plurality of devices 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 from the plurality of devices or a proxy on the local network, and makes the modified document to be interpreted/processed by the browser.
In another method in accordance with the invention, a gateway device of a local network transmits a device search message to a plurality of devices on the local network periodically, creates or modifies a document for a device list based on the response to the device search message, and provides the document for an application program running on a remote device to make the document to be processed by the application program. 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, the application program is a UPnP- based control point and the gateway device crates the document in a format which can be processed by the user interface of the application program. 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 the application program 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 or the application program is invoked so that the modified document may be processed.
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; and
FIG. 7 illustrates a flow diagram for updating the document for listing devices based on the response to a search message transmitted periodically by the IGD of the home network in accordance with another embodiment of the invention.
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 the 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 5 received by the general control point 200 via the Internet. In another embodiment of the invention, the IGD 100 (or a proxy implemented in the IGD 100) responds to the search message for the home network devices based on the list of home network devices that the IGD 100 or the proxy maintains. The general
10 control point 200 registers the devices found in each of the response messages at its own device list and requests each of the devices to provide device description. Each device responsive to the request (or the IGD 100 as a proxy) provides device description as illustrated in FIG. 3a and service
15 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
20 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
25 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 associated with devices (e.g., the html document
30 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
35 200 invokes the general web browser installed in the notebook computer 201 with the document title as an input parameter. The web browser interprets the document whose title is provided as the input parameter 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 monitored and/or controlled through the web browser. If the user selects a device (e.g., electric light stand) from the output screen, the URL 401 in FIG. 4a is transmitted to the home network device having the URL (i.e., 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.
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 through 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. Devices on the home network responds to the search message to notify its existence as mentioned before. In another embodiment of the invention, the IGD 100 (or a proxy implemented in the IGD 100) responds to the search message for the home network devices based on the list of home network devices that the IGD 100 or the proxy maintains. In this case, the IGD 100 or proxy implemented in the IGD 100 transmits a search message to the home network periodically and keeps its own device list up to date by updating the device list based on the responses to the search message.
FIG. 6b is a flow diagram showing how the general control point 200 processes 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 maintains. 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 or a previously registered device is not found in the list of devices provided by the IGD 100, 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 listing devices is modified, the general control point 200 re-invokes the web browser with the title of the document as an input parameter (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 in 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, a remote device 201, which is equipped with the function of a UPnP control point, connects to the home network through a VPN client and acts exactly as a local control point on the home network. The remote device 201 may discover or control devices on the home network through UPnP actions and the user of the remote device 201 can utilize the same user interface as that of the local control point. In this embodiment, the procedures shown in FIGS. 6a and 6b may be executed by the IGD 100 or the proxy implemented in the IGD 100. In other words, the IGD 100 or the proxy transmits the search message to the home network periodically and updates the document for listing devices as shown in FIG. 7 when there is a change in the list of devices on the home network (S713) .
The updated document for listing devices is certified by the IGD 100 through the UPnP control point and provided for the UPnP control point so that the content thereof is displayed by the user interface. If a device search message is received from the remote UPnP control point, the message is not transmitted to the devices on the home network. Instead, the IGD 100 or the proxy implemented in the IGD 100 responds to the search message based on its own device list or provides the device list information. The document for listing devices is initially created based on the response messages and device description information received from devices on the home network in such a way that the document can be interpreted/processed by the user interface of the UPnP control point .
The present invention allows a user of a home network to get informed of changes in the home network through an external wide-area network and enables remote query or control for the devices on the home network in consideration for the changes, 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 making a plurality of devices on a local network accessible, comprising the steps of:
(a) creating a document for a device list based on information provided by the plurality of devices, the document being written in a language that can be interpreted by a browser; and
(b) transmitting a device search message to the plurality of devices periodically and modifying the created document based on response to the message.
2. The method of claim 1, wherein the browser is a web browser or a WAP browser.
3. The method of claim 1, wherein the step (b) writes the document in a markup language .
4. The method of claim 1, wherein the step (b) modifies the created document such that a device which responds to the device search message for the first time but does not belong to the plurality of devices is included in the device list.
5. The method of claim 1, wherein the step (b) modifies the created document such that a device which does not respond to the periodically transmitted device search message is removed from the device list.
6. The method of claim 1, wherein the step (a) extracts presentation information from a device description provided by each of the plurality of devices and creates the document based on the extracted presentation information.
7. The method of claim 6, wherein the presentation information includes URL information.
8. The method of claim 1, further comprising the step of: (c) making a request for interpreting/processing the modified document to the browser.
9. The method of claim 1, wherein the response to the device search message is made by all or some of the plurality of devices.
10. The method of claim 1, wherein the response to the device search message is made by a proxy on the local network.
11. A method for making a plurality of devices on a local network accessible, comprising the steps of:
(a) creating device list information for listing devices based on information provided by the plurality of devices; (b) transmitting a device search message to the plurality of devices periodically and modifying the created device list information based on response to the device search message from the plurality of devices; and
(c) providing the device list information in response to a device search from a remote site.
12. The method of claim 11, wherein the device search is received from a remote control point, which can communicate with the plurality of devices using messages the format of which is the same as that of messages exchanged on the local network.
13. An apparatus for accessing a plurality of devices on a local network through a wide area network, comprising a control device for communicating with the local network by connecting to the wide area network, the control device including : a browser for interpreting and processing a document written in a markup language; and a control application for creating a document for a device list in a format which the browser can interpret based on information received from the plurality of devices through the wide area network and for invoking the browser so that the browser interprets and processes the created document, wherein the control application transmits a device search message to the local network periodically, modifies the created document based on response to the device search message, and requests the browser to interpret and process the modified document.
14. The apparatus of claim 13, wherein the browser is a web browser or a WAP browser.
15. The apparatus of claim 13, wherein the control application writes the document in a markup language.
16. The apparatus of claim 13, wherein the control application modifies the created document such that a device which responds to the device search message for the first time but does not belong to the plurality of devices is included in the device list.
17. The apparatus of claim 13, wherein the control application modifies the created document such that a device which does not respond to the periodically transmitted device search message is removed from the device list.
18. The apparatus of claim 13, wherein the control application extracts presentation information from a device description provided by each of the plurality of devices and creates the document for the first time based on the extracted presentation information.
19. The apparatus of claim 13, wherein the response to the device search message is made by all or some of the plurality of devices.
20. The apparatus of claim 13, wherein the response to the device search message is made by a proxy on the local network.
21. An apparatus for making a plurality of devices on a local network accessible through a wide area network, comprising a gateway device for the local network for arbitrating data exchange among the plurality of devices and assigning/maintaining network addresses, wherein the gateway device transmits a device search message to the plurality of devices periodically, creates or modifies a document for a device list based on the response to the device search message, and provides the document for a remote device.
22. The apparatus of claim 21, wherein the gateway device creates the document in a format which the user interface of the remote device can interpret/process.
23. The apparatus of claim 21, wherein the gateway device extracts presentation information from a device description provided by each of the plurality of devices and creates the document for the first time based on the extracted presentation information.
PCT/KR2006/001455 2005-04-19 2006-04-19 Method and apparatus for making devices on a local network remotely-accessible WO2006112662A1 (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
US11/912,124 US20080313531A1 (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
WO2006112662A1 true WO2006112662A1 (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 Before (1)

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

Country Status (2)

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

Cited By (3)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
EP2040418A1 (en) * 2007-09-21 2009-03-25 Hitachi Ltd. Program control method for network devices and network system
CN103795768A (en) * 2012-11-05 2014-05-14 华为技术有限公司 Method and device for remote access
CN110999260A (en) * 2017-07-24 2020-04-10 脸谱公司 Transmission of control data in proxy-based network communications

Families Citing this family (11)

* 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
US8601119B1 (en) 2007-03-29 2013-12-03 Google Inc. Providing navigation statistics
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
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

Citations (6)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
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
EP1345381A2 (en) * 2002-03-12 2003-09-17 Samsung Electronics Co., Ltd. Apparatus and method for providing information on home network devices via internet
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
US6895588B1 (en) 1999-04-09 2005-05-17 Sun Microsystems, Inc. Remote device access over a network
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
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
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
EP1345381A2 (en) * 2002-03-12 2003-09-17 Samsung Electronics Co., Ltd. Apparatus and method for providing information on home network devices via internet
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 (7)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
EP2040418A1 (en) * 2007-09-21 2009-03-25 Hitachi Ltd. Program control method for network devices and network system
CN103795768A (en) * 2012-11-05 2014-05-14 华为技术有限公司 Method and device for remote access
EP2908477A1 (en) * 2012-11-05 2015-08-19 Huawei Technologies Co., Ltd. Remote access method and device
EP2908477A4 (en) * 2012-11-05 2015-11-11 Huawei Tech Co Ltd Remote access method and device
US10110706B2 (en) 2012-11-05 2018-10-23 Huawei Technologies Co., Ltd. Remote access method and device
CN110999260A (en) * 2017-07-24 2020-04-10 脸谱公司 Transmission of control data in proxy-based network communications
CN110999260B (en) * 2017-07-24 2022-07-22 元平台公司 Transmission of control data in proxy-based network communications

Also Published As

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

Similar Documents

Publication Publication Date Title
US20080313531A1 (en) Method and Apparatus for Making Devices on a Local Network Remotely-Accessible
KR101809544B1 (en) Method for controlling home network device using universal web application and apparatus thereof
KR101125847B1 (en) Method and apparatus for relay between UPnP device and RUI Client
KR100781508B1 (en) Method for providing user-adapted service environment and apparatus for the same
US9773001B2 (en) Method, apparatus, and system for processing media resource playlist in local area network
EP2461523B1 (en) Systems and methods for operating an appliance control device for an appliance
KR100493890B1 (en) A user interface conversion system and method thereof enabling support of various devices
JP2013041611A (en) Device and method for managing and displaying user interface
KR100453968B1 (en) User Interface Providing Method in Home Network System
KR20110074066A (en) Apparatus and method for providing information for wireless network connection using wirelss-fidelity and system thereof
WO2001057695A1 (en) Media routing
JP5214929B2 (en) Method and apparatus for managing device services in home network
US8176343B2 (en) Method for providing information for power management of devices on a network
KR20050078541A (en) Protocol for monitoring and control of home network devices
US20080313530A1 (en) Method and Apparatus for Making Devices on a Local Network Remotely-Accessible
JP2003271502A (en) Broadcasting receiver having address providing function and information access system using it
JP2004185607A (en) Operational log linked utilization device and its method
JP4505380B2 (en) Information appliance setting method and information appliance setting program
JP5721184B2 (en) Electronic device control system and electronic device control method
KR100641106B1 (en) Control method for home network device
KR20050015528A (en) Channel information synchronizing method and system for universal plug and play network
JP2002132810A (en) Method for extending url function, and method for accessing resource on network by using extended url function
KR100952280B1 (en) Protocol for remote controlled-rebooting of Residential Gateway
JP2002116972A (en) Information perusal method and system and storage medium storing program for information perusal
WO2007122689A1 (en) Client server system, client apparatus, cache server apparatus, and data processing method

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

Country of ref document: EP

Kind code of ref document: A1

WWE Wipo information: entry into national phase

Ref document number: 11912124

Country of ref document: US