WO2010083629A1 - 通过网络地址配置服务器实现设备远程控制的方法及装置 - Google Patents

通过网络地址配置服务器实现设备远程控制的方法及装置 Download PDF

Info

Publication number
WO2010083629A1
WO2010083629A1 PCT/CN2009/000115 CN2009000115W WO2010083629A1 WO 2010083629 A1 WO2010083629 A1 WO 2010083629A1 CN 2009000115 W CN2009000115 W CN 2009000115W WO 2010083629 A1 WO2010083629 A1 WO 2010083629A1
Authority
WO
WIPO (PCT)
Prior art keywords
network address
address configuration
controlled
control
identification information
Prior art date
Application number
PCT/CN2009/000115
Other languages
English (en)
French (fr)
Inventor
葛立法
胡剑俊
赵民正
Original Assignee
上海贝尔股份有限公司
阿尔卡特朗讯
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 上海贝尔股份有限公司, 阿尔卡特朗讯 filed Critical 上海贝尔股份有限公司
Priority to KR1020117017303A priority Critical patent/KR101567622B1/ko
Priority to PCT/CN2009/000115 priority patent/WO2010083629A1/zh
Priority to CN200980136353.1A priority patent/CN102160333B/zh
Priority to EP09838596.6A priority patent/EP2391062B1/en
Priority to JP2011546563A priority patent/JP5548217B2/ja
Publication of WO2010083629A1 publication Critical patent/WO2010083629A1/zh

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
    • 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/02Details
    • H04L12/12Arrangements for remote connection or disconnection of substations or of equipment thereof
    • HELECTRICITY
    • H04ELECTRIC COMMUNICATION TECHNIQUE
    • H04LTRANSMISSION OF DIGITAL INFORMATION, e.g. TELEGRAPHIC COMMUNICATION
    • H04L61/00Network arrangements, protocols or services for addressing or naming
    • H04L61/50Address allocation
    • H04L61/5007Internet protocol [IP] addresses
    • H04L61/5014Internet protocol [IP] addresses using dynamic host configuration protocol [DHCP] or bootstrap protocol [BOOTP]
    • HELECTRICITY
    • H04ELECTRIC COMMUNICATION TECHNIQUE
    • H04LTRANSMISSION OF DIGITAL INFORMATION, e.g. TELEGRAPHIC COMMUNICATION
    • H04L67/00Network arrangements or protocols for supporting network services or applications
    • H04L67/01Protocols
    • H04L67/12Protocols specially adapted for proprietary or special-purpose networking environments, e.g. medical networks, sensor networks, networks in vehicles or remote metering networks
    • H04L67/125Protocols specially adapted for proprietary or special-purpose networking environments, e.g. medical networks, sensor networks, networks in vehicles or remote metering networks involving control of end-device applications over a network

Definitions

  • the present invention relates to a remote control system for remotely controlling a network device. Background technique
  • FIG. 1 shows a single billing process for a DHCP server to assign an IP address to a client.
  • the client finds that there is no IP data setting on the machine, and it sends a DHCP discover packet to the network.
  • the DHCP server listens to the DHCP discover broadcast sent by the client, it chooses an idle IP address, along with other TCP/IP settings, to respond to the client with a DHCP offer packet.
  • the client Since the client does not have an IP address at the beginning, it will have its MAC address information in its DHCP discover packet, and there is an XID number to identify the packet.
  • the DHCP request packet responded by the DHCP server will be transmitted according to these data. For clients that require a lease. If the client receives a response from multiple DHCP servers on the network, it will pick one of the DHCP offers (usually the one that arrived first) and send a DHCP request broadcast packet to the network, telling all DHCP servers which will specify which to accept.
  • the IP address provided by a server After receiving the DHCP request from the client, the DHCP server sends a DHCP ack response to the client to confirm that the IP lease is officially valid, which ends a complete DHCP work process.
  • the existing DHCP server is only used to allocate the IP address of the client, but cannot meet more application requirements. It is hoped that the DHCP server can provide more functions. Summary of the invention
  • the present invention provides a method and apparatus for remotely controlling a device through a network address provisioning server.
  • a method for remotely controlling a device in a network address configuration server of a communication network comprising the steps of: B. acquiring control information of the device to be controlled; C. The control information is sent to the device to be controlled through a network address configuration protocol packet.
  • a method for assisting remote control of a device in a device control unit comprising the steps of: c. receiving a network address configuration protocol message from a network address configuration server; d. Obtaining control information from the network address configuration protocol packet; e. performing corresponding operations on the device according to the control information.
  • a method for assisting remote control of a device in a user access server comprising the steps of: 1. acquiring a control command; II. determining, according to the control command, a device to be controlled Device identification information and control information thereof; III. Sending control information of the device to be controlled to a network address configuration server.
  • a remote control apparatus for remotely controlling a device in a network address configuration server of a communication network, comprising: control information acquisition means, configured to acquire control information of the device to be controlled; The first sending device is configured to send the control information to the device to be controlled by using a network address configuration protocol message.
  • a first auxiliary device for assisting remote control of a device in a device control unit, comprising: a second receiving device, configured to receive a network address configuration from a network address configuration server
  • the protocol packet is configured to obtain control information from the network address configuration protocol packet
  • the executing device is configured to perform a corresponding operation on the device according to the control information.
  • a second auxiliary device for assisting remote control of a device in a user access server includes: a control instruction acquiring device for acquiring a control command; and a control command analyzing device, Determining, according to the control instruction, device identification information of the device to be controlled and control information thereof; The control information of the control device is sent to the network address configuration server.
  • a network address configuration server comprising the remote control device of the fourth aspect of the invention.
  • a device control unit comprising the first auxiliary device of the fifth aspect of the invention.
  • a user access server comprising the second auxiliary device of the sixth aspect of the invention.
  • the network address configuration protocol in the present invention may be either a DHCP protocol or other protocols, such as the Point-to-Point Protocol (PPP) protocol.
  • the network address configuration server in the present invention may be either a DHCP server or another server such as a PPP server.
  • FIG. 1 is a flowchart showing a workflow in which a DHCP server allocates an IP address to a client in the prior art
  • FIG. 2 shows a network device remote control system according to an embodiment of the present invention
  • FIG. 3 shows a flow chart of a method for remotely controlling a device in a network address configuration server of a communication network, in accordance with one embodiment of the present invention
  • FIG. 4 shows a flow chart of a method for assisting remote control of a device in a device control unit, in accordance with one embodiment of the present invention
  • FIG. 5 is a flow chart showing a method for assisting remote control of a device in a user access server according to an embodiment of the present invention
  • FIG. 6 shows the structure of a DHCP option employed in one embodiment of the present invention
  • FIG. 7 shows a remote control for remotely controlling a device in a network address configuration server of a communication network according to an embodiment of the present invention.
  • a structural diagram of the device
  • FIG. 8 is a block diagram showing a first auxiliary device for assisting remote control of a device in a device control unit according to an embodiment of the present invention
  • FIG. 9 is a block diagram showing a second auxiliary device for assisting remote control of a device in a user access server according to an embodiment of the present invention.
  • FIG. 2 illustrates a remote control system in accordance with one embodiment of the present invention.
  • the remote control system includes a network address configuration server 1, device control units 2a, 2b, 2c, a user access server 3, devices 4a, 4b, 4c that can remotely control, and an access device 7, Wait.
  • Each of the device control units is for controlling one device, and the device control unit is usually disposed inside the corresponding device.
  • the device control unit 2a is disposed inside the device 4a.
  • the remotely controlled device in the present invention is usually a home appliance.
  • the device 4a is a refrigerator
  • the device 4b is an air conditioner
  • the device 4c is a laundry machine.
  • the method and apparatus of the present invention can also be used to remotely control devices other than home appliances.
  • FIG. 3 is a flow chart showing a method for remotely controlling a device in a network address configuration server of a communication network, in accordance with one embodiment of the present invention.
  • 4 shows a flow chart of a method for assisting in remote control of a device in a device control unit in accordance with one embodiment of the present invention.
  • Figure 5 illustrates a flow diagram of a method for assisting in remote control of a device in a user access server, in accordance with one embodiment of the present invention.
  • the flow of remote control of the device 4a by the network address configuration server 1 is as follows, wherein the device 4a is a water tank.
  • step S12 the network address configuration server 1 will acquire the control information of the device 4a.
  • the device 4a is a water tank, and its control information may include a running time setting, such as a starting time of 16:00, an ending time of 20:00, and an operating temperature setting, such as 0 degrees Celsius. Degree.
  • the network address configuration server 1 transmits the control information about the device 4a to the device 4a via the network address configuration protocol message.
  • the network address configuration protocol packet can be a DHCP packet, and the control information can be carried in an option field of the DHCP packet.
  • the network address configuration protocol packet sent by the network address configuration server 1 can be a DHCP offer message or a DHCP ack message.
  • the device control unit 2a is disposed inside the device 4a.
  • the device control unit 2a may also be a standalone device that is connected to the device 4a. Referring to Figure 4, on the device control unit 2a side, the following steps will be performed:
  • step S23 the device control unit 2a will receive the network address configuration protocol message from the network address configuration server 1.
  • step S24 the device control unit 2a acquires control information about the device 4a from the received protocol message.
  • step S25 the device control unit 2a will perform a corresponding operation on the device 4a in accordance with the control information. For example, the device control unit 2a controls the device 4a to start operation at 16:00, and sets the operating temperature to 0 degrees Celsius; at 20:00, the device control unit 2a controls the device 4a to terminate the operation.
  • the device control unit 2a will perform before step S23: Send a network address configuration protocol message to the network address configuration server 1 for requesting network address configuration information and/or control information.
  • the network address configuration sent by the device control unit 2a More specifically, before the network address configuration protocol message is sent, the device control unit 2a acquires a trigger signal from the user access server 3. The device control unit 2a transmits a network address configuration protocol message to the network address configuration server 1 according to the acquired trigger signal. If the trigger signal includes a start control signal, the device control unit 2a activates the device 4a according to the start control signal, and then transmits a network address configuration protocol message to the network address configuration server 1.
  • the network address configuration server 1 will receive the network from the device control unit 2a After the address configuration protocol message begins, step S12 is performed. Specifically, the network address configuration server 1 determines the identification information of the device 4a based on the address configuration protocol message from the device control unit 2a, and determines the control information of the device 4a based on the identification information. More specifically, the identification information of the device 4a may be its line identification information, such as the port number of the access device 7 occupied by the device 4a, or the like, or the identification information may also be the hardware identification information of the device 4a. For example its MAC address.
  • the network address configuration server 1 will also determine whether the device 4a already has a network address based on the network address configuration protocol message from the device control unit 2a. If the device 4a does not yet have a network address, the network address configuration server 1 will assign a network address to the device 4a, and then, in step S13, send the network address together with the control message of the device 4a to the device 4a via the network address configuration protocol message. .
  • step S31 the user access server 3 will acquire a control command from the user.
  • device 4a is an electrical device in the user's 8 home, and user 8 sets a control command for device 4a.
  • the specific setting manner may be that the user 8 remotely logs in to the user access server 3 to perform setting, or the user access server 3 receives the short message sent by the user 8 to complete setting, and the like.
  • step S32 the user access server 3 determines the identification information of the device 4a according to the acquired control instruction about the device 4a, and converts the content of the control instruction into a message suitable for delivery through the network address configuration protocol message. Control information.
  • step S33 the user access server 3 transmits the control information of the device 4a to the network address configuration server 1.
  • the user access server 3 also sends a trigger signal to the device 4a according to the identification information of the device 4a, prompting it to have updated control information.
  • the identification information of the device 4a may be its line identification information or its hardware identification information, which is often complicated and difficult to remember.
  • an easy-to-remember item such as a user name plus a device name may be used in the control command set by the user 8 to distinguish different devices.
  • the user name in the control command set by the user 8 is "1111" and the device name is "refrigerator". Therefore, in the user access server 3, before the step S31, the correspondence between the user name plus the device name and the device identification information needs to be established.
  • the user access server 3 determines the identification information of the device 4a according to the control command and the corresponding relationship, and converts the content of the control command into control information suitable for delivery through the network address configuration protocol message.
  • the network address configuration protocol used in the present invention is not limited to the DHCP protocol.
  • Other protocols having a network address configuration function, such as the PPP protocol, can also be applied to the present invention.
  • the network address configuration protocol adopted by the system is a DHCP protocol
  • the network address configuration server 1 is a DHCP server.
  • the structure of the DHCP option as shown in FIG. 6 can be employed in this embodiment. Contents shown in FIG. 6 DHCP option were: number (option code) of this option, the total length (option length) of this option, the contents of a number of sub-options (sub option) 0 a sub-options as follows: This sub-option the number, the length of the sub-option value (length of sub option value), the value (sub option value) of the sub-option 0 options for carrying the device control information can be defined as follows: sub-option respectively corresponding to a plurality of A control parameter.
  • typical control parameters can include: initial run time, end run time, operating temperature, and so on.
  • the option for the control information of the carrying device may include: sub-option 1, whose value corresponds to the start running time; sub-option 2, whose value corresponds to the end running time; sub-option 3, its The value corresponds to the operating temperature.
  • User 8 sets a control command for device 4a.
  • the user access server 3 obtains the control instruction, and determines the identification information and the control information of the device 4a according to the instruction.
  • the identification information here is the line identification information of the device 4a, and the content of the control information includes: starting time 16:00, The termination time is 20:00 and the operating temperature is 0 degrees Celsius.
  • the identification information of device 4a may also be its hardware identification information, such as its MAC address.
  • the user access server 3 will transmit a trigger signal based on the line identification information of the device 4a. Based on the predetermined device status information, the user access server 3 knows that the device 4a has not been activated, so the trigger signal also includes a start control signal.
  • the device control unit 2a When the device control unit 2a receives this trigger signal, it will start the control according to it. A signal is generated to activate device 4a. At this time, the device 4a does not have a network address, and then the device control unit 2a sends a DHCP discover message.
  • the DHCP server 1 receives the DHCP discover message and determines that the device 4a does not have a network address, and thus assigns a network address to it. In addition, the DHCP server 1 also determines the line identification information of the device 4a from the message, and sends a query message to the user access server 3 for query according to the line identification information of the device 4a.
  • the access user server 3 searches according to the inquiry message, and sends the control information of the searched device 4a to the DHCP server 1.
  • the DHCP server 1 After obtaining the control information of the device 4a, the DHCP server 1 will send a DHCP offer message, the message including the network address assigned to the device 4a and its control information, wherein the control information is encapsulated in the extended option field in the DHCP offer message. .
  • the device control unit 2a After receiving the DHCP offer message, the device control unit 2a will obtain the network address and control information of the device 4a, and perform corresponding operations on the device 4a according to the control information. That is, the device control unit 2a controls the device 4a to start operation at 16:00, and sets the operating temperature to 0 degrees Celsius.
  • User 8 sets a new control command for Device 4a.
  • the user access server 3 acquires the update control instruction, and determines the identification information of the device 4a and the updated control information according to the instruction, where the identification information is the line identification information of the device 4a, and the content of the updated control information includes: the operating temperature 4 degrees Celsius.
  • the user access server 3 will transmit a trigger signal based on the line identification information of the device 4a.
  • the device control unit 2a When the device control unit 2a receives the trigger signal, it will send a DHCP request message according to the trigger signal.
  • the DHCP server 1 Upon receiving the DHCP request message, the DHCP server 1 determines the line identification information of the device 4a from the message, and sends a query message to the user access server 3 for query according to the line identification information of the device 4a.
  • the access user server 3 searches according to the inquiry message, and transmits the updated control information of the searched device 4a to the DHCP server 1.
  • the DHCP server 1 After obtaining the updated control information of the device 4a, the DHCP server 1 will send one A DHCP ack message, where the updated control information is encapsulated in an extended option field in the DHCP ack message.
  • the device control unit 2a After receiving the DHCP offer message, the device control unit 2a will acquire the updated control information of the device 4a, and perform corresponding operations on the device 4a according to the updated control information. That is, the device control unit 2a controls the device 4a to adjust the operating temperature to 4 degrees Celsius.
  • the device control unit 2a terminates the operation of the control device 4a at 20:00.
  • the user access server 3 and the network address configuration server 1 are two independent devices. In some other embodiments of the invention, the functionality of the two devices may also be performed by the same device.
  • Fig. 7 is a block diagram showing a remote control apparatus for remotely controlling a device in a network address configuration server of a communication network according to an embodiment of the present invention.
  • the remote control device 10 in this embodiment includes: a first receiving device 101, a control information acquiring device 102, a first transmitting device 103, a network address determining device 104, and a network address assigning device 105, wherein the control information
  • the acquisition device 102 further includes device identification information determining means 1021.
  • the remote control device 10 is placed in the network address configuration server 1.
  • remote control device 10 may include some of the devices shown in Figure 7, as well as other devices not shown in Figure 7.
  • FIG. 8 is a block diagram showing a first auxiliary device for assisting remote control of a device in a device control unit in accordance with one embodiment of the present invention.
  • the first auxiliary device 20 in this embodiment includes: a trigger signal acquiring device 201, a second transmitting device 202, a second receiving device 203, a message analyzing device 204, and an executing device 205.
  • the first auxiliary device 20 is disposed in the device control unit 2a, 2b, 2c.
  • the first auxiliary device 20 may include some of the devices shown in Figure 8, as well as other devices not shown in Figure 8.
  • FIG. 9 is a block diagram showing a second auxiliary device for assisting remote control of a device in a user access server according to an embodiment of the present invention.
  • the second auxiliary device 30 in this embodiment includes: a mapping relationship establishing device 300, a control command acquiring device 301, a control command analyzing device 302, and a third transmitting device 303.
  • the first The second auxiliary device 30 is disposed in the user access server 3.
  • the second auxiliary device 30 may include some of the devices shown in FIG. 9, as well as other devices not shown in FIG.
  • the process of remotely controlling the device 4b by the network address configuration server 1 is as follows, wherein the device 4b is an air conditioner.
  • control information of the device 4b is acquired by the control information acquiring means 102.
  • Device 4b is a refrigerator, and its control information may include runtime settings such as start time 17:00, end time 22:00, and operating temperature settings, such as 28 degrees Celsius.
  • the first transmitting device 103 transmits the control information about the device 4b to the device 4b via the network address configuration protocol message.
  • the network address configuration protocol packet can be a DHCP packet, and the control information can be carried in an extended option field of the DHCP packet.
  • the network address configuration protocol packet sent by the first sending device 103 may be a DHCP offer message or a DHCP ack message.
  • the device control unit 2b is disposed inside the device 4b.
  • the device control unit 2b may also be a standalone device connected to the device 4b. Referring to Figure 8, in the device control unit 2b, the following operations will be completed:
  • the network address configuration protocol message from the network address configuration server 1 is received by the second receiving device 203.
  • the message parsing means 204 acquires control information about the device 4b from the received protocol message.
  • the executing device 205 will perform a corresponding operation on the device 4b based on the control information. For example, the executing device 205 controls the device 4b to start operation at 17:00 and sets the operating temperature to 28 degrees Celsius; at 22:00, the executing device 205 controls the device 4b to terminate the operation.
  • the device control unit 2b will send the network address configuration protocol to the network address configuration server 1 by the second sending device 202 in its first auxiliary device 20.
  • the second sending device 202 The sent network address configuration protocol message may be a DHCP discover message or a DHCP request message.
  • the device control unit 2b will acquire a trigger signal from the trigger signal acquisition means 201 in its first auxiliary device 20, the trigger signal coming from the user access server 3.
  • the second transmitting device 202 transmits a network address configuration protocol message to the network address configuration server 1 according to the acquired trigger signal. If the trigger signal includes a start control signal, the device control unit 2b will activate the device 4b according to the start control signal, and then the second transmitting device 202 sends a network address configuration protocol message to the network address configuration server 1.
  • the network address configuration server 1 will receive a network address configuration protocol message from the device control unit 2b by its first receiving device 101. Then, the device identification information acquisition means 1021 will determine the identification information of the device 4b based on the address configuration protocol message from the device control unit 2b, and the control information acquisition means 102 will determine the control information of the device 4b based on the identification information. More specifically, the identification information of the device 4b may be its line identification information, such as the port number of the access device 7 occupied by the device 4b, or the like, or the identification information may also be the hardware identification information of the device 4b. For example its MAC address.
  • the network address judging means 104 will judge whether or not the device 4b already has the network address based on the network address configuration protocol message from the device control unit 2b. If the device 4b does not yet have a network address, the network address assigning server 1 will assign a network address to the device 4b by the network address assigning device, and then the first transmitting device 103 passes the network address together with the control message of the device 4b through the network address configuration protocol. ⁇ is sent to device 4b.
  • control command acquisition means 301 will acquire a control command from the user.
  • device 4b is an electrical device in the user's 8 home, and user 8 sets a control command for device 4b.
  • the specific setting manner may be that the user 8 remotely logs in to the user access server 3 to perform setting, or the instruction acquiring device 301 receives the short message completion setting sent by the user 8, and the like.
  • control instruction parsing device 302 will determine the identification information of the device 4b according to the acquired control instruction about the device 4b, and convert the content of the control instruction into a suitable one. Control information passed by the network address configuration protocol packet.
  • the third transmitting means 303 transmits the control information of the device 4b to the network address configuration server 1.
  • the third transmitting device 303 also transmits a trigger signal to the device 4b according to the identification information of the device 4b, prompting it to have updated control information.
  • the identification information of the device 4b may be its line identification information or its hardware identification information, which is often complicated and difficult to remember.
  • the control command set by the user 8 may use an easy-to-remember item such as a user name plus a device name to distinguish different devices.
  • the user name in the control command set by the user 8 is "1111", and the device name is "air conditioner,”. Therefore, in the user access server 3, it is also necessary to establish the user name in advance by the mapping relationship establishing means 300.
  • the control instruction parsing device 302 determines the identification information of the device 4b according to the control command and the corresponding relationship, and converts the content of the control command into a protocol message suitable for configuring the protocol through the network address. The control information to be passed.
  • the network address configuration protocol used in the present invention is not limited to the DHCP protocol.
  • Other protocols having network address configuration capabilities, such as the PPP protocol, can also be applied to the present invention.
  • the network address configuration protocol adopted by the system is a DHCP protocol
  • the network address configuration server 1 is a DHCP server.
  • the structure of the DHCP option as shown in FIG. 6 can be used in this embodiment.
  • the contents of the DHCP option shown in Figure 6 are: The number of the option, the total length of the option, and the Thousand sub-option.
  • the content of a sub-option is: the number of the sub-option, the length of the value of the sub-option, and the value of the sub-option.
  • the options for carrying control information for the device can be defined as follows: Several sub-options correspond to a single control parameter.
  • Typical control parameters may include: initial run time, end run time, operating temperature, etc., depending on how the appliance is used.
  • the option for the control information of the carrying device may include: sub-option 1, whose value corresponds to the start running time; sub-option 2, whose value corresponds to the end running time; sub-option 3, its The value corresponds to the operating temperature.
  • the control command acquiring means 301 will acquire the control command, and the control command analyzing means 302 determines the identification information and the control information of the device 4b according to the command, where the identification information is the hardware identifier of the device 4b.
  • the information that is, the MAC address, includes: start time 17:00, end time 22:00, and operating temperature 28 degrees Celsius.
  • the identification information of the device 4b may also be its line identification information, such as the port number of the access device 7 occupied by the device 4b.
  • the user access server 3 will transmit a trigger signal by the third transmitting device 303 based on the hardware identification information of the device 4b. Based on the predetermined device status information, the user access server 3 knows that the device 4b has not been activated, so the trigger signal also includes a start control signal.
  • the trigger signal acquisition means 201 will receive this trigger signal. Then, the device control unit 2b will start the device 4b based on the start control signal in the trigger signal, which can be executed by the executing device 205. At this time, the device 4b does not have a network address, and then the second sender 202 in the device control unit 2b sends a DHCP discover message.
  • the first receiving device 101 will receive the DHCP discover message. Based on the message, the network address judging means 104 judges that the device 4b does not have a network address yet. Thus, the network address assigning means 105 assigns a network address to the device 4b. Further, the device identification information determining means 1021 will also determine the hardware identification information of the device 4b from the message.
  • the control information obtaining means 102 sends a query message to the user access server 3 according to the hardware identification information of the device 4b for querying, and the query message may include hardware identification information of the device 4b.
  • the access user server 3 searches according to the hardware identification information of the device 4b in the inquiry message, and sends the control information of the searched device 4b to the DHCP server 1.
  • the first sending means 103 sends a DHCP offer message, the message including the network address assigned to the device 4b and its control information, wherein the control The information is encapsulated in an extended option field in the DHCP offer message.
  • the message parsing device 204 will obtain the network address and control information of the device 4b from the message, and then the execution device 205 according to the control information.
  • the device 4b performs the corresponding operation. Specifically, the executing device 205 starts the control device 4b at 17:00 and sets the operating temperature to 28 degrees Celsius.
  • the update command is acquired by the control command acquiring means 301, and the identification information of the device 4b and the updated control information are determined by the control command parsing means 302 according to the command, wherein the identification information is the device 4b.
  • Hardware identification information, updated control information includes: Operating temperature 25 degrees Celsius. Then, the third transmitting means 303 will transmit a trigger signal based on the hardware identification information of the device 4b.
  • the second transmitting device 202 will send a DHCP request according to the trigger signal.
  • the first receiving device 101 receives the DHCP request message, and the device identification information determining device 1021 determines the hardware identification information of the device 4b from the message, and the control information acquiring device 102 will identify the line according to the device 4b.
  • the information sending query message is sent to the user access server 3 for querying, and the query message may include hardware identification information of the device 4b.
  • the access user server 3 searches according to the hardware identification information of the device 4b in the inquiry message, and transmits the updated control information of the searched device 4b to the DHCP server 1.
  • a DHCP ack message is sent by the first transmitting means 103, wherein the updated control information is encapsulated in an extended option field in the DHCP ack message.
  • the message parsing device 204 will obtain the updated control information of the device 4b from the message, and then the updated device according to the updated control information. A corresponding operation is performed on the device 4b. Specifically, the executing device 205 controls the device 4b to adjust the operating temperature to 25 degrees Celsius. Degree.
  • the execution device 205 in the device control unit 2b terminates the operation of the control device 4b.
  • the user access server 3 and the network address configuration server 1 are two independent devices.
  • the remote control device 10 and the second auxiliary device 30 are disposed in the same device, which functions as both the user access server 3 and the network address configuration server 1.
  • each device in the present invention can be implemented by either a hardware device or a functional module in software.

Landscapes

  • Engineering & Computer Science (AREA)
  • Computer Networks & Wireless Communication (AREA)
  • Signal Processing (AREA)
  • Automation & Control Theory (AREA)
  • Small-Scale Networks (AREA)
  • Computer And Data Communications (AREA)
  • Selective Calling Equipment (AREA)

Description

通过网络地址配置服务器
实现设备远程控制的方法及裝置 技术领域
本发明涉及对网络设备进行远程控制的远程控制系统。 背景技术
随着通信技术、 网络技术的不断发展, 通过家电网络化实现对家 用电器的远程控制成为家电技术的一个发展趋势。 目前, 已经提出了 多种建立在家电网络化基础上的远程控制方案。
实现家电网络化, 必须为家电设备分配 IP地址, 在使用 TCP/IP 协议的网络中,经常采用 DHCP( Dynamic Host Configuration Protocol ) 协议动态地为客户端分配 IP地址。 图 1示出了 DHCP服务器为客户 端分配 IP地址的一个筒单流程。 当 DHCP客户端第一次登录网络的 时候, 客户端发现本机上没有任何 IP 数据设定, 它会向网络发出一 个 DHCP discover封包。当 DHCP服务器监听到客户端发出的 DHCP discover广播后, 它会选择一个空闲的 IP地址, 连同其它 TCP/IP设 定, 响应给客户端一个 DHCP offer封包。 由于客户端在开始的时候 还没有 IP地址, 所以在其 DHCP discover封包内会带有其 MAC 地 址信息, 并且有一个 XID 编号来辨别该封包, DHCP服务器响应的 DHCP offer封包则会根据这些资料传递给要求租约的客户端。如果客 户端收到网络上多台 DHCP 服务器的响应, 会挑选其中一个 DHCP offer (通常是最先抵达的那个), 并且会向网絡发送一个 DHCP request 广播封包,告诉所有 DHCP服务器它将指定接受哪一台服务器提供的 IP地址。 当 DHCP服务器接收到客户端的 DHCP request之后, 会向 客户端发出一个 DHCP ack响应, 以确认 IP租约的正式生效, 也就结 束了一个完整的 DHCP工作过程。
现有的 DHCP服务器仅仅用于分配客户端的 IP地址, 而不能满 足更多应用需求, 希望 DHCP服务器还能提供更多的功能。 发明内容
为了满足上述需求, 本发明提供了通过网络地址配制服务器来对 设备进行远程控制的方法及其装置。
根据本发明的第一方面,提供了一种在通信网络的网络地址配置 服务器中用于对设备进行远程控制的方法, 包括以下步骤: B. 获取 待控制设备的控制信息; C. 将所述控制信息通过网络地址配置协议 报文发送给所述待控制设备。
根据本发明的第二方面, 提供了一种在设备控制单元中用于辅助 对设备进行远程控制的方法, 包括以下步骤: c. 接收来自网络地址 配置服务器的网络地址配置协议报文; d. 从所述网络地址配置协议 报文中获取控制信息; e. 根据所述控制信息, 对所述设备执行相应 操作。
根据本发明的第三方面, 提供了一种在用户接入服务器中用于辅 助对设备进行远程控制的方法, 包括步骤: I. 获取控制指令; II. 根 据所述控制指令确定待控制设备的设备识别信息及其控制信息; III. 将所述待控制设备的控制信息发送给网络地址配置服务器。
根据本发明的第四方面,提供了一种在通信网络的网络地址配置 服务器中用于对设备进行远程控制的远程控制装置, 包括: 控制信息 获取装置, 用于获取待控制设备的控制信息; 第一发送装置, 用于将 所述控制信息通过网络地址配置协议报文发送给所述待控制设备。
根据本发明的第五方面, 提供了一种在设备控制单元中用于辅助 对设备进行远程控制的第一辅助装置, 包括: 第二接收装置, 用于接 收来自网络地址配置服务器的网络地址配置协议报文; 报文解析装 置, 用于从所述网络地址配置协议报文中获取控制信息; 执行装置, 用于根据所述控制信息, 对所述设备执行相应操作。
根据本发明的第六方面, 提供了一种在用户接入服务器中用于辅 助对设备进行远程控制的第二辅助装置, 包括: 控制指令获取装置, 用于获取控制指令; 控制指令解析装置, 用于根据所述控制指令确定 待控制设备的设备识别信息及其控制信息; 第三发送装置, 用于将所 述待控制设备的控制信息发送给网络地址配置服务器。
根据本发明的第七方面, 提供了一种网络地址配置服务器, 其包 括本发明中第四方面的远程控制装置。
根据本发明的第八方面, 提供了一种设备控制单元, 其包括本发 明中第五方面的第一辅助装置。
根据本发明的第九方面, 提供了一种用户接入服务器, 其包括本 发明第六方面的第二辅助装置。
本发明中网络地址配置协议既可以是 DHCP协议,也可以是其他 协议, 例如 PPP(Point-to-Point Protocol)协议。 本发明中的网络地址配 置服务器既可以是 DHCP服务器, 也可以是是其他服务器, 例如 PPP 服务器。 通过使用本发明的方法、 装置或设备, 至少可以得到以下收 益: 网络地址配置服务器不仅用于为网络设备配置网络地址, 还用于 向网络设备传递控制信息以实现网络设备的远程控制。 附图说明
通过阅读以下参照附图对非限制性实施例所作的详细描述, 本发 明的其它特征、 目的和优点将会变得更明显。
图 1示出了现有技术中 DHCP服务器为客户端分配 IP地址的工 作流程;
图 2示出了本发明一个实施例的网络设备远程控制系统;
图 3示出了根据本发明一个实施例的在通信网络的网络地址配置 服务器中用于对设备进行远程控制的方法流程图;
图 4示出了根据本发明一个实施例的在设备控制单元中用于辅助 对设备进行远程控制的方法流程图;
图 5示出了根据本发明一个实施例的在用户接入服务器中用于辅 助对设备进行远程控制的方法流程图;
图 6示出了本发明一个实施例中所采用的 DHCP选项的结构; 图 7示出了根据本发明一个实施例的在通信网络的网络地址配置 服务器中用于对设备进行远程控制的远程控制装置的结构图; 图 8示出了根据本发明一个实施例的在设备控制单元中用于辅助 对设备进行远程控制的第一辅助装置的结构图;
图 9示出了根据本发明一个实施例的在用户接入服务器中用于辅 助对设备进行远程控制的第二辅助装置的结构图;
其中, 相同或相似的附图标记表示相同或相似的步骤特征或装置 (模块)。 具体实施方式
图 2示出了本发明一个实施例的远程控制系统。 如图 2所示, 该 远程控制系统包括网络地址配置服务器 1 ,设备控制单元 2a、 2b、 2c, 用户接入服务器 3 , 可以接受远程控制的设备 4a、 4b、 4c, 以及接入 设备 7, 等。 其中每一个设备控制单元用于控制一个设备, 而且设备 控制单元通常设置于相应设备内部, 例如, 设备控制单元 2a设置于 设备 4a 内部。 本发明中的接受远程控制的设备通常是家用电器, 例 如, 设备 4a是一台冰箱, 设备 4b是一台空调, 设备 4c是一台洗衣 机。 当然, 本发明中的方法及装置还可以用于对家用电器之外的设备 进行远程控制。
图 3示出了根据本发明一个实施例的在通信网络的网络地址配置 服务器中用于对设备进行远程控制的方法流程图。 图 4示出了根据本 发明一个实施例的在设备控制单元中用于辅助对设备进行远程控制 的方法流程图。 图 5示出了根据本发明一个实施例的在用户接入服务 器中用于辅助对设备进行远程控制的方法流程图。
以下结合图 2至图 5从方法角度对本发明加以描述。
根据本发明的一个实施例, 网络地址配置服务器 1对设备 4a进 行远程控制的流程如下, 其中设备 4a是一个水箱。
参考图 3, 在网络地址配置服务器 1一侧将执行以下步骤: 在步骤 S12中, 网络地址配置服务器 1将获取设备 4a的控制信 息。 设备 4a是一个水箱, 则其控制信息中可以包括运行时间设置, 例如起始时间 16:00、 终止时间 20:00, 和运行温度设置, 例如 0摄氏 度。
接着, 在步驟 S13 中, 网络地址配置服务器 1将把关于设备 4a 的控制信息通过网络地址配置协议报文发送给设备 4a。 具体地, 此处 的网络地址配置协议报文可以采用 DHCP报文,控制信息可以承载于 DHCP报文的扩展选项 (option ) 字段。 网络地址配置服务器 1 所发 '送的网络地址配置协议报文可以是 DHCP offer报文或者 DHCP ack报 文。
通常, 设备控制单元 2a设置于设备 4a内部。 或者, 设备控制单 元 2a也可以是与设备 4a连接在一起的独立设备。 参考图 4, 在设备 控制单元 2a—侧, 将执行以下步骤:
在步骤 S23 中, 设备控制单元 2a将接收来自网络地址配置服务 器 1的网络地址配置协议报文。
在步驟 S24中, 设备控制单元 2a将从接收到的协议报文中获取 关于设备 4a的控制信息。
在步骤 S25中, 设备控制单元 2a将根据控制信息对设备 4a执行 相应的操作。 例如,设备控制单元 2a控制设备 4a在 16:00开始运行, 并将工作温度设定为 0摄氏度; 在 20:00, 设备控制单元 2a控制设备 4a终止运行。
优选地, 设备控制单元 2a在步骤 S23之前将执行: 向网络地址 配置服务器 1发送网络地址配置协议报文, 用于索取网络地址配置信 息和 /或控制信息。 具体地, 设备控制单元 2a所发送的网络地址配置 更具体地, 在发送网络地址配置协议报文之前, 设备控制单元 2a 将获取触发信号, 该触发信号来自用户接入服务器 3。 设备控制单元 2a将根据获取的触发信号,向网络地址配置服务器 1发送网络地址配 置协议报文。 如果触发信号中包括启动控制信号, 则设备控制单元 2a 将根据启动控制信号来启动设备 4a, 然后向网络地址配置服务器 1 发送网络地址配置协议报文。
网络地址配置服务器 1 将在接收到来自设备控制单元 2a的网络 地址配置协议报文之后开始执行步骤 S 12。 具体地, 网络地址配置服 务器 1将根据来自设备控制单元 2a的地址配置协议报文确定设备 4a 的识别信息, 并根据该识别信息确定设备 4a的控制信息。 更具体地, 设备 4a的识别信息可以是其线路标识信息, 例如设备 4a接入网络所 占用的接入设备 7的端口号, 等; 或者, 该识别信息还可以是设备 4a 的硬件标识信息, 例如其 MAC地址。
另外, 网络地址配置服务器 1还将根据来自设备控制单元 2a的 网络地址配置协议报文来判断设备 4a是否已经具有网络地址。 如果 设备 4a还没有网络地址, 则网络地址配置服务器 1将为设备 4a分配 网络地址, 然后在步骤 S13 中, 将该网络地址和设备 4a的控制消息 一起通过网络地址配置协议报文发送给设备 4a。
参考图 5, 在用户接入服务器 3—侧, 将执行以下操作:
在步骤 S31中, 用户接入服务器 3将获取来自用户的控制指令。 例如, 设备 4a是用户 8家中的电器设备, 用户 8为设备 4a设定控制 指令。 具体设定方式可以是用户 8远程登录用户接入服务器 3进行设 定, 或者由用户接入服务器 3接收用户 8所发送短信完成设定, 等。
接着, 在步骤 S32中, 用户接入服务器 3将根据获取的关于设备 4a的控制指令来确定设备 4a的识别信息, 并将控制指令的内容转化 为适合于通过网络地址配置协议报文来传递的控制信息。
之后, 在步骤 S33 中, 用户接入服务器 3将把设备 4a的控制信 息发送给网络地址配置服务器 1。
具体地, 在步骤 S32之后, 用户接入服务器 3还将根据设备 4a 的识别信息发送触发信号给设备 4a, 提示其有更新的控制信息。
设备 4a的识别信息可以是其线路标识信息或者其硬件标识信息, 通常这些信息都是复杂而难以记住的。 优选地, 用户 8所设定的控制 指令中可以采用用户名加设备名称这样易于记忆的条目用以区别不 同的设备。 例如, 用户 8 所设定的控制指令中的用户名为 " 1111 "、 设备名称为 "冰箱"。 因此, 在用户接入服务器 3中, 在步骤 S31之 前, 还需建立用户名加设备名称与设备识别信息之间的对应关系。 在 步骤 S32中, 用户接入服务器 3将根据控制指令和上述对应关系来确 定设备 4a的识别信息, 并将控制指令的内容转化为适合于通过网络 地址配置协议报文来传递的控制信息。
本领域技术人员应能理解, 本发明中所采用的网络地址配置协议 不限于 DHCP 协议。 其他具有网络地址配置功能的协议, 例如 PPP 协议, 也可以应用于本发明。
在本发明的一个具体实施例中, 系统所采用的网络地址配置协议 是 DHCP协议, 网络地址配置服务器 1是一个 DHCP服务器。该实施 例中可以采用如图 6所示的 DHCP 选项的结构。图 6中所示 DHCP 选 项的内容依次为:该选项的编号( option code ),该选项的总长度( option length ), 若干子选项 ( sub option )0 一个子选项的内容依次为: 该子 选项的编号, 该子选项的取值的长度( length of sub option value ) , 该 子选项的取值 ( sub option value )0 用于承载设备的控制信息的选项可 以定义如下: 若干子选项分别对应于一项控制参数。 根据家电设备的 使用方式, 典型的控制参数可以包括: 起始运行时间、终止运行时间、 运行温度、 等。 具体地, 用于承载设备的控制信息的选项可以包括: 子选项 1 , 它的取值对应于起始运行时间; 子选项 2, 它的取值对应 于终止运行时间; 子选项 3 , 它的取值对应于运行温度。 以下将详细 描述用户 8对其家里的设备 4a进行远程控制的一个过程。
在 15:00, 用户 8为设备 4a设定了一个控制指令。 用户接入服务 器 3获取该控制指令, 并根据该指令确定了设备 4a的识别信息和控 制信息, 这里的识别信息是设备 4a 的线路标识信息, 控制信息的内 容包括: 起始时间 16:00、 终止时间 20:00、 运行温度 0摄氏度。 本领 域技术人员应能理解, 设备 4a的识别信息也可以是其硬件标识信息, 例如其 MAC地址。
然后, 用户接入服务器 3将根据设备 4a的线路标识信息发送一 个触发信号。 根据预先确定的设备状态信息, 用户接入服务器 3得知 设备 4a还未启动, 因此触发信号中还包括一个启动控制信号。
当设备控制单元 2a接收到这个触发信号, 将根据其中的启动控 制信号来启动设备 4a。 此时设备 4a还没有网络地址, 于是由设备控 制单元 2a向外发送一个 DHCP discover报文。
DHCP服务器 1接收到这个 DHCP discover报文, 判断出设备 4a 还没有网络地址, 于是为其分配一个网络地址。 此外, DHCP服务器 1还将从该报文中确定设备 4a的线路标识信息 , 并根据设备 4a的线 路标识信息发送查询消息到用户接入服务器 3进行查询。
接入用户服务器 3根据查询消息进行搜索,并将搜索到的设备 4a 的控制信息发送给 DHCP服务器 1。
获得设备 4a的控制信息之后, DHCP服务器 1将发送一个 DHCP offer报文, 该报文包括为设备 4a分配的网络地址及其控制信息, 其 中, 控制信息封装于 DHCP offer报文中的扩展选项字段。
接收到 DHCP offer报文后, 设备控制单元 2a将从中获取设备 4a 的网络地址和控制信息, 并根据控制信息对设备 4a执行相应的操作。 亦即, 设备控制单元 2a控制设备 4a在 16:00开始运行, 并将工作温 度设定为 0摄氏度。
在 17:00, 用户 8为设备 4a设定了一个新的控制指令。 用户接入 服务器 3获取该更新控制指令, 并根据该指令确定了设备 4a的识别 信息和更新的控制信息, 这里的识别信息是设备 4a的线路标识信息, 更新的控制信息的内容包括: 运行温度 4撮氏度。
然后, 用户接入服务器 3将根据设备 4a的线路标识信息发送一 个触发信号。
当设备控制单元 2a接收到这个触发信号, 将根据该触发信号向 外发送一个 DHCP request报文。
DHCP服务器 1接收到这个 DHCP request报文,将从该报文中确 定设备 4a的线路标识信息, 并根据设备 4a的线路标识信息发送查询 消息到用户接入服务器 3进行查询。
接入用户服务器 3根据查询消息进行搜索,并将搜索到的设备 4a 的更新的控制信息发送给 DHCP服务器 1。
获得设备 4a的更新的控制信息之后, DHCP服务器 1将发送一个 DHCP ack报文, 其中, 更新的控制信息封装于 DHCP ack报文中的扩 展选项字段。
接收到 DHCP offer报文后, 设备控制单元 2a将从中获取设备 4a 的更新的控制信息, 并根据更新的控制信息对设备 4a执行相应的操 作。 亦即,设备控制单元 2a控制设备 4a将工作温度调整为 4摄氏度。
如果没有其他的更新控制指令, 则在 20:00, 设备控制单元 2a将 控制设备 4a终止运行。
上述实施例中, 用户接入服务器 3和网络地址配置服务器 1是两 个独立的设备。 在本发明的其他一些实施例中, 这两个设备的功能也 可以由同一个设备来完成。
图 7示出了根据本发明一个实施例的在通信网络的网络地址配置 服务器中用于对设备进行远程控制的远程控制装置的结构图。 如图 7 所示, 该实施例中的远程控制装置 10包括: 第一接收装置 101 , 控制 信息获取装置 102, 第一发送装置 103 , 网络地址判断装置 104, 网络 地址分配装置 105 , 其中控制信息获取装置 102还包括设备识别信息 确定装置 1021。 典型地, 远程控制装置 10设置于网络地址配置服务 器 1 中。 在本发明的不同实施例中, 远程控制装置 10可能包括图 7 中所示的部分装置, 以及未显示于图 7的其他装置。
图 8示出了根据本发明一个实施例的在设备控制单元中用于辅助 对设备进行远程控制的第一辅助装置的结构图。 如图 8所示, 该实施 例中的第一辅助装置 20包括: 触发信号获取装置 201 , 第二发送装置 202 , 第二接收装置 203 , 报文解析装置 204, 执行装置 205。 典型地, 第一辅助装置 20设置于设备控制单元 2a、 2b、 2c中。 在本发明的不 同实施例中, 第一辅助装置 20可能包括图 8 中所示的部分装置, 以 及未显示于图 8的其他装置。
图 9示出了根据本发明一个实施例的在用户接入服务器中用于辅 助对设备进行远程控制的第二辅助装置的结构图。 如图 9所示, 该实 施例中的第二辅助装置 30包括: 映射关系建立装置 300,控制指令获 取装置 301 , 控制指令解析装置 302, 第三发送装置 303。 典型地, 第 二辅助装置 30设置于用户接入服务器 3 中。 在本发明的不同实施例 中, 第二辅助装置 30可能包括图 9中所示的部分装置, 以及未显示 于图 9的其他装置。
以下结合图 2、 图 7、 图 8、 图 9从装置角度对本发明加以描述。 根据本发明的一个实施例, 网络地址配置服务器 1对设备 4b进 行远程控制的过程如下, 其中设备 4b是一个空调。
参考图 7, 在网络地址配置服务器 1 中将完成以下操作:
首先, 由控制信息获取装置 102获取设备 4b的控制信息。 设备 4b是一个冰箱, 则其控制信息中可以包括运行时间设置, 例如起始时 间 17:00、 终止时间 22:00, 和运行温度设置, 例如 28摄氏度。
然后, 第一发送装置 103将把关于设备 4b的控制信息通过网络 地址配置协议报文发送给设备 4b。 具体地, 此处的网络地址配置协议 报文可以采用 DHCP报文,控制信息可以承载于 DHCP报文的扩展选 项字段。 第一发送装置 103 所发送的网络地址配置协议报文可以是 DHCP offer报文或者 DHCP ack报文。
通常, 设备控制单元 2b设置于设备 4b内部。 或者, 设备控制单 元 2b也可以是与设备 4b连接在一起的独立设备。 参考图 8 , 在设备 控制单元 2b中, 将完成以下操作:
首先, 由第二接收装置 203接收来自网络地址配置服务器 1的网 络地址配置协议报文。
接着, 报文解析装置 204将从接收到的协议报文中获取关于设备 4b的控制信息。
然后, 执行装置 205将根据控制信息对设备 4b执行相应的操作。 例如,执行装置 205控制设备 4b在 17:00开始运行, 并将工作温度设 定为 28摄氏度; 在 22:00, 执行装置 205控制设备 4b终止运行。
优选地, 在接收到来自网络地址配置服务器 1的网络地址配置协 议报文之前, 设备控制单元 2b将由其第一辅助装置 20中的第二发送 装置 202向网络地址配置服务器 1发送网络地址配置协议报文, 用于 索取网络地址配置信息和 /或控制信息。 具体地, 第二发送装置 202 所发送的网络地址配置协议报文可以是 DHCP discover 4艮文或者 DHCP request报文。
更具体地, 在发送网络地址配置协议拫文之前, 设备控制单元 2b 将由其第一辅助装置 20中的触发信号获取装置 201获取触发信号, 该触发信号来自用户接入服务器 3。 第二发送装置 202将根据获取的 触发信号, 向网络地址配置服务器 1发送网络地址配置协议报文。 如 果触发信号中包括启动控制信号, 则设备控制单元 2b将根据启动控 制信号来启动设备 4b,然后由第二发送装置 202向网络地址配置服务 器 1发送网络地址配置协议报文。
网络地址配置服务器 1将由其第一接收装置 101接收到来自设备 控制单元 2b 的网络地址配置协议报文。 然后, 设备识别信息获取装 置 1021将根据来自设备控制单元 2b的地址配置协议报文确定设备 4b 的识别信息, 控制信息获取装置 102将根据该识别信息确定设备 4b 的控制信息。 更具体地, 设备 4b的识别信息可以是其线路标识信息, 例如设备 4b接入网络所占用的接入设备 7的端口号, 等; 或者, 该 识别信息还可以是设备 4b的硬件标识信息, 例如其 MAC地址。
另外, 网络地址配置服务器 1中将由网络地址判断装置 104将根 据来自设备控制单元 2b的网络地址配置协议报文来判断设备 4b是否 已经具有网络地址。 如果设备 4b还没有网络地址, 网络地址配置服 务器 1 中将由网络地址分配装置为设备 4b分配网络地址, 然后由第 一发送装置 103将该网络地址和设备 4b的控制消息一起通过网络地 址配置协议^ ^艮文发送给设备 4b。
参考图 9, 在用户接入服务器 3中将完成以下操作:
首先,控制指令获取装置 301将获取来自用户的控制指令。例如, 设备 4b是用户 8家中的电器设备, 用户 8为设备 4b设定控制指令。 具体设定方式可以是用户 8远程登录用户接入服务器 3进行设定, 或 者由指令获取装置 301接收用户 8所发送短信完成设定, 等。
接着, 控制指令解析装置 302将根据获取的关于设备 4b的控制 指令来确定设备 4b 的识别信息, 并将控制指令的内容转化为适合于 通过网络地址配置协议报文来传递的控制信息。
之后, 第三发送装置 303将把设备 4b的控制信息发送给网络地 址配置服务器 1。
具体地, 第三发送装置 303还将根据设备 4b的识别信息发送触 发信号给设备 4b, 提示其有更新的控制信息。
设备 4b的识别信息可以是其线路标识信息或者其硬件标识信息, 通常这些信息都是复杂而难以记住的。 优选地, 用户 8所设定的控制 指令中可以采用用户名加设备名称这样易于记忆的条目用以区别不 同的设备。 例如, 用户 8 所设定的控制指令中的用户名为 " 1111"、 设备名称为 "空调,,。 因此, 在用户接入服务器 3 中, 还需要由映射 关系建立装置 300预先建立用户名加设备名称与设备识别信息之间的 对应关系。控制指令解析装置 302将根据控制指令和上述对应关系来 确定设备 4b的识别信息, 并将控制指令的内容转化为适合于通过网 络地址配置协议报文来传递的控制信息。
本领域技术人员应能理解, 本发明中所采用的网络地址配置协议 不限于 DHCP 协议。 其他具有网络地址配置功.能的协议, 例如 PPP 协议, 也可以应用于本发明。
在本发明的一个具体实施例中, 系统所采用的网络地址配置协议 是 DHCP协议, 网络地址配置服务器 1是一个 DHCP服务器。该实施 例中可以釆用如图 6所示的 DHCP选项的结构。 图 6 中所示 DHCP 选项的内容依次为: 该选项的编号, 该选项的总长度, 若千子选项。 一个子选项的内容依次为:该子选项的编号,该子选项的取值的长度, 该子选项的取值。 用于承载设备的控制信息的选项可以定义如下: 若 干子选项分別对应于一项控制参数。 根据家电设备的使用方式, 典型 的控制参数可以包括: 起始运行时间、 终止运行时间、运行温度、 等。 具体地, 用于承载设备的控制信息的选项可以包括: 子选项 1 , 它的 取值对应于起始运行时间;子选项 2,它的取值对应于终止运行时间; 子选项 3 , 它的取值对应于运行温度。 以下将详细描述用户 8对其家 里的设备 4b进行远程控制的一个过程。 在 15:30, 用户 8为设备 4b设定了一个控制指令。 用户接入服务 器 3中, 由控制指令获取装置 301将获取该控制指令, 并由控制指令 解析装置 302根据该指令确定了设备 4b的识别信息和控制信息, 这 里的识别信息是设备 4b的硬件标识信息,也就是 MAC地址,控制信 息的内容包括: 起始时间 17:00、 终止时间 22:00、 运行温度 28摄氏 度。 本领域技术人员应能理解, 设备 4b的识别信息也可以是其线路 标识信息, 例如设备 4b所占用的接入设备 7的端口号。
然后, 用户接入服务器 3 中将由第三发送装置 303根据设备 4b 的硬件标识信息发送一个触发信号。 根据预先确定的设备状态信息, 用户接入服务器 3得知设备 4b还未启动, 因此触发信号中还包括一 个启动控制信号。
在设备控制单元 2b 中, 触发信号获取装置 201将接收到这个触 发信号。 然后, 设备控制单元 2b将根据该触发信号中的启动控制信 号来启动设备 4b, 启动操作可以由执行装置 205 来执行。 此时设备 4b还没有网络地址, 于是由设备控制单元 2b中的第二发送装置 202 向外发送一个 DHCP discover报文。
在 DHCP服务器 1 中, 第一接收装置 101将接收到这个 DHCP discover报文。 根据该报文, 网络地址判断装置 104将判断出设备 4b 还没有网络地址。 于是, 网络地址分配装置 105为设备 4b分配一个 网络地址。 此外, 设备识别信息确定装置 1021 还将从该报文中确定 设备 4b的硬件标识信息。 控制信息获取装置 102将根据设备 4b的硬 件标识信息发送查询消息到用户接入服务器 3进行查询, 该查询消息 中可以包括设备 4b的硬件标识信息。
接入用户服务器 3根据查询消息中的设备 4b的硬件标识信息进 行搜索, 并将搜索到的设备 4b的控制信息发送给 DHCP服务器 1。
DHCP服务器 1 中, 控制信息获取装置 102获得设备 4b的控制 信息之后, 将由第一发送装置 103发送一个 DHCP offer报文, 该报 文包括为设备 4b分配的网络地址及其控制信息, 其中, 控制信息封 装于 DHCP offer报文中的扩展选项字段。 在设备控制单元 2b中, 第二接收装置 203接收到 DHCP offer报 文后, 报文解析装置 204将从该报文中获取设备 4b的网絡地址和控 制信息, 然后由执行装置 205根据控制信息对设备 4b执行相应的操 作。 具体地, 执行装置 205将控制设备 4b在 17:00开始运行, 并将工 作温度设定为 28摄氏度。
在 18:00, 用户 8为设备 4b设定了一个新的控制指令。 用户接入 服务器 3中, 由控制指令获取装置 301获取该更新控制指令, 并由控 制指令解析装置 302根据该指令确定了设备 4b的识别信息和更新的 控制信息, 这里的识别信息是设备 4b的硬件标识信息, 更新的控制 信息的内容包括: 运行温度 25摄氏度。 然后, 第三发送装置 303将 根据设备 4b的硬件标识信息发送一个触发信号。
在设备控制单元 2b中, 当触发信号获取装置 201接收到这个触 发信号之后, 第二发送装置 202 将根据该触发信号向外发送一个 DHCP request才艮文。
DHCP服务器 1中, 第一接收装置 101接收到这个 DHCP request 报文, 设备识别信息确定装置 1021将从该报文中确定设备 4b的硬件 标识信息, 控制信息获取装置 102将根据设备 4b的线路标识信息发 送查询消息到用户接入服务器 3进行查询, 该查询消息中可以包括设 备 4b的硬件标识信息。
接入用户服务器 3根据查询消息中的设备 4b的硬件标识信息进 行搜索, 并将搜索到的设备 4b的更新的控制信息发送给 DHCP服务 器 1。
DHCP服务器 1 中, 控制信息获取装置 102获得设备 4b的更新 的控制信息之后, 将由第一发送装置 103发送一个 DHCP ack报文, 其中, 更新的控制信息封装于 DHCP ack报文中的扩展选项字段。
在设备控制单元 2b中, 第二接收装置 203接收到 DHCP offer报 文后, 报文解析装置 204将从该报文中获取设备 4b的更新的控制信 息, 然后由执行装置 205根据更新的控制信息对设备 4b执行相应的 操作。 具体地, 执行装置 205控制设备 4b将工作温度调整为 25摄氏 度。
如果没有其他的更新控制指令, 则在 22:00, 设备控制单元 2b中 的执行装置 205将控制设备 4b终止运行。
上述实施例中, 用户接入服务器 3和网络地址配置服务器 1是两 个独立的设备。 在本发明的其他一些实施例中, 远程控制装置 10和 第二辅助装置 30设置于同一个设备中,该设备兼具用户接入服务器 3 和网络地址配置服务器 1的功能。
本领域技术人员应能理解, 本发明中的各装置既可以由硬件装置 实现, 也可以由软件中的功能模块实现。
以上对本发明的非限定性实施例进行了描述, 但是本发明并不局 限于特定的系统、 设备或具体协议, 本领域内技术人员可以在所附权 利要求的范围内做出各种变形或修改。

Claims

权 利 要 求 书
1. 一种在通信网络的网络地址配置服务器中用于对设备进行远 程控制的方法, 包括以下步骤:
B. 获取待控制设备的控制信息;
C. 将所述控制信息通过网络地址配置协议报文发送给所述待控 制设备。
2. 根据权利要求 1所述的方法, 其特征在于, 所述步驟 B之前 还包括步骤:
A, 接收来自待控制设备的网络地址配置协议报文;
所述步骤 B通过以下子步骤实现:
B1.根据所述来自待控制设备的网络地址配置协议报文确定所述 待控制设备的识别信息;
B 2. 根据所述待控制设备的识别信息确定所述控制信息。
3. 才 居权利要求 2所述的方法, 其特征在于, 所述识别信息包 括所述待控制设备的线路标识信息;
所述步骤 B2中根据所述待控制设备的线路标识信息确定所述控 制信息。
4. 根据权利要求 2所述的方法, 其特征在于, 所述识别信息包 括所述待控制设备的硬件标识信息;
所述步骤 B2中根据所述待控制设备的硬件标识信息确定所述控 制信息。
5. 根据权利要求 2所述的方法, 其特征在于, 所述步骤 A之后、 步骤 C之前还包括步骤:
- 根据所述来自待控制设备的网络地址配置协议报文, 判断所述 待控制设备是否已经具有网络地址;
- 如果所述待控制设备没有网络地址,则为该设备分配网络地址; 所述步骤 C 中将所述网络地址和所述控制消息一起通过网络地 址配置协议报文发送给所述待控制设备。
6. 根据权利要求 1至 5中任一项所述的方法, 其特征在于, 所 述网络地址配置服务器为 DHCP服务器,所述网络地址配置协议报文 为 DHCP报文, 所述控制信息承载于 DHCP报文的选项字段中。
7. 一种在设备控制单元中用于辅助对设备进行远程控制的方法, 包括以下步骤:
- c 接收来自网络地址配置服务器的网络地址配置协议报文; d. 从所述网络地址配置协议报文中获取控制信息;
e. 根据所述控制信息, 对所述设备执行相应操作。
8. 根据权利要求 7所述的方法, 其特征在于, 所述步骤 c之前 还包括步驟:
b. 向所述网络地址配置服务器发送网络地址配置协议报文。
9, 根据权利要求 8所述的方法, 其特征在于, 所述步骤 b之前 还包括步驟:
a. 获取触发信号;
步骤 b中根据所述触发信号向所述网络地址配置服务器发送网络 地址配置协议报文。
10. 根据权利要求 9所述的方法, 其特征在于, 所述触发信号包 括启动控制信号;
所述步骤 a还包括:
根据所述启动控制信号, 启动所述设备。
11. 根据权利要求 7至 10中任一项所述的方法, 其特征在于, 所述网络地址配置服务器为 DHCP服务器,所述网络地址配置协议报 文为 DHCP报文, 所述控制信息承载于 DHCP报文的选项字段中。
12. 一种在用户接入服务器中用于辅助对设备进行远程控制的方 法, 包括步骤:
I. 获取控制指令;
II. 根据所述控制指令确定待控制设备的设备识别信息及其控制 信息;
III. 将所述待控制设备的控制信息发送给网络地址配置服务器。
13. 根据权利要求 12所述的方法, 其特征在于, 所述步驟 II之 后还包括步骤:
- 根据所述待控制设备的识别信息发送触发信号。
14. 根据权利要求 11或 12所述的方法, 其特征在于, 所述步驟 I之前还包括步骤:
- 建立待控制设备和设备识别信息之间的对应关系;
所述步骤 II 中根据所述控制指令以及待控制设备和设备识别信 息之间的对应关系, 确定待控制设备的设备识别信息及其控制信息。
15. 根据权利要求 12至 14中任一项所述的方法, 其特征在于, 所述网络地址配置服务器为 DHCP服务器。
16. 一种在通信网络的网络地址配置服务器中用于对设备进行远 程控制的远程控制装置, 包括:
控制信息获取装置, 用于获取待控制设备的控制信息;
第一发送装置, 用于将所述控制信息通过网络地址配置协议报文 发送给所述待控制设备。
17. 根据权利要求 16所述的远程控制装置, 其特征在于, 还包 括:
第一接收装置, 用于接收来自待控制设备的网络地址配置协议报 文;
所述控制信息获取装置包括:
设备识别信息确定装置, 用于根据所述来自待控制设备的网络地 址配置协议报文确定所述待控制设备的识别信息;
所述控制信息获取装置根据所述待控制设备的识别信息确定所 述控制信息。
18. 根据权利要求 17所述的远程控制装置, 其特征在于, 所述 识別信息包括所述待控制设备的线路标识信息;
所述控制信息获取装置根据所述待控制设备的线路标识信息确 定所述控制信息。
19. 根据权利要求 17所述的远程控制装置, 其特征在于, 所述 识别信息包括所述待控制设备的硬件标识信息;
所述控制信息获取装置根据所述待控制设备的硬件标识信息确 定所述控制信息。
20. 根据权利要求 17所述的远程控制装置, 其特征在于, 还包 括 ··
网络地址判断装置, 用于根据所述来自待控制设备的网络地址配 置协议报文, 判断所述待控制设备是否已经具有网络地址;
网络地址分配装置, 用于如果所述待控制设备没有网络地址, 则 为该设备分配网络地址;
所述第一发送装置将所述网络地址和所述控制消息一起通过网 络地址配置协议报文发送给所述待控制设备。
21. 根据权利要求 16至 20中任一项所述的远程控制装置, 其特 征在于, 所述网络地址配置服务器为 DHCP服务器, 所述网络地址配 置协议报文为 DHCP报文,所述控制信息承载于 DHCP报文的选项字 段中。
22. 一种在设备控制单元中用于辅助对设备进行远程控制的第一 辅助装置, 包括:
第二接收装置, 用于接收来自网络地址配置服务器的网络地址配 置协议报文;
报文解析装置, 用于从所述网络地址配置协议报文中获取控制信 自、.
执行装置, 用于根据所述控制信息, 对所述设备执行相应操作。
23. 根据权利要求 22所述的第一辅助装置, 其特征在于, 还包 括:
第二发送装置, 用于向所述网络地址配置服务器发送网络地址配 置协议报文。
24. 根据权利要求 23 所述的第一辅助装置, 其特征在于, 还包 括:
触发信号获取装置, 用于获取触发信号; 所述第二发送装置根据所述触发信号向所述网络地址配置服务 器发送网络地址配置协议报文。
25. 根据权利要求 24所述的第一辅助装置, 其特征在于, 所述 触发信号包括启动控制信号;
所述触发信号获取装置还用于: 根据所述启动控制信号, 启动所 述设备。
26. 根据权利要求 22至 25中任一项所述的第一辅助装置, 其特 征在于, 所述网络地址配置服务器为 DHCP服务器, 所述网络地址配 置协议报文为 DHCP报文,所述控制信息承载于 DHCP报文的选项字 段中。
27. 一种在用户接入服务器中用于辅助对设备进行远程控制的第 二辅助装置, 包括:
控制指令获取装置, 用于获取控制指令;
控制指令解析装置, 用于根据所述控制指令确定待控制设备的设 备识别信息及其控制信息;
第三发送装置, 用于将所述待控制设备的控制信息发送给网络地 址配置服务器。
28. 根据权利要求 27所述的第二辅助装置, 其特征在于, 所述 第三发送装置还用于: 根据所述待控制设备的识别信息发送触发信 号。
29. 根据权利要求 27或 28所述的第二辅助装置, 其特征在于, 还包括:
映射关系建立装置, 用于建立待控制设备和设备识别信息之间的 对应关系;
所述控制指令解析装置用于根据所述控制指令以及待控制设备 和设备识别信息之间的对应关系, 确定待控制设备的设备识别信息及 其控制信息。
30. 根据权利要求 27至 29中任一项所述的第二辅助装置, 其特 征在于, 所述网络地址配置服务器为 DHCP服务器。
31. 一种网络地址配置服务器, 其包括权利要求 16至 21中任一 项所述的远程控制装置。
32. 一种设备控制单元, 其包括权利要求 22至 26中任一项所述 的第一辅助装置。
33. 一种用户接入服务器, 其包括权利要求 27至 30中任一项所 述的第二辅助装置。
PCT/CN2009/000115 2009-01-24 2009-01-24 通过网络地址配置服务器实现设备远程控制的方法及装置 WO2010083629A1 (zh)

Priority Applications (5)

Application Number Priority Date Filing Date Title
KR1020117017303A KR101567622B1 (ko) 2009-01-24 2009-01-24 원격 제어 방법, 원격 제어 조력 방법, 원격 제어 장치, 조력 장치, 네트워크 주소 구성 서버, 장치 제어 유닛 및 사용자 액세스 서버
PCT/CN2009/000115 WO2010083629A1 (zh) 2009-01-24 2009-01-24 通过网络地址配置服务器实现设备远程控制的方法及装置
CN200980136353.1A CN102160333B (zh) 2009-01-24 2009-01-24 通过网络地址配置服务器实现设备远程控制的方法及装置
EP09838596.6A EP2391062B1 (en) 2009-01-24 2009-01-24 Apparatuses for realizing remote control of devices through network address configuration server
JP2011546563A JP5548217B2 (ja) 2009-01-24 2009-01-24 ネットワークアドレスコンフィギュレーションサーバによるデバイスの遠隔制御を実施する方法および装置

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
PCT/CN2009/000115 WO2010083629A1 (zh) 2009-01-24 2009-01-24 通过网络地址配置服务器实现设备远程控制的方法及装置

Publications (1)

Publication Number Publication Date
WO2010083629A1 true WO2010083629A1 (zh) 2010-07-29

Family

ID=42355477

Family Applications (1)

Application Number Title Priority Date Filing Date
PCT/CN2009/000115 WO2010083629A1 (zh) 2009-01-24 2009-01-24 通过网络地址配置服务器实现设备远程控制的方法及装置

Country Status (5)

Country Link
EP (1) EP2391062B1 (zh)
JP (1) JP5548217B2 (zh)
KR (1) KR101567622B1 (zh)
CN (1) CN102160333B (zh)
WO (1) WO2010083629A1 (zh)

Cited By (6)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN106506476A (zh) * 2016-10-24 2017-03-15 北京东土科技股份有限公司 安全修改设备信息的方法和系统
US9883567B2 (en) 2014-08-11 2018-01-30 RAB Lighting Inc. Device indication and commissioning for a lighting control system
US9974150B2 (en) 2014-08-11 2018-05-15 RAB Lighting Inc. Secure device rejoining for mesh network devices
US10039174B2 (en) 2014-08-11 2018-07-31 RAB Lighting Inc. Systems and methods for acknowledging broadcast messages in a wireless lighting control network
US10531545B2 (en) 2014-08-11 2020-01-07 RAB Lighting Inc. Commissioning a configurable user control device for a lighting control system
CN111886845A (zh) * 2018-03-23 2020-11-03 昕诺飞控股有限公司 在通信互连装置网络中执行空中下载(ota)升级的方法和装置

Families Citing this family (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
KR101406313B1 (ko) * 2012-02-29 2014-06-12 김환규 서버에서 클라이언트 기능을 이용하기 위한 서버-클라이언트 시스템

Citations (4)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US20030018753A1 (en) * 2001-07-18 2003-01-23 Ryuken Seki Remote control proxy method and apparatus
WO2004032452A1 (en) * 2002-09-30 2004-04-15 Matsushita Electric Industrial Co., Ltd. Apparatuses, method and computer software products for controlling a home terminal
CN1953431A (zh) * 2006-11-08 2007-04-25 华为技术有限公司 家庭智能终端控制方法及家庭接入网关
CN101247297A (zh) * 2007-02-16 2008-08-20 华为技术有限公司 对家庭网络中应用终端进行自动配置的装置、系统和方法

Family Cites Families (7)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
FR2815494B1 (fr) * 2000-10-12 2003-01-10 Schneider Automation S A Methode de configuration d'un module d'automatisme sur un reseau tcp/ip
JP2003162462A (ja) * 2001-11-26 2003-06-06 Toshiba Corp 通信ネットワークシステム
WO2003065685A1 (en) * 2002-01-28 2003-08-07 Apple Computer, Inc. Presentation during network address acquisition
JP3779696B2 (ja) * 2003-04-28 2006-05-31 株式会社東芝 電子機器と移動機器とを含むシステム、およびサービス提供方法
KR100663547B1 (ko) * 2004-09-09 2007-01-02 삼성전자주식회사 단말기의 소프트웨어 업그레이드를 위한 통신 시스템 및방법과 그 단말기
JP2006086703A (ja) * 2004-09-15 2006-03-30 Toshiba Corp アクセス管理装置、プログラム及び端末装置の遠隔起動方法
US7447927B2 (en) * 2005-08-23 2008-11-04 Apple Inc. Method and apparatus for waking up a sleeping system

Patent Citations (4)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US20030018753A1 (en) * 2001-07-18 2003-01-23 Ryuken Seki Remote control proxy method and apparatus
WO2004032452A1 (en) * 2002-09-30 2004-04-15 Matsushita Electric Industrial Co., Ltd. Apparatuses, method and computer software products for controlling a home terminal
CN1953431A (zh) * 2006-11-08 2007-04-25 华为技术有限公司 家庭智能终端控制方法及家庭接入网关
CN101247297A (zh) * 2007-02-16 2008-08-20 华为技术有限公司 对家庭网络中应用终端进行自动配置的装置、系统和方法

Cited By (13)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US10855488B2 (en) 2014-08-11 2020-12-01 RAB Lighting Inc. Scheduled automation associations for a lighting control system
US9883567B2 (en) 2014-08-11 2018-01-30 RAB Lighting Inc. Device indication and commissioning for a lighting control system
US9974150B2 (en) 2014-08-11 2018-05-15 RAB Lighting Inc. Secure device rejoining for mesh network devices
US10039174B2 (en) 2014-08-11 2018-07-31 RAB Lighting Inc. Systems and methods for acknowledging broadcast messages in a wireless lighting control network
US10085328B2 (en) 2014-08-11 2018-09-25 RAB Lighting Inc. Wireless lighting control systems and methods
US10219356B2 (en) 2014-08-11 2019-02-26 RAB Lighting Inc. Automated commissioning for lighting control systems
US10531545B2 (en) 2014-08-11 2020-01-07 RAB Lighting Inc. Commissioning a configurable user control device for a lighting control system
US11398924B2 (en) 2014-08-11 2022-07-26 RAB Lighting Inc. Wireless lighting controller for a lighting control system
US11722332B2 (en) 2014-08-11 2023-08-08 RAB Lighting Inc. Wireless lighting controller with abnormal event detection
US12068881B2 (en) 2014-08-11 2024-08-20 RAB Lighting Inc. Wireless lighting control system with independent site operation
CN106506476B (zh) * 2016-10-24 2019-07-23 北京东土科技股份有限公司 安全修改设备信息的方法和系统
CN106506476A (zh) * 2016-10-24 2017-03-15 北京东土科技股份有限公司 安全修改设备信息的方法和系统
CN111886845A (zh) * 2018-03-23 2020-11-03 昕诺飞控股有限公司 在通信互连装置网络中执行空中下载(ota)升级的方法和装置

Also Published As

Publication number Publication date
EP2391062A4 (en) 2012-08-22
EP2391062A1 (en) 2011-11-30
CN102160333B (zh) 2014-02-19
KR20110124211A (ko) 2011-11-16
CN102160333A (zh) 2011-08-17
JP2012516080A (ja) 2012-07-12
EP2391062B1 (en) 2016-08-17
JP5548217B2 (ja) 2014-07-16
KR101567622B1 (ko) 2015-11-09

Similar Documents

Publication Publication Date Title
WO2010083629A1 (zh) 通过网络地址配置服务器实现设备远程控制的方法及装置
US5854901A (en) Method and apparatus for serverless internet protocol address discovery using source address of broadcast or unicast packet
JP3920305B1 (ja) パケット転送装置
US9769245B2 (en) Method for communicating data between a domestic appliance and a user terminal, a domestic appliance, and a system comprising a domestic appliance and a user terminal
CN101883158B (zh) 获取虚拟局域网标识和网络协议地址的方法及客户端
EP1494433A1 (en) Duplicate MAC address check and dynamic MAC address allocation
WO2014015775A1 (zh) 一种IPv6地址无状态自动配置的系统、数据卡及其实现方法
CN1889484A (zh) 一种认证接入系统及其认证接入方法
WO2013178194A2 (zh) 数据终端升级装置及方法
WO2017088101A1 (zh) 一种网络连接信息获取方法及路由器
WO2015184853A1 (zh) 一种IPv6无状态自动配置的认证方法及装置
CN101188628B (zh) 发放业务信息的方法和系统、网络设备
CN107968725B (zh) 家庭网关单元型终端设备配置信息返回及配置方法、设备
JP4402777B2 (ja) 事前定義コマンドを実行させる方法、そのような方法を実現する第1の端末と第2の端末、およびそのような第1の端末とそのような第2の端末を含む通信ネットワーク
CN101087232B (zh) 一种基于以太网上点对点协议的接入方法、系统和设备
EP1307027B1 (en) Method for setting up a communication between a device and a host application over an IP network, host application and DSL router, and software programs realizing said method
WO2015058413A1 (zh) 一种数据配置方法及网络管理服务器
WO2013178164A1 (zh) IPv6域名服务器DNS地址分配、获取方法及装置
KR102560548B1 (ko) 액세스 포인트, 홈 게이트웨이 및 홈 네트워크 시스템과, 상기 홈 네트워크 시스템에서의 ip 통신 수행 방법
JP4621259B2 (ja) パケット転送制御方法
WO2012162996A1 (zh) Ip地址获取方法及网络接入设备
JP3618677B2 (ja) Ipアドレス自動割当方法及びゲートウェイ装置
WO2015085558A1 (zh) 一种动态分配ip地址的方法、装置和系统
WO2014008822A1 (zh) 设置dns服务器地址的方法、装置及系统
JP3892235B2 (ja) アドレス自動割り当て方法

Legal Events

Date Code Title Description
WWE Wipo information: entry into national phase

Ref document number: 200980136353.1

Country of ref document: CN

121 Ep: the epo has been informed by wipo that ep was designated in this application

Ref document number: 09838596

Country of ref document: EP

Kind code of ref document: A1

REEP Request for entry into the european phase

Ref document number: 2009838596

Country of ref document: EP

WWE Wipo information: entry into national phase

Ref document number: 2009838596

Country of ref document: EP

WWE Wipo information: entry into national phase

Ref document number: 2011546563

Country of ref document: JP

ENP Entry into the national phase

Ref document number: 20117017303

Country of ref document: KR

Kind code of ref document: A

NENP Non-entry into the national phase

Ref country code: DE