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

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

Info

Publication number
CN110995647A
CN110995647A CN201911019812.XA CN201911019812A CN110995647A CN 110995647 A CN110995647 A CN 110995647A CN 201911019812 A CN201911019812 A CN 201911019812A CN 110995647 A CN110995647 A CN 110995647A
Authority
CN
China
Prior art keywords
information
receiving
equipment
sending
protocol conversion
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
CN201911019812.XA
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.)
Gree Electric Appliances Inc of Zhuhai
Zhuhai Lianyun Technology Co Ltd
Original Assignee
Gree Electric Appliances Inc of Zhuhai
Zhuhai Lianyun 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 Gree Electric Appliances Inc of Zhuhai, Zhuhai Lianyun Technology Co Ltd filed Critical Gree Electric Appliances Inc of Zhuhai
Priority to CN201911019812.XA priority Critical patent/CN110995647A/en
Publication of CN110995647A publication Critical patent/CN110995647A/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

Abstract

The invention discloses a protocol conversion method, a device, equipment, a storage medium and a system. The method comprises the following steps: receiving information from a sending device, and determining a receiving device corresponding to the information; when the communication protocol supported by the sending equipment is different from the communication protocol supported by the receiving equipment, converting the information into information which can be identified by the receiving equipment by performing protocol conversion on the information; and sending the converted information to the receiving equipment. In the invention, the gateway server can perform protocol conversion on the information sent from the sending device to the receiving device when the sending device and the receiving device support different communication protocols, so that the converted information can be identified by the receiving device, and a plurality of devices respectively supporting different communication protocols coexist in an internet of things environment and are controlled by the same control device.

Description

Protocol conversion method, device, equipment, storage medium and system
Technical Field
The present invention relates to the field of communications technologies, and in particular, to a protocol conversion method, apparatus, device, storage medium, and system.
Background
In The world of everything interconnection, The Internet of Things (IOT) is very important. With the continuous update of devices and the continuous innovation of technologies, the communication protocols of devices need to be adaptively updated, so that in some application scenarios, there may be multiple devices using different communication protocols. For example: in the smart home environment, there are devices from multiple vendors, which employ different communication protocols. In order to facilitate the user to operate the device, the user wants to control the devices with different communication protocols through the same control device, but a problem arises in that: in the same internet of things environment, the control device faces a plurality of devices with different communication protocols, and cannot be compatible with the plurality of devices and control the plurality of devices.
Disclosure of Invention
The invention mainly aims to provide a protocol conversion method, a protocol conversion device, equipment, a storage medium and a protocol conversion system, so as to solve the problem that a control device in the prior art cannot control a plurality of devices with different communication protocols.
Aiming at the technical problems, the invention solves the technical problems by the following technical scheme:
the invention provides a protocol conversion method, which is executed at a gateway server side and comprises the following steps: receiving information from a sending device, and determining a receiving device corresponding to the information; when the communication protocol supported by the sending equipment is different from the communication protocol supported by the receiving equipment, converting the information into information which can be identified by the receiving equipment by performing protocol conversion on the information; and sending the converted information to the receiving equipment.
Wherein converting the information into information recognizable by the receiving device by performing protocol conversion on the information includes: inquiring the version number of the communication protocol supported by the receiving equipment; calling a protocol converter corresponding to the version number of the communication protocol; converting the information into information recognizable by the receiving device using the protocol converter.
Wherein the protocol converter is a virtual device installed in the gateway server; or, the protocol converter is an entity device which is internally or externally arranged on the gateway server.
The sending equipment is control equipment, and the receiving equipment is intelligent equipment; the receiving the information from the sending device and determining the receiving device corresponding to the information includes: receiving a control instruction from the control device; and analyzing the control command, and determining the intelligent equipment to be controlled by the control command.
The sending equipment is intelligent equipment, and the receiving equipment is control equipment; the receiving the information from the sending device and determining the receiving device corresponding to the information includes: receiving response information sent by the intelligent equipment, and determining control equipment corresponding to the response information; after executing the control instruction, the intelligent device feeds back response information to the control device which sends the control instruction.
The invention also provides a protocol conversion device, which is arranged at the gateway server side and comprises: the receiving module is used for receiving the information from the sending equipment and determining the receiving equipment corresponding to the information; a conversion module, configured to, when a communication protocol supported by the sending device is different from a communication protocol supported by the receiving device, convert the information into information that can be recognized by the receiving device by performing protocol conversion on the information; and the sending module is used for sending the converted information to the receiving equipment.
The invention also provides a protocol conversion device, which comprises a processor and a memory; the processor is used for executing the protocol conversion program stored in the memory so as to realize the protocol conversion method.
The present invention also provides a storage medium characterized in that the storage medium stores one or more programs executable by one or more processors to implement the protocol conversion method described above.
The invention also provides a protocol conversion system, which comprises: the system comprises a gateway server and a plurality of devices connected with the gateway server; the gateway server is used for receiving the information from the sending equipment and determining the receiving equipment corresponding to the information; when the communication protocol supported by the sending equipment is different from the communication protocol supported by the receiving equipment, converting the information into information which can be identified by the receiving equipment by performing protocol conversion on the information; and, send the said information after converting to the said receiving equipment; wherein the sending device is one of the plurality of devices, and the receiving device is another one of the plurality of devices.
Wherein the plurality of devices comprises: a plurality of intelligent devices and a control device for controlling the plurality of intelligent devices; the sending device is the control device, and the receiving device is an intelligent device to be controlled by the control device in the plurality of intelligent devices; or, the sending device is any one of the plurality of intelligent devices, and the receiving device is the control device.
The invention has the following beneficial effects:
in the invention, the gateway server can perform protocol conversion on the information sent from the sending device to the receiving device when the sending device and the receiving device support different communication protocols, so that the converted information can be identified by the receiving device, and a plurality of devices respectively supporting different communication protocols coexist in an internet of things environment and are controlled by the same control device.
Drawings
The accompanying drawings, which are included to provide a further understanding of the invention and are incorporated in and constitute a part of this application, illustrate embodiment(s) of the invention and together with the description serve to explain the invention without limiting the invention. In the drawings:
FIG. 1 is an architecture diagram of a protocol conversion system according to an embodiment of the present invention;
FIG. 2 is a flow diagram of a protocol conversion method according to an embodiment of the invention;
FIG. 3 is a flow diagram of a protocol conversion method according to an embodiment of the invention;
FIG. 4 is a schematic diagram of a protocol conversion method according to an embodiment of the invention;
fig. 5 is a block diagram of a protocol conversion apparatus according to an embodiment of the present invention;
fig. 6 is a block diagram of a protocol conversion apparatus according to an embodiment of the present invention.
Detailed Description
In order to make the objects, technical solutions and advantages of the present invention more apparent, the present invention will be described in further detail below with reference to the accompanying drawings and specific embodiments.
According to an embodiment of the present invention, a protocol conversion system is provided. Fig. 1 is a diagram illustrating an architecture of a protocol conversion system according to an embodiment of the present invention.
The system, comprising: a gateway server 110 and a plurality of devices 121 to 12N connected to the gateway server. N is a positive integer greater than 1.
Each of the plurality of devices 121 to 12N is configured to transmit and receive information through the gateway server 110. That is, the plurality of devices 121 to 12N communicate with each other through the gateway server. Further, the plurality of devices 121 to 12N need to be registered in the gateway server before communication is performed through the gateway server. When each of the plurality of devices 121 to 12N is registered, the registration information is submitted to the gateway server. Included in this registration information are, but not limited to, the following: information of the device submitting the registration information, information of the supported communication protocol. The information of the device includes but is not limited to: unique code, address information and/or interface information of the device; information of the communication protocol includes, but is not limited to: version number of the communication protocol.
The gateway server 110 is configured to receive information from a sending device, and determine a receiving device corresponding to the information; when the communication protocol supported by the sending equipment is different from the communication protocol supported by the receiving equipment, converting the information into information which can be identified by the receiving equipment by performing protocol conversion on the information; and transmitting the converted information to the receiving device. The sending equipment is one of the multiple pieces of equipment 121-12N, and the receiving equipment is another piece of equipment of the multiple pieces of equipment 121-12N. The specific protocol conversion method will be described in detail in the following embodiments, and therefore, will not be described herein.
Specifically, the plurality of devices 121 to 12N include: a plurality of intelligent devices 122-12N and a control device 121 for controlling the plurality of intelligent devices 122-12N. Further, the control device 121 is, for example: mobile phones, tablet computers, and the like. The intelligent device is for example: printer, intelligent air conditioner, intelligent TV etc..
The sending device is the control device 121, and the receiving device is an intelligent device to be controlled by the control device 121 in the plurality of intelligent devices 122-12N; or, the sending device is any one of the plurality of intelligent devices 122 to 12N, and the receiving device is the control device 121.
Of course, those skilled in the art will appreciate that a plurality of intelligent devices 122-12N may communicate with each other through the gateway server 110. That is, one of the smart devices 122 to 12N is a transmitting device, and the other smart device is a receiving device.
Through the protocol conversion system of the embodiment, a plurality of devices supporting different communication protocols can coexist in the same internet of things environment, and barrier-free communication is carried out in the internet of things environment. Further, with the present embodiment, the control device may control a plurality of smart devices supporting different communication protocols, so that the plurality of smart devices can all be used normally.
Based on the protocol conversion system, the embodiment provides a protocol conversion method. The execution subject of this embodiment is a gateway server.
Fig. 2 is a flowchart illustrating a protocol conversion method according to an embodiment of the invention.
Step S210, receiving information from a sending device, and determining a receiving device corresponding to the information.
The sending equipment is control equipment, and the receiving equipment is intelligent equipment; further, receiving a control instruction from the control device; and analyzing the control instruction, and determining the intelligent equipment corresponding to the control instruction. Analyzing the control instruction, and determining the information of the intelligent equipment carried in the control instruction; and inquiring the communication protocol supported by the intelligent equipment in the registration information of the registered equipment according to the information of the intelligent equipment. The information of the device may be a unique code, address information and/or interface information of the device.
The sending equipment is intelligent equipment, and the receiving equipment is control equipment. Further, response information from the intelligent device is received, and control equipment corresponding to the response information is determined; after executing the control instruction, the intelligent device feeds back response information to the control device which sends the control instruction. After the gateway server sends the control instruction from the control device to the intelligent device, the connection between the gateway server and the control device and the connection between the gateway server and the intelligent device are not disconnected for a while, so that after response information fed back by the intelligent device is received, the control device corresponding to the response information can be directly determined according to communication connection.
Step S220, when the communication protocol supported by the sending device is different from the communication protocol supported by the receiving device, converting the information into information recognizable by the receiving device by performing protocol conversion on the information.
Inquiring the version number of the communication protocol supported by the receiving equipment; calling a protocol converter corresponding to the version number of the communication protocol; converting the information into information recognizable by the receiving device using the protocol converter. Further, in the registration information of the registered device, the version number of the communication protocol supported by the intelligent device is inquired.
And the protocol converter is used for converting the format of the information into a format which can be recognized by the receiving equipment. Further, the format refers to: frame transmission format.
Specifically, the version number of the communication protocol supported by the receiving device may be queried in the network, or the version number of the communication protocol supported by each device connected to the gateway service may be set in advance.
On the gateway server side, a protocol converter corresponding to the version number of each communication protocol is set in advance. Further, in the version number of the communication protocol supported by each device connected to the gateway server, a protocol converter corresponding to the version number of each communication protocol is set in advance.
The protocol converter is a virtual device installed in the gateway server; or, the protocol converter is an entity device which is internally or externally arranged on the gateway server.
Step S230, sending the converted information to the receiving device.
In this embodiment, when the sending device and the receiving device support different communication protocols, the gateway server may perform protocol conversion on information sent from the sending device to the receiving device, so that the converted information can be recognized by the receiving device, and thus, a plurality of devices respectively supporting different communication protocols coexist in an environment of the internet of things and are controlled by the same control device.
In this embodiment, a cloud compatible mode is adopted, and the protocol of the sending device and the protocol of the receiving device are converted by using the gateway server, so that the converted information can be identified by the receiving device, the problem of coexistence of different devices in the same internet of things environment is solved, and the different devices can be normally used. Further, the present embodiment can avoid the following problems: when the APP directly supports the compatibility of different devices, the APP needs to include codes of compatible processing of each device in the codes, so that the APP codes are huge, the downloading and updating speed of the APP is slowed, and the user experience is influenced.
A more specific embodiment is given below to further describe the protocol conversion method of the present invention. Fig. 3 is a flowchart of a protocol conversion method according to an embodiment of the present invention. Fig. 4 is a schematic diagram of a protocol conversion method according to an embodiment of the present invention.
In step S310, the gateway server receives a control instruction sent by an APP (Application), analyzes the control instruction, and determines a receiving device of the control instruction.
The device where the APP is located is a control device. This APP is used for controlling smart machine. The communication protocol supported by the APP can be determined by pre-negotiation between the APP and the gateway server.
The APP receives user operation and generates a corresponding control instruction according to the user operation; and the APP sends the control request information carrying the control instruction to the gateway server through the network.
For example: the user clicks a button for starting the intelligent air conditioner in the APP, a control instruction for starting the intelligent air conditioner is generated according to the clicking operation of the user, and the control instruction is sent to the gateway server, so that the control instruction is sent to the intelligent air conditioner through the gateway server.
According to the interface receiving the control instruction, the APP sending the control instruction can be determined, the communication protocol supported by the APP can be further determined, and the control instruction can be analyzed according to the communication protocol.
The control instruction comprises a source address and a destination address, wherein the source address is the address of the sending device, namely the address of the control device where the APP is located, and the destination address is the address of the receiving device. Thus, the receiving device of the control instruction can be determined according to the destination address.
Step S320, the gateway server queries the information of the receiving device in the control instruction, determines a version number of the communication protocol that can be identified by the receiving device, and determines a first protocol converter corresponding to the version number of the communication protocol.
The information of the receiving device may be a device unique code from which it can be used to query and determine the version number of the communication protocol that the receiving device can identify (support).
In this embodiment, the protocol converter may be a code for protocol conversion.
Step S330, the gateway server invokes the first protocol converter, converts the control instruction from the APP into a control instruction that can be recognized by the receiving device, and issues the converted control instruction to the corresponding receiving device.
In step S340, the receiving device receives the control instruction sent by the gateway server, executes the control instruction, and returns a response result of the execution instruction as response information to the gateway server.
Similarly, the source address and the destination address are also included in the response message.
Step S350, the gateway server queries the information of the APP in the response result, determines a version number of a communication protocol that can be identified by the APP, and determines a second protocol converter corresponding to the version number of the communication protocol.
Step S360, the gateway server invokes the second protocol converter to convert the response information into response information that can be identified by the APP.
Step S370, the gateway server returns response information that the APP can recognize to the APP.
And the APP executes corresponding actions according to the response information. For example: prompt the user for success or failure, and so on.
The following provides a protocol conversion apparatus. The protocol conversion device is provided on the gateway server side.
Fig. 5 is a block diagram of a protocol conversion apparatus according to an embodiment of the present invention.
The protocol conversion device comprises: a receiving module 510, a converting module 520 and a transmitting module 530.
The receiving module 510 is configured to receive information from a sending device, and determine a receiving device corresponding to the information.
A conversion module 520, configured to, when the communication protocol supported by the sending device is different from the communication protocol supported by the receiving device, perform protocol conversion on the information, so as to convert the information into information that can be recognized by the receiving device.
A sending module 530, configured to send the converted information to the receiving device.
Wherein the conversion module 520 is configured to: inquiring the version number of the communication protocol supported by the receiving equipment; calling a protocol converter corresponding to the version number of the communication protocol; converting the information into information recognizable by the receiving device using the protocol converter.
Wherein the protocol converter is a virtual device installed in the gateway server; or, the protocol converter is an entity device which is internally or externally arranged on the gateway server.
The sending equipment is control equipment, and the receiving equipment is intelligent equipment; the receiving module 510 is configured to: receiving a control instruction from the control device; and analyzing the control command, and determining the intelligent equipment to be controlled by the control command.
The sending equipment is intelligent equipment, and the receiving equipment is control equipment; the receiving module 510 is configured to: receiving response information sent by the intelligent equipment, and determining control equipment corresponding to the response information; after executing the control instruction, the intelligent device feeds back response information to the control device which sends the control instruction.
The functions of the apparatus in this embodiment have already been described in the embodiments shown in fig. 1 to fig. 4, so that reference may be made to the related descriptions in the foregoing embodiments for details in the description of this embodiment, which are not repeated herein.
The following provides a protocol conversion apparatus. Fig. 6 is a block diagram of a protocol conversion apparatus according to an embodiment of the present invention.
In this embodiment, the protocol conversion device includes, but is not limited to: a processor 610, a memory 620.
The processor 610 is configured to execute a protocol conversion program stored in the memory 620 to implement the protocol conversion method. Specifically, the processor 610 is configured to execute the protocol conversion program stored in the memory 620 to implement the following steps: receiving information from a sending device, and determining a receiving device corresponding to the information; when the communication protocol supported by the sending equipment is different from the communication protocol supported by the receiving equipment, converting the information into information which can be identified by the receiving equipment by performing protocol conversion on the information; and sending the converted information to the receiving equipment.
Wherein converting the information into information recognizable by the receiving device by performing protocol conversion on the information includes: inquiring the version number of the communication protocol supported by the receiving equipment; calling a protocol converter corresponding to the version number of the communication protocol; converting the information into information recognizable by the receiving device using the protocol converter.
Wherein the protocol converter is a virtual device installed in the gateway server; or, the protocol converter is an entity device which is internally or externally arranged on the gateway server.
The sending equipment is control equipment, and the receiving equipment is intelligent equipment; the receiving the information from the sending device and determining the receiving device corresponding to the information includes: receiving a control instruction from the control device; and analyzing the control command, and determining the intelligent equipment to be controlled by the control command.
The sending equipment is intelligent equipment, and the receiving equipment is control equipment; the receiving the information from the sending device and determining the receiving device corresponding to the information includes: receiving response information sent by the intelligent equipment, and determining control equipment corresponding to the response information; after executing the control instruction, the intelligent device feeds back response information to the control device which sends the control instruction.
The embodiment of the invention also provides a storage medium. The storage medium herein stores one or more programs. Among others, the storage medium may include volatile memory, such as random access memory; the memory may also include non-volatile memory, such as read-only memory, flash memory, a hard disk, or a solid state disk; the memory may also comprise a combination of memories of the kind described above.
When one or more programs in the storage medium are executable by one or more processors to implement the protocol conversion method described above.
Specifically, the processor is configured to execute a protocol conversion program stored in the memory to implement the steps of: receiving information from a sending device, and determining a receiving device corresponding to the information; when the communication protocol supported by the sending equipment is different from the communication protocol supported by the receiving equipment, converting the information into information which can be identified by the receiving equipment by performing protocol conversion on the information; and sending the converted information to the receiving equipment.
Wherein converting the information into information recognizable by the receiving device by performing protocol conversion on the information includes: inquiring the version number of the communication protocol supported by the receiving equipment; calling a protocol converter corresponding to the version number of the communication protocol; converting the information into information recognizable by the receiving device using the protocol converter.
Wherein the protocol converter is a virtual device installed in the gateway server; or, the protocol converter is an entity device which is internally or externally arranged on the gateway server.
The sending equipment is control equipment, and the receiving equipment is intelligent equipment; the receiving the information from the sending device and determining the receiving device corresponding to the information includes: receiving a control instruction from the control device; and analyzing the control command, and determining the intelligent equipment to be controlled by the control command.
The sending equipment is intelligent equipment, and the receiving equipment is control equipment; the receiving the information from the sending device and determining the receiving device corresponding to the information includes: receiving response information sent by the intelligent equipment, and determining control equipment corresponding to the response information; and after executing the control command, the intelligent device feeds back response information to the control device which sends the control command.
The above description is only an example of the present invention, and is not intended to limit the present invention, and it is obvious to those skilled in the art that various modifications and variations can be made in the present invention. Any modification, equivalent replacement, or improvement made within the spirit and principle of the present invention should be included in the scope of the claims of the present invention.

Claims (10)

1. A protocol conversion method, performed on a gateway server side, comprising:
receiving information from a sending device, and determining a receiving device corresponding to the information;
when the communication protocol supported by the sending equipment is different from the communication protocol supported by the receiving equipment, converting the information into information which can be identified by the receiving equipment by performing protocol conversion on the information;
and sending the converted information to the receiving equipment.
2. The method of claim 1, wherein converting the information into information recognizable by the receiving device by protocol converting the information comprises:
inquiring the version number of the communication protocol supported by the receiving equipment;
calling a protocol converter corresponding to the version number of the communication protocol;
converting the information into information recognizable by the receiving device using the protocol converter.
3. The method of claim 2,
the protocol converter is a virtual device installed in the gateway server; alternatively, the first and second electrodes may be,
the protocol converter is an entity device which is internally or externally arranged on the gateway server.
4. The method of claim 1,
the sending equipment is control equipment, and the receiving equipment is intelligent equipment;
the receiving the information from the sending device and determining the receiving device corresponding to the information includes:
receiving a control instruction from the control device;
and analyzing the control command, and determining the intelligent equipment to be controlled by the control command.
5. The method of claim 1,
the sending equipment is intelligent equipment, and the receiving equipment is control equipment;
the receiving the information from the sending device and determining the receiving device corresponding to the information includes:
receiving response information sent by the intelligent equipment, and determining control equipment corresponding to the response information; after executing the control instruction, the intelligent device feeds back response information to the control device which sends the control instruction.
6. A protocol conversion apparatus provided on a gateway server side, comprising:
the receiving module is used for receiving the information from the sending equipment and determining the receiving equipment corresponding to the information;
a conversion module, configured to, when a communication protocol supported by the sending device is different from a communication protocol supported by the receiving device, convert the information into information that can be recognized by the receiving device by performing protocol conversion on the information;
and the sending module is used for sending the converted information to the receiving equipment.
7. A protocol conversion device, characterized in that the protocol conversion device comprises a processor, a memory; the processor is used for executing the protocol conversion program stored in the memory to realize the protocol conversion method of any one of claims 1-5.
8. A storage medium storing one or more programs, the one or more programs being executable by one or more processors to implement the protocol conversion method of any one of claims 1 to 5.
9. A protocol conversion system, characterized in that the protocol conversion system comprises:
the system comprises a gateway server and a plurality of devices connected with the gateway server;
the gateway server is used for receiving the information from the sending equipment and determining the receiving equipment corresponding to the information; when the communication protocol supported by the sending equipment is different from the communication protocol supported by the receiving equipment, converting the information into information which can be identified by the receiving equipment by performing protocol conversion on the information; and, send the said information after converting to the said receiving equipment;
wherein the sending device is one of the plurality of devices, and the receiving device is another one of the plurality of devices.
10. The protocol conversion system according to claim 9,
the plurality of devices comprising: a plurality of intelligent devices and a control device for controlling the plurality of intelligent devices;
the sending device is the control device, and the receiving device is an intelligent device to be controlled by the control device in the plurality of intelligent devices; alternatively, the first and second electrodes may be,
the transmitting device is any one of the plurality of intelligent devices, and the receiving device is the control device.
CN201911019812.XA 2019-10-24 2019-10-24 Protocol conversion method, device, equipment, storage medium and system Pending CN110995647A (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
CN201911019812.XA CN110995647A (en) 2019-10-24 2019-10-24 Protocol conversion method, device, equipment, storage medium and system

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
CN201911019812.XA CN110995647A (en) 2019-10-24 2019-10-24 Protocol conversion method, device, equipment, storage medium and system

Publications (1)

Publication Number Publication Date
CN110995647A true CN110995647A (en) 2020-04-10

Family

ID=70082242

Family Applications (1)

Application Number Title Priority Date Filing Date
CN201911019812.XA Pending CN110995647A (en) 2019-10-24 2019-10-24 Protocol conversion method, device, equipment, storage medium and system

Country Status (1)

Country Link
CN (1) CN110995647A (en)

Cited By (10)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN111683059A (en) * 2020-05-18 2020-09-18 国网浙江省电力有限公司信息通信分公司 Method, system, equipment and storage medium for monitoring main chain-side chain
CN111711660A (en) * 2020-05-25 2020-09-25 杭州涂鸦信息技术有限公司 Method, device, equipment and storage medium for communication between electronic equipment
CN111740960A (en) * 2020-05-25 2020-10-02 杭州涂鸦信息技术有限公司 Communication method of Internet of things equipment, Internet of things equipment and storage medium
CN112583934A (en) * 2020-12-28 2021-03-30 深信服科技股份有限公司 Data communication method, apparatus and computer-readable storage medium
CN112866099A (en) * 2020-12-31 2021-05-28 深圳市九洲电器有限公司 Protocol conversion method, gateway equipment and gateway system
CN113824710A (en) * 2021-09-15 2021-12-21 珠海格力电器股份有限公司 Communication protocol conversion method and device and computer readable storage medium
CN114116892A (en) * 2021-11-16 2022-03-01 中碧科技(江苏)有限公司 Method for converting data transmission protocols of application layers with different water information
CN114584963A (en) * 2020-12-01 2022-06-03 奇点新源国际技术开发(北京)有限公司 Call calling method and device and terminal equipment
CN114584964A (en) * 2020-12-01 2022-06-03 奇点新源国际技术开发(北京)有限公司 Information sending method and device and terminal equipment
CN115242549A (en) * 2022-09-21 2022-10-25 佛山市元亨利贞信息科技有限公司 Data security sharing method, device, equipment and medium based on open protocol

Citations (11)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN101277545A (en) * 2008-05-12 2008-10-01 中山大学 General-purpose digital household arrangement telecontrol system for multiple networks
WO2015159320A1 (en) * 2014-04-16 2015-10-22 三菱電機株式会社 Protocol conversion apparatus and industrial network system
CN105577534A (en) * 2014-10-15 2016-05-11 珠海格力电器股份有限公司 Household intelligence gateway and intelligent household system
CN105592018A (en) * 2014-10-30 2016-05-18 青岛海信日立空调系统有限公司 Protocol conversion method, device, and building automatic control system
CN106126230A (en) * 2016-06-23 2016-11-16 杭州古北电子科技有限公司 A kind of adaptive device making control interface adaptation platform of internet of things and method
CN106603530A (en) * 2016-12-14 2017-04-26 杭州古北电子科技有限公司 Control system and method for electronic device compatible with different communication protocols
CN106656776A (en) * 2017-01-20 2017-05-10 浙江小尤鱼智能技术有限公司 Home gateway
CN106878159A (en) * 2016-12-30 2017-06-20 中科同德(北京)生态科技有限公司 The control method and system of connection are matched a kind of KNX intelligent gateways more
CN107360068A (en) * 2017-06-30 2017-11-17 广东美的制冷设备有限公司 Household appliance controlling system, method and its equipment
CN108989163A (en) * 2018-08-22 2018-12-11 歌尔科技有限公司 A kind of smart machine control method, device and smart machine
CN109901412A (en) * 2019-04-19 2019-06-18 北京远鼎科技有限公司 A kind of smart home system

Patent Citations (11)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN101277545A (en) * 2008-05-12 2008-10-01 中山大学 General-purpose digital household arrangement telecontrol system for multiple networks
WO2015159320A1 (en) * 2014-04-16 2015-10-22 三菱電機株式会社 Protocol conversion apparatus and industrial network system
CN105577534A (en) * 2014-10-15 2016-05-11 珠海格力电器股份有限公司 Household intelligence gateway and intelligent household system
CN105592018A (en) * 2014-10-30 2016-05-18 青岛海信日立空调系统有限公司 Protocol conversion method, device, and building automatic control system
CN106126230A (en) * 2016-06-23 2016-11-16 杭州古北电子科技有限公司 A kind of adaptive device making control interface adaptation platform of internet of things and method
CN106603530A (en) * 2016-12-14 2017-04-26 杭州古北电子科技有限公司 Control system and method for electronic device compatible with different communication protocols
CN106878159A (en) * 2016-12-30 2017-06-20 中科同德(北京)生态科技有限公司 The control method and system of connection are matched a kind of KNX intelligent gateways more
CN106656776A (en) * 2017-01-20 2017-05-10 浙江小尤鱼智能技术有限公司 Home gateway
CN107360068A (en) * 2017-06-30 2017-11-17 广东美的制冷设备有限公司 Household appliance controlling system, method and its equipment
CN108989163A (en) * 2018-08-22 2018-12-11 歌尔科技有限公司 A kind of smart machine control method, device and smart machine
CN109901412A (en) * 2019-04-19 2019-06-18 北京远鼎科技有限公司 A kind of smart home system

Cited By (14)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN111683059A (en) * 2020-05-18 2020-09-18 国网浙江省电力有限公司信息通信分公司 Method, system, equipment and storage medium for monitoring main chain-side chain
CN111683059B (en) * 2020-05-18 2022-08-23 国网浙江省电力有限公司 Method, system, equipment and storage medium for supervising main chain-side chain
CN111711660A (en) * 2020-05-25 2020-09-25 杭州涂鸦信息技术有限公司 Method, device, equipment and storage medium for communication between electronic equipment
CN111740960A (en) * 2020-05-25 2020-10-02 杭州涂鸦信息技术有限公司 Communication method of Internet of things equipment, Internet of things equipment and storage medium
CN114584963A (en) * 2020-12-01 2022-06-03 奇点新源国际技术开发(北京)有限公司 Call calling method and device and terminal equipment
CN114584963B (en) * 2020-12-01 2024-04-12 奇点新源国际技术开发(北京)有限公司 Call method, device and terminal equipment
CN114584964A (en) * 2020-12-01 2022-06-03 奇点新源国际技术开发(北京)有限公司 Information sending method and device and terminal equipment
CN112583934A (en) * 2020-12-28 2021-03-30 深信服科技股份有限公司 Data communication method, apparatus and computer-readable storage medium
CN112866099A (en) * 2020-12-31 2021-05-28 深圳市九洲电器有限公司 Protocol conversion method, gateway equipment and gateway system
CN113824710A (en) * 2021-09-15 2021-12-21 珠海格力电器股份有限公司 Communication protocol conversion method and device and computer readable storage medium
CN113824710B (en) * 2021-09-15 2022-12-06 珠海格力电器股份有限公司 Communication protocol conversion method and device and computer readable storage medium
CN114116892A (en) * 2021-11-16 2022-03-01 中碧科技(江苏)有限公司 Method for converting data transmission protocols of application layers with different water information
CN114116892B (en) * 2021-11-16 2024-05-07 中碧科技(江苏)有限公司 Conversion method of data transmission protocol of different water information application layers
CN115242549A (en) * 2022-09-21 2022-10-25 佛山市元亨利贞信息科技有限公司 Data security sharing method, device, equipment and medium based on open protocol

Similar Documents

Publication Publication Date Title
CN110995647A (en) Protocol conversion method, device, equipment, storage medium and system
EP3629552A1 (en) Method, registration center and device for service discovery
JP6256896B2 (en) Page redirection method, routing device, terminal device and system
US20230040580A1 (en) Binding method and system for device network configuration, and mobile terminal and storage medium
CN105763619B (en) The method and device that client and server-side are communicated
US20190173960A1 (en) Method, device and computer program product for protocol selection
WO2019037458A1 (en) Communication method and apparatus
CN110661891B (en) Cross-network file instant transmission method and system based on unidirectional network
CN103685496A (en) Transmission method and device of file data
CN105245418A (en) Method, device and system for controlling smart home devices
CN102594886A (en) Method and device for direct communication between browsers, and communication system
CN111008254A (en) Object creating method and device, computer equipment and storage medium
CN108322557B (en) Application equipment discovery method and device, computer equipment and storage medium
CN112929345A (en) Data transmission method, management server and industrial control firewall
US11048555B2 (en) Method, apparatus, and computer program product for optimizing execution of commands in a distributed system
CN110971639B (en) Message distribution method, message management system, server, and computer storage medium
US20160100021A1 (en) Information processing device, destination information updating method, and record medium
CN110661895A (en) Network address mapping method and network address mapping equipment of server
GB2580420A (en) Electronic message adaptation
CN114189400A (en) Control method, device, system, storage medium and program product for household electrical appliance
CN113630298A (en) Intelligent control system, method and device
KR102526770B1 (en) Electronic device providing fast packet forwarding with reference to additional network address translation table
CN108055305B (en) Storage expansion method and storage expansion device
US20220321652A1 (en) Method for Controlling an OPC UA Server, OPC UA Server, Control Circuit, Computer Program, and Computer-Readable Medium
US20230403320A1 (en) Lwm2m server device, lwm2m client device, and methods thereof

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
RJ01 Rejection of invention patent application after publication

Application publication date: 20200410