WO2024113583A1 - Procédé de recherche de dispositif intelligent, et appareil électronique et dispositif de conversion - Google Patents

Procédé de recherche de dispositif intelligent, et appareil électronique et dispositif de conversion Download PDF

Info

Publication number
WO2024113583A1
WO2024113583A1 PCT/CN2023/085939 CN2023085939W WO2024113583A1 WO 2024113583 A1 WO2024113583 A1 WO 2024113583A1 CN 2023085939 W CN2023085939 W CN 2023085939W WO 2024113583 A1 WO2024113583 A1 WO 2024113583A1
Authority
WO
WIPO (PCT)
Prior art keywords
smart
mdns
mdns service
device information
service
Prior art date
Application number
PCT/CN2023/085939
Other languages
English (en)
Chinese (zh)
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 海尔优家智能科技(北京)有限公司
Publication of WO2024113583A1 publication Critical patent/WO2024113583A1/fr

Links

Definitions

  • the present application relates to the field of smart homes, and in particular, to a method, storage medium, electronic device and conversion device for searching for smart devices.
  • UDP User Datagram Protocol
  • smart devices and terminal devices define corresponding sending ports and receiving ports respectively. After receiving requests on fixed ports, smart devices report the information of each device to the terminal device, so that the terminal device can scan all smart devices in the local area network.
  • the search process is easily interfered by the communication of other devices, and the data security and reliability are not high.
  • the related technology has the following problems:
  • the search process requires that the data formats sent and received by the terminal device and the smart device must be completely consistent.
  • the UDP data format is private, and the UDP data formats supported by different manufacturers or different platforms are often different.
  • the success rate of the terminal device searching for smart devices is low.
  • the embodiments of the present disclosure provide a method, storage medium, electronic device, and conversion device for searching smart devices, so as to improve the success rate of smart device search in a cross-vendor or cross-platform smart device search scenario.
  • the method includes: monitoring a UDP port; obtaining device information of one or more smart devices based on the monitored messages; determining the mDNS service of the smart device based on the device information; and multicasting the mDNS service of the smart device for terminal devices to query.
  • the storage medium includes a stored program, wherein the program executes the above method when it is executed.
  • the electronic device includes a memory and a processor, wherein the memory stores a computer program, and the processor is configured to execute the above method through the computer program.
  • the conversion device includes: a conversion device body; and the above-mentioned electronic device is installed in the conversion device body.
  • FIG1 is a schematic diagram of a hardware environment of a method for searching for smart devices provided by an embodiment of the present disclosure
  • FIG2 is a schematic diagram of a method for searching for smart devices provided by an embodiment of the present disclosure
  • FIG3 is a schematic diagram of another method for searching for smart devices provided by an embodiment of the present disclosure.
  • FIG4 is a schematic diagram of another method for searching for smart devices provided by an embodiment of the present disclosure.
  • FIG5 is a schematic diagram of another method for searching for smart devices provided by an embodiment of the present disclosure.
  • FIG6 is a schematic diagram of an apparatus for searching for smart devices provided by an embodiment of the present disclosure.
  • FIG. 7 is a schematic diagram of a conversion device provided in an embodiment of the present disclosure.
  • UDP User Datagram Protocol
  • smart devices and terminal devices define corresponding sending ports and receiving ports respectively. After receiving the request at the fixed port, the smart device reports the information of each device to the terminal device, so that the terminal device can scan all smart devices in the local area network.
  • the search process is easily interfered by the communication of other devices, and the data security and reliability are not high.
  • a method for searching smart devices including: step 1, the smart device listens to the UDP fixed IP address and communication port; step 2, the terminal device sends a device search instruction to the fixed UDP address and UDP communication port; step 3, when the smart device receives the device search instruction sent by the terminal device using UDP unicast, it uses the public key to perform tea decryption, and then extracts the IP address and UDP communication port of the terminal device, and replies with a UDP unicast data packet to the terminal device; step 4, when the terminal device receives the UDP unicast data packet replied by the smart device, it extracts the information of the smart device from the UDP unicast data packet and starts operating communication with the smart device.
  • the relevant technology has improved the data security and reliability of the smart device search process to a certain extent, but the search process requires that the data formats sent and received by the terminal device and the smart device must be completely consistent.
  • the UDP data format is private, and the UDP data formats supported by different manufacturers or different platforms are often different. Therefore, when the smart device and the terminal device support different UDP data formats, the terminal device cannot search for the smart device. As a result, in the cross-manufacturer or cross-platform smart device search scenario, the success rate of the terminal device searching for smart devices is low.
  • the present application provides a method, storage medium, electronic device and conversion device for searching smart devices.
  • Fig. 1 is a schematic diagram of a hardware environment of a method for searching smart devices provided by an embodiment of the present disclosure.
  • the hardware environment includes a smart device 10, a conversion device 20 and a terminal device 30.
  • the smart device 10 does not only refer to a single device, but may also be multiple devices.
  • the smart device 10 and the conversion device 20 communicate with each other via the UDP protocol and support the same UDP data format.
  • the conversion device 20 and the terminal device 30 communicate with each other based on the mDNS (multicast DNS) protocol.
  • the terminal device is a user terminal, which can be a mobile phone, personal computer or other device that can input control information.
  • the user controls the smart device and conversion device through the terminal device.
  • the smart device is a household appliance that communicates with the terminal device to transmit data or execute control instructions issued by the terminal device, including but not limited to smart air conditioners, smart refrigerators, smart sweeping robots, smart cooking equipment, etc.
  • the conversion device is also a household appliance that communicates with the terminal device to transmit data or execute control instructions sent by the terminal device, such as a smart air conditioner, a smart refrigerator, a smart sweeping robot, a smart cooking device, etc.
  • the difference between the conversion device and the above-mentioned smart device is mainly that it can communicate based on the UDP and mDNS protocols.
  • the conversion device can also be a separately set data processing device without having the actual household appliance function.
  • the conversion device includes at least two functional modules: a decoding module and a data packet conversion module.
  • the decoding module can decode the received UDP broadcast message to obtain the device information of the smart device.
  • the data packet conversion module can convert the decoded device information into an mDNS service to achieve format conversion.
  • the conversion device also includes a management module that can manage the generated mDNS service.
  • the management module manages the mDNS service through the mDNS service list.
  • the management module manages the mDNS service through the mDNS service list.
  • the mDNS service corresponding to the new smart device is added to the mDNS service list.
  • the mDNS service corresponding to the offline smart device is deleted from the mDNS service list.
  • an embodiment of the present disclosure provides a method for searching for smart devices, including:
  • the conversion device listens to the UDP port.
  • the conversion device obtains device information of one or more smart devices according to the monitored message.
  • the conversion device decodes the monitored UDP broadcast message according to the data format specified by the manufacturer, thereby obtaining the device information of the smart device.
  • the conversion device determines the mDNS service of the smart device according to the device information.
  • the conversion device multicasts the mDNS service of the smart device for query by the terminal device.
  • the mDNS service of the multicast smart device here is to convert the device to multicast the mDNS service to a specific mDNS port.
  • the specific mDNS port is port 5353 in the local area network.
  • the method for searching smart devices is used to monitor the UDP port to obtain information that supports the UDP data format, thereby determining the device information of the smart device that supports the UDP format.
  • the mDNS service corresponding to the smart device is determined based on the device information, and the mDNS service of the smart device is multicast to the mDNS port.
  • the terminal device can directly obtain the device information of the smart device through the mDNS service of the smart device, thereby realizing the search and discovery of the smart device.
  • mDNS is a standard protocol, and the data transmission and reception process is not Restricted by the manufacturer or platform.
  • terminal devices belonging to different manufacturers or different platforms can receive the mDNS service that stores the device information of the smart device sent by the conversion device, thereby realizing the search and discovery of the smart device and the conversion device by the terminal device. It can be seen that in the cross-manufacturer or cross-platform smart device search scenario, the method for searching smart devices provided by the embodiment of the present disclosure effectively improves the success rate of the search.
  • the device information includes a MAC (Media Access Control) address of the device.
  • a MAC address corresponds to a smart device one-to-one, so a unique smart device can be determined based on the MAC address, thereby realizing search and discovery of the smart device.
  • the device information also includes information such as device product number, device software version, etc.
  • the device information can represent the actual situation of the smart device in more detail.
  • the embodiment of the present disclosure provides another method for searching for smart devices, including:
  • the conversion device listens to the UDP port.
  • the conversion device obtains device information of one or more smart devices according to the monitored message.
  • the device information of the smart device already exists in the mDNS service list, it means that the smart device has registered the mDNS service. You can directly retrieve the historical information to obtain the mDNS service of the smart device, thereby obtaining the device information of the smart device and realizing the search and discovery of the smart device. In this case, there is no need to register the mDNS service.
  • the conversion device multicasts the mDNS service of the smart device for query by the terminal device.
  • the conversion device monitors the UDP port to obtain information that supports the UDP data format, thereby determining the device information of the smart device that supports the UDP format.
  • the mDNS service corresponding to the smart device is determined based on the device information, and the mDNS service of the smart device is multicast to the mDNS port.
  • the terminal device can directly obtain the device information of the smart device through the mDNS service of the smart device, thereby realizing the search and discovery of the smart device.
  • the sending and receiving process of the mDNS service is not restricted by the manufacturer or platform.
  • the search and discovery of the device can also be realized through the mDNS service.
  • the success rate of smart device search is effectively improved.
  • the device information is used to determine whether the online smart device already exists in the existing mDNS service list. If it already exists, it means that the smart device has registered with the mDNS service before. Only a call is needed to determine the device information of the smart device and complete the search and discovery of the smart device. In this way, the service registration process is performed only when the currently online smart device has not registered the mDNS service, which is conducive to simplifying the logic and avoiding program redundancy.
  • the conversion device queries the device information in the mDNS service list, including: the conversion device uses the MAC address in the device information as identification information to determine the service name of the smart device, and queries the service name of the smart device in the mDNS service list.
  • the conversion device uses the MAC address in the device information as identification information to determine the service name of the smart device, and queries the service name of the smart device in the mDNS service list.
  • naming with the MAC address as identification information can ensure that the service name corresponds to the smart device one-to-one, so as to accurately query whether the smart device already exists in the mDNS service list.
  • the query of the smart device can be realized based on the naming, without calling more device information, which is conducive to simplifying the query process.
  • the conversion device uses the MAC address in the device information as identification information to determine the service name of the smart device, including: determining "MAC._transfer._udp.local" as the mDNS service name of the smart device.
  • the MAC is the MAC address of the smart device. In this way, using the MAC address in the device information as identification information can ensure that the only corresponding smart device is determined, and naming in a unified format is convenient for terminal devices to query.
  • the conversion device queries the mDNS service list for device information, including: the conversion device queries the mDNS service list for a MAC address of the smart device. Since the MAC address corresponds to the smart device one-to-one, querying through the MAC address can accurately determine whether the smart device already exists in the mDNS service list.
  • the conversion device registering the mDNS service device according to the device information includes: the conversion device registering the mDNS service name according to the device information, and saving the device information as a service parameter associated with the mDNS service name.
  • the device information of the smart device can be directly determined according to the mDNS service name, and the search and discovery of the smart device can be realized.
  • the device information can be saved in TXT text format.
  • the TXT text format can save data more conveniently.
  • data can also be stored in a database, written into a memory, etc.
  • the specific saving method can be selected according to the amount of data saved.
  • the conversion device saves the device information as a service parameter associated with the mDNS service name, including: recording the device information in the form of a key-value pair as a service parameter of the smart device.
  • the device information is recorded in the form of a key-value pair, that is, a "key” corresponds to a "value” in the device information.
  • the device product number of a smart device is recorded as "0001” and the device software version is recorded as "1.0.0". In this way, various device information of the smart device can be simply and accurately recorded.
  • the conversion device after the conversion device registers the mDNS service according to the device information, it also includes: adding the mDNS service name to the mDNS service list.
  • the newly registered smart device is added to the mDNS service list, and the mDNS service list is automatically updated.
  • the mDNS service list can be used to determine whether the current smart device has completed the mDNS service registration, thereby avoiding repeated registration of the mDNS service of the same smart device. At the same time, it can directly call to obtain device information when the registration has been completed, thereby simplifying the process.
  • the method for searching for smart devices further includes: converting the device to obtain the online status of each smart device in the mDNS service list.
  • the offline smart device is deleted from the mDNS service list.
  • the mDNS service list is updated in real time, and the real-time online smart devices can be determined according to the mDNS service list.
  • the conversion device obtains the online status of each smart device in the mDNS service list, including: the conversion device determines the online status of the smart device according to the online announcement or offline notification sent by the smart device. When receiving the offline notification of the smart device, it is determined that the smart device is offline.
  • the conversion device monitors the UDP port.
  • the conversion device obtains device information of one or more smart devices according to the monitored message.
  • the conversion device obtains the online status of each smart device in the mDNS service.
  • the conversion device determines whether the service name exists in the mDNS service list.
  • the conversion device keeps the DNS service list unchanged, and upon receiving a query instruction sent by the terminal device, calls the mDNS service of the smart device.
  • the conversion device registers the mDNS service name according to the device information, and saves the device information as a service parameter associated with the mDNS service name.
  • S409 The conversion device adds the mDNS service name to the mDNS service list.
  • the conversion device multicasts the mDNS service of the smart device for query by the terminal device.
  • the conversion device can be divided into three functional modules: a decoding module, a data packet conversion module and a management module.
  • the decoding module is responsible for decoding the received UDP format data packet to obtain the device information of the smart device.
  • the data packet conversion module is responsible for judging whether the smart device already exists in the existing mDNS service list based on the device information obtained by decoding. And if there is no smart device in the mDNS service list, the mDNS service is registered according to the decoded device information to complete the data conversion from UDP to mDNS.
  • the management module is responsible for managing the mDNS service list.
  • the newly registered mDNS service is added to the list, and on the other hand, the offline smart device is deleted from the list to realize the automatic update of the mDNS service list. This facilitates the next round of format conversion when the new smart device is online.
  • the conversion device monitors the UDP port to obtain information supporting the UDP data format, thereby determining the device information of the smart device supporting the UDP format.
  • the MAC address in the information is used as identification information to determine the mDNS service name, and then the service name is used to determine whether the service name already exists in the mDNS service list, thereby determining whether the currently online smart device has registered the mDNS service. If the mDNS service has been registered, when the query instruction sent by the terminal device is received, the mDNS service of the smart device can be called without re-registration.
  • the service name is registered according to the device information, and the device information is saved under the service name.
  • the mDNS service of the smart device is multicast to the mDNS port for the terminal device to query.
  • the terminal device can directly obtain the device information of the smart device through the mDNS service of the smart device, thereby realizing the search and discovery of the smart device.
  • the sending and receiving process of the mDNS service is not restricted by the manufacturer or platform. Therefore, when the smart device supports the UDP format and the smart device and the terminal device belong to different manufacturers or platforms, the search and discovery of the device can also be realized through the mDNS service. In the cross-manufacturer or cross-platform smart device search scenario, the success rate of smart device search is effectively improved.
  • the online status of the smart device in the mDNS service list is detected, so that the mDNS service corresponding to the offline smart device is deleted in time when the device is offline, and the mDNS service list is updated in real time, so that the terminal device can search for the currently online smart device.
  • the embodiment of the present disclosure provides another method for searching for smart devices, including:
  • the conversion device monitors the UDP port.
  • S502 smart device accesses the network.
  • the smart device broadcasts a data packet.
  • the data packet here is a data packet in UDP format, including an online announcement.
  • the conversion device can obtain the device information of the smart device according to the data announcement.
  • the smart device broadcasts the data packet to the UDP data port in the local area network.
  • the conversion device obtains device information of one or more smart devices according to the monitored message.
  • the conversion device determines the mDNS service of the smart device according to the device information.
  • the conversion device multicasts the mDNS service of the smart device.
  • the terminal device sends a query instruction.
  • the conversion device sends device information to the terminal device in response to the query instruction.
  • the conversion device monitors the UDP port to obtain information that supports the UDP data format, thereby determining the device information of the smart device that supports the UDP format.
  • the mDNS service corresponding to the smart device is determined based on the device information, and the mDNS service of the smart device is multicast to the mDNS port.
  • the terminal device can directly obtain the device information of the smart device through the mDNS service of the smart device, thereby realizing the search and discovery of the smart device.
  • the sending and receiving process of the mDNS service is not restricted by the manufacturer or platform.
  • the mDNS service can also be used to search and discover devices.
  • the success rate of smart device search is effectively improved.
  • the query instruction sent by the terminal device is compatible with the registered mDNS service.
  • the query instruction queries the mDNS service of the "transfer._udp.local” type.
  • the conversion device sending the device information to the terminal device includes: the conversion device sending the device information recorded in a TXT text format to the terminal device.
  • an embodiment of the present disclosure provides an electronic device 200, including a processor 61 and a memory 62.
  • the electronic device may further include a communication interface 63 and a bus 64.
  • the processor 61, the communication interface 63, and the memory 62 may communicate with each other through the bus 64.
  • the communication interface 63 may be used for information transmission.
  • the processor 61 may call the logic instructions in the memory 62 to execute the method for searching for smart devices in the above embodiment.
  • logic instructions in the memory 62 described above may be implemented in the form of software functional units and when sold or used as independent products, may be stored in a computer-readable storage medium.
  • the memory 62 is a computer-readable storage medium that can be used to store software programs and computer executable programs, such as program instructions/modules corresponding to the method in the embodiment of the present disclosure.
  • the processor 61 executes the function application and data processing by running the program instructions/modules stored in the memory 62, that is, the method for searching smart devices in the above embodiment is implemented.
  • the memory 62 may include a program storage area and a data storage area, wherein the program storage area may store an operating system and an application required for at least one function; the data storage area may store data created according to the use of the terminal device, etc.
  • the memory 62 may include a high-speed random access memory and may also include a non-volatile memory.
  • an embodiment of the present disclosure provides a conversion device 100, including: a conversion device body, and the above-mentioned electronic device 200.
  • the electronic device 200 is installed in the conversion device 100 body.
  • the installation relationship described here is not limited to placement inside the product, but also includes installation connections with other components of the product, including but not limited to physical connections, electrical connections, or signal transmission connections. It can be understood by those skilled in the art that the electronic device 200 can be adapted to a feasible product body, thereby realizing other feasible embodiments.
  • An embodiment of the present disclosure provides a computer-readable storage medium storing computer-executable instructions, wherein the computer-executable instructions are configured to execute the method for searching for smart devices.
  • the computer-readable storage medium mentioned above may be a transient computer-readable storage medium or a non-transitory computer-readable storage medium.
  • the present disclosure provides a computer program, which, when executed by a computer, enables the computer to:
  • the computer implements the above method.
  • An embodiment of the present disclosure provides a computer program product, which includes computer instructions stored on a computer-readable storage medium.
  • the program instructions When executed by a computer, the computer implements the above method.
  • the technical solution of the embodiment of the present disclosure can be embodied in the form of a software product, which is stored in a storage medium and includes one or more instructions for enabling a computer device (which may be a personal computer, a server, or a network device, etc.) to execute all or part of the steps of the method described in the embodiment of the present disclosure.
  • the aforementioned storage medium may be a non-transient storage medium, including: a USB flash drive, a mobile hard disk, a read-only memory (ROM), a random access memory (RAM), a magnetic disk or an optical disk, and other media that can store program codes, or a transient storage medium.
  • the term “and/or” as used in this application refers to any and all possible combinations of one or more associated listings.
  • the term “comprise” and its variants “comprises” and/or including (comprising) refer to the existence of stated features, wholes, steps, operations, elements, and/or components, but do not exclude the existence or addition of one or more other features, wholes, steps, operations, elements, components and/or groups of these.
  • the elements defined by the sentence “comprising a " do not exclude the existence of other identical elements in the process, method or device comprising the elements.
  • each embodiment may focus on the differences from other embodiments, and the same or similar parts between the embodiments may refer to each other.
  • the relevant parts can refer to the description of the method part.
  • the disclosed methods and products can be implemented in other ways.
  • the device embodiments described above are only schematic.
  • the division of the units can be only a logical function division. There may be other division methods in actual implementation, such as multiple units or components can be combined or integrated into another system, or some features can be ignored or not executed.
  • the coupling or direct coupling or communication connection between each other shown or discussed can be through some interfaces, indirect coupling or communication connection of devices or units, which can be electrical, mechanical or other forms.
  • each functional unit in the embodiment of the present disclosure may be integrated in a processing unit, or each unit may exist physically alone, or two or more units may be integrated in one unit.
  • each box in the flowchart or block diagram can represent a module, a program segment or a part of a code, and the module, program segment or a part of the code contains one or more executable instructions for implementing the specified logical function.
  • the functions marked in the box can also occur in an order different from that marked in the accompanying drawings. For example, two consecutive boxes can actually be executed substantially in parallel, and they can sometimes be executed in the opposite order, which can depend on the functions involved.

Landscapes

  • Engineering & Computer Science (AREA)
  • Computer Networks & Wireless Communication (AREA)
  • Signal Processing (AREA)
  • Information Transfer Between Computers (AREA)
  • Computer Security & Cryptography (AREA)
  • Data Exchanges In Wide-Area Networks (AREA)

Abstract

La présente invention se rapporte au domaine technique des maisons intelligentes. L'invention concerne un procédé de recherche de dispositif intelligent ainsi qu'un support de stockage, un appareil électronique et un dispositif de conversion. Le procédé de recherche de dispositif intelligent consiste à : surveiller un port UDP ; obtenir des informations de dispositif d'un ou de plusieurs dispositifs intelligents en fonction d'un message détecté ; déterminer un service mDNS du ou des dispositifs intelligents en fonction des informations de dispositif ; et multidiffuser le service mDNS du dispositif intelligent pour qu'il puisse être utilisé par un dispositif terminal pour une interrogation.
PCT/CN2023/085939 2022-11-30 2023-04-03 Procédé de recherche de dispositif intelligent, et appareil électronique et dispositif de conversion WO2024113583A1 (fr)

Applications Claiming Priority (2)

Application Number Priority Date Filing Date Title
CN202211529938.3A CN115987939A (zh) 2022-11-30 2022-11-30 用于搜索智能设备的方法、电子装置和转换设备
CN202211529938.3 2022-11-30

Publications (1)

Publication Number Publication Date
WO2024113583A1 true WO2024113583A1 (fr) 2024-06-06

Family

ID=85974822

Family Applications (1)

Application Number Title Priority Date Filing Date
PCT/CN2023/085939 WO2024113583A1 (fr) 2022-11-30 2023-04-03 Procédé de recherche de dispositif intelligent, et appareil électronique et dispositif de conversion

Country Status (2)

Country Link
CN (1) CN115987939A (fr)
WO (1) WO2024113583A1 (fr)

Citations (5)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN103533432A (zh) * 2013-04-19 2014-01-22 Tcl集团股份有限公司 一种启动电视应用的方法和系统
US20160065830A1 (en) * 2014-09-03 2016-03-03 Canon Kabushiki Kaisha Communication apparatus capable of communicating with external apparatus, control method for communication apparatus, and storage medium
CN105847019A (zh) * 2016-04-18 2016-08-10 海尔优家智能科技(北京)有限公司 智能设备控制方法、控制节点及智能设备
CN110351300A (zh) * 2019-07-25 2019-10-18 深圳康佳电子科技有限公司 Samba设备访问处理方法、主设备、系统及存储介质
CN112596406A (zh) * 2020-12-18 2021-04-02 深圳市欧瑞博科技股份有限公司 智能设备的控制方法、装置、控制面板以及存储介质

Patent Citations (5)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN103533432A (zh) * 2013-04-19 2014-01-22 Tcl集团股份有限公司 一种启动电视应用的方法和系统
US20160065830A1 (en) * 2014-09-03 2016-03-03 Canon Kabushiki Kaisha Communication apparatus capable of communicating with external apparatus, control method for communication apparatus, and storage medium
CN105847019A (zh) * 2016-04-18 2016-08-10 海尔优家智能科技(北京)有限公司 智能设备控制方法、控制节点及智能设备
CN110351300A (zh) * 2019-07-25 2019-10-18 深圳康佳电子科技有限公司 Samba设备访问处理方法、主设备、系统及存储介质
CN112596406A (zh) * 2020-12-18 2021-04-02 深圳市欧瑞博科技股份有限公司 智能设备的控制方法、装置、控制面板以及存储介质

Also Published As

Publication number Publication date
CN115987939A (zh) 2023-04-18

Similar Documents

Publication Publication Date Title
CN107508795B (zh) 跨容器集群的访问处理装置及方法
US8767737B2 (en) Data center network system and packet forwarding method thereof
TWI712295B (zh) 使用者終端和設備的綁定方法、裝置和系統
CN111405042B (zh) 一种电子设备的发现方法、装置、存储介质和电子装置
US20070286209A1 (en) System and method for handling address resolution protocol requests
US9015344B2 (en) Method, apparatus and system for managing private network remotely using session initiation protocol
WO2019153722A1 (fr) Procédé et dispositif de communication de terminal, terminal et support de stockage
CN103109517A (zh) 一种双栈终端访问服务器的方法、终端和系统
CN101772920A (zh) 用于使用资源信息发现通用即插即用设备的方法和装置
EP2974159B1 (fr) Procédé, dispositif et système permettant une communication vocale
CN108924043A (zh) 系统监控方法、网关通信、网关装置、业务处理设备
CN112311907A (zh) 一种arp请求响应方法、负载均衡设备及相关装置
WO2020177020A1 (fr) Procédé, appareil et dispositif terminal pour la découverte de dispositifs associés à l'internet des objets
CN112187486B (zh) 智能设备之间的交互方法及智能设备
WO2014015743A1 (fr) Procédé de téléchargement de programme d'application, équipement utilisateur et serveur d'application
WO2024113583A1 (fr) Procédé de recherche de dispositif intelligent, et appareil électronique et dispositif de conversion
CN113098776B (zh) 一种网络拓扑的确定方法、装置、设备及存储介质
US11177977B2 (en) Method and system for GRE tunnel control based on client activity detection
JP2000293272A (ja) 共有機器電源制御装置及び共有機器電源制御方法
CN112511440B (zh) 报文转发方法、系统、存储介质和电子设备
US8335795B2 (en) Data storing system and data processing method of informational household appliance
WO2021196963A1 (fr) Procédé de synchronisation d'informations, terminal et système de synchronisation d'informations
CN101459620B (zh) 一种转发组播数据的方法和装置
CN110661895A (zh) 一种服务器的网络地址映射方法及网络地址映射设备
CN105634789A (zh) 一种采集器关联设备的方法、设备和日志采集系统