CN113067811A - Protocol conversion method, device, system, electronic equipment and storage medium - Google Patents

Protocol conversion method, device, system, electronic equipment and storage medium Download PDF

Info

Publication number
CN113067811A
CN113067811A CN202110286740.6A CN202110286740A CN113067811A CN 113067811 A CN113067811 A CN 113067811A CN 202110286740 A CN202110286740 A CN 202110286740A CN 113067811 A CN113067811 A CN 113067811A
Authority
CN
China
Prior art keywords
protocol conversion
target
server
model
equipment
Prior art date
Legal status (The legal status is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the status listed.)
Pending
Application number
CN202110286740.6A
Other languages
Chinese (zh)
Inventor
林业
Current Assignee (The listed assignees may be inaccurate. Google has not performed a legal analysis and makes no representation or warranty as to the accuracy of the list.)
Beijing Ziroom Information Technology Co Ltd
Original Assignee
Beijing Ziroom Information Technology Co Ltd
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 Beijing Ziroom Information Technology Co Ltd filed Critical Beijing Ziroom Information Technology Co Ltd
Priority to CN202110286740.6A priority Critical patent/CN113067811A/en
Publication of CN113067811A publication Critical patent/CN113067811A/en
Pending legal-status Critical Current

Links

Images

Classifications

    • HELECTRICITY
    • H04ELECTRIC COMMUNICATION TECHNIQUE
    • H04LTRANSMISSION OF DIGITAL INFORMATION, e.g. TELEGRAPHIC COMMUNICATION
    • H04L69/00Network arrangements, protocols or services independent of the application payload and not provided for in the other groups of this subclass
    • H04L69/08Protocols for interworking; Protocol conversion
    • HELECTRICITY
    • H04ELECTRIC COMMUNICATION TECHNIQUE
    • H04LTRANSMISSION OF DIGITAL INFORMATION, e.g. TELEGRAPHIC COMMUNICATION
    • H04L12/00Data switching networks
    • H04L12/66Arrangements for connecting between networks having differing types of switching systems, e.g. gateways
    • HELECTRICITY
    • H04ELECTRIC COMMUNICATION TECHNIQUE
    • H04LTRANSMISSION OF DIGITAL INFORMATION, e.g. TELEGRAPHIC COMMUNICATION
    • H04L67/00Network arrangements or protocols for supporting network services or applications
    • H04L67/50Network services
    • H04L67/56Provisioning of proxy services
    • H04L67/565Conversion or adaptation of application format or content

Landscapes

  • Engineering & Computer Science (AREA)
  • Computer Networks & Wireless Communication (AREA)
  • Signal Processing (AREA)
  • Computer Security & Cryptography (AREA)
  • Computer And Data Communications (AREA)
  • Communication Control (AREA)
  • Telephonic Communication Services (AREA)

Abstract

The invention relates to the technical field of intelligent home control, and particularly discloses a protocol conversion method, a device, a system, electronic equipment and a storage medium. Wherein, the method comprises the following steps: the server senses the model of each target device and generates a protocol conversion script corresponding to each model of target device based on the model of each target device; the local gateway acquires the protocol conversion script corresponding to each type of target equipment, converts the interactive instruction between each target equipment and the server based on the protocol conversion script to obtain target interactive information, and communicates each target equipment and the server based on the target interactive information. By implementing the invention, when the target equipment is subjected to version alternation or a new equipment is accessed to the gateway, only the updated protocol conversion script needs to be obtained from the server, thereby avoiding code development or code upgrade at a local gateway end, ensuring the protocol conversion efficiency and improving the access speed of the target equipment.

Description

Protocol conversion method, device, system, electronic equipment and storage medium
Technical Field
The invention relates to the technical field of intelligent home control, in particular to a protocol conversion method, a device, a system, electronic equipment and a storage medium.
Background
With the continuous development of smart homes, in order to solve the functional problems of local scenes, control link aging success rate and the like, each platform provider generally uses a local gateway to perform access control on smart home equipment. The platform business is a system integrating the APP, the background server and the local network, the local gateway is used as a bridge between the background server and the intelligent home equipment of each manufacturer, and can forward the control command issued by the server to the intelligent home equipment and forward the state information reported by the intelligent home equipment to the background server.
However, the smart home devices manufactured by each manufacturer may have their own status information transmission protocols, and usually, the codes in the local gateway can be converted into protocols that can be recognized by the platform provider background server according to the device model attribute names of each manufacturer, and when detecting that the smart home devices are accessed, the local gateway can perform status information conversion according to the transmission protocols negotiated by the device provider and the platform provider. For example, the temperature state information reported by the air conditioner of the manufacturer a is { "temp": 26}, and the temperature state information reported by the air conditioner of the manufacturer B is { "temperature": 26}, but when the backend server of the platform vendor can only identify { "air _ temperature": 26}, the local gateway converts the temperature state information reported by the air conditioners of the manufacturers a and B into the temperature state information { "air _ temperature": 26} that can be identified by the backend server of the platform vendor, and forwards the temperature state information to the backend server.
When the intelligent household equipment accessed to the local gateway performs product iteration, the protocol conversion codes of the local gateway need to be modified to match the functions of the new product, and the codes of all the protocol conversion codes needing the functions are upgraded; when a new smart home device is accessed, a protocol conversion code corresponding to the smart home device needs to be developed, and code upgrading is performed on the local gateway. Therefore, as long as the protocol of the smart home device is changed, the existing protocol conversion method needs to update the codes of the local gateway, and particularly, when the version of the smart home device is iterated frequently, the codes of the local gateway need to be updated frequently, so that the protocol conversion efficiency is seriously affected, and the access speed of the smart home device is low.
Disclosure of Invention
In view of this, embodiments of the present invention provide a protocol conversion method, apparatus, system, electronic device, and storage medium, so as to solve the problem that access speed of an intelligent home device is low due to frequent upgrade of a gateway code.
According to a first aspect, an embodiment of the present invention provides a protocol conversion method, including the following steps: acquiring protocol conversion scripts corresponding to target equipment of each model, wherein the protocol conversion scripts are used for providing conversion interfaces of server attributes and target equipment attributes; converting the interactive instructions between the target devices and the server based on the protocol conversion script to obtain target interactive information; and performing communication between each target device and the server based on the target interaction information.
In the protocol conversion method provided by the embodiment of the present invention, the local gateway obtains the protocol conversion script corresponding to the device model of each target device, converts the interaction instruction between each target device and the server based on the protocol conversion script, obtains the target interaction information, and forwards the target interaction information to implement data communication between each target device and the server. The protocol conversion script is used for providing a conversion interface between the server attribute and each target device attribute. The method carries out command conversion on the interactive instruction between the target equipment and the server through the protocol conversion script, and only needs to update the protocol conversion script at the server end when the target equipment carries out version alternation or a new equipment is accessed to the gateway, thereby avoiding code modification or code upgrade in a local gateway, ensuring the protocol conversion efficiency and improving the access speed of the target equipment.
With reference to the first aspect, in a first implementation manner of the first aspect, the obtaining a protocol conversion script corresponding to each model of a target device includes: receiving updating information sent by the server; when the protocol conversion script is in an unused state, sending script updating request information to the server based on the updating information, wherein the script updating request information is used for requesting to acquire the updated protocol conversion script; and receiving the updated protocol conversion script sent by the server.
According to the protocol conversion method provided by the embodiment of the invention, when the protocol conversion script corresponding to the model of the target equipment changes or a new model of equipment is accessed to the local gateway, the server can send the update information to the local gateway so as to obtain the latest protocol conversion script corresponding to the target equipment. By acquiring the latest protocol conversion script of the target equipment, the gateway codes are prevented from being modified when the protocol is updated or new equipment is accessed, so that code development or code upgrading is prevented from being carried out on a local gateway, the working efficiency of workers and the protocol conversion efficiency are improved, and the access speed of the target equipment is accelerated.
With reference to the first implementation manner of the first aspect, in a second implementation manner of the first aspect, the converting, based on the protocol conversion script, the interaction instructions between the target devices and the server to obtain target interaction information includes: carrying out protocol conversion on the control command issued by the server to obtain a target identification command which can be identified by the target equipment; and/or carrying out protocol conversion on the equipment state information reported by the target equipment to obtain target identification information which can be identified by the server.
In the protocol conversion method provided by the embodiment of the invention, the local gateway performs protocol conversion on a control command issued by a server to obtain a target identification command which can be identified by target equipment; and/or carrying out protocol conversion on the device state information reported by the target device to obtain target identification information which can be identified by the server, thereby realizing data communication between the target device and the server and further ensuring the access speed of the target device.
According to a second aspect, an embodiment of the present invention provides a protocol conversion method, including the following steps: sensing the model of each target device; and generating the target equipment protocol conversion script corresponding to each model based on the model of each target equipment.
In the protocol conversion method provided by the embodiment of the invention, the server senses the model of each target device and generates the protocol conversion script corresponding to the target device of each model based on the model of each target device, and the protocol conversion script comprises an interface for performing mutual conversion between the attribute of the target device and the attribute of the server. When the target equipment is accessed to the local gateway, the server can obtain the protocol conversion script corresponding to the model of the target equipment, so that code development or code upgrading of the local gateway is avoided, the protocol conversion efficiency is guaranteed, and the access speed of the target equipment is increased.
With reference to the second aspect, in a first implementation manner of the second aspect, the generating a protocol conversion script corresponding to each model of the target device based on the model of each target device includes: judging whether the protocol conversion script corresponding to the target equipment of each model is updated or not, or whether new-model equipment is accessed or not; and when the protocol conversion script of the target equipment of each model is updated or equipment of a new model is accessed, updating the protocol conversion script.
In the protocol conversion method provided by the embodiment of the present invention, the server updates the protocol conversion script when it is determined that the protocol conversion script is updated or a new-type device is accessed by determining whether the protocol conversion script corresponding to each type of target device is updated or not, or whether the new-type device is accessed. According to the method, the latest protocol conversion script of the target equipment is obtained, so that the protocol conversion efficiency between the target equipment and the server is ensured, and the target equipment can be accurately accessed to the local gateway.
According to a third aspect, an embodiment of the present invention provides a protocol conversion apparatus, including: the acquisition module is used for acquiring protocol conversion scripts corresponding to the target devices of all models, and the protocol conversion scripts are used for converting communication protocols between the server and the target devices; the conversion module is used for converting the interaction instructions between the target devices and the server based on the protocol conversion script to obtain target interaction information; and the communication module is used for carrying out communication between each target device and the server based on the target interaction information.
In the protocol conversion apparatus provided in the embodiment of the present invention, the local gateway performs command conversion on the interactive instruction between the target device and the server through the protocol conversion script, where the protocol conversion script is used to provide a conversion interface between the server attribute and each target device attribute. When the target equipment is subjected to version change or new equipment is accessed to the gateway, only the protocol conversion script needs to be updated at the server side, so that code modification or code upgrading in a local gateway is avoided, the protocol conversion efficiency is ensured, and the access speed of the target equipment is increased.
According to a fourth aspect, an embodiment of the present invention provides a protocol conversion apparatus, including: the sensing module is used for sensing the model of each target device; and the generating module is used for generating a protocol conversion script corresponding to each model of the target equipment based on the model of each target equipment.
In the protocol conversion apparatus provided in the embodiment of the present invention, the server senses the model of each target device, and generates a protocol conversion script corresponding to each model of target device based on the model of each target device, where the protocol conversion script includes an interface for performing mutual conversion between the attribute of the target device and the attribute of the server. When the target equipment is accessed to the local gateway, the server can obtain the protocol conversion script corresponding to the model of the target equipment, so that code development or code upgrading of the local gateway is avoided, the protocol conversion efficiency is guaranteed, and the access speed of the target equipment is increased.
According to a fifth aspect, an embodiment of the present invention provides a protocol conversion system, including: at least one target device, a server and a local gateway; the at least one target device is in communication connection with the local gateway; the local gateway is in communication connection with the server; the server is in communication connection with the at least one target device through the local gateway; the local gateway is used for acquiring a protocol conversion script corresponding to each type of target equipment, and the protocol conversion script is used for providing a conversion interface between the server attribute and each target equipment attribute; converting the interactive instructions between the target devices and the server based on the protocol conversion script to obtain target interactive information; performing communication between each target device and the server based on the target interaction information; the server is used for sensing the model of each target device; and generating a protocol conversion script corresponding to each model of the target equipment based on the model of each target equipment.
The protocol conversion system provided by the embodiment of the invention generates the protocol conversion script corresponding to each type of target equipment through the server, when the target equipment is accessed into the local gateway, the local gateway can acquire the protocol conversion script corresponding to the target equipment from the server, and converts the interaction instruction between the server and the target equipment into target interaction information which can be respectively identified by adopting the protocol conversion script, and realizes data communication between the target equipment and the server through the target interaction information. The system carries out command conversion on the interactive instruction between the target equipment and the server through the protocol conversion script, and when the target equipment carries out version alternation or new equipment is accessed to the gateway, only the updated protocol conversion script needs to be obtained from the server, so that code development or code upgrading at a local gateway end is avoided, the protocol conversion efficiency is ensured, and the access speed of the target equipment is improved.
According to a sixth aspect, an embodiment of the present invention provides an electronic device, including: a memory and a processor, the memory and the processor being communicatively connected to each other, the memory storing therein computer instructions, and the processor executing the computer instructions to perform the protocol conversion method according to the first aspect or any of the embodiments of the first aspect, or to perform the protocol conversion method according to the second aspect or any of the embodiments of the second aspect.
According to a seventh aspect, an embodiment of the present invention provides a computer-readable storage medium, where the computer-readable storage medium stores computer instructions for causing a computer to execute the protocol conversion method according to the first aspect or any implementation manner of the first aspect, or execute the protocol conversion method according to the second aspect or any implementation manner of the second aspect.
Drawings
In order to more clearly illustrate the embodiments of the present invention or the technical solutions in the prior art, the drawings used in the description of the embodiments or the prior art will be briefly described below, and it is obvious that the drawings in the following description are some embodiments of the present invention, and other drawings can be obtained by those skilled in the art without creative efforts.
Fig. 1 is a flowchart of a protocol conversion method at a local gateway side according to an embodiment of the present invention;
fig. 2 is another flowchart of a protocol conversion method at the local gateway side according to an embodiment of the present invention;
fig. 3 is another flowchart of a protocol conversion method at the local gateway side according to an embodiment of the present invention;
FIG. 4 is a flow chart of a method of protocol conversion on the server side according to an embodiment of the invention;
FIG. 5 is another flow diagram of a method of protocol conversion on the server side according to an embodiment of the invention;
FIG. 6 is an overall flow diagram of a protocol conversion method according to an embodiment of the invention;
fig. 7 is a block diagram of the structure of a protocol conversion apparatus on the local gateway side according to an embodiment of the present invention;
fig. 8 is a block diagram of the structure of a protocol conversion apparatus on the server side according to an embodiment of the present invention;
fig. 9 is a block diagram of the structure of a protocol conversion system according to an embodiment of the present invention;
fig. 10 is a schematic diagram of a hardware structure of an electronic device according to an embodiment of the present invention.
Detailed Description
In order to make the objects, technical solutions and advantages of the embodiments of the present invention clearer, the technical solutions in the embodiments of the present invention will be clearly and completely described below with reference to the drawings in the embodiments of the present invention, and it is obvious that the described embodiments are some, but not all, embodiments of the present invention. All other embodiments, which can be derived by a person skilled in the art from the embodiments given herein without making any creative effort, shall fall within the protection scope of the present invention.
The intelligent home equipment manufactured by each manufacturer may have its own status information transmission protocol, usually, a code in the local gateway can be converted into a protocol recognizable by the platform provider background server according to the equipment model attribute name of each manufacturer, and when detecting that the intelligent home equipment is accessed, the local gateway can perform status information conversion according to the transmission protocol negotiated by the equipment provider and the platform provider. When the intelligent household equipment accessed to the local gateway performs product iteration, the protocol conversion codes of the local gateway need to be modified to match the functions of the new product, and the codes of all the protocol conversion codes needing the functions are upgraded; when a new smart home device is accessed, a protocol conversion code corresponding to the smart home device needs to be developed, and code upgrading is performed on the local gateway. Therefore, as long as the protocol of the smart home device is changed, the existing protocol conversion method needs to update the codes of the local gateway, and particularly, when the version of the smart home device is iterated frequently, the codes of the local gateway need to be updated frequently, so that the protocol conversion efficiency is seriously affected, and the access speed of the smart home device is low.
Based on the technical scheme, the protocol conversion script corresponding to each type of target equipment is generated by the server, when the target equipment is accessed to the local gateway, the local gateway can obtain the protocol conversion script corresponding to the target equipment from the server, and the protocol conversion script is adopted to convert the interactive instruction between the server and the target equipment into target interactive information which can be identified by the server and the target equipment, so that code development or code upgrading is avoided at the local gateway, and the protocol conversion efficiency and the access speed of the target equipment are ensured.
In accordance with an embodiment of the present invention, there is provided an embodiment of a protocol conversion method, it should be noted that the steps illustrated in the flowchart of the drawings may be performed in a computer system such as a set of computer executable instructions, and that while a logical order is illustrated in the flowchart, in some cases the steps illustrated or described may be performed in an order different than here.
In this embodiment, a protocol conversion method is provided, which can be used in a local gateway, and fig. 1 is a flowchart of a protocol conversion method according to an embodiment of the present invention, as shown in fig. 1, the flowchart includes the following steps:
and S11, acquiring a protocol conversion script corresponding to each type of target equipment, wherein the protocol conversion script is used for providing a conversion interface between the server attribute and each target equipment attribute.
The protocol conversion script is an executable file written according to a certain format, and the protocol conversion script corresponds to the model of the target device. Protocol conversion scripts are usually stored in text (ASCII) in the server and are only interpreted or compiled when called by the local gateway. The protocol conversion script comprises conversion interfaces of server attributes and each target device attribute.
The target equipment is intelligent household equipment which is accessed to the local gateway, such as an intelligent air conditioner, an intelligent curtain and the like. When the target device accesses the local gateway, the local gateway may call a protocol conversion script corresponding to the model of the target device from the server, and store the protocol conversion script in the local gateway.
And S12, converting the interactive instruction between each target device and the server based on the protocol conversion script to obtain target interactive information.
The interactive instruction is interactive information between the server and the target device, and comprises a control command issued by the server to the target device and state information reported by the target device to the server. The control command is a function instruction for controlling the target device, and the state information is current running state information of the target device.
The server and the target device communicate data through the local gateway. The local gateway can convert the control command issued by the server to the target device through the protocol conversion script to obtain the target identification command which can be identified by the target device. Meanwhile, the local gateway can convert the state information reported by the target equipment to the server through the protocol conversion script to obtain the target identification information which can be identified by the server. The target identification information and the target identification command form target interaction information.
And S13, performing communication between each target device and the server based on the target interaction information.
The local gateway converts the control command into a target identification command, and then can send the target identification command to the target equipment, after receiving the target identification command, the target equipment adjusts the running state of the target equipment according to the target identification command, feeds back information of successful control to the local gateway, and sends equipment state information of successful control to the local gateway, and the local gateway can convert the equipment state information to obtain target identification information which can be identified by the server, and sends the target identification information to the server, so that communication between the server and the target equipment is realized.
Taking the intelligent air conditioner as an example, when a user wants to adjust the temperature of the intelligent air conditioner accessed to the local gateway, the server may receive a control command sent by the user, send the control command to the local gateway for conversion, obtain a target identification command that the intelligent air conditioner can identify, and send the target identification command to the intelligent air conditioner by the local gateway. When the intelligent air conditioner receives the target identification command, temperature adjustment can be carried out according to the target identification command, the adjusted temperature information is fed back to the local gateway, the local gateway converts the temperature information to obtain target identification information which can be identified by the server, and the target identification information is sent to the server, so that the current state information of the intelligent air conditioner is determined by the server and is fed back to a user through an APP connected with the server.
In the protocol conversion method provided by this embodiment, the local gateway performs command conversion on the interactive instruction between the target device and the server through the protocol conversion script, and when the target device performs version change or a new device accesses the gateway, only the protocol conversion script needs to be updated at the server, thereby avoiding code modification or code upgrade in the local gateway, ensuring protocol conversion efficiency, and improving the access speed of the target device.
In this embodiment, a protocol conversion method is provided, which can be used in a local gateway, and fig. 2 is a flowchart of a protocol conversion method according to an embodiment of the present invention, as shown in fig. 2, the flowchart includes the following steps:
and S21, acquiring a protocol conversion script corresponding to each type of target equipment, wherein the protocol conversion script is used for providing a conversion interface between the server attribute and each target equipment attribute. For a detailed description, refer to the related description of step S11 corresponding to the above method embodiment, which is not repeated herein.
Specifically, the step S21 may include the following steps:
s211, sends the request information of the protocol conversion script to the server.
The request information is instruction information of a local gateway request server feedback protocol conversion script. When the target device accesses the local gateway, the local gateway may request the server for a protocol conversion script corresponding to the model of the target device to enable communication between the target device and the server.
S212, receiving the protocol conversion scripts of the target devices of all models returned by the server.
After receiving the request information sent by the local gateway, the server may feed back, to the local gateway, the protocol conversion script corresponding to the request information based on the request information, where the request information includes all models of the target device. The local gateway can receive the protocol conversion scripts corresponding to all models of target devices fed back by the server.
Specifically, when the protocol conversion script is updated or a new model target device is accessed, as shown in fig. 3, the step S21 may include the following steps:
s213, receiving the update information sent by the server.
And updating the message that the protocol conversion script of the target equipment is changed or the target equipment accessed to the local gateway is the target equipment with the new model. The target device of the new model may be a new type device, or may be a new type device of the same type.
When a new protocol function is added to a target device of a certain model, the corresponding protocol conversion script also needs to be updated, at this time, the protocol conversion script in the server is updated, and the server can send update information to the local gateway, so that the local gateway updates the stored protocol conversion script.
When the target device is accessed to the local gateway for the first time, the server can obtain the protocol conversion script corresponding to the target device and send the update message to the local gateway, so that the local gateway can timely obtain the protocol conversion script corresponding to the target device accessed for the first time.
S214, when the protocol conversion script is in an unused state, sending script updating request information to the server based on the updating information, wherein the script updating request information is used for requesting to acquire the updated protocol conversion script.
Since the local gateway may use the protocol conversion script when the local gateway receives the update message of the protocol conversion script, an operation failure may be caused if the protocol conversion script is directly updated. Therefore, the local gateway needs to be able to send script update request information to the server based on the update information when the protocol conversion script to be updated is in an unused state, so as to request to acquire the updated protocol conversion script.
S215, receiving the updated protocol conversion script sent by the server.
After receiving the script update request information sent by the local gateway, the server may feed back, to the local gateway, the protocol conversion script corresponding to the script update request information based on the script update request information. The local gateway may then receive the updated protocol conversion script sent by the server.
And S22, converting the interactive instruction between each target device and the server based on the protocol conversion script to obtain target interactive information.
Specifically, the step S22 may include: carrying out protocol conversion on a control command issued by a server to obtain a target identification command which can be identified by target equipment; and/or carrying out protocol conversion on the equipment state information reported by the target equipment to obtain target identification information which can be identified by the server.
The target identification command is a control command that the target device converted by the protocol conversion script can recognize. The local gateway can perform protocol conversion on the control command issued by the server to obtain a target identification command which can be identified by the target equipment, and sends the target identification command to the target equipment so that the target equipment performs function control according to the target identification command, and sends equipment state information of the target equipment to the local gateway.
The target identification information is setting state information that can be recognized by the server subjected to the protocol conversion script conversion. The local gateway can perform protocol conversion on the device state information reported by the target device to obtain target identification information which can be identified by the server, and sends the target identification information to the server so that the server can obtain the running state of the target device in real time.
And S23, performing communication between each target device and the server based on the target interaction information. For a detailed description, refer to the related description of step S13 corresponding to the above method embodiment, and are not repeated herein.
In the protocol conversion method provided by this embodiment, when the protocol conversion script corresponding to the model of the target device changes or a new model device accesses the local gateway, the server may send update information to the local gateway to obtain the latest protocol conversion script corresponding to the target device. By acquiring the latest protocol conversion script of the target equipment, the gateway codes are prevented from being modified when the protocol is updated or new equipment is accessed, so that code development or code upgrading is prevented from being carried out on a local gateway, the working efficiency of workers and the protocol conversion efficiency are improved, and the access speed of the target equipment is accelerated.
Carrying out protocol conversion on a control command issued by a server to obtain a target identification command which can be identified by target equipment; and/or carrying out protocol conversion on the device state information reported by the target device to obtain target identification information which can be identified by the server, thereby realizing data communication between the target device and the server and further ensuring the access speed of the target device.
In this embodiment, a protocol conversion method is provided, which can be used in a server, and fig. 4 is a flowchart of a protocol conversion method according to an embodiment of the present invention, as shown in fig. 4, where the flowchart includes the following steps:
and S31, sensing the model of each target device.
The model is used for representing the attribute of the target device, and the server can sense the model of each target device to determine the attribute of each target device.
S32, based on the model of each target device, a protocol conversion script corresponding to each model of target device is generated.
The server may determine the attributes of each target device based on its perceived model of each target device. And the server respectively creates protocol conversion scripts of the target equipment of each model according to the attributes of the server and the attributes of each target equipment so as to generate interfaces between the attributes of the server and the attributes of each target equipment.
In the protocol conversion method provided by this embodiment, the server generates, by sensing the model of each target device, a protocol conversion script corresponding to each model of the target device based on the model of each target device, and the protocol conversion script includes an interface for performing mutual conversion between the attribute of the target device and the attribute of the server. When the target equipment is accessed to the local gateway, the server can obtain the protocol conversion script corresponding to the model of the target equipment, so that code development or code upgrading of the local gateway is avoided, the protocol conversion efficiency is guaranteed, and the access speed of the target equipment is increased.
In this embodiment, a protocol conversion method is provided, which can be used in a server, and fig. 5 is a flowchart of a protocol conversion method according to an embodiment of the present invention, as shown in fig. 5, the flowchart includes the following steps:
and S41, sensing the model of each target device. For a detailed description, refer to the related description of step S31 corresponding to the above method embodiment, and are not repeated herein.
S42, based on the model of each target device, a protocol conversion script corresponding to the model of each target device is generated.
Specifically, the step S42 may include the following steps:
s421, judging whether the protocol conversion script corresponding to each model of target device is updated or not, or whether a new model of device is accessed or not.
The server can acquire whether the function protocol is newly added to the target equipment of each model in real time, and accordingly whether the protocol conversion script of the target equipment of each model is updated is determined. Specifically, if a function protocol is added to a certain model of target device, it may be determined that the protocol conversion script of the model of target device is updated, and step S422 is executed.
The server may also traverse the protocol conversion script it generates to determine whether the current target device is a new model device. Specifically, if the protocol conversion script is traversed and the server does not have the protocol conversion script corresponding to the current target device, it may be determined that the current target device is a new-model device or a first-time access device, and step S422 is performed.
S422, when the protocol conversion script of each model of target equipment is updated or new model equipment is accessed, the protocol conversion script is updated.
When it is determined that the protocol conversion script of the target device with at least one model is updated or a new-model device is accessed, the server does not include the protocol conversion script corresponding to the protocol conversion script, so that the server needs to update the protocol conversion script to ensure that the local gateway can acquire the latest protocol conversion script and accurately convert the server attribute and the target device attribute.
In the protocol conversion method provided by this embodiment, the server determines whether the protocol conversion script corresponding to the model of each target device is updated or not, or whether a new-model device is accessed or not, and updates the protocol conversion script when it is determined that the protocol conversion script is updated or when a new-model device is accessed. According to the method, the latest protocol conversion script of the target equipment is obtained, so that the protocol conversion efficiency between the target equipment and the server is ensured, and the target equipment can be accurately accessed to the local gateway.
In this embodiment, a protocol conversion method is provided, which is applied in a server communicating with a target device through a local gateway, and fig. 6 is a flowchart of the protocol conversion method according to the embodiment of the present invention, as shown in fig. 6, the flowchart includes the following steps:
s50, the server creates protocol conversion scripts of all models of target devices.
S51, the local gateway sends a request message of the protocol conversion script to the server.
And S52, the server returns the protocol conversion scripts of the target equipment of all models to the local gateway.
And S53, the local gateway receives and stores the protocol conversion script.
S54, the server sends a control command for controlling the target device to the local gateway.
And S55, the local gateway receives the control command and converts the control command into a target identification command which can be identified by the target device through the protocol conversion script.
S56, the local gateway sends the target identification command to the target device.
And S57, the target device feeds back control success information to the local gateway and sends the device state information of successful control to the local gateway.
And S58, the local gateway receives the device state information and converts the device state information into target identification information which can be identified by the server through the protocol conversion script.
And S59, the local gateway sends the target identification information to the server.
S510, when the server detects that the protocol of the target device is updated or a new device is accessed, the server updates or adds a new protocol conversion script.
S511, the server sends the update information of the protocol conversion script to the local gateway.
S512, the local gateway receives the updating information and sends script updating request information to the server.
S513, the server receives the script updating request information and returns the latest protocol conversion script to the local gateway.
And S514, the local gateway receives and stores the latest protocol conversion script.
The execution steps of S54 to S59 are sequentially looped.
According to the protocol conversion method provided by the embodiment of the invention, the server generates the protocol conversion script corresponding to each type of target equipment, when the target equipment is accessed into the local gateway, the local gateway can acquire the protocol conversion script corresponding to the target equipment from the server, and the protocol conversion script is adopted to convert the interaction instruction between the server and the target equipment into target interaction information which can be identified respectively, so that the data communication between the target equipment and the server is realized through the target interaction information. According to the method, the command conversion is carried out on the interactive instruction between the target equipment and the server through the protocol conversion script, and when the target equipment is subjected to version alternation or a new equipment is accessed to the gateway, the protocol conversion script only needs to be updated at the server end, so that code development or code upgrading at a local gateway end is avoided, the protocol conversion efficiency is ensured, and the access speed of the target equipment is increased.
In this embodiment, a protocol conversion apparatus is further provided, and the apparatus is used to implement the foregoing embodiments and preferred embodiments, and details are not described again after the description is given. As used below, the term "module" may be a combination of software and/or hardware that implements a predetermined function. Although the means described in the embodiments below are preferably implemented in software, an implementation in hardware, or a combination of software and hardware is also possible and contemplated.
The present embodiment provides a protocol conversion apparatus, as shown in fig. 7, including:
the obtaining module 61 is configured to obtain a protocol conversion script corresponding to each type of target device, where the protocol conversion script is used to convert a communication protocol between the server and each target device. For a detailed description, reference is made to the corresponding related description of the above method embodiments, which is not repeated herein.
And a conversion module 62, configured to convert the interaction instruction between each target device and the server based on the protocol conversion script, so as to obtain target interaction information. For a detailed description, reference is made to the corresponding related description of the above method embodiments, which is not repeated herein.
And a communication module 63, configured to perform communication between each target device and the server based on the target interaction information. For a detailed description, reference is made to the corresponding related description of the above method embodiments, which is not repeated herein.
The protocol conversion device in this embodiment is presented in the form of a functional unit, where the unit refers to an ASIC circuit, a processor and a memory that execute one or more software or fixed programs, and/or other devices that can provide the above-described functions.
Further functional descriptions of the modules are the same as those of the corresponding embodiments, and are not repeated herein.
In the protocol conversion apparatus provided in this embodiment, the local gateway performs command conversion on the interactive instruction between the target device and the server through the protocol conversion script, where the protocol conversion script is used to provide a conversion interface between the server attribute and each target device attribute. When the target equipment is subjected to version change or new equipment is accessed to the gateway, only the protocol conversion script needs to be updated at the server side, so that code modification or code upgrading in a local gateway is avoided, the protocol conversion efficiency is ensured, and the access speed of the target equipment is increased.
In this embodiment, a protocol conversion apparatus is further provided, and the apparatus is used to implement the foregoing embodiments and preferred embodiments, and details are not described again after the description is given. As used below, the term "module" may be a combination of software and/or hardware that implements a predetermined function. Although the means described in the embodiments below are preferably implemented in software, an implementation in hardware, or a combination of software and hardware is also possible and contemplated.
The present embodiment provides a protocol conversion apparatus, as shown in fig. 8, including:
and the sensing module 71 is used for sensing the model of each target device. For a detailed description, reference is made to the corresponding related description of the above method embodiments, which is not repeated herein.
A generating module 72, configured to generate a protocol conversion script corresponding to each model of the target device based on the model of each target device. For a detailed description, reference is made to the corresponding related description of the above method embodiments, which is not repeated herein.
The protocol conversion device in this embodiment is presented in the form of a functional unit, where the unit refers to an ASIC circuit, a processor and a memory that execute one or more software or fixed programs, and/or other devices that can provide the above-described functions.
Further functional descriptions of the modules are the same as those of the corresponding embodiments, and are not repeated herein.
In the protocol conversion apparatus provided in this embodiment, the server senses the model of each target device, and generates a protocol conversion script corresponding to each model of the target device based on the model of each target device, where the protocol conversion script includes an interface for performing mutual conversion between the attribute of the target device and the attribute of the server. When the target equipment is accessed to the local gateway, the server can obtain the protocol conversion script corresponding to the model of the target equipment, so that code development or code upgrading of the local gateway is avoided, the protocol conversion efficiency is guaranteed, and the access speed of the target equipment is increased.
An embodiment of the present invention further provides a protocol conversion system, as shown in fig. 9, where the system includes: at least one target device 81, a server 82 and a local gateway 83. The at least one target device 81 is in communication connection with the local gateway 83, the local gateway 83 is in communication connection with the server 82, and the server 82 is in communication connection with the at least one target device 81 through the local gateway 83.
Server 82 may sense the model of each target device and generate a protocol conversion script corresponding to each model of target device based on the model of each target device. For a detailed description, reference is made to the corresponding related description of the above method embodiments, which is not repeated herein.
The local gateway 83 may obtain a protocol conversion script corresponding to each type of target device, convert an interaction instruction between each target device and the server based on the protocol conversion script to obtain target interaction information, and complete data communication between each target device and the server based on the target interaction information. The local gateway can convert a control instruction issued by the server to the target equipment into a target identification command which can be identified by the target equipment through the protocol conversion script; the local gateway can also convert the device state information reported to the server by the target device into target identification information which can be identified by the server through the protocol conversion script. For a detailed description, reference is made to the corresponding related description of the above method embodiments, which is not repeated herein.
The protocol conversion system provided in this embodiment generates, by the server, the protocol conversion script corresponding to each type of target device, and when the target device accesses the local gateway, the local gateway may obtain, from the server, the protocol conversion script corresponding to the target device, and convert, by using the protocol conversion script, the interaction instruction between the server and the target device into target interaction information that can be recognized by the server, and implement data communication between the target device and the server by using the target interaction information. The system carries out command conversion on the interactive instruction between the target equipment and the server through the protocol conversion script, and when the target equipment carries out version alternation or new equipment is accessed to the gateway, only the updated protocol conversion script needs to be obtained from the server, so that code development or code upgrading at a local gateway end is avoided, the protocol conversion efficiency is ensured, and the access speed of the target equipment is improved.
An embodiment of the present invention further provides an electronic device, which may be a gateway or a server, and includes the protocol conversion apparatus shown in fig. 7 or the protocol conversion apparatus shown in fig. 8.
Referring to fig. 10, fig. 10 is a schematic structural diagram of an electronic device according to an alternative embodiment of the present invention, as shown in fig. 10, the electronic device may include: at least one processor 91, such as a CPU (Central Processing Unit), at least one communication interface 93, memory 94, and at least one communication bus 92. Wherein a communication bus 92 is used to enable the connection communication between these components. The communication interface 93 may include a Display (Display) and a Keyboard (Keyboard), and the optional communication interface 93 may also include a standard wired interface and a standard wireless interface. The Memory 94 may be a high-speed RAM (Random Access Memory) or a non-volatile Memory, such as at least one disk Memory. The memory 94 may alternatively be at least one memory device located remotely from the processor 91. Wherein the processor 91 may be in connection with the apparatus described in fig. 7 or fig. 8, an application program is stored in the memory 94, and the processor 91 calls the program code stored in the memory 94 for performing any of the above-mentioned method steps.
The communication bus 92 may be a Peripheral Component Interconnect (PCI) bus or an Extended Industry Standard Architecture (EISA) bus. The communication bus 92 may be divided into an address bus, a data bus, a control bus, and the like. For ease of illustration, only one thick line is shown in FIG. 10, but this is not intended to represent only one bus or type of bus.
The memory 94 may include a volatile memory (RAM), such as a random-access memory (RAM); the memory may also include a non-volatile memory (english: non-volatile memory), such as a flash memory (english: flash memory), a hard disk (english: hard disk drive, abbreviated: HDD) or a solid-state drive (english: SSD); memory 94 may also comprise a combination of the above types of memory.
The processor 91 may be a Central Processing Unit (CPU), a Network Processor (NP), or a combination of a CPU and an NP.
The processor 91 may further include a hardware chip. The hardware chip may be an application-specific integrated circuit (ASIC), a Programmable Logic Device (PLD), or a combination thereof. The PLD may be a Complex Programmable Logic Device (CPLD), a field-programmable gate array (FPGA), a General Array Logic (GAL), or any combination thereof.
Optionally, the memory 94 is also used to store program instructions. The processor 91 may invoke program instructions to implement the protocol conversion method as shown in the embodiments of fig. 1 and 3 of the present application or the protocol conversion method shown in the embodiments of fig. 4 and 5 of the present application.
The embodiment of the invention also provides a non-transitory computer storage medium, wherein the computer storage medium stores computer executable instructions, and the computer executable instructions can execute the processing method of the protocol conversion method in any method embodiment. The storage medium may be a magnetic Disk, an optical Disk, a Read-Only Memory (ROM), a Random Access Memory (RAM), a Flash Memory (Flash Memory), a Hard Disk (Hard Disk Drive, abbreviated as HDD), a Solid State Drive (SSD), or the like; the storage medium may also comprise a combination of memories of the kind described above.
Although the embodiments of the present invention have been described in conjunction with the accompanying drawings, those skilled in the art may make various modifications and variations without departing from the spirit and scope of the invention, and such modifications and variations fall within the scope defined by the appended claims.

Claims (10)

1. A protocol conversion method, comprising the steps of:
acquiring protocol conversion scripts corresponding to target equipment of each model, wherein the protocol conversion scripts are used for providing conversion interfaces of server attributes and target equipment attributes;
converting the interactive instructions between the target devices and the server based on the protocol conversion script to obtain target interactive information;
and performing communication between each target device and the server based on the target interaction information.
2. The method according to claim 1, wherein the obtaining of the protocol conversion script corresponding to each model of the target device comprises:
receiving updating information sent by the server;
when the protocol conversion script is in an unused state, sending script updating request information to the server based on the updating information, wherein the script updating request information is used for requesting to acquire the updated protocol conversion script;
and receiving the updated protocol conversion script sent by the server.
3. The method according to claim 2, wherein the converting, based on the protocol conversion script, the interaction instructions between the respective target devices and the server to obtain target interaction information includes:
carrying out protocol conversion on the control command issued by the server to obtain a target identification command which can be identified by the target equipment;
and/or the presence of a gas in the gas,
and carrying out protocol conversion on the equipment state information reported by the target equipment to obtain target identification information which can be identified by the server.
4. A protocol conversion method, comprising the steps of:
sensing the model of each target device;
and generating a protocol conversion script corresponding to each model of the target equipment based on the model of each target equipment.
5. The method of claim 4, wherein generating a protocol conversion script corresponding to each model of the target device based on the model of the target device comprises:
judging whether the protocol conversion script corresponding to the target equipment of each model is updated or not, or whether new-model equipment is accessed or not;
and when the protocol conversion script of the target equipment of each model is updated or equipment of a new model is accessed, updating the protocol conversion script.
6. A protocol conversion apparatus, comprising:
the acquisition module is used for acquiring a protocol conversion script corresponding to each type of target equipment, and the protocol conversion script is used for providing a conversion interface between the server attribute and each target equipment attribute;
the conversion module is used for converting the interaction instructions between the target devices and the server based on the protocol conversion script to obtain target interaction information;
and the communication module is used for carrying out communication between each target device and the server based on the target interaction information.
7. A protocol conversion apparatus, comprising:
the sensing module is used for sensing the model of each target device;
and the generating module is used for generating a protocol conversion script corresponding to each model of the target equipment based on the model of each target equipment.
8. A protocol conversion system, comprising:
at least one target device, a server and a local gateway; the at least one target device is in communication connection with the local gateway; the local gateway is in communication connection with the server; the server is in communication connection with the at least one target device through the local gateway;
the local gateway is used for acquiring a protocol conversion script corresponding to each type of target equipment, and the protocol conversion script is used for providing a conversion interface between the server attribute and each target equipment attribute; converting the interactive instructions between the target devices and the server based on the protocol conversion script to obtain target interactive information; performing communication between each target device and the server based on the target interaction information;
the server is used for sensing the model of each target device; and generating a protocol conversion script corresponding to each model of the target equipment based on the model of each target equipment.
9. An electronic device, comprising:
a memory and a processor, the memory and the processor being communicatively connected to each other, the memory having stored therein computer instructions, the processor executing the computer instructions to perform the protocol conversion method according to any one of claims 1 to 3, or to perform the protocol conversion method according to claim 4 or 5.
10. A computer-readable storage medium storing computer instructions for causing a computer to execute the protocol conversion method of any one of claims 1 to 3, or the protocol conversion method of claim 4 or 5.
CN202110286740.6A 2021-03-17 2021-03-17 Protocol conversion method, device, system, electronic equipment and storage medium Pending CN113067811A (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
CN202110286740.6A CN113067811A (en) 2021-03-17 2021-03-17 Protocol conversion method, device, system, electronic equipment and storage medium

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
CN202110286740.6A CN113067811A (en) 2021-03-17 2021-03-17 Protocol conversion method, device, system, electronic equipment and storage medium

Publications (1)

Publication Number Publication Date
CN113067811A true CN113067811A (en) 2021-07-02

Family

ID=76561233

Family Applications (1)

Application Number Title Priority Date Filing Date
CN202110286740.6A Pending CN113067811A (en) 2021-03-17 2021-03-17 Protocol conversion method, device, system, electronic equipment and storage medium

Country Status (1)

Country Link
CN (1) CN113067811A (en)

Cited By (10)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN113645131A (en) * 2021-07-22 2021-11-12 武汉慧联无限科技有限公司 Data processing method and device, electronic equipment and storage medium
CN113704281A (en) * 2021-08-26 2021-11-26 北京天融信网络安全技术有限公司 Data format conversion method and device, storage medium and electronic equipment
CN114172974A (en) * 2021-12-07 2022-03-11 北京自如信息科技有限公司 Protocol conversion method, device and system
CN114554618A (en) * 2022-02-24 2022-05-27 成都西加云杉科技有限公司 Wireless access point device, equipment access method, equipment and storage medium
CN114760340A (en) * 2022-04-28 2022-07-15 深圳市晟瑞科技有限公司 Equipment access method, device, electronic equipment and storage medium
CN114900558A (en) * 2022-04-21 2022-08-12 厦门亿联网络技术股份有限公司 Universal equipment management protocol control method and device
CN115086444A (en) * 2022-06-02 2022-09-20 广联达科技股份有限公司 Data transmission method, device, electronic equipment and system
CN115102981A (en) * 2022-06-09 2022-09-23 杭州中天微系统有限公司 Data processing method, Internet of things system, electronic device and computer storage medium
CN115412865A (en) * 2022-08-11 2022-11-29 北京天融信网络安全技术有限公司 Short message gateway protocol calling method, system, electronic equipment and storage medium
CN115442913A (en) * 2022-08-15 2022-12-06 浙江猫精人工智能科技有限公司 Protocol access method, communication method, development device, gateway and storage medium

Citations (4)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
WO2014033076A1 (en) * 2012-08-31 2014-03-06 Alcatel Lucent Configuring a gateway device
CN105141601A (en) * 2015-08-17 2015-12-09 北京佰才邦技术有限公司 Method and device for configuring Internet-of-Things protocol conversion function
CN105704234A (en) * 2016-03-23 2016-06-22 浙江风向标科技有限公司 Control method and apparatus for intelligent device
CN112153071A (en) * 2020-09-30 2020-12-29 深圳市腾讯计算机系统有限公司 Message sending method, device, gateway and storage medium

Patent Citations (4)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
WO2014033076A1 (en) * 2012-08-31 2014-03-06 Alcatel Lucent Configuring a gateway device
CN105141601A (en) * 2015-08-17 2015-12-09 北京佰才邦技术有限公司 Method and device for configuring Internet-of-Things protocol conversion function
CN105704234A (en) * 2016-03-23 2016-06-22 浙江风向标科技有限公司 Control method and apparatus for intelligent device
CN112153071A (en) * 2020-09-30 2020-12-29 深圳市腾讯计算机系统有限公司 Message sending method, device, gateway and storage medium

Cited By (15)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN113645131B (en) * 2021-07-22 2023-10-10 武汉慧联无限科技有限公司 Data processing method, device, electronic equipment and storage medium
CN113645131A (en) * 2021-07-22 2021-11-12 武汉慧联无限科技有限公司 Data processing method and device, electronic equipment and storage medium
CN113704281A (en) * 2021-08-26 2021-11-26 北京天融信网络安全技术有限公司 Data format conversion method and device, storage medium and electronic equipment
CN114172974A (en) * 2021-12-07 2022-03-11 北京自如信息科技有限公司 Protocol conversion method, device and system
CN114172974B (en) * 2021-12-07 2024-02-09 北京自如信息科技有限公司 Protocol conversion method, device and system
CN114554618A (en) * 2022-02-24 2022-05-27 成都西加云杉科技有限公司 Wireless access point device, equipment access method, equipment and storage medium
CN114900558A (en) * 2022-04-21 2022-08-12 厦门亿联网络技术股份有限公司 Universal equipment management protocol control method and device
CN114900558B (en) * 2022-04-21 2024-04-19 厦门亿联网络技术股份有限公司 Universal equipment management protocol control method and device
CN114760340A (en) * 2022-04-28 2022-07-15 深圳市晟瑞科技有限公司 Equipment access method, device, electronic equipment and storage medium
CN114760340B (en) * 2022-04-28 2024-05-24 深圳市晟瑞科技有限公司 Equipment access method and device, electronic equipment and storage medium
CN115086444A (en) * 2022-06-02 2022-09-20 广联达科技股份有限公司 Data transmission method, device, electronic equipment and system
CN115102981A (en) * 2022-06-09 2022-09-23 杭州中天微系统有限公司 Data processing method, Internet of things system, electronic device and computer storage medium
CN115412865B (en) * 2022-08-11 2023-11-24 北京天融信网络安全技术有限公司 Short message gateway protocol calling method, system, electronic equipment and storage medium
CN115412865A (en) * 2022-08-11 2022-11-29 北京天融信网络安全技术有限公司 Short message gateway protocol calling method, system, electronic equipment and storage medium
CN115442913A (en) * 2022-08-15 2022-12-06 浙江猫精人工智能科技有限公司 Protocol access method, communication method, development device, gateway and storage medium

Similar Documents

Publication Publication Date Title
CN113067811A (en) Protocol conversion method, device, system, electronic equipment and storage medium
CN108228810B (en) Form linkage configuration method and system and form updating method and system
US20220052866A1 (en) Smart home system control method and apparatus, electronic device
EP2922267B1 (en) Method for achieving communication based on mbim interface and device therefor
CN110209072B (en) User interface display method of self-recognition driver and related device
CN113721931B (en) Automatic service deployment method, system and computer readable storage medium
CN114327536A (en) Server operation and maintenance method, device, equipment and storage medium
CN111625264B (en) Method, device, equipment and medium for upgrading multi-level management system
WO2023226670A1 (en) Esim firmware upgrade method and apparatus, and device and medium
CN108989428B (en) Bluetooth terminal upgrading method, server, computer readable storage medium and system
CN110213073B (en) Data flow direction changing method, electronic device, computing node and storage medium
CN113254158B (en) Deployment method and device of deep learning system
US11792269B2 (en) Method for generating application for controlling external electronic device and electronic apparatus for supporting the same
CN111580857B (en) Equipment firmware online configuration method, device and system
CN101197959A (en) Terminal control method, system and equipment
CN113839992A (en) Equipment control method and device
CN112905212A (en) Firmware data processing method, device, equipment and storage medium
CN109271188A (en) A kind of CPLD upgrade method and relevant apparatus
US20230297395A1 (en) Parameter Configuration Method, Apparatus, and System
CN116737199A (en) Network card driver installation method, device, equipment and storage medium
CN113900734B (en) Application program file configuration method, device, equipment and storage medium
CN115297012B (en) Offline testing method and device of SDN controller, controller and medium
CN116414450A (en) Electronic control logic adaptation method, electronic control logic adaptation system, electronic equipment and storage medium
US20230179480A1 (en) Method and apparatus for remote customization of function, device, and storage medium
CN114942792A (en) Equipment access method and device and electronic equipment

Legal Events

Date Code Title Description
PB01 Publication
PB01 Publication
SE01 Entry into force of request for substantive examination
SE01 Entry into force of request for substantive examination
RJ01 Rejection of invention patent application after publication

Application publication date: 20210702