CN101193284A - Validation method, system and device for transmission integrity of compressed file - Google Patents

Validation method, system and device for transmission integrity of compressed file Download PDF

Info

Publication number
CN101193284A
CN101193284A CNA2007103044355A CN200710304435A CN101193284A CN 101193284 A CN101193284 A CN 101193284A CN A2007103044355 A CNA2007103044355 A CN A2007103044355A CN 200710304435 A CN200710304435 A CN 200710304435A CN 101193284 A CN101193284 A CN 101193284A
Authority
CN
China
Prior art keywords
packet
compressed file
equipment end
sent
host side
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.)
Granted
Application number
CNA2007103044355A
Other languages
Chinese (zh)
Other versions
CN101193284B (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.)
Vimicro Corp
Original Assignee
Vimicro Corp
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 Vimicro Corp filed Critical Vimicro Corp
Priority to CN2007103044355A priority Critical patent/CN101193284B/en
Publication of CN101193284A publication Critical patent/CN101193284A/en
Application granted granted Critical
Publication of CN101193284B publication Critical patent/CN101193284B/en
Expired - Fee Related legal-status Critical Current
Anticipated expiration legal-status Critical

Links

Images

Abstract

The invention discloses a method for verifying the integrity of transmission of compressed files. The method comprises: a host end receives a compressed file sent from a device end in the form of a data packet and the total number of the data packet contained in the compressed file sent from the device port. When receiving of the compressed file is finished, whether the number of received data packet is equal to the total number of the data packet in the compressed file from the device port is judged. If the number of received data packet is equal to the total number of the data packet in the compressed file from the device port, transmission of the compressed file is judged to be integrity; and otherwise, transmission of the compressed file is judged to be not integrity. The invention also discloses a system, the host end and the device end for verifying the integrity of transmission of the compressed file. By adopting the technical proposal disclosed by the embodiment of the invention, the rate for verifying the integrity of transmission of the compressed file can be increased.

Description

Transmission integrity of compressed file verification method, system and device
Technical field
The present invention relates to field of data transmission, relate in particular to a kind of transmission integrity of compressed file verification method, system and device.
Background technology
JPEG (joint photographic experts group) (Joint Photographic Experts Group, JPEG) be a kind of application Image Compression very widely, use the jpeg image compress technique image is compressed resulting JPEG compressed file, the kind of the color that its file size and described image are comprised and the factors such as complexity of this image are relevant, might not be identical at the length of the different resulting JPEG compressed files of image applications JPEG compress technique.
The JPEG compressed file is made up of eight parts, and table one has provided the structure of JPEG compressed file.
The JPEG compressed file Explain
0xFF 0xD8…… Image begin (Start of Image, SOI)
0xFF 0xE0…… APPO mark (Marker)
0xFF 0xE1~0xEF…… APPn mark (Markers)
0xFF 0xDB …… Quantization table (Difine Quantization Table, DQT)
0xFF 0xC0…… Two field picture begin (Start of Frame, SOF)
0xFF 0xC4…… Huffman table (Difine Huffman Table, DHT)
0xFF 0xDA…… The scanning beginning (Start of Scan, SOS)
0xFF 0xD9…… The image end (End of Image, EOI)
By table one as seen, each part of JPEG compressed file all comprises two start mark bytes, and its first byte is fixed as 16 systems and counts 0xFF, and second byte is used to distinguish above-mentioned eight parts.
When USB PC camera (USB PC Camera) is sent to host side with the imagery exploitation USB interface of its storage inside, in order to save the USB transmission bandwidth, usually earlier image is carried out the JPEG compression and obtain the JPEG compressed file, and then this JPEG compressed file is divided into a plurality of packets is sent to host side.Host side can be carried out the file integrality checking to this JPEG compressed file after receiving this JPEG compressed file, to judge the JPEG compressed file whether data-bag lost is arranged in transmission course.
Host side to the concrete grammar that the JPEG compressed file carries out the transmission integrity checking is: host side decompresses to the JPEG compressed file that receives, the length of original entrained in the length of the file after decompressing and the JPEG compressed file is compared, if above-mentioned two kinds of length are identical, show that then the JPEG compressed file does not have lost data packets in the process of transmission, the received JPEG compressed file of host side is complete, otherwise shows that the received JPEG compressed file of host side is imperfect.
By such scheme as seen, when host side verifies that its received JPEG compressed file is whether complete, need decompress to the JPEG compressed file, thus host side to carry out the speed of JPEG transmission integrity of compressed file checking lower.
Summary of the invention
In view of this, main purpose of the present invention is to provide a kind of transmission integrity of compressed file verification method, system and host side and equipment end, to improve the speed of transmission integrity of compressed file checking.
For achieving the above object, technical scheme of the present invention specifically is achieved in that
A kind of transmission integrity of compressed file verification method, this method comprises:
The compressed file that host side receiving equipment end is sent with data packet form, the packet sum that this compressed file that the receiving equipment end is sent comprises, when compressed file receives, whether the number of judging the packet receive equals the packet sum that compressed file that described equipment end sends comprises, if judge that the compressed file transmission is complete; Otherwise, judge that the compressed file transmission is imperfect.
A kind of transmission integrity of compressed file verification system, this system comprises equipment end and host side;
Equipment end is used for, and sends compressed file with data packet form to host side, sends the packet sum that this compressed file comprises to host side;
Host side is used for, the compressed file that the receiving equipment end is sent with data packet form, the packet sum that this compressed file that the receiving equipment end is sent comprises, when compressed file receives, whether the number of judging the packet receive equals the packet sum that compressed file that described equipment end sends comprises, if judge that the compressed file transmission is complete, otherwise, judge that the compressed file transmission is imperfect.
A kind of host side, this host side comprises: packet receiving element, number of data packets statistic unit and compressed file integrity verification unit;
Described packet receiving element is used for, the compressed file that the receiving equipment end is sent with data packet form, the packet sum that this compressed file that the receiving equipment end is sent comprises, this packet is sent to the number of data packets statistic unit, this packet sum is sent to compressed file integrity verification unit;
Described number of data packets statistic unit is used for, and writes down the number of its received packet, when when compressed file receives, the number of the packet that receives of record is sent to compressed file integrity verification unit; Described compressed file integrity verification unit is used for, whether the number of data packets that judgment data bag number statistical unit is sent equals the packet sum that compressed file that the packet receiving element sends comprises, if judge that the compressed file transmission is complete, otherwise, judge that the compressed file transmission is imperfect.
A kind of equipment end, described equipment end comprise number of data packets statistic unit and packet transmitting element;
Described number of data packets statistic unit is used for, and will send to the packet transmitting element from the packet that the JPEG compressed file is partitioned into, and adds up the packet sum that this JPEG compressed file comprises, and this packet sum is sent to the packet transmitting element;
Described packet transmitting element is used for, and sends the packet sum that described packet and JPEG compressed file comprise.
As seen from the above technical solution, the present invention only needs host side to add up the number of its transmission that receives from the compressed file packet of equipment end, relatively whether the compressed file packet sum sent of this number and equipment end is identical, if, judge that then the compressed file transmission is complete, otherwise judge that the compressed file transmission is imperfect, do not need host side that the compressed file that it receives is decompressed, therefore improved the speed of transmission integrity of compressed file checking.
Description of drawings
Fig. 1 is the flow chart of equipment end in the method for the JPEG transmission integrity of compressed file checking that provides of the embodiment of the invention;
Fig. 2 is the flow chart of host side in the method for the JPEG transmission integrity of compressed file checking that provides of the embodiment of the invention;
Fig. 3 is the structure chart of the JPEG transmission integrity of compressed file verification system that provides of the embodiment of the invention;
Fig. 4 is the structure chart of the host side that provides of the embodiment of the invention;
Fig. 5 is the structure chart of the equipment end that provides of the embodiment of the invention.
Embodiment
For making purpose of the present invention, technical scheme and advantage clearer, below with reference to the accompanying drawing embodiment that develops simultaneously, the present invention is described in more detail.
In the embodiment of the invention, be verified as example, introduce the concrete grammar that carries out the compressed file integrity verification with the JPEG transmission integrity of compressed file.
In the embodiment of the invention, equipment end refers to the equipment that stores JPEG compressed file to be sent, such as USB PC Camera.
Fig. 1 is the flow chart of equipment end in the method for the JPEG transmission integrity of compressed file checking that present embodiment provided, and as shown in Figure 1, the flow chart of equipment end specifically comprises the steps:
Step 101, equipment end receive the USB synchronous transmission that host side sends over (IsochronousTransfer, ISO) request, and it is to be sent to be partitioned into packet etc. according to this USB ISO request from the JPEG compressed file.
Comprised host side in this USB ISO request and need the information of the size of the packet that the slave unit end obtained in this data transmission procedure, equipment end is partitioned into packet etc. according to this information from the JPEG compressed file to be sent.
Step 102, equipment end judge whether the packet that is about to send is the initial data bag of JPEG compressed file, if then execution in step 103, otherwise execution in step 104.
Equipment end can judge whether this packet is the initial data bag of JPEG compressed file according to the design feature of JPEG compressed file, for example, usually preceding 16 bits of JPEG compressed file are that 16 systems are counted FFD8, therefore, if it is that 16 systems are counted FFD8 that equipment end detects preceding 16 bits of this packet, can judge that so this packet is the initial data bag of JPEG compressed file, otherwise can judge that this packet is not the initial data bag of JPEG compressed file.
Step 103, equipment end is initialized as 1 with the packet number of its record, goes to step 105.
Step 104, equipment end adds 1 with the packet number of its record.
Step 105, equipment end judge whether this packet that be about to send is the end data packet of JPEG compressed file, if execution in step 106 then, otherwise execution in step 107.
Equipment end can judge whether this packet is the end data packet of JPEG compressed file according to the design feature of JPEG compressed file, for example, usually last 16 bits of JPEG compressed file are that 16 systems are counted FFD9, therefore, if it is that 16 systems are counted FFD9 that equipment end detects last 16 bits of this packet, can judge that so this packet is the end data packet of JPEG compressed file, otherwise can judge that this packet is not a JPEG compressed file end data packet.
Step 106, equipment end is carried in this packet execution in step 107 with the packet number of its record.
According to the design feature of JPEG compressed file, this packet number can be placed on ending place of JPEG compressed file, promptly be placed on the back of the end mark byte FFD9 of JPEG compressed file.
Step 107, equipment end sends this packet to host side, goes to step 101.
Corresponding with equipment end flow chart shown in Figure 1, Fig. 2 as shown in Figure 2, specifically comprises the steps: for the flow chart of host side in the method for the JPEG transmission integrity of compressed file checking that present embodiment provided
Step 201, host side sends USB ISO transmission request to equipment end.
Step 202, the packet that host side receiving equipment end sends over judges whether this packet is the initial data bag of JPEG compressed file, if then execution in step 203, otherwise execution in step 204.
Host side can adopt the method that equipment end adopted in the step 102 to judge whether this packet is the initial data bag of JPEG compressed file.
Step 203, host side is initialized as 1 with the packet number of its record, goes to step 205.
Step 204, host side adds 1 with the packet number of its record.
Step 205, host side judge whether this packet is the end data packet of JPEG compressed file, if execution in step 206 then, otherwise execution in step 201.
Host side can adopt the method that equipment end adopts in the step 105 to judge whether this packet is the end data packet of JPEG compressed file.
Step 206, whether packet number entrained in the packet number of himself record of host side checking and this packet is identical, if host side judges that its received JPEG compressed file is complete, otherwise host side judges that its received JPEG compressed file is imperfect.
Fig. 3 is the structure chart of the JPEG transmission integrity of compressed file verification system that present embodiment provided, and as shown in Figure 3, this system comprises equipment end 301 and host side 302.
Equipment end 301 is used for, and sends the JPEG compressed file with data packet form to host side, sends the packet sum that this JPEG compressed file comprises to host side.
Host side 302 is used for, the JPEG compressed file that receiving equipment end 301 is sent with data packet form, the packet sum that this JPEG compressed file that receiving equipment end 301 is sent comprises, when the JPEG compressed file receives, whether the number of judging the packet receive equals the packet sum that JPEG compressed file that described equipment end sends comprises, if judge that the transmission of JPEG compressed file is complete; Otherwise, judge that the transmission of JPEG compressed file is imperfect.
Fig. 4 is the structure chart of the host side that present embodiment provided, and as shown in Figure 4, this host side comprises packet receiving element 401, number of data packets statistic unit 402 and compressed file integrity verification unit 403.
Packet receiving element 401 is used for, the JPEG compressed file that the receiving equipment end is sent with data packet form, the packet sum that this JPEG compressed file that the receiving equipment end is sent comprises, this packet is sent to number of data packets statistic unit 402, this packet sum is sent to jpeg file integrity verification unit 403.
Number of data packets statistic unit 402 is used for, and writes down the number of its received packet, when when the JPEG compressed file receives, the number of the packet that receives of record is sent to jpeg file integrity verification unit 403.
Compressed file integrity verification unit 403 is used for, whether the number of data packets that judgment data bag number statistical unit 402 is sent equals the packet sum that JPEG compressed file that packet receiving element 401 sends comprises, if, judge that the transmission of JPEG compressed file is complete, otherwise, judge that the transmission of JPEG compressed file is imperfect.
This host side can further include packet size information transmitting element.
Packet size information transmitting element is used for, send the packet size information to equipment end, so that equipment end whenever receives the packet size information one time, from the JPEG compressed file, be partitioned into a packet according to this information, and this JPEG compressed file is being cut apart when finishing the packet sum that the sum of the packet that will be partitioned into comprises as this JPEG compressed file from this JPEG compressed file.
Number of data packets statistic unit 402 comprises determination module 4021 and number statistical module 4022.
Determination module 4021 is used for, judge whether its received packet is the initial data bag of jpeg file, if, number-of-packet in the number statistical module is initialized as 1, otherwise, the number-of-packet in the number statistical module 4022 is increased 1, judge whether its received packet is the end data packet of jpeg file, if send the JPEG compressed file to number statistical module 4022 and receive notice.
Number statistical module 4022 is used for, and the number of the packet that recorder is arrived receives when notice when receiving described JPEG compressed file, and the number of the packet that receives of record is sent to jpeg file integrity verification unit 403.
Fig. 5 is the structure chart of the equipment end that present embodiment provided, and as shown in Figure 5, this equipment end comprises number of data packets statistic unit 501 and packet transmitting element 502.
Number of data packets statistic unit 501 is used for, and will send to packet transmitting element 502 from the packet that the JPEG compressed file is partitioned into, and adds up the packet sum that this JPEG compressed file comprises, and this packet sum is sent to packet transmitting element 502.
Packet transmitting element 502 is used for, and sends the packet sum that described packet and JPEG compressed file comprise.
This equipment end can further include packet cutting unit 503.
Packet cutting unit 503 is used for, and receives the packet size information that host side is sent, and is partitioned into a packet according to this information from the JPEG compressed file, and this packet is sent to number of data packets statistic unit 501.
Number of data packets statistic unit 501 comprises number of data packets statistical module 5011 and number of data packets package module 5012.
Number of data packets statistical module 5011 is used for, when the packet that is partitioned into from the JPEG compressed file is not end data packet, this packet is directly sent to packet transmitting element 502, when the packet that is partitioned into from the JPEG compressed file was end data packet, the packet sum that this JPEG compressed file that this packet and statistics are obtained comprises sent to data number package module 5012.
Number of data packets package module 5012 is used for, and the packet sum that described JPEG compressed file is comprised is encapsulated in the end data packet of described JPEG compressed file.Concrete, number of data packets package module 5012 is used for described packet sum is encapsulated in after the end mark byte FFD9 of described JPEG compressed file.
As seen from the above technical solution, the embodiment of the invention only needs host side to add up the number of its transmission that receives from the JPEG of equipment end compressed file packet, relatively whether the JPEG compressed file packet sum sent of this number and equipment end is identical, if, judge that then the transmission of JPEG compressed file is complete, otherwise judge that the transmission of JPEG compressed file is imperfect, do not need host side that the JPEG compressed file that it receives is decompressed, therefore improved the speed of JPEG transmission integrity of compressed file checking.
The above is preferred embodiment of the present invention only, is not to be used to limit protection scope of the present invention, all any modifications of being made within the spirit and principles in the present invention, is equal to replacement, improvement etc., all should be included within protection scope of the present invention.

Claims (16)

1. a transmission integrity of compressed file verification method is characterized in that, this method comprises:
The compressed file that host side receiving equipment end is sent with data packet form, the packet sum that this compressed file that the receiving equipment end is sent comprises, when compressed file receives, whether the number of judging the packet receive equals the packet sum that compressed file that described equipment end sends comprises, if judge that the compressed file transmission is complete; Otherwise, judge that the compressed file transmission is imperfect.
2. the method for claim 1 is characterized in that, the compressed file that described host side receiving equipment end is sent with data packet form further comprises before:
Host side sends packet size information current to be received to equipment end, so that equipment end whenever receives the packet size information one time, from compressed file, be partitioned into a packet according to this information, and this compressed file is being cut apart when finishing the packet sum that the sum of the packet that will be partitioned into comprises as described compressed file from this compressed file.
3. the method for claim 1 is characterized in that, the packet sum that this compressed file that described equipment end is sent comprises is arranged on after the end mark byte of this compressed file that this equipment end sends.
4. the method for claim 1 is characterized in that, the compressed file that described host side receiving equipment end is sent with data packet form comprises:
The packet that A, host side receiving equipment end are sent judges whether this packet is the initial data bag of compressed file, if, recorder to number of data packets be 1, go to step B; Otherwise, the number of the packet that receives of record is added 1, go to step B;
Whether B, judgment data bag are the end data packet of compressed file, if compressed file receives, otherwise go to steps A.
5. method as claimed in claim 4 is characterized in that, whether described judgment data bag is that the initial data bag of compressed file comprises:
Judge whether this packet comprises compressed file beginning flag byte, if judge that this packet is the initial data bag of compressed file; Otherwise, judge that this packet is not the initial data bag of compressed file.
6. method as claimed in claim 4 is characterized in that, whether described judgment data bag is that the end data packet of compressed file comprises:
Judge whether this packet comprises compressed file end mark byte, if, judge that this packet is the end data packet of compressed file, otherwise, judge that this packet is not the end data packet of compressed file.
7. as the described method of the arbitrary claim of claim 1 to 6, it is characterized in that described compressed file is a JPEG (joint photographic experts group) JPEG compressed file.
8. a transmission integrity of compressed file verification system is characterized in that, this system comprises equipment end and host side;
Equipment end is used for, and sends compressed file with data packet form to host side, sends the packet sum that this compressed file comprises to host side;
Host side is used for, the compressed file that the receiving equipment end is sent with data packet form, the packet sum that this compressed file that the receiving equipment end is sent comprises, when compressed file receives, whether the number of judging the packet receive equals the packet sum that compressed file that described equipment end sends comprises, if judge that the compressed file transmission is complete, otherwise, judge that the compressed file transmission is imperfect.
9. system as claimed in claim 8 is characterized in that, described compressed file is the JPEG compressed file.
10. a host side is characterized in that, this host side comprises: packet receiving element, number of data packets statistic unit and compressed file integrity verification unit;
Described packet receiving element is used for, the compressed file that the receiving equipment end is sent with data packet form, the packet sum that this compressed file that the receiving equipment end is sent comprises, this packet is sent to the number of data packets statistic unit, this packet sum is sent to compressed file integrity verification unit;
Described number of data packets statistic unit is used for, and writes down the number of its received packet, when when compressed file receives, the number of the packet that receives of record is sent to compressed file integrity verification unit;
Described compressed file integrity verification unit is used for, whether the number of data packets that judgment data bag number statistical unit is sent equals the packet sum that compressed file that the packet receiving element sends comprises, if judge that the compressed file transmission is complete, otherwise, judge that the compressed file transmission is imperfect.
11. host side as claimed in claim 10 is characterized in that, described host side further comprises packet size information transmitting element;
Described packet size information transmitting element is used for, send the packet size information to equipment end, so that equipment end whenever receives the packet size information one time, from compressed file, be partitioned into a packet according to this information, and this compressed file is being cut apart when finishing the packet sum that the sum of the packet that will be partitioned into comprises as this compressed file from this compressed file.
12. host side as claimed in claim 10 is characterized in that, described number of data packets statistic unit comprises determination module and number statistical module;
Described determination module is used for, judge whether its received packet is the initial data bag of compressed file, if, number-of-packet in the number statistical module is initialized as 1, otherwise, the number-of-packet in the number statistical module is increased 1, judge whether its received packet is the end data packet of compressed file, if send compressed file to the number statistical module and receive notice;
Described number statistical module is used for, and the number of the packet that recorder is arrived receives when notice when receiving described compressed file, and the number of the packet that receives of record is sent to compressed file integrity verification unit.
13., it is characterized in that described compressed file is the JPEG compressed file as the described host side of the arbitrary claim of claim 10 to 12.
14. an equipment end is characterized in that, described equipment end comprises number of data packets statistic unit and packet transmitting element;
Described number of data packets statistic unit is used for, and will send to the packet transmitting element from the packet that the JPEG compressed file is partitioned into, and adds up the packet sum that this JPEG compressed file comprises, and this packet sum is sent to the packet transmitting element;
Described packet transmitting element is used for, and sends the packet sum that described packet and JPEG compressed file comprise.
15. equipment end as claimed in claim 14 is characterized in that, described equipment end further comprises the packet cutting unit;
Described packet cutting unit is used for, and receives the packet size information that host side is sent, and is partitioned into a packet according to this information from the JPEG compressed file, and this packet is sent to the number of data packets statistic unit.
16. equipment end as claimed in claim 14 is characterized in that, described number of data packets statistic unit comprises number of data packets statistical module and number of data packets package module;
Described number of data packets statistical module is used for, when the packet that is partitioned into from the JPEG compressed file is not end data packet, this packet is directly sent to the packet transmitting element, when the packet that is partitioned into from the JPEG compressed file was end data packet, the packet sum that this JPEG compressed file that this packet and statistics are obtained comprises sent to data number package module;
The number of data packets package module is used for, and the packet sum that described JPEG compressed file is comprised is encapsulated in the end data packet of described JPEG compressed file.
CN2007103044355A 2007-12-27 2007-12-27 Validation method, system and device for transmission integrity of compressed file Expired - Fee Related CN101193284B (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
CN2007103044355A CN101193284B (en) 2007-12-27 2007-12-27 Validation method, system and device for transmission integrity of compressed file

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
CN2007103044355A CN101193284B (en) 2007-12-27 2007-12-27 Validation method, system and device for transmission integrity of compressed file

Publications (2)

Publication Number Publication Date
CN101193284A true CN101193284A (en) 2008-06-04
CN101193284B CN101193284B (en) 2010-07-07

Family

ID=39487986

Family Applications (1)

Application Number Title Priority Date Filing Date
CN2007103044355A Expired - Fee Related CN101193284B (en) 2007-12-27 2007-12-27 Validation method, system and device for transmission integrity of compressed file

Country Status (1)

Country Link
CN (1) CN101193284B (en)

Cited By (10)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN101826950A (en) * 2010-04-23 2010-09-08 中国电子科技集团公司第五十四研究所 High-efficiency method for unpacking and processing streaming data
CN101882977A (en) * 2010-07-22 2010-11-10 黑龙江大学 Information error detection and correction method based on assembly coding
CN103581683A (en) * 2013-10-18 2014-02-12 宁波海韦斯智能技术有限公司 Jpeg image encryption transmission method
CN103595504A (en) * 2013-11-04 2014-02-19 上海数字电视国家工程研究中心有限公司 Encapsulation method and calibration method for data package
CN104244000A (en) * 2014-09-19 2014-12-24 浙江宇视科技有限公司 JPEG picture rapid splicing method and device
CN104580158A (en) * 2014-12-12 2015-04-29 集时通(福建)信息科技有限公司 Distributed platform file and content distribution method and distributed platform file and content distribution system
CN106657224A (en) * 2016-09-22 2017-05-10 联动优势电子商务有限公司 Method and device for transaction monitoring in launching process
CN107833011A (en) * 2017-10-16 2018-03-23 北京互动百科网络技术股份有限公司 A kind of post joins automatic Verification method and device
CN109104481A (en) * 2018-08-07 2018-12-28 Oppo(重庆)智能科技有限公司 file integrity detection method, file integrity detection device and terminal device
CN109270885A (en) * 2018-10-26 2019-01-25 苏州华兴源创科技股份有限公司 Monitor data communications method, device, equipment and the storage medium of PLC system

Family Cites Families (4)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
EP0720382B1 (en) * 1994-12-30 2000-04-12 Daewoo Electronics Co., Ltd Variable size block matching motion estimation apparatus
CN1469244A (en) * 2002-07-19 2004-01-21 文化传信科技(澳门)有限公司 Document down loading method and system
CN1317870C (en) * 2003-12-10 2007-05-23 联想(北京)有限公司 Method for guaranteeing reliability of data transmission from one point to multiple points
CN101069428A (en) * 2004-10-05 2007-11-07 维克多曼克斯公司 System and method for identifying and processing data within a data stream

Cited By (21)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN101826950B (en) * 2010-04-23 2012-08-22 中国电子科技集团公司第五十四研究所 High-efficiency method for unpacking and processing streaming data
CN101826950A (en) * 2010-04-23 2010-09-08 中国电子科技集团公司第五十四研究所 High-efficiency method for unpacking and processing streaming data
CN101882977A (en) * 2010-07-22 2010-11-10 黑龙江大学 Information error detection and correction method based on assembly coding
CN101882977B (en) * 2010-07-22 2012-07-25 黑龙江大学 Information error detection and correction method based on assembly coding
CN103581683B (en) * 2013-10-18 2017-02-08 宁波海韦斯智能技术有限公司 Jpeg image encryption transmission method
CN103581683A (en) * 2013-10-18 2014-02-12 宁波海韦斯智能技术有限公司 Jpeg image encryption transmission method
CN106850143A (en) * 2013-11-04 2017-06-13 上海数字电视国家工程研究中心有限公司 The method for packing and method of calibration of packet
CN103595504B (en) * 2013-11-04 2017-07-28 上海数字电视国家工程研究中心有限公司 The method for packing and method of calibration of packet
CN107017966B (en) * 2013-11-04 2020-06-09 上海数字电视国家工程研究中心有限公司 Data packet packaging method and verification method
CN107017966A (en) * 2013-11-04 2017-08-04 上海数字电视国家工程研究中心有限公司 The method for packing and method of calibration of packet
CN103595504A (en) * 2013-11-04 2014-02-19 上海数字电视国家工程研究中心有限公司 Encapsulation method and calibration method for data package
CN104244000B (en) * 2014-09-19 2018-01-16 浙江宇视科技有限公司 A kind of quick joining method of JPEG picture and device
CN104244000A (en) * 2014-09-19 2014-12-24 浙江宇视科技有限公司 JPEG picture rapid splicing method and device
CN104580158A (en) * 2014-12-12 2015-04-29 集时通(福建)信息科技有限公司 Distributed platform file and content distribution method and distributed platform file and content distribution system
CN104580158B (en) * 2014-12-12 2018-07-31 集时通(福建)信息科技有限公司 A kind of distributed platform file and content distribution method and system
CN106657224A (en) * 2016-09-22 2017-05-10 联动优势电子商务有限公司 Method and device for transaction monitoring in launching process
CN106657224B (en) * 2016-09-22 2020-09-01 联动优势电子商务有限公司 Method and device for monitoring online process transaction
CN107833011A (en) * 2017-10-16 2018-03-23 北京互动百科网络技术股份有限公司 A kind of post joins automatic Verification method and device
CN109104481A (en) * 2018-08-07 2018-12-28 Oppo(重庆)智能科技有限公司 file integrity detection method, file integrity detection device and terminal device
CN109270885A (en) * 2018-10-26 2019-01-25 苏州华兴源创科技股份有限公司 Monitor data communications method, device, equipment and the storage medium of PLC system
CN109270885B (en) * 2018-10-26 2021-01-01 苏州华兴源创科技股份有限公司 Data communication method, device and equipment for monitoring PLC system and storage medium

Also Published As

Publication number Publication date
CN101193284B (en) 2010-07-07

Similar Documents

Publication Publication Date Title
CN101193284B (en) Validation method, system and device for transmission integrity of compressed file
US8718098B2 (en) Method for compressing and decompressing time stamp and equipment thereof
KR101835340B1 (en) Apparatus for transmitting broadcast signal, apparatus for receiving broadcast signal, method for transmitting broadcast signal and method for receiving broadcast signal
CN105472477A (en) Data transmission method, device and equipment
EP3404895B1 (en) Multimedia data transmission method and device
CN110213756A (en) A kind of data transmission method, device and its relevant device
JP6929946B2 (en) Data transmission method, device, transmitting end, receiving end and system
CN1758801B (en) Apparatus and method for message transmission in a mobile communication terminal
CN102256161B (en) Transmission method and equipment for OSD (On Screen Display) information
CN103503381B (en) The method of data transmission of device redirection, Apparatus and system
JP5066064B2 (en) Transmitting terminal, receiving terminal and transmission system used in one-way transmission path
CN102075287B (en) Data processing method and device
CN111263113B (en) Data packet sending method and device and data packet processing method and device
CN109245863B (en) Apparatus and method for transmitting and receiving forward error correction packet
CN104104568A (en) Method, device and system for acquiring data from communication bus
CN104219212B (en) Video file across a network transmission method, apparatus and system
US7561746B2 (en) Image transmitter for transmitting a frame of a fixed number of packets where each packet has a fixed number of image data
CN104702596A (en) Method and system for hiding and transmitting information based on data packet length
CN111083510A (en) Method and device for pushing HEVC (high efficiency video coding) video
EP1472796A2 (en) Robust signal coding
CN114142968A (en) Data packet transmission method and device, terminal equipment and storage medium
CN116232710B (en) Log message sending and transmitting method and system for network flow acquisition equipment
CN112203050A (en) Method and device for continuously transmitting video
KR101706573B1 (en) Device and method for multicast screen mirroring
CN205092920U (en) High resolution video transmission system

Legal Events

Date Code Title Description
C06 Publication
PB01 Publication
C10 Entry into substantive examination
SE01 Entry into force of request for substantive examination
C14 Grant of patent or utility model
GR01 Patent grant
C17 Cessation of patent right
CF01 Termination of patent right due to non-payment of annual fee

Granted publication date: 20100707

Termination date: 20111227