CN108063775B - Communication protocol compatible method, device and system - Google Patents

Communication protocol compatible method, device and system Download PDF

Info

Publication number
CN108063775B
CN108063775B CN201810151466.XA CN201810151466A CN108063775B CN 108063775 B CN108063775 B CN 108063775B CN 201810151466 A CN201810151466 A CN 201810151466A CN 108063775 B CN108063775 B CN 108063775B
Authority
CN
China
Prior art keywords
terminal
communication protocol
data packet
information
data
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.)
Active
Application number
CN201810151466.XA
Other languages
Chinese (zh)
Other versions
CN108063775A (en
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.)
Guangzhou Yunzhiyi Internet Of Things Co ltd
Original Assignee
Guangzhou Yunzhiyi Internet Of Things 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 Guangzhou Yunzhiyi Internet Of Things Co ltd filed Critical Guangzhou Yunzhiyi Internet Of Things Co ltd
Priority to CN201810151466.XA priority Critical patent/CN108063775B/en
Publication of CN108063775A publication Critical patent/CN108063775A/en
Application granted granted Critical
Publication of CN108063775B publication Critical patent/CN108063775B/en
Active legal-status Critical Current
Anticipated expiration legal-status Critical

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
    • H04L67/00Network arrangements or protocols for supporting network services or applications
    • H04L67/01Protocols
    • H04L67/12Protocols specially adapted for proprietary or special-purpose networking environments, e.g. medical networks, sensor networks, networks in vehicles or remote metering networks

Landscapes

  • Engineering & Computer Science (AREA)
  • Computer Networks & Wireless Communication (AREA)
  • Signal Processing (AREA)
  • Health & Medical Sciences (AREA)
  • Computing Systems (AREA)
  • General Health & Medical Sciences (AREA)
  • Medical Informatics (AREA)
  • Computer Security & Cryptography (AREA)
  • Data Exchanges In Wide-Area Networks (AREA)
  • Communication Control (AREA)

Abstract

The invention provides a communication protocol compatible method, a device and a system, wherein the method is applied to a cloud platform in an Internet of things system, the Internet of things system also comprises a plurality of terminals, the plurality of terminals are respectively communicated with the cloud platform, and the method comprises the following steps: receiving a first data packet sent by a terminal, wherein the first data packet is encapsulated by using a terminal communication protocol supported by the terminal; determining the communication protocol type of the terminal communication protocol according to the packet header in the first data packet; according to a decapsulation mode corresponding to the communication protocol type, decapsulating the first data packet to obtain terminal state information and terminal attribute information; according to a preset general data format, the terminal state information and the terminal attribute information are converted into platform general data, the technical problem that the efficiency of a measured data processing process is low in the prior art is solved, and the technical effect of improving the efficiency of the measured data processing process is achieved.

Description

Communication protocol compatible method, device and system
Technical Field
The invention relates to the technical field of communication protocols of an internet of things cloud platform, in particular to a communication protocol compatibility method, device and system.
Background
A communication protocol refers to the rules and conventions that must be followed by two entities to complete a communication or service. Data communication systems in a plurality of different geographical locations interconnected by communication channels and devices must have a common language between them to enable their co-operation for information exchange and resource sharing. What, how and when to communicate must follow certain mutually acceptable rules. This rule is the communication protocol.
The internet of things system comprises a plurality of devices, and communication protocols of some devices are different. Different vendors may use different communication protocols even for the same type of device. Therefore, the measurement data (for example, temperature data) in the same state collected in the cloud platform of the internet of things does not have a uniform writing standard, which causes a problem of low efficiency of the measurement data processing process.
Disclosure of Invention
In view of the above, an object of the present invention is to provide a method, an apparatus and a system for communication protocol compatibility to alleviate the technical problem of low efficiency of the measurement data processing process in the prior art.
In a first aspect, an embodiment of the present invention provides a communication protocol compatibility method, where the method is applied to a cloud platform in an internet of things system, the internet of things system further includes a plurality of terminals, and the plurality of terminals communicate with the cloud platform respectively, and the method includes:
receiving a first data packet sent by a terminal, wherein the first data packet is encapsulated by using a terminal communication protocol supported by the terminal;
determining the communication protocol type of the terminal communication protocol according to the packet header in the first data packet;
according to a decapsulation mode corresponding to the communication protocol type, decapsulating the first data packet to obtain terminal state information and terminal attribute information;
and converting the terminal state information and the terminal attribute information into platform general data according to a preset general data format.
With reference to the first aspect, an embodiment of the present invention provides a first possible implementation manner of the first aspect, where the method further includes:
receiving terminal communication protocol type information;
determining the decapsulation mode corresponding to the terminal communication protocol type information by using a preset analysis table;
and saving the decapsulation mode.
With reference to the first aspect, an embodiment of the present invention provides a second possible implementation manner of the first aspect, where the method further includes:
according to a preset platform communication protocol, packaging the platform general data to obtain a second data packet;
and saving the second data packet.
With reference to the first aspect, an embodiment of the present invention provides a third possible implementation manner of the first aspect, where the terminal includes at least one of: temperature sensor, humidity transducer, intelligent refrigerator, smart jack and surveillance camera head.
With reference to the first aspect, an embodiment of the present invention provides a fourth possible implementation manner of the first aspect, where the terminal state information includes at least one of: temperature information, humidity information, switch state information, and power consumption information.
With reference to the first aspect, an embodiment of the present invention provides a fifth possible implementation manner of the first aspect, where the terminal attribute information includes: vendor information and terminal model information.
With reference to the first aspect, an embodiment of the present invention provides a sixth possible implementation manner of the first aspect, where the communication protocol compatible method is implemented by using Java language.
In a second aspect, an embodiment of the present invention further provides a communication protocol compatible apparatus, including: the device comprises a receiving module, a determining module, a decapsulating module and a converting module;
the receiving module is configured to receive a first data packet sent by a terminal, where the first data packet is encapsulated by using a terminal communication protocol supported by the terminal;
the determining module is configured to determine a communication protocol type of the terminal communication protocol according to the packet header in the first data packet;
the decapsulation module is configured to decapsulate the first data packet according to a decapsulation mode corresponding to the communication protocol type to obtain terminal state information and terminal attribute information;
and the conversion module is used for converting the terminal state information and the terminal attribute information into platform general data according to a preset general data format.
In a third aspect, an embodiment of the present invention further provides a communication protocol compatible system, including: a plurality of terminals and a cloud platform applying any of the methods of the first aspect.
In a fourth aspect, the present invention also provides a computer-readable medium having non-volatile program code executable by a processor, where the program code causes the processor to execute the method according to any one of the first aspect.
The embodiment of the invention has the following beneficial effects: the communication protocol compatible method provided by the embodiment of the invention is applied to a cloud platform in an Internet of things system, the Internet of things system also comprises a plurality of terminals, the plurality of terminals are respectively communicated with the cloud platform, and the method comprises the following steps: receiving a first data packet sent by a terminal, wherein the first data packet is encapsulated by using a terminal communication protocol supported by the terminal; determining the communication protocol type of the terminal communication protocol according to the packet header in the first data packet; according to a decapsulation mode corresponding to the communication protocol type, decapsulating the first data packet to obtain terminal state information and terminal attribute information; converting the terminal state information and the terminal attribute information into platform general data according to a preset general data format, so that when the cloud platform receives the first data packet, the communication protocol type of the terminal communication protocol is determined according to a packet header in the first data packet, the first data packet is decapsulated according to a decapsulation mode corresponding to the communication protocol type to obtain the terminal state information and the terminal attribute information, and because the terminal state information and the terminal attribute information do not use the general data format of the platform, the terminal state information and the terminal attribute information are converted into the platform general data according to the preset general data format, thereby avoiding the problem of low efficiency of a measurement data processing process in a data consumption process caused by non-uniform data formats, and therefore, the technical problem that the efficiency of the measured data processing process is low in the prior art is solved, and the technical effect of improving the efficiency of the measured data processing process is achieved.
Additional features and advantages of the invention will be set forth in the description which follows, and in part will be obvious from the description, or may be learned by practice of the invention. The objectives and other advantages of the invention will be realized and attained by the structure particularly pointed out in the written description and claims hereof as well as the appended drawings.
In order to make the aforementioned and other objects, features and advantages of the present invention comprehensible, preferred embodiments accompanied with figures are described in detail below.
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 first flowchart of a communication protocol compatible method according to an embodiment of the present invention;
fig. 2 is a second flowchart of a communication protocol compatible method according to an embodiment of the present invention;
fig. 3 is a third flowchart of a method for communication protocol compatibility according to an embodiment of the present invention;
fig. 4 is a schematic structural diagram of a communication protocol compatible system according to an embodiment of the present invention.
Detailed Description
To make the objects, technical solutions and advantages of the embodiments of the present invention clearer, the technical solutions of the present invention will be clearly and completely described below with reference to the accompanying drawings, and it is apparent 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.
At present, an internet of things system comprises a plurality of devices, and communication protocols of some devices are different, so that measurement data (for example, temperature data) collected in an internet of things cloud platform in the same state are not in a uniform writing standard, and the problem of low efficiency of a measurement data processing process is caused.
In order to facilitate understanding of the embodiment, a detailed description is first given of a communication protocol compatibility method disclosed in the embodiment of the present invention, where the method is applied to a cloud platform in an internet of things system, the internet of things system further includes a plurality of terminals, and the plurality of terminals respectively communicate with the cloud platform, as shown in fig. 1, the communication protocol compatibility method may include the following steps.
Illustratively, the communication protocol compatible method is implemented by the Java language.
Step S101, a first data packet sent by a terminal is received, wherein the first data packet is encapsulated by using a terminal communication protocol supported by the terminal.
Illustratively, the terminal may include at least one of: temperature sensor, humidity transducer, intelligent refrigerator, smart jack and surveillance camera head. The first packet includes: a header, a trailer, and an entity. The plurality of terminals may be from the same manufacturer or from different manufacturers. The terminal communication protocol can be used by a plurality of terminals produced by the same manufacturer, and different terminal communication protocols can also be used by the terminals.
Step S102, determining the communication protocol type of the terminal communication protocol according to the packet header in the first data packet.
Illustratively, the packet header includes: version number, command type, session number, packet sequence number, data length, and size of the file to be sent.
Step S103, decapsulating the first data packet according to a decapsulation mode corresponding to the communication protocol type to obtain terminal state information and terminal attribute information.
Illustratively, the terminal state information may include at least one of: temperature information, humidity information, switch state information, and power consumption information. The terminal attribute information may include: vendor information and terminal model information.
Illustratively, when the terminal is the temperature sensor, the terminal state information may include temperature information. The terminal attribute information may include: manufacturer information and temperature sensor model information.
And step S104, converting the terminal state information and the terminal attribute information into platform general data according to a preset general data format.
Illustratively, when the terminal is the smart socket, the terminal status information may include power consumption information, the unit of power consumption being kilowatt-hours. The terminal attribute information may include: vendor information and smart jack model information. In the universal data format, the unit for power consumption is watts per hour. Therefore, according to the preset general data format, the information of the power consumption with the unit of kilowatt per hour is converted into the platform general data with the unit of watt per hour. In this way, the cloud platform can directly perform data consumption on the stored overall data.
In the embodiment of the present invention, the communication protocol compatibility method is applied to a cloud platform in an internet of things system, the internet of things system further includes a plurality of terminals, the plurality of terminals communicate with the cloud platform respectively, and the method includes: receiving a first data packet sent by a terminal, wherein the first data packet is encapsulated by using a terminal communication protocol supported by the terminal; determining the communication protocol type of the terminal communication protocol according to the packet header in the first data packet; according to a decapsulation mode corresponding to the communication protocol type, decapsulating the first data packet to obtain terminal state information and terminal attribute information; converting the terminal state information and the terminal attribute information into platform general data according to a preset general data format, so that when the cloud platform receives the first data packet, the communication protocol type of the terminal communication protocol is determined according to a packet header in the first data packet, the first data packet is decapsulated according to a decapsulation mode corresponding to the communication protocol type to obtain the terminal state information and the terminal attribute information, and because the terminal state information and the terminal attribute information do not use the general data format of the platform, the terminal state information and the terminal attribute information are converted into the platform general data according to the preset general data format, thereby avoiding the problem of low efficiency of a measurement data processing process in a data consumption process caused by non-uniform data formats, and therefore, the technical problem that the efficiency of the measured data processing process is low in the prior art is solved, and the technical effect of improving the efficiency of the measured data processing process is achieved.
In yet another embodiment of the present invention, as shown in fig. 2, the communication protocol compatible method may further include the following steps.
Step S201, receiving terminal communication protocol type information.
Illustratively, the terminal communication protocol type information is pre-opened to the cloud platform by a manufacturer.
Step S202, a preset analysis table is used for determining the decapsulation mode corresponding to the terminal communication protocol type information.
Illustratively, the parsing table includes terminal communication protocol type information and a decapsulation mode corresponding to the terminal communication protocol type information. If the terminal communication protocol type information is known, the decapsulation mode corresponding to the terminal communication protocol type information may be determined.
And step S203, saving the decapsulation mode.
Illustratively, the decapsulation mode is saved on the cloud platform.
In the embodiment of the invention, the cloud platform receives terminal communication protocol type information opened by a manufacturer in advance, determines the decapsulation mode corresponding to the terminal communication protocol type information by using a preset analysis table, and stores the decapsulation mode, so that the cloud platform stores the decapsulation mode corresponding to part of the existing terminal communication protocol type information.
In yet another embodiment of the present invention, as shown in fig. 3, the communication protocol compatible method may further include the following steps.
Step S301, according to a preset platform communication protocol, encapsulating the platform general data to obtain a second data packet.
Illustratively, the platform communication protocol is customized by the cloud platform.
Step S302, saving the second data packet.
For example, when a terminal in communication with the cloud platform sends a data request to the cloud platform, the cloud platform sends the second data packet corresponding to the data request to the terminal in communication with the cloud platform.
In the embodiment of the invention, the cloud platform encapsulates the platform general data according to a preset platform communication protocol to obtain a second data packet, and stores the second data packet, so that even if a plurality of terminals communicating with the cloud platform use different terminal communication protocols, the plurality of terminals using different terminal communication protocols can communicate with each other under the action of the cloud platform.
In another embodiment of the present invention, a communication protocol compatible apparatus disclosed in the embodiment of the present invention is described in detail, including: the device comprises a receiving module, a determining module, a decapsulating module and a converting module;
the receiving module is configured to receive a first data packet sent by a terminal, where the first data packet is encapsulated by using a terminal communication protocol supported by the terminal;
the determining module is configured to determine a communication protocol type of the terminal communication protocol according to the packet header in the first data packet;
the decapsulation module is configured to decapsulate the first data packet according to a decapsulation mode corresponding to the communication protocol type to obtain terminal state information and terminal attribute information;
and the conversion module is used for converting the terminal state information and the terminal attribute information into platform general data according to a preset general data format.
In another embodiment of the present invention, a communication protocol compatible system disclosed in the embodiment of the present invention is described in detail, and the communication protocol compatible system includes: a plurality of terminals and a cloud platform applying the method of any of the above embodiments.
Illustratively, as shown in fig. 4, the communication protocol compatible system may include a first terminal 41, a second terminal 42 and a cloud platform 43 applying the method of any of the above embodiments. The first terminal 41 and the second terminal 42 may use the same terminal communication protocol, or may use different terminal communication protocols.
In a further embodiment of the present invention, a computer-readable medium having non-volatile program code executable by a processor and causing the processor to perform the method of any one of the above embodiments is disclosed.
Unless specifically stated otherwise, the relative steps, numerical expressions, and values of the components and steps set forth in these embodiments do not limit the scope of the present invention.
The device provided by the embodiment of the present invention has the same implementation principle and technical effect as the method embodiments, and for the sake of brief description, reference may be made to the corresponding contents in the method embodiments without reference to the device embodiments.
It is clear to those skilled in the art that, for convenience and brevity of description, the specific working processes of the system and the apparatus described above may refer to the corresponding processes in the foregoing method embodiments, and are not described herein again.
In all examples shown and described herein, any particular value should be construed as merely exemplary, and not as a limitation, and thus other examples of example embodiments may have different values.
It should be noted that: like reference numbers and letters refer to like items in the following figures, and thus, once an item is defined in one figure, it need not be further defined and explained in subsequent figures.
The flowchart and block diagrams in the figures illustrate the architecture, functionality, and operation of possible implementations of systems, methods and computer program products according to various embodiments of the present invention. In this regard, each block in the flowchart or block diagrams may represent a module, segment, or portion of code, which comprises one or more executable instructions for implementing the specified logical function(s). It should also be noted that, in some alternative implementations, the functions noted in the block may occur out of the order noted in the figures. For example, two blocks shown in succession may, in fact, be executed substantially concurrently, or the blocks may sometimes be executed in the reverse order, depending upon the functionality involved. It will also be noted that each block of the block diagrams and/or flowchart illustration, and combinations of blocks in the block diagrams and/or flowchart illustration, can be implemented by special purpose hardware-based systems which perform the specified functions or acts, or combinations of special purpose hardware and computer instructions.
In addition, in the description of the embodiments of the present invention, unless otherwise explicitly specified or limited, the terms "mounted," "connected," and "connected" are to be construed broadly, e.g., as meaning either a fixed connection, a removable connection, or an integral connection; can be mechanically or electrically connected; they may be connected directly or indirectly through intervening media, or they may be interconnected between two elements. The specific meanings of the above terms in the present invention can be understood in specific cases to those skilled in the art.
In the description of the present invention, it should be noted that the terms "center", "upper", "lower", "left", "right", "vertical", "horizontal", "inner", "outer", etc., indicate orientations or positional relationships based on the orientations or positional relationships shown in the drawings, and are only for convenience of description and simplicity of description, but do not indicate or imply that the device or element being referred to must have a particular orientation, be constructed and operated in a particular orientation, and thus, should not be construed as limiting the present invention. Furthermore, the terms "first," "second," and "third" are used for descriptive purposes only and are not to be construed as indicating or implying relative importance.
The computer program product for performing the communication protocol compatibility method provided in the embodiment of the present invention includes a computer-readable storage medium storing a nonvolatile program code executable by a processor, where instructions included in the program code may be used to execute the method described in the foregoing method embodiment, and specific implementation may refer to the method embodiment, which is not described herein again.
It is clear to those skilled in the art that, for convenience and brevity of description, the specific working processes of the above-described systems, apparatuses and units may refer to the corresponding processes in the foregoing method embodiments, and are not described herein again.
In the several embodiments provided in the present application, it should be understood that the disclosed system, apparatus and method may be implemented in other ways. The above-described embodiments of the apparatus are merely illustrative, and for example, the division of the units is only one logical division, and there may be other divisions when actually implemented, and for example, a plurality of units or components may be combined or integrated into another system, or some features may be omitted, or not executed. In addition, the shown or discussed mutual coupling or direct coupling or communication connection may be an indirect coupling or communication connection of devices or units through some communication interfaces, and may be in an electrical, mechanical or other form.
The units described as separate parts may or may not be physically separate, and parts displayed as units may or may not be physical units, may be located in one place, or may be distributed on a plurality of network units. Some or all of the units can be selected according to actual needs to achieve the purpose of the solution of the embodiment.
In addition, functional units in the embodiments of the present invention may be integrated into one processing unit, or each unit may exist alone physically, or two or more units are integrated into one unit.
The functions, if implemented in the form of software functional units and sold or used as a stand-alone product, may be stored in a non-volatile computer-readable storage medium executable by a processor. Based on such understanding, the technical solution of the present invention may be embodied in the form of a software product, which is stored in a storage medium and includes instructions for causing a computer device (which may be a personal computer, a server, or a network device) to execute all or part of the steps of the method according to the embodiments of the present invention. And the aforementioned storage medium includes: a U-disk, a removable hard disk, a Read-Only Memory (ROM), a Random Access Memory (RAM), a magnetic disk or an optical disk, and other various media capable of storing program codes.
Finally, it should be noted that: the above-mentioned embodiments are only specific embodiments of the present invention, which are used for illustrating the technical solutions of the present invention and not for limiting the same, and the protection scope of the present invention is not limited thereto, although the present invention is described in detail with reference to the foregoing embodiments, those skilled in the art should understand that: any person skilled in the art can modify or easily conceive the technical solutions described in the foregoing embodiments or equivalent substitutes for some technical features within the technical scope of the present disclosure; such modifications, changes or substitutions do not depart from the spirit and scope of the embodiments of the present invention, and they should be construed as being included therein. Therefore, the protection scope of the present invention shall be subject to the protection scope of the claims.

Claims (9)

1. A communication protocol compatibility method is applied to a cloud platform in an Internet of things system, the Internet of things system further comprises a plurality of terminals, the plurality of terminals are respectively communicated with the cloud platform, and the method comprises the following steps:
receiving a first data packet sent by a terminal, wherein the first data packet is encapsulated by using a terminal communication protocol supported by the terminal;
determining the communication protocol type of the terminal communication protocol according to the packet header in the first data packet;
according to a decapsulation mode corresponding to the communication protocol type, decapsulating the first data packet to obtain terminal state information and terminal attribute information;
converting the terminal state information and the terminal attribute information into platform general data according to a preset general data format;
according to a preset platform communication protocol, packaging the platform general data to obtain a second data packet;
saving the second data packet;
receiving a data request sent by a terminal;
and sending a second data packet corresponding to the data request to the terminal.
2. The communication protocol compatible method of claim 1, further comprising:
receiving terminal communication protocol type information;
determining the decapsulation mode corresponding to the terminal communication protocol type information by using a preset analysis table;
and saving the decapsulation mode.
3. The communication protocol compatible method of claim 1, wherein the terminal comprises at least one of: temperature sensor, humidity transducer, intelligent refrigerator, smart jack and surveillance camera head.
4. The communication protocol compatible method of claim 3 wherein the terminal state information comprises at least one of: temperature information, humidity information, switch state information, and power consumption information.
5. The communication protocol compatible method of claim 4, wherein the terminal attribute information comprises: vendor information and terminal model information.
6. The communication protocol compatible method according to claim 5, wherein the communication protocol compatible method is implemented by Java language.
7. A communication protocol compatible device, comprising: the device comprises a receiving module, a determining module, a decapsulating module and a converting module;
the receiving module is configured to receive a first data packet sent by a terminal, where the first data packet is encapsulated by using a terminal communication protocol supported by the terminal;
the determining module is configured to determine a communication protocol type of the terminal communication protocol according to the packet header in the first data packet;
the decapsulation module is configured to decapsulate the first data packet according to a decapsulation mode corresponding to the communication protocol type to obtain terminal state information and terminal attribute information;
the conversion module is used for converting the terminal state information and the terminal attribute information into platform general data according to a preset general data format;
the apparatus is further configured to:
according to a preset platform communication protocol, packaging the platform general data to obtain a second data packet;
saving the second data packet;
receiving a data request sent by a terminal;
and sending a second data packet corresponding to the data request to the terminal.
8. A communication protocol compatible system, comprising: a plurality of terminals and a cloud platform applying the method of any of claims 1-6.
9. A computer-readable medium having non-volatile program code executable by a processor, wherein the program code causes the processor to perform the method of any of claims 1-6.
CN201810151466.XA 2018-02-13 2018-02-13 Communication protocol compatible method, device and system Active CN108063775B (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
CN201810151466.XA CN108063775B (en) 2018-02-13 2018-02-13 Communication protocol compatible method, device and system

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
CN201810151466.XA CN108063775B (en) 2018-02-13 2018-02-13 Communication protocol compatible method, device and system

Publications (2)

Publication Number Publication Date
CN108063775A CN108063775A (en) 2018-05-22
CN108063775B true CN108063775B (en) 2021-06-08

Family

ID=62134531

Family Applications (1)

Application Number Title Priority Date Filing Date
CN201810151466.XA Active CN108063775B (en) 2018-02-13 2018-02-13 Communication protocol compatible method, device and system

Country Status (1)

Country Link
CN (1) CN108063775B (en)

Families Citing this family (6)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN109147118A (en) * 2018-08-01 2019-01-04 广州云湾信息技术有限公司 Access control system of residential community, adaptation method and things-internet gateway
CN109687939A (en) * 2018-12-10 2019-04-26 上海华兴数字科技有限公司 Engineering mechanical device communication means, system and carrying communication protocol
CN110166455A (en) * 2019-05-21 2019-08-23 东信和平科技股份有限公司 A kind of multi-operator platform data adaptation method and relevant device
CN111131231A (en) * 2019-12-23 2020-05-08 北京蜂云科创信息技术有限公司 Method and equipment for accessing data of vehicle-mounted terminal into Internet of vehicles monitoring platform
CN111970363B (en) * 2020-08-17 2022-08-16 北京金山云网络技术有限公司 Data processing method and device based on Internet of things
CN112383543B (en) * 2020-11-12 2022-10-11 国网山东省电力公司泰安供电公司 Power equipment monitoring data processing system

Citations (4)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN102546319A (en) * 2010-12-28 2012-07-04 中兴通讯股份有限公司 Method and system for interworking between terminals of Internet of things
CN103607406A (en) * 2013-11-27 2014-02-26 北京国电通网络技术有限公司 Protocol adaptation system and method applied to smart power grids
CN103685419A (en) * 2012-09-21 2014-03-26 中兴通讯股份有限公司 Business processing method and apparatus
CN103905333A (en) * 2014-04-15 2014-07-02 广东未来信息技术有限公司 Internet of things multi-protocol access transform device and control method thereof

Family Cites Families (6)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN102571732B (en) * 2010-12-30 2015-11-25 中国移动通信集团公司 A kind of methods, devices and systems of processes sensor protocol information
KR101636904B1 (en) * 2015-02-11 2016-07-06 부산대학교 산학협력단 Apparatus and Method for Repeating IoT providing Protocol Schema-based Secure Proxy
CN104717288B (en) * 2015-03-07 2018-01-09 上海恩辅信息科技有限公司 A kind of system and method that internet of things sensors data can be provided to a variety of applications
CN105717848A (en) * 2016-04-25 2016-06-29 湖南云协网络信息科技有限公司 Cloud-cooperation general intelligent remote monitoring system
CN106909081B (en) * 2017-03-09 2020-09-25 广东美的制冷设备有限公司 Household electrical appliance and expansion platform based on same
CN107404483A (en) * 2017-07-31 2017-11-28 北京中科金马科技股份有限公司 Data processing method, device and data collecting system

Patent Citations (4)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN102546319A (en) * 2010-12-28 2012-07-04 中兴通讯股份有限公司 Method and system for interworking between terminals of Internet of things
CN103685419A (en) * 2012-09-21 2014-03-26 中兴通讯股份有限公司 Business processing method and apparatus
CN103607406A (en) * 2013-11-27 2014-02-26 北京国电通网络技术有限公司 Protocol adaptation system and method applied to smart power grids
CN103905333A (en) * 2014-04-15 2014-07-02 广东未来信息技术有限公司 Internet of things multi-protocol access transform device and control method thereof

Also Published As

Publication number Publication date
CN108063775A (en) 2018-05-22

Similar Documents

Publication Publication Date Title
CN108063775B (en) Communication protocol compatible method, device and system
US9286249B2 (en) USB device communication method, device and system wherein a human interface device (HID) descriptor and report are added to a driver of USB device
CN113595961A (en) Protocol conversion method and system, and gateway device
US10666718B2 (en) Dynamic data transport between enterprise and business computing systems
JP2010534029A5 (en)
JP6100926B2 (en) Tag identification method and apparatus
CN108809945A (en) Realize the method, apparatus and Internet of Things cloud platform that equipment room interconnects
CN111464419B (en) Data transmission control method based on bus network communication
CN105659689A (en) Method and system for dual role handling in a wireless environment
KR20130132780A (en) Method and system of communicating personal health data in a near field communication environment
KR102210289B1 (en) Hardware management communication protocol
CN112672328A (en) Data transmission method, device and equipment and environmental data acquisition method
CN110830466B (en) Method and device for framing DL/T645 protocol message based on XML
CN112422485B (en) Communication method and device of transmission control protocol
CN103314554A (en) Dynamic host profiles for option modules
CN109995782B (en) Information processing method, device, system and computer storage medium
CN109194519B (en) Configuration method and device of network equipment, controller and computer storage medium
CN114860437A (en) Data acquisition method, edge calculation host and computer-readable storage medium
EP3955524A1 (en) Method for managing remote storage device by means of management device
US11216424B2 (en) Dynamically rendering an application programming interface for internet of things applications
CN112732606A (en) Information interaction method, system, equipment and computer readable storage medium
CN113727208A (en) Communication method, device, equipment and medium for quickly reading and writing parameter information of optical module
CN107809487B (en) Sensor data transmission method, system and medium
TWI682647B (en) Method and device for enhancing the throughput between smart meter and server
TWI450529B (en) Digital power meter communication system, method and computer readable storage medium for storing 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
CB02 Change of applicant information

Address after: 510000 Room 6201, No. 28, North Pier, Huangpu Village, Haizhu District, Guangzhou City, Guangdong Province

Applicant after: Guangzhou Yunzhiyi Internet of Things Co.,Ltd.

Address before: 510000 Room 6201, No. 28, North Pier, Huangpu Village, Haizhu District, Guangzhou City, Guangdong Province

Applicant before: GUANGZHOU YUNWAN INFORMATION TECHNOLOGY Co.,Ltd.

CB02 Change of applicant information
GR01 Patent grant
GR01 Patent grant