CN115766310A - Data transmission method, device, equipment and medium applied to intelligent home system - Google Patents

Data transmission method, device, equipment and medium applied to intelligent home system Download PDF

Info

Publication number
CN115766310A
CN115766310A CN202211232938.7A CN202211232938A CN115766310A CN 115766310 A CN115766310 A CN 115766310A CN 202211232938 A CN202211232938 A CN 202211232938A CN 115766310 A CN115766310 A CN 115766310A
Authority
CN
China
Prior art keywords
data
transmitted
equipment
target
attribute
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
CN202211232938.7A
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.)
Shenzhen Oribo Technology Co Ltd
Original Assignee
Shenzhen Oribo 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 Shenzhen Oribo Technology Co Ltd filed Critical Shenzhen Oribo Technology Co Ltd
Priority to CN202211232938.7A priority Critical patent/CN115766310A/en
Publication of CN115766310A publication Critical patent/CN115766310A/en
Pending legal-status Critical Current

Links

Images

Classifications

    • YGENERAL TAGGING OF NEW TECHNOLOGICAL DEVELOPMENTS; GENERAL TAGGING OF CROSS-SECTIONAL TECHNOLOGIES SPANNING OVER SEVERAL SECTIONS OF THE IPC; TECHNICAL SUBJECTS COVERED BY FORMER USPC CROSS-REFERENCE ART COLLECTIONS [XRACs] AND DIGESTS
    • Y02TECHNOLOGIES OR APPLICATIONS FOR MITIGATION OR ADAPTATION AGAINST CLIMATE CHANGE
    • Y02PCLIMATE CHANGE MITIGATION TECHNOLOGIES IN THE PRODUCTION OR PROCESSING OF GOODS
    • Y02P90/00Enabling technologies with a potential contribution to greenhouse gas [GHG] emissions mitigation
    • Y02P90/02Total factory control, e.g. smart factories, flexible manufacturing systems [FMS] or integrated manufacturing systems [IMS]

Abstract

The application relates to a data transmission method, a data transmission device, data transmission equipment and a data transmission medium applied to an intelligent home system. The method comprises the following steps: generating data to be transmitted; encoding a target field name in data to be transmitted into first encoded data; the length of the first encoded data is smaller than the length of the target field name; encoding a common target field value in the data to be transmitted into second encoded data; the length of the second coded data is smaller than that of the common target field value; compressing the data to be transmitted after the coding processing to obtain target data; the target data is data to be transmitted to an opposite-end communication object in the intelligent home system. By adopting the method, system resources can be saved, and the data transmission quantity is reduced, so that the data transmission time is reduced, and the data transmission efficiency is further improved.

Description

Data transmission method, device, equipment and medium applied to intelligent home system
Technical Field
The present application relates to the field of data transmission technologies, and in particular, to a data transmission method, apparatus, device, and medium for an intelligent home system.
Background
With the rapid development of smart home technologies, more and more smart home devices enter thousands of households, and in order to exert the functions of the smart home devices to the maximum extent, smart gateways are often used to specially manage the smart home devices. Each family is generally provided with a plurality of intelligent gateways, and all the intelligent gateways are connected with the server through the mobile terminal, so that the mobile terminal can manage the intelligent household equipment in different rooms or different floors by controlling the intelligent gateways. In order to manage the smart home devices in a home, device attribute data of the smart home devices needs to be synchronized to the server and each smart gateway in time. Therefore, frequent data interaction can be performed between the server and the intelligent gateway, and between the intelligent gateway and the intelligent gateway. Because the amount of data transmitted during interaction is large, not only the system resources of the intelligent gateway are consumed, but also the bandwidth and the system resources of the server are seriously occupied.
Disclosure of Invention
In view of the foregoing, it is necessary to provide a data transmission method, an apparatus, a computer device, a computer-readable storage medium, and a computer program product applied to a smart home system, which can save system resources.
In a first aspect, the application provides a data transmission method applied to an intelligent home system. The method comprises the following steps:
generating data to be transmitted;
encoding a target field name in data to be transmitted into first encoded data; the length of the first encoded data is smaller than the length of the target field name;
encoding a common target field value in the data to be transmitted into second encoded data; the length of the second coded data is smaller than that of the common target field value;
compressing the data to be transmitted after the coding processing to obtain target data; the target data is data to be transmitted to an opposite-end communication object in the intelligent home system.
In some embodiments, the data to be transmitted includes target device attribute data and non-device attribute data; the target equipment attribute data is related attribute data of controlled equipment in the intelligent home system; the target field name is the device attribute name in the target device attribute data; the common target field value is a common device attribute value in the target device attribute data;
compressing the data to be transmitted after the encoding processing to obtain target data, wherein the steps specifically include:
and compressing the non-device attribute data and the target device attribute data after the coding processing to obtain the target data.
In some embodiments, the data to be transmitted is transmitted based on a communication protocol;
encoding a target field name in data to be transmitted into first encoded data, wherein the steps specifically comprise:
determining a protocol mapping table; the protocol mapping table comprises a first corresponding relation between the device attribute name and the first coded data and a second corresponding relation between the common device attribute value and the second coded data;
based on the first corresponding relation, encoding the target field name in the data to be transmitted into corresponding first encoded data;
encoding a common target field value in data to be transmitted into second encoded data, wherein the encoding method specifically comprises the following steps:
and coding the common target field value in the data to be transmitted into corresponding second coded data based on the second corresponding relation.
In some embodiments, the step of determining the protocol mapping table specifically includes:
obtaining equipment attribute data corresponding to each controlled equipment according to the equipment type of the controlled equipment accessed into the intelligent home system;
and establishing a corresponding relation between the same equipment attribute name in the equipment attribute data and the same first encoding data, and establishing a corresponding relation between the same common equipment attribute value in the equipment attribute data and the same second encoding data to obtain a protocol mapping table.
In some embodiments, before establishing a correspondence between the same common device attribute value in the device attribute data and the same second encoded data, the method further includes:
acquiring historical transmission data transmitted to an opposite-end communication object in an intelligent home system; the historical transmission data comprises device historical attribute values;
determining the occurrence frequency of the historical attribute value of the equipment in the historical transmission data;
and if the occurrence times are larger than a preset threshold value, determining the historical attribute value of the equipment as the attribute value of the frequently-used equipment.
In some embodiments, the smart home system includes a smart gateway; the protocol mapping table determining method specifically comprises the following steps:
determining a plurality of protocol mapping tables respectively corresponding to different intelligent gateway versions;
and determining a protocol mapping table matched with the version of the intelligent gateway from the plurality of protocol mapping tables.
In a second aspect, the application further provides a data transmission device applied to the smart home system. The device comprises:
the data generation module is used for generating data to be transmitted;
the encoding module is used for encoding the target field name in the data to be transmitted into first encoded data; the length of the first encoded data is smaller than the length of the target field name; encoding a common target field value in the data to be transmitted into second encoded data; the length of the second coded data is smaller than that of the common target field value;
the compression module is used for compressing the data to be transmitted after the coding processing to obtain target data; the target data is data to be transmitted to an opposite-end communication object in the intelligent home system.
In a third aspect, the present application also provides a computer device. The computer device comprises a memory storing a computer program and a processor implementing the steps of the above method when executing the computer program.
In a fourth aspect, the present application further provides a computer-readable storage medium. A computer-readable storage medium, on which a computer program is stored which, when being executed by a processor, carries out the steps of the above-mentioned method.
In a fifth aspect, the present application further provides a computer program product. Computer program product comprising a computer program which, when being executed by a processor, carries out the steps of the above-mentioned method.
According to the data transmission method, the data transmission device, the computer equipment, the computer readable storage medium and the computer program product applied to the intelligent home system, the target field name and the common target field value in the data to be transmitted are encoded by using shorter encoding data to obtain encoded data with shorter data length, and the encoded data are compressed to obtain target data with smaller data volume.
Drawings
Fig. 1 is an application environment diagram of a data transmission method applied to an intelligent home system in an embodiment;
fig. 2 is another application environment diagram of the data transmission method applied to the smart home system in an embodiment;
fig. 3 is a schematic flow chart of a data transmission method applied to an intelligent home system in an embodiment;
fig. 4 is a schematic flowchart of a data transmission method applied to an intelligent home system in another embodiment;
FIG. 5 is a schematic flow chart illustrating decompressing target data according to an embodiment;
fig. 6 is a block diagram of a data transmission device applied to an intelligent home system in one embodiment;
FIG. 7 is a diagram of the internal structure of a computer device in one embodiment;
fig. 8 is an internal structural view of a computer device in another embodiment.
Detailed Description
In order to make the objects, technical solutions and advantages of the present application more clearly understood, the present application is further described in detail below with reference to the accompanying drawings and embodiments. It should be understood that the specific embodiments described herein are merely illustrative of and not restrictive on the broad application.
Each family is generally provided with a plurality of intelligent gateways, and all the intelligent gateways are connected with the server through the mobile terminal, so that the mobile terminal can manage the intelligent household equipment in different rooms or different floors by controlling the intelligent gateways. In order to manage the smart home devices in the home, device attribute data of the smart home devices need to be synchronized to the server and each smart gateway in time, so that all the smart gateways in the same home can control all the smart home devices in the home. Therefore, frequent data interaction can be performed between the server and the intelligent gateway, and between the intelligent gateway and the intelligent gateway.
The data transmission method applied to the intelligent home system provided by the embodiment of the application can be applied to the application environment shown in fig. 1. The smart home system includes a server 101, a smart gateway 102, a smart gateway 103, a controlled device 104, and a controlled device 105. It is understood that the intelligent gateways 102 and 103 are only for illustration and are not limited to two, and the number of the intelligent gateways may be one or more. That is, when the number of the intelligent gateways is one, only the intelligent gateways perform data interaction with the server. Similarly, the number of controlled devices is not limited to two, and may be one or more.
The intelligent gateway 102 and the intelligent gateway 103 perform data interaction with the server 101 through a communication network, and the intelligent gateway 102 sends the device attribute data of the controlled device 104 accessed to the intelligent gateway 102 to the server 101; the intelligent gateway 103 transmits device attribute data of the controlled device 105 accessing the intelligent gateway 103 to the server 101. The intelligent gateway 102 acquires device attribute data of the controlled devices accessing the other intelligent gateways, for example, acquires device attribute data of the controlled devices 105 accessing the intelligent gateway 103, by performing data interaction with the server 101. The intelligent gateway 103 acquires device attribute data of the controlled devices accessing the other intelligent gateways, for example, acquires device attribute data of the controlled devices 104 accessing the intelligent gateway 102, by performing data interaction with the server 101. It can be understood that the intelligent gateways 102 and 103 enable the device attribute data of the controlled device to be synchronized to the server and each intelligent gateway in time by performing data interaction with the server 101, so that all the controlled devices accessing the intelligent gateways can be controlled by the intelligent gateways 102 and 103.
It should be noted that the data storage system may store data that the server 101 needs to process. The data storage system may be integrated on the server 101, or may be placed on the cloud or other network server. The server 101 may be implemented as a stand-alone server or a server cluster composed of a plurality of servers.
The controlled equipment refers to the Internet of things equipment accessing the intelligent gateway. The internet of things device is a networking device capable of communicating with other devices or networks, and includes, but is not limited to, at least one of a smart home device, a smart car device, a smart toy, a smart wearable device, and the like.
In some embodiments, intelligent gateway 102 generates data to be transmitted. The intelligent gateway 102 encodes the target field name in the data to be transmitted into first encoded data; the length of the first encoded data is smaller than the length of the target field name. The intelligent gateway 102 encodes the common target field value in the data to be transmitted into second encoded data; the second encoded data has a length smaller than that of the common target field value. The intelligent gateway 102 compresses the data to be transmitted after the coding processing to obtain target data; the target data is data to be transmitted to a peer communication object (i.e., the server 101) in the smart home system.
In some embodiments, intelligent gateway 103 generates data to be transmitted. The intelligent gateway 103 encodes the target field name in the data to be transmitted into first encoded data; the length of the first encoded data is smaller than the length of the target field name. The intelligent gateway 103 encodes the common target field value in the data to be transmitted into second encoded data; the second encoded data has a length smaller than that of the common target field value. The intelligent gateway 103 compresses the data to be transmitted after the encoding processing to obtain target data; the target data is data to be transmitted to a peer communication object (i.e., the server 101) in the smart home system.
In some embodiments, the server 101 generates data to be transmitted. The server 101 encodes a target field name in data to be transmitted into first encoded data; the length of the first encoded data is smaller than the length of the target field name. The server 101 encodes a common target field value in the data to be transmitted into second encoded data; the length of the second encoded data is smaller than the length of the common target field value. The server 101 compresses the data to be transmitted after the encoding processing to obtain target data; the target data is data to be transmitted to a peer communication object (i.e., the smart gateway 102 or the smart gateway 103) in the smart home system.
In some embodiments, the data transmission method applied to the smart home system provided in the embodiments of the present application may also be applied to an application environment as shown in fig. 2. When the server and the intelligent gateway cannot communicate, the intelligent gateway 201 and the intelligent gateway 202 directly communicate to perform data interaction. The intelligent gateway 201 transmits the device attribute data of the controlled device 203 accessing the intelligent gateway 201 to the intelligent gateway 202. Or the intelligent gateway 202 sends the device attribute data of the controlled device 204 accessing the intelligent gateway 202 to the intelligent gateway 201. It can be understood that, in the case that communication cannot be performed between the server and the intelligent gateway, the intelligent gateway 201 and the intelligent gateway 202 directly communicate to perform data interaction, so that the device attribute data of the controlled device can be synchronized to each intelligent gateway, for example, the intelligent gateway 102 or the intelligent gateway 103, in time, and therefore all the controlled devices accessing the intelligent gateway can be controlled through the intelligent gateway 102 or the intelligent gateway 103. For the description of the controlled device, reference is made to the above embodiments, and the present embodiment is not described here.
In some embodiments, intelligent gateway 201 generates data to be transmitted. The intelligent gateway 201 encodes the name of the target field in the data to be transmitted into first encoded data; the length of the first encoded data is smaller than the length of the target field name. The intelligent gateway 201 encodes the common target field value in the data to be transmitted into second encoded data; the length of the second encoded data is smaller than the length of the common target field value. The intelligent gateway 201 compresses the data to be transmitted after the encoding processing to obtain target data; the target data is data to be transmitted to a peer communication object (i.e., the smart gateway 202) in the smart home system.
In some embodiments, intelligent gateway 202 generates data to be transmitted. The intelligent gateway 202 encodes the target field name in the data to be transmitted into first encoded data; the length of the first encoded data is smaller than the length of the target field name. The intelligent gateway 202 encodes the common target field value in the data to be transmitted into second encoded data; the second encoded data has a length smaller than that of the common target field value. The intelligent gateway 202 compresses the encoded data to be transmitted to obtain target data; the target data is data to be transmitted to a peer communication object (i.e., the smart gateway 201) in the smart home system.
It should be noted that, as can be seen from fig. 1 or fig. 2, the method is applied to a process in which a data sending end performs data interaction to a data receiving end (i.e., an opposite-end communication object). The data sending end refers to a communication object for sending data to be transmitted. The data receiving end refers to a communication object for receiving data to be transmitted, namely an opposite-end communication object. The data sending end comprises at least one of a server and an intelligent gateway, and the data receiving end comprises at least one of a server and an intelligent gateway. The data sending end sends data as at least one of the following conditions: the server sends data to the intelligent gateway, the intelligent gateway sends data to the server, the intelligent gateway sends data to the intelligent gateway, and the server sends data to the server.
In some embodiments, as shown in fig. 3, a data transmission method applied to an intelligent home system is provided, and for example, when the method is applied to a server or an intelligent gateway in fig. 1 or fig. 2, that is, a data sending end, the method includes the following steps:
step 301, the data sending end generates data to be transmitted.
The data sending end refers to a communication object for sending data to be transmitted, and includes but is not limited to at least one of a server and a medium communication object in an intelligent gateway.
The data to be transmitted is data waiting for the data sending end to send. I.e. data waiting for the server or the intelligent gateway to send.
In some embodiments, the data to be transmitted includes at least one of control data and non-control data. The control data is data for controlling a controlled device or an intelligent gateway. Non-control data is data that is not related to the control of the controlled device or intelligent gateway.
In some embodiments, the non-control data includes at least one of target device attribute data and non-device attribute data.
Illustratively, the data sending end generates data to be transmitted based on an intelligent home communication protocol.
In some embodiments, the smart home communication protocol generates data to be transmitted based on a json (JavaScript Object Notation) format, where the data to be transmitted includes at least one of a field name and a field value.
In some embodiments, the data to be transmitted includes the following:
{
“device Id”:“dff6f2f0cb2d4005a6cd98882f6c6e”,
"device name": a lamp belt,
“room Id”:“d84cbd1240cf4e65b7a268af14c25a33”,
"floor Name": 'the first floor',
}
wherein "device Id (device number)", "device Name", "room Id (room number)", and "floor Name" are field names.
"dff6f2f0cb2d4005a6cd98882f6c6e", "d84cbd1240cf4e65b7a268af14c25a33", "light strip" and "first floor" are field values. It will be appreciated that the colon: preceding is the field name, colon: followed by a field value.
Step 303, the data sending end encodes the target field name in the data to be transmitted into first encoded data; the length of the first encoded data is smaller than the length of the target field name.
And the target field name is the equipment attribute name in the target equipment attribute data. It will be appreciated that the target field name is associated with the device type of the controlled device.
The target device attribute data is related attribute data describing controlled devices in the smart home system.
The device attribute name is an attribute name inherent to the controlled device. That is, the device attribute names of different controlled devices are related to the device types of the controlled devices.
In some embodiments, the target field name includes at least one of a controlled device name, a name of an intelligent gateway to which the controlled device has access, a floor number where the controlled device is located, a room number where the controlled device is located, and the like. It can be understood that the device attribute name of the controlled device accessing the intelligent gateway does not change once it is defined, that is, the device attribute name of the controlled device is not changed during each transmission of the related attribute data of the controlled device to the data receiving end.
The first encoded data is encoded data obtained by encoding a target field name, that is, data obtained by encoding a target field name with a non-target field name.
The non-target field name is a field shorter than the data length of the target field name. For example, if the target field name is "device Id", the target field name is encoded by using a non-target field name 1 or a with a shorter data length, and the encoding result is as follows:
"device Id" → "a" or "1".
Illustratively, the data sending end encodes the target field name in the data to be transmitted by using a non-target field name, and then encodes the target field name in the data to be transmitted into first encoded data. It can be understood that since the target field name is encoded with a non-target field name shorter than the data length of the target field name, the length of the first encoded data is smaller than the length of the target field name.
Step 303, the data sending end encodes the common target field value in the data to be transmitted into second encoded data; the length of the second encoded data is smaller than the length of the common target field value.
The target field value is a device attribute value in the target device attribute data, i.e. a field value corresponding to the target field name. The target field value is used to characterize the device status information of the controlled device, i.e. the device status information of the controlled device can be known through the target field value. The object field values that appear more frequently are the commonly used object field values.
The second encoded data is encoded data obtained by encoding a frequently used target field value, that is, encoded data obtained by encoding a frequently used target field value with a non-target field value.
It should be noted that the target field value changes with the change of the operating status of the device, so the types of the target field values are more, and only the commonly used target field values are encoded in order to reduce the space required for storing the correspondence between the second encoded data and the target field values.
A non-target field value refers to a field that is shorter in data length than a common target field value. For example, if the frequently used target field value is "dff6f2f0cb2d4005a6cd98882f6c6e", the frequently used target field value is encoded by using the non-target field value 2 or b with shorter data length, and the encoding result is as follows:
"dff6f2f0cb2d4005a6cd98882f6c6e" → "b" or "2".
Illustratively, the data sending end encodes a common target field value in the data to be transmitted with a non-target field value, and then encodes the common target field value in the data to be transmitted as second encoded data. It is understood that since the common target field value is encoded with a non-target field value shorter than the data length of the common target field value, the length of the second encoded data is smaller than that of the common target field value.
It should be noted that, in order to ensure that the correspondence between the first encoded data and the target field name is unique, and in order to ensure that the correspondence between the second encoded data and the common target field value is unique, both the non-target field value and the non-target field name need to be unique.
Step 304, the data sending end compresses the data to be transmitted after the coding processing to obtain target data; the target data is data to be transmitted to an opposite-end communication object in the intelligent home system.
The target data is data obtained by further compressing the data to be transmitted after the encoding processing, namely the data to be transmitted after the compression.
It should be noted that the data to be transmitted includes, in addition to the target field name and the common target field value, other field names and field values, so that after the target field name and the common target field value are encoded to obtain encoded data to be transmitted, the other field names and field values that are not encoded and the encoded data to be transmitted in the data to be transmitted are compressed to obtain the target data.
The opposite-end communication object is a communication object of the target data sent by the data sending end, namely the data receiving end. The peer communication object includes, but is not limited to, at least one of a server and an intelligent gateway.
Illustratively, the data sending end firstly encodes a target field name and a common target field value in data to be transmitted to obtain first encoded data and second encoded data. Further, the data sending end compresses the first encoding data, the second encoding data, the field names and the field values which are not subjected to encoding processing, and obtains target data. After the target data is obtained, the data sending end sends the target data to an opposite-end communication object (namely, a data receiving end).
According to the data transmission method applied to the intelligent home system, the target field names and the common target field values in the data to be transmitted are encoded by using shorter encoding data to obtain encoded data with shorter data length, and then the encoded data and the field names and field values which are not encoded in the rest of the data to be transmitted are compressed to obtain the target data with smaller data volume.
In some embodiments, the data to be transmitted includes target device attribute data and non-device attribute data; the target equipment attribute data is related attribute data of controlled equipment in the intelligent home system; the target field name is the device attribute name in the target device attribute data; the common target field value is a common device attribute value in the target device attribute data; compressing the data to be transmitted after the coding processing to obtain target data, wherein the steps specifically comprise: and compressing the non-device attribute data and the target device attribute data after the coding processing to obtain the target data.
The target equipment attribute data is related attribute data of controlled equipment in the intelligent home system and is used for representing equipment attribute data of the controlled equipment. The target device attribute data includes at least one of a target field name and a target field value. The non-relevant attribute data of the controlled equipment in the intelligent home system is the non-equipment attribute data.
Illustratively, the data sending end performs encoding processing on a target field name in target device attribute data in the data to be transmitted to obtain first encoded data, and performs encoding processing on a common target field value in the target device attribute data in the data to be transmitted to obtain second encoded data. Further, the non-device attribute data, the encoded target device attribute data (i.e. the first encoded data and the second encoded data) and the value of the unused field in the target device attribute data are all compressed by a compression algorithm to obtain the target data.
In some embodiments, the compression algorithm employed is a lossless compression algorithm, including but not limited to at least one of a Huffman algorithm and an LZW (Lenpel-Ziv & Welch) compression algorithm.
In this embodiment, a compression algorithm is used to compress the target device attribute data and the non-target device attribute data to obtain target data. Compared with the traditional data transmission method, the data transmitting end and the data receiving end have the advantages that the type of the compression algorithm adopted by the compression target data is determined in advance, and the type of the compression algorithm used when the target data is transmitted is not required to be recorded in the data header of the target data, so that the target data header resource is saved. And the target equipment attribute data and the non-target equipment attribute data are compressed by using a compression algorithm, so that the data volume of the target data is smaller, the data transmission volume is reduced, the system resource for sending the data is saved, the data transmission time is shortened, and the data transmission efficiency is further improved.
In some embodiments, the data to be transmitted is transmitted based on a communication protocol; encoding a target field name in data to be transmitted into first encoded data, wherein the steps specifically comprise: determining a protocol mapping table; the protocol mapping table comprises a first corresponding relation between the device attribute name and the first coded data and a second corresponding relation between the common device attribute value and the second coded data; based on the first corresponding relation, encoding the target field name in the data to be transmitted into corresponding first encoded data; encoding a common target field value in data to be transmitted into second encoded data, wherein the encoding method specifically comprises the following steps: and coding the common target field value in the data to be transmitted into corresponding second coded data based on the second corresponding relation.
The protocol mapping table is a container for storing a first corresponding relation between the device attribute name and the first coded data and a second corresponding relation between the common device attribute value and the second coded data.
The first corresponding relation is the corresponding relation between the device attribute name and the first coded data, and the first coded data can be restored to the device attribute name through the first corresponding relation. The second corresponding relation is the corresponding relation between the common device attribute value and the second coded data, and the second coded data can be restored into the common device attribute value through the second corresponding relation.
Exemplarily, after the data sending end generates the data to be transmitted, the target field name in the data to be transmitted is encoded into corresponding first encoded data according to the first corresponding relation; and according to the second corresponding relation, encoding the common target field value in the data to be transmitted into second encoded data.
In the embodiment, the target field names and the common target field values in the data to be transmitted are encoded based on the first corresponding relation and the second corresponding relation, and the encoding method is simple and efficient.
In some embodiments, the step of determining the protocol mapping table specifically includes: obtaining equipment attribute data corresponding to each controlled equipment according to the equipment type of the controlled equipment accessed into the intelligent home system; and establishing a corresponding relation between the same equipment attribute name and the same first coded data in the equipment attribute data, and establishing a corresponding relation between the same common equipment attribute value and the same second coded data in the equipment attribute data to obtain a protocol mapping table.
The device types are used for distinguishing the difference of the devices in terms of usage, use environment, principle and the like. For example, when the target controlled device is a smart home device, the device types are classified into an air conditioner, a refrigerator, a washing machine, a motorized window shade, a bath heater, a lighting fixture, a water heater, a fan, or the like.
The device attribute data is attribute data of a controlled device corresponding to the device type. That is, the device attribute data for the same device type are the same.
Illustratively, before sending data to be transmitted, a data sending end obtains a device type of a controlled device accessing an intelligent home system, that is, a device type of a controlled device accessing an intelligent gateway. And obtaining equipment attribute data corresponding to each controlled equipment according to the equipment type of the controlled equipment accessed into the intelligent home system. And establishing a corresponding relation between the same equipment attribute name in the equipment attribute data of each controlled equipment and the same first coded data, and establishing a corresponding relation between the same common equipment attribute value in the equipment attribute data of each controlled equipment and the same second coded data to obtain a protocol mapping table.
It can be understood that, for the controlled devices accessing the intelligent gateway of the same home, the device attribute data of the controlled devices are the same when the device types of the controlled devices are the same.
In the above embodiment, the device attribute data is determined by determining the device type of each controlled device accessing the smart home system, and the protocol mapping table is determined according to the correspondence between the device attribute data and the encoded data, so that the obtained protocol mapping table is more reasonable.
In some embodiments, before establishing a correspondence between the same common device attribute value in the device attribute data and the same second encoded data, the method further includes: acquiring historical transmission data transmitted to an opposite-end communication object in the intelligent home system; the historical transmission data comprises device historical attribute values; determining the occurrence times of the historical attribute values of the equipment in the historical transmission data; and if the occurrence times are larger than a preset threshold value, determining the historical attribute value of the equipment as the attribute value of the frequently-used equipment.
The historical transmission data is transmitted to an opposite-end communication object in the intelligent home system by the data transmitting end. It is understood that the historical transmission data includes historical device attribute data of each device, i.e., includes device historical attribute values.
The preset threshold is the number of times a preset device history attribute value appears. And determining whether the historical attribute value of the equipment is a common equipment attribute value or not through a preset threshold value.
Illustratively, a data sending end acquires historical transmission data transmitted to an opposite-end communication object in an intelligent home system, determines a device historical attribute value from the historical transmission data, and determines whether the device historical attribute value is a frequently-used device attribute value according to the occurrence frequency of the device historical attribute value in the historical transmission data; and if the occurrence times are larger than a preset threshold value, determining the historical attribute value of the equipment as the attribute value of the frequently-used equipment.
In some embodiments, if the number of occurrences of the device history attribute value is less than or equal to a preset threshold, it is determined that the device history attribute value is not a commonly used device attribute value.
In the embodiment, the attribute value of the common equipment is determined through the occurrence frequency of the historical attribute value of the equipment in the historical transmission data, and the method is convenient and simple.
In some embodiments, the device type of a new controlled device is determined when the new controlled device is accessed to the smart home system; and if the equipment type of the new controlled equipment is different from the equipment type of the previously accessed controlled equipment, updating the protocol mapping table based on the equipment attribute data of the new controlled equipment.
The new controlled equipment refers to controlled equipment which is accessed into the intelligent home system for the first time.
Illustratively, under the condition that a new controlled device is accessed to the smart home system, the data sending end determines the device type of the new controlled device, compares the device type of the new controlled device with the device type of the previously accessed controlled device, determines device attribute data (i.e., new device attribute data) of the new controlled device when the comparison result shows that the device type of the new controlled device is different from the device type of the previously accessed controlled device, respectively establishes a corresponding relationship between the device attribute name in the new device attribute data and first encoded data and a corresponding relationship between the device attribute value in the new device attribute data and second encoded data when the device attribute name and the device attribute value in the new device attribute data do not have a corresponding relationship in the protocol mapping table, and adds the corresponding relationship between the new device attribute data and the encoded data to the protocol mapping table, i.e., updates the protocol mapping table based on the device attribute data of the new controlled device.
In some embodiments, the protocol mapping table does not need to be updated when the comparison result indicates that the device type of the new controlled device is the same as the device type of the previously accessed controlled device. It can be understood that, when the comparison result indicates that the device type of the new controlled device is the same as the device type of the previously accessed controlled device, the correspondence between the device attribute name and the common device attribute value in the device attribute data of the new controlled device and the encoded data is the same as the correspondence between the device attribute name and the common device attribute value of the previously accessed controlled device of the same device type and the encoded data, and therefore, the protocol mapping table does not need to be updated.
In the embodiment, when a new controlled device is accessed to the intelligent home system, whether the protocol mapping table is updated or not is determined according to the device type of the new controlled device, and when the device type of the new controlled device is different from the device type of the previously accessed controlled device, the protocol mapping table is updated in time, so that the data transmission efficiency is improved.
In some embodiments, the smart home system includes a smart gateway; determining a protocol mapping table, specifically comprising: determining a plurality of protocol mapping tables respectively corresponding to different intelligent gateway versions; and determining a protocol mapping table matched with the version of the intelligent gateway from the plurality of protocol mapping tables.
Exemplarily, before encoding data to be transmitted, a data transmitting end determines a plurality of protocol mapping tables respectively corresponding to different intelligent gateway versions; and determining a protocol mapping table matched with the version of the intelligent gateway from the plurality of protocol mapping tables.
In some embodiments, if the data sending end is an intelligent gateway, the intelligent gateway determines a protocol mapping table matched with its version, and performs encoding processing on data to be transmitted according to the protocol mapping table.
In some embodiments, the data sending end is a server, and the data receiving end is an intelligent gateway, and the server performs encoding processing on the data to be transmitted according to a protocol mapping table matched with the version number of the intelligent gateway.
It can be understood that, in order to improve the performance of the whole intelligent home system, the version of the intelligent gateway is updated, so that the intelligent gateway accessed into the intelligent home system has multiple versions, and the intelligent gateway has multiple version numbers.
In the embodiment, the protocol mapping table matched with the version number of the intelligent gateway is determined, so that the data volume of the data to be transmitted after the coding processing is smaller, the data transmission time is reduced, and the data transmission efficiency is further improved.
In some embodiments, another data transmission method applied to an intelligent home system is provided, which is described by taking an example that the method is applied to a data sending end (i.e., a server or an intelligent gateway), and includes the following steps:
1. and the data sending end generates data to be transmitted. The data to be transmitted comprises target equipment attribute data and non-equipment attribute data; the target attribute data is related attribute data of the controlled equipment in the intelligent home system.
2. And the data sending end obtains the equipment attribute data corresponding to each controlled equipment according to the equipment type of the controlled equipment accessed to the intelligent home system.
3. The data sending end establishes a corresponding relation between the same equipment attribute name and the same first coding data in the equipment attribute data, and establishes a corresponding relation between the same common equipment attribute value and the same second coding data in the equipment attribute data to obtain a protocol mapping table.
The protocol mapping table comprises a first corresponding relation between the device attribute name and the first coded data and a second corresponding relation between the common device attribute value and the second coded data.
The common device attribute value refers to a device history attribute value of which the occurrence frequency in the history transmission data is greater than a preset threshold value.
Further, under the condition that the intelligent gateway has a plurality of versions, the data sending end determines a plurality of protocol mapping tables respectively corresponding to different intelligent gateway versions; and determining a protocol mapping table matched with the version of the intelligent gateway from the plurality of protocol mapping tables.
Further, under the condition that new controlled equipment is accessed into the intelligent home system, the data sending end determines the equipment type of the new controlled equipment; and if the equipment type of the new controlled equipment is different from the equipment type of the previously accessed controlled equipment, updating the protocol mapping table based on the equipment attribute data of the new controlled equipment.
4. Based on the first corresponding relation, the data sending end codes the target field names in the data to be transmitted into corresponding first coded data; and coding the common target field value in the data to be transmitted into corresponding second coded data based on the second corresponding relation. Wherein the target field name is a device attribute name in the target device attribute data; the common target field value is a common device attribute value in the target device attribute data.
5. And the data sending end compresses the non-equipment attribute data and the encoded target equipment attribute data to obtain target data. The target data is data to be transmitted to an opposite-end communication object in the intelligent home system.
According to the data transmission method applied to the intelligent home system, the target field names and the common target field values in the data to be transmitted are encoded by using shorter encoding data to obtain encoded data with shorter data length, and then the encoded data and the field names and field values which are not encoded in the rest of the data to be transmitted are compressed to obtain the target data with smaller data volume.
In some embodiments, as shown in fig. 4, a schematic flow chart of a data transmission method is provided, and for an example that the method is applied to a data sending end, the method includes the following steps:
step 401, the data sending end generates data to be transmitted.
Step 402, the data sending end judges whether to compress the data to be transmitted. If yes, go to step 403; otherwise, step 409 is performed.
And step 403, judging whether the data to be transmitted reaches the number of compressed bytes. If yes, go to step 404; if not, go to step 409.
Step 404, the data sending end performs packet header data filling of the data to be transmitted.
Step 405, the data sending end encodes the target field name in the data to be transmitted into first encoded data according to the protocol mapping table.
And step 406, the data sending end encodes the common target field value in the data to be transmitted into second encoded data according to the protocol mapping table.
And 407, compressing the data to be transmitted after the encoding processing by the data transmitting end to obtain target data.
And step 408, the data sending end sends the target data to the opposite-end communication object.
And step 409, the data sending end sends the data to be transmitted to the opposite-end communication object.
According to the data transmission method applied to the intelligent home system, the target field names and the common target field values in the data to be transmitted are encoded by using shorter encoding data to obtain encoded data with shorter data length, and then the encoded data and the field names and field values which are not encoded in the data to be transmitted are compressed to obtain the target data with smaller data volume.
In some embodiments, as shown in fig. 5, a schematic flow chart of decompressing target data is provided, which is described by taking an example that the method is applied to a data receiving end (server or intelligent gateway), and includes the following steps:
step 501, the data receiving end receives target data.
Step 502, the data receiving end judges whether there is compression through the header data of the target data. If yes, go to step 503. Otherwise, step 504 is performed.
Step 503, the data receiving end decompresses the target data.
And step 504, the data receiving end analyzes the target data according to the original intelligent home communication protocol.
Step 505, the data receiving end determines whether the target data is successfully decompressed. If yes, go to step 506; if not, ending the process.
In some embodiments, the target data is decompressed by the LZ4 algorithm.
Step 506, the data receiving end decodes the target data.
Step 507, the data receiving end judges whether the decoding is successful. If yes, go to step 508; if not, ending the process.
And step 508, the data receiving end converts the target data according to the protocol mapping table.
Step 509, data receiving end and data sending end synchronize.
In the above embodiment, whether decompression is performed is determined by using the header data of the target data, and the target data is converted according to the protocol mapping table, so that the target data can be decompressed, decoded and restored into to-be-transmitted data as soon as possible, which is convenient and simple.
It should be understood that, although the steps in the flowcharts related to the embodiments are shown in sequence as indicated by the arrows, the steps are not necessarily executed in sequence as indicated by the arrows. The steps are not performed in the exact order shown and described, and may be performed in other orders, unless explicitly stated otherwise. Moreover, at least a part of the steps in the flowcharts related to the above embodiments may include multiple steps or multiple stages, which are not necessarily performed at the same time, but may be performed at different times, and the order of performing the steps or stages is not necessarily sequential, but may be performed alternately or alternately with other steps or at least a part of the steps or stages in other steps.
Based on the same inventive concept, the embodiment of the application also provides a data transmission device applied to the intelligent home system, which is used for realizing the data transmission method applied to the intelligent home system. The implementation scheme for solving the problem provided by the device is similar to the implementation scheme recorded in the method, so that the specific limitations in one or more embodiments of the data transmission device applied to the smart home system provided below can be referred to the limitations on the data transmission method applied to the smart home system, and are not described again here.
In some embodiments, as shown in fig. 6, there is provided a data transmission device applied to a smart home system, including: a data generation module 601, an encoding module 602, and a compression module 603, wherein:
the data generating module 601 is configured to generate data to be transmitted.
The encoding module 602 is configured to encode a target field name in data to be transmitted into first encoded data; the length of the first encoded data is smaller than the length of the target field name; encoding a common target field value in the data to be transmitted into second encoded data; the second encoded data has a length smaller than that of the common target field value.
The compression module 603 is configured to compress the data to be transmitted after the encoding processing to obtain target data; the target data is data to be transmitted to an opposite-end communication object in the intelligent home system.
In some embodiments, the data to be transmitted includes target device attribute data and non-device attribute data; the target equipment attribute data is related attribute data of controlled equipment in the intelligent home system; the target field name is the device attribute name in the target device attribute data; the common target field value is a common device attribute value in the target device attribute data; the compression module 603 is configured to compress the non-device attribute data and the encoded target device attribute data to obtain target data.
In some embodiments, the data to be transmitted is transmitted based on a communication protocol; the encoding module 602 includes a determining unit, a first encoding unit, and a second encoding unit:
a determining unit, configured to determine a protocol mapping table; the protocol mapping table comprises a first corresponding relation between the device attribute name and the first coded data and a second corresponding relation between the common device attribute value and the second coded data.
And the first encoding unit is used for encoding the target field names in the data to be transmitted into corresponding first encoded data based on the first corresponding relation.
And the second coding unit is used for coding the common target field value in the data to be transmitted into corresponding second coded data based on the second corresponding relation.
In some embodiments, the encoding module 602 is configured to obtain device attribute data corresponding to each controlled device according to a device type of the controlled device accessing the smart home system; and establishing a corresponding relation between the same equipment attribute name and the same first coded data in the equipment attribute data, and establishing a corresponding relation between the same common equipment attribute value and the same second coded data in the equipment attribute data to obtain a protocol mapping table.
In some embodiments, before the corresponding relationship is established between the same common device attribute value and the same second encoded data in the device attribute data, the encoding module 602 is further configured to obtain historical transmission data transmitted to an opposite-end communication object in the smart home system; the historical transmission data comprises device historical attribute values; determining the occurrence times of the historical attribute values of the equipment in the historical transmission data; and if the occurrence times are larger than a preset threshold value, determining the historical attribute value of the equipment as the attribute value of the frequently-used equipment.
In some embodiments, the encoding module 602 is further configured to determine a device type of a new controlled device when the new controlled device accesses the smart home system; and if the equipment type of the new controlled equipment is different from the equipment type of the previously accessed controlled equipment, updating the protocol mapping table based on the equipment attribute data of the new controlled equipment.
In some embodiments, the smart home system includes a smart gateway; the encoding module 602 is specifically configured to determine a plurality of protocol mapping tables respectively corresponding to different versions of the intelligent gateway; and determining a protocol mapping table matched with the version of the intelligent gateway from the plurality of protocol mapping tables.
All modules of the data transmission device applied to the intelligent home system can be completely or partially realized through software, hardware and a combination thereof. The modules can be embedded in a hardware form or independent from a processor in the computer device, and can also be stored in a memory in the computer device in a software form, so that the processor can call and execute operations corresponding to the modules.
In some embodiments, a computer device is provided, which may be a server, the internal structure of which may be as shown in fig. 7. The computer device includes a processor, a memory, an Input/Output interface (I/O for short), and a communication interface. The processor, the memory and the input/output interface are connected through a system bus, and the communication interface is connected to the system bus through the input/output interface. Wherein the processor of the computer device is configured to provide computing and control capabilities. The memory of the computer device includes a non-volatile storage medium and an internal memory. The non-volatile storage medium stores an operating system, a computer program, and a database. The internal memory provides an environment for the operation of an operating system and computer programs in the non-volatile storage medium. The database of the computer equipment is used for storing relevant data required by the data transmission method applied to the intelligent home system. The input/output interface of the computer device is used for exchanging information between the processor and an external device. The communication interface of the computer device is used for connecting and communicating with an external terminal through a network. The computer program is executed by the processor to realize a data transmission method applied to the intelligent home system.
In some embodiments, a computer device is provided, which may be a terminal, and its internal structure diagram may be as shown in fig. 8. The computer apparatus includes a processor, a memory, an input/output interface, a communication interface, a display unit, and an input device. The processor, the memory and the input/output interface are connected by a system bus, and the communication interface, the display unit and the input device are connected by the input/output interface to the system bus. Wherein the processor of the computer device is configured to provide computing and control capabilities. The memory of the computer device includes a non-volatile storage medium and an internal memory. The non-volatile storage medium stores an operating system and a computer program. The internal memory provides an environment for the operation of an operating system and computer programs in the non-volatile storage medium. The input/output interface of the computer device is used for exchanging information between the processor and an external device. The communication interface of the computer device is used for carrying out wired or wireless communication with an external terminal, and the wireless communication can be realized through WIFI, a mobile cellular network, NFC (near field communication) or other technologies. The computer program is executed by the processor to realize a data transmission method applied to the intelligent home system. The display unit of the computer device is used for forming a visual picture and can be a display screen, a projection device or a virtual reality imaging device. The display screen can be a liquid crystal display screen or an electronic ink display screen, and the input device of the computer equipment can be a touch layer covered on the display screen, a key, a track ball or a touch pad arranged on the shell of the computer equipment, an external keyboard, a touch pad or a mouse and the like.
It will be appreciated by those skilled in the art that the configurations shown in fig. 7 or fig. 8 are only block diagrams of some configurations relevant to the present solution, and do not constitute a limitation on the computer apparatus to which the present solution is applied, and a particular computer apparatus may include more or less components than those shown in the drawings, or may combine some components, or have a different arrangement of components.
In some embodiments, a computer device is provided, comprising a memory and a processor, the memory having stored therein a computer program, the processor implementing the steps of the above-described method embodiments when executing the computer program.
In some embodiments, a computer-readable storage medium is provided, on which a computer program is stored, which computer program, when being executed by a processor, carries out the steps of the above-mentioned method embodiments.
In some embodiments, a computer program product is provided, comprising a computer program which, when executed by a processor, performs the steps in the above-described method embodiments.
It should be noted that the user information (including but not limited to user device information, user personal information, etc.) and data (including but not limited to data for analysis, stored data, displayed data, etc.) referred to in the present application are information and data authorized by the user or fully authorized by each party, and the collection, use and processing of the related data need to comply with the relevant laws and regulations and standards of the relevant countries and regions.
It will be understood by those skilled in the art that all or part of the processes of the methods of the embodiments described above can be implemented by hardware related to instructions of a computer program, which can be stored in a non-volatile computer-readable storage medium, and when executed, can include the processes of the embodiments of the methods described above. Any reference to memory, databases, or other media used in the embodiments provided herein can include at least one of non-volatile and volatile memory. The nonvolatile Memory may include Read-Only Memory (ROM), magnetic tape, floppy disk, flash Memory, optical Memory, high-density embedded nonvolatile Memory, resistive Random Access Memory (ReRAM), magnetic Random Access Memory (MRAM), ferroelectric Random Access Memory (FRAM), phase Change Memory (PCM), graphene Memory, and the like. Volatile Memory can include Random Access Memory (RAM), external cache Memory, and the like. By way of illustration and not limitation, RAM can take many forms, such as Static Random Access Memory (SRAM) or Dynamic Random Access Memory (DRAM), for example. The databases referred to in various embodiments provided herein may include at least one of relational and non-relational databases. The non-relational database may include, but is not limited to, a block chain based distributed database, and the like. The processors referred to in the various embodiments provided herein may be, without limitation, general purpose processors, central processing units, graphics processors, digital signal processors, programmable logic devices, quantum computing-based data processing logic devices, or the like.
The technical features of the above embodiments can be arbitrarily combined, and for the sake of brevity, all possible combinations of the technical features in the above embodiments are not described, but should be considered as the scope of the present specification as long as there is no contradiction between the combinations of the technical features.
The above examples only express several embodiments of the present application, and the description thereof is more specific and detailed, but not construed as limiting the scope of the present application. It should be noted that, for a person skilled in the art, several variations and modifications can be made without departing from the concept of the present application, which falls within the scope of protection of the present application. Therefore, the protection scope of the present application shall be subject to the appended claims.

Claims (10)

1. A data transmission method applied to an intelligent home system is characterized by comprising the following steps:
generating data to be transmitted;
encoding the target field name in the data to be transmitted into first encoded data; the length of the first encoding data is smaller than that of the target field name;
encoding the common target field value in the data to be transmitted into second encoded data; the length of the second coded data is smaller than that of the common target field value;
compressing the data to be transmitted after the coding processing to obtain target data; the target data is data to be transmitted to an opposite-end communication object in the intelligent home system.
2. The method according to claim 1, wherein the data to be transmitted includes target device attribute data and non-device attribute data; the target equipment attribute data is related attribute data of controlled equipment in the intelligent home system; the target field name is an equipment attribute name in the target equipment attribute data; the common target field value is a common device attribute value in the target device attribute data;
compressing the data to be transmitted after the encoding processing to obtain the target data, wherein the steps specifically include:
and compressing the non-equipment attribute data and the target equipment attribute data after the coding treatment to obtain target data.
3. The method of claim 2, wherein the data to be transmitted is transmitted based on a communication protocol;
the step of encoding the target field name in the data to be transmitted into first encoded data specifically includes:
determining a protocol mapping table; the protocol mapping table comprises a first corresponding relation between the device attribute name and the first coded data and a second corresponding relation between the common device attribute value and the second coded data;
based on the first corresponding relation, encoding the target field names in the data to be transmitted into corresponding first encoded data;
the encoding of the common target field value in the data to be transmitted into second encoded data specifically includes:
and coding the common target field value in the data to be transmitted into corresponding second coded data based on the second corresponding relation.
4. The method according to claim 3, wherein the step of determining a protocol mapping table specifically comprises:
obtaining equipment attribute data corresponding to each controlled equipment according to the equipment type of the controlled equipment accessed into the intelligent home system;
and establishing a corresponding relation between the same equipment attribute name in the equipment attribute data and the same first coded data, and establishing a corresponding relation between the same common equipment attribute value in the equipment attribute data and the same second coded data to obtain a protocol mapping table.
5. The method according to claim 4, wherein before establishing correspondence between the same common device attribute value and the same second encoding data in the device attribute data, further comprising:
acquiring historical transmission data transmitted to an opposite-end communication object in an intelligent home system; the historical transmission data comprises device historical attribute values;
determining the occurrence number of the device history attribute value in the history transmission data;
and if the occurrence times are larger than a preset threshold value, determining that the historical attribute value of the equipment is a frequently-used equipment attribute value.
6. The method of claim 4, further comprising:
determining the equipment type of new controlled equipment under the condition that the new controlled equipment is accessed into the intelligent home system;
and if the equipment type of the new controlled equipment is different from the equipment type of the previously accessed controlled equipment, updating the protocol mapping table based on the equipment attribute data of the new controlled equipment.
7. The method according to claim 3, wherein the smart home system comprises a smart gateway; the step of determining the protocol mapping table specifically includes:
determining a plurality of protocol mapping tables respectively corresponding to different intelligent gateway versions;
and determining a protocol mapping table matched with the version of the intelligent gateway from the plurality of protocol mapping tables.
8. The utility model provides a be applied to intelligent home systems's data transmission device which characterized in that, the device includes:
the data generation module is used for generating data to be transmitted;
the encoding module is used for encoding the target field names in the data to be transmitted into first encoded data; the length of the first encoded data is smaller than the length of the target field name; encoding the common target field value in the data to be transmitted into second encoded data; the length of the second coded data is smaller than that of the common target field value;
the compression module is used for compressing the data to be transmitted after the coding processing to obtain target data; the target data is data to be transmitted to an opposite-end communication object in the intelligent home system.
9. A computer device comprising a memory and a processor, the memory storing a computer program, characterized in that the processor, when executing the computer program, implements the steps of the method of any of claims 1 to 7.
10. A computer-readable storage medium, on which a computer program is stored, which, when being executed by a processor, carries out the steps of the method of any one of claims 1 to 7.
CN202211232938.7A 2022-10-10 2022-10-10 Data transmission method, device, equipment and medium applied to intelligent home system Pending CN115766310A (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
CN202211232938.7A CN115766310A (en) 2022-10-10 2022-10-10 Data transmission method, device, equipment and medium applied to intelligent home system

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
CN202211232938.7A CN115766310A (en) 2022-10-10 2022-10-10 Data transmission method, device, equipment and medium applied to intelligent home system

Publications (1)

Publication Number Publication Date
CN115766310A true CN115766310A (en) 2023-03-07

Family

ID=85350987

Family Applications (1)

Application Number Title Priority Date Filing Date
CN202211232938.7A Pending CN115766310A (en) 2022-10-10 2022-10-10 Data transmission method, device, equipment and medium applied to intelligent home system

Country Status (1)

Country Link
CN (1) CN115766310A (en)

Cited By (2)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN116233247A (en) * 2023-04-25 2023-06-06 合肥智鼎科技服务有限公司 Data transmission processing system with preprocessing performance
CN116708589A (en) * 2023-08-03 2023-09-05 腾讯科技(深圳)有限公司 Method, device, computer equipment and storage medium for compressing packet header

Cited By (3)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN116233247A (en) * 2023-04-25 2023-06-06 合肥智鼎科技服务有限公司 Data transmission processing system with preprocessing performance
CN116708589A (en) * 2023-08-03 2023-09-05 腾讯科技(深圳)有限公司 Method, device, computer equipment and storage medium for compressing packet header
CN116708589B (en) * 2023-08-03 2023-10-13 腾讯科技(深圳)有限公司 Method, device, computer equipment and storage medium for compressing packet header

Similar Documents

Publication Publication Date Title
CN115766310A (en) Data transmission method, device, equipment and medium applied to intelligent home system
TW201914300A (en) Method and device for encoding and decoding image data
CN106815875B (en) Method and device for encoding and decoding information bitmap
CN103379140B (en) A kind of log processing rule synchronization method and relevant device and system
CN104199951B (en) Web page processing method and device
CN111262587B (en) Data compression method, device, equipment and computer readable storage medium
CN109831409A (en) Data transmission method, device, computer readable storage medium and electronic equipment
CN103546161A (en) Lossless compression method based on binary processing
CN108092956A (en) A kind of method and apparatus for obtaining compression dictionary
JP2018152887A (en) Improved file compression and encryption
CN105659503A (en) System and method for providing multi-user power saving codebook optimization
CN105659502A (en) System and method for conserving power consumption in a memory system
CN110868374A (en) Security authentication method, server and client device
CN115905168B (en) Self-adaptive compression method and device based on database, equipment and storage medium
CN106878054B (en) Service processing method and device
WO2014029081A1 (en) Compression method and apparatus
CN112422525A (en) Fault data transmission method, device, equipment and storage medium
CN114095037A (en) Application program updating method, updating data compression method, device and equipment
CN112328373A (en) Distributed simulation-oriented data distribution service DDS automatic discovery method
CN113066139A (en) Picture processing method and device, storage medium and electronic equipment
CN112732810A (en) Data transmission system, data transmission method, data transmission device, storage medium, and electronic device
CN107930112B (en) Game data transmission method and device
KR101331095B1 (en) compressed transmission method for XML massages based on OMA DM, and system thereof
US10505713B2 (en) Compression and/or encryption of a file
CN110995274B (en) Decompression method and device

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