CN116501400A - Intelligent driver software synchronization method and device for PTC driver - Google Patents

Intelligent driver software synchronization method and device for PTC driver Download PDF

Info

Publication number
CN116501400A
CN116501400A CN202310783873.3A CN202310783873A CN116501400A CN 116501400 A CN116501400 A CN 116501400A CN 202310783873 A CN202310783873 A CN 202310783873A CN 116501400 A CN116501400 A CN 116501400A
Authority
CN
China
Prior art keywords
driver software
driver
data
software data
ptc
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
CN202310783873.3A
Other languages
Chinese (zh)
Other versions
CN116501400B (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.)
Shenzhen Aiwei Electrical Technology Co ltd
Original Assignee
Shenzhen Aiwei Electrical 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 Aiwei Electrical Technology Co ltd filed Critical Shenzhen Aiwei Electrical Technology Co ltd
Priority to CN202310783873.3A priority Critical patent/CN116501400B/en
Publication of CN116501400A publication Critical patent/CN116501400A/en
Application granted granted Critical
Publication of CN116501400B publication Critical patent/CN116501400B/en
Active legal-status Critical Current
Anticipated expiration legal-status Critical

Links

Classifications

    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F9/00Arrangements for program control, e.g. control units
    • G06F9/06Arrangements for program control, e.g. control units using stored programs, i.e. using an internal store of processing equipment to receive or retain programs
    • G06F9/44Arrangements for executing specific programs
    • G06F9/4401Bootstrapping
    • G06F9/4411Configuring for operating with peripheral devices; Loading of device drivers
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F8/00Arrangements for software engineering
    • G06F8/60Software deployment
    • G06F8/65Updates
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F9/00Arrangements for program control, e.g. control units
    • G06F9/06Arrangements for program control, e.g. control units using stored programs, i.e. using an internal store of processing equipment to receive or retain programs
    • G06F9/46Multiprogramming arrangements
    • G06F9/52Program synchronisation; Mutual exclusion, e.g. by means of semaphores

Landscapes

  • Engineering & Computer Science (AREA)
  • Software Systems (AREA)
  • Theoretical Computer Science (AREA)
  • General Engineering & Computer Science (AREA)
  • Physics & Mathematics (AREA)
  • General Physics & Mathematics (AREA)
  • Computer Security & Cryptography (AREA)
  • Stored Programmes (AREA)

Abstract

The application provides a driver software intelligent synchronization method and device of PTC drivers, which are used for acquiring driver software data respectively corresponding to a plurality of PTC drivers based on a parallel query strategy and obtaining a driver software data grouping result based on driver software version grouping; if the number of the included packets is equal to 2, the driver software data packet of the highest driver software version is obtained as first driver software data, and the rest of the driver software data packets are taken as second driver software data; and the driver software difference data based on the two is taken as the basis of the update configuration of the driving software of the present wheel. The method and the device realize parallel and rapid inquiry of the driver software versions of the PTC drivers, and after the differences of the driver software versions of the PTC drivers are determined, the driver software versions and the differences of the driver software data are used for rapid intelligent synchronization, so that the driver software data are more intelligent and more efficient to update.

Description

Intelligent driver software synchronization method and device for PTC driver
Technical Field
The application relates to the technical field of PTC drivers of new energy automobiles, in particular to an intelligent driver software synchronization method and device of a PTC driver.
Background
PTC drivers (Positive Temperature Coefficient, which represent positive temperature coefficient thermistors) are common components in electric vehicles. In order to achieve accurate control of the PTC, a corresponding PTC driver needs to be used. The PTC driver adopts different driving software for different PTC, and at present, when determining the driving software to be updated in the PTC driver, the type, model or specific parameter of the PTC is generally obtained first, and then the driver software corresponding to the type, model or specific parameter of the PTC is manually queried, which results in complex determination process and low efficiency of the whole driver software.
Meanwhile, the requirement of the process on the professional knowledge of operators is high, and the difficulty of determining the driver software version and driving and updating the PTC driver is improved.
Disclosure of Invention
The embodiment of the application provides an intelligent driver software synchronization method and device for a PTC driver, and aims to solve the problems that in the prior art, when determining the driver software to be updated in the PTC driver, the type, the model or the specific parameters of the PTC are acquired firstly, then driver software corresponding to the type, the model or the specific parameters of the PTC is queried manually, and the determination process of the whole driver software is complex and the efficiency is low.
In a first aspect, an embodiment of the present application provides an intelligent synchronization method for driver software of a PTC driver, which is applied to a host computer, where the host computer is communicatively connected to a plurality of PTC drivers to be synchronously driven, and the method includes:
responding to a driver software intelligent synchronization instruction, and acquiring driver software data corresponding to a plurality of PTC drivers respectively based on a preset parallel query strategy to obtain a driver software data set;
grouping based on the driver software versions corresponding to the driver software data in the driver software data set to obtain a driver software data grouping result;
if the number of the packets included in the driver software data packet result is equal to 2, acquiring the driver software data packet corresponding to the highest driver software version as first driver software data, and acquiring the driver software data packet corresponding to the non-highest driver software version as second driver software data;
acquiring driver software difference data based on matching of the first driver software data and the second driver software data;
and sending the driver software difference data to each PTC driver corresponding to the second driver software data according to a preset software data sending strategy to update and configure the driving software of the PTC driver.
In a second aspect, an embodiment of the present application provides an intelligent driver software synchronization device for a PTC driver, which is applied to a host computer, where the host computer is communicatively connected with a plurality of PTC drivers to be synchronously driven, and the device includes:
the parallel query unit is used for responding to the intelligent synchronous instruction of the driver software, acquiring driver software data corresponding to the PTC drivers respectively based on a preset parallel query strategy, and obtaining a driver software data set;
the driver software data grouping unit is used for grouping the driver software versions corresponding to the driver software data in the driver software data set to obtain a driver software data grouping result;
a driver software data determining unit, configured to acquire, if it is determined that the number of packets included in the driver software data packet result is equal to 2, a driver software data packet corresponding to a highest driver software version as first driver software data, and acquire a driver software data packet corresponding to a non-highest driver software version as second driver software data;
a software difference data acquisition unit configured to acquire driver software difference data based on matching of the first driver software data and the second driver software data;
And the driver software synchronization unit is used for sending the driver software difference data to each PTC driver corresponding to the second driver software data according to a preset software data sending strategy to update and configure the driver software of the PTC driver.
In a third aspect, an embodiment of the present application provides a computer device, including a memory, a processor, and a computer program stored in the memory and capable of running on the processor, where the processor implements the method for intelligently synchronizing driver software of the PTC driver according to the first aspect when the processor executes the computer program.
In a fourth aspect, embodiments of the present application further provide a computer readable storage medium, where the computer readable storage medium stores a computer program, where the computer program when executed by a processor causes the processor to perform the method for intelligently synchronizing driver software of the PTC driver according to the first aspect above.
The embodiment of the application provides a driver software intelligent synchronization method and device of a PTC driver, which are applied to an upper computer, wherein the upper computer is in communication connection with a plurality of PTC drivers to be synchronously driven, and firstly responds to the driver software intelligent synchronization instruction, and driver software data corresponding to the PTC drivers respectively are acquired based on a preset parallel query strategy so as to obtain a driver software data set; grouping the driver software versions corresponding to the driver software data in the driver software data set to obtain a driver software data grouping result; if the number of the packets included in the driver software data packet result is equal to 2, acquiring the driver software data packet corresponding to the highest driver software version as first driver software data, and acquiring the driver software data packet corresponding to the non-highest driver software version as second driver software data; acquiring driver software difference data based on matching of the first driver software data and the second driver software data; and sending the driver software difference data to each PTC driver corresponding to the second driver software data according to a preset software data sending strategy to update and configure the driver software of the PTC driver. The method and the device realize parallel and rapid inquiry of the driver software versions of the PTC drivers, and after the differences of the driver software versions of the PTC drivers are determined, the driver software versions and the differences of the driver software data are used for rapid intelligent synchronization, so that the driver software data are more intelligent and more efficient to update.
Drawings
In order to more clearly illustrate the technical solutions of the embodiments of the present application, the drawings needed in the description of the embodiments will be briefly introduced below, and it is obvious that the drawings in the following description are some embodiments of the present application, and other drawings may be obtained according to these drawings without inventive effort for a person skilled in the art.
Fig. 1 is an application scenario schematic diagram of a driver software intelligent synchronization method of a PTC driver provided in an embodiment of the present application;
fig. 2 is a flow chart of a method for intelligently synchronizing driver software of a PTC driver according to an embodiment of the present application;
fig. 3 is a schematic sub-flowchart of a driver software intelligent synchronization method of a PTC driver according to an embodiment of the present application;
fig. 4 is another schematic sub-flowchart of a driver software intelligent synchronization method of a PTC driver according to an embodiment of the present application;
fig. 5 is a schematic diagram of still another sub-flowchart of a driver software intelligent synchronization method of a PTC driver according to an embodiment of the present application;
fig. 6 is a schematic block diagram of a driver software intelligent synchronization device of a PTC driver provided in an embodiment of the present application;
fig. 7 is a schematic block diagram of a computer device provided in an embodiment of the present application.
Detailed Description
The following description of the embodiments of the present application will be made clearly and fully with reference to the accompanying drawings, in which it is evident that the embodiments described are some, but not all, of the embodiments of the present application. All other embodiments, which can be made by one of ordinary skill in the art without undue burden from the present disclosure, are within the scope of the present disclosure.
It should be understood that the terms "comprises" and "comprising," when used in this specification and the appended claims, specify the presence of stated features, integers, steps, operations, elements, and/or components, but do not preclude the presence or addition of one or more other features, integers, steps, operations, elements, components, and/or groups thereof.
It is also to be understood that the terminology used in the description of the present application is for the purpose of describing particular embodiments only and is not intended to be limiting of the application. As used in this specification and the appended claims, the singular forms "a," "an," and "the" are intended to include the plural forms as well, unless the context clearly indicates otherwise.
It should be further understood that the term "and/or" as used in this specification and the appended claims refers to any and all possible combinations of one or more of the associated listed items, and includes such combinations.
Referring to fig. 1 and fig. 2, fig. 1 is a schematic application scenario diagram of a driver software intelligent synchronization method of a PTC driver according to an embodiment of the present disclosure; fig. 2 is a flow chart of a driver software intelligent synchronization method of a PTC driver according to an embodiment of the present application, where the driver software intelligent synchronization method of a PTC driver is applied to a server (which may also be understood as an upper computer) and the server is communicatively connected to a PTC driver to be synchronously driven.
As shown in FIG. 2, the method includes steps S110 to S150.
S110, responding to the intelligent driver software synchronization instruction, and acquiring driver software data corresponding to the PTC drivers respectively based on a preset parallel query strategy to obtain a driver software data set.
In this embodiment, the technical scheme is described by using the host computer as the execution main body. When the PTC drivers to be synchronously driven are in communication connection with the host computer, for example, the number of the PTC drivers to be synchronously driven (the PTC drivers are subsequently applied to the same application scene) exceeds 1000 (i.e. the PTC drivers are in a large-scale driving synchronization scene), it can be quickly determined that the driver software version in the PTC drivers to be synchronously driven is different from the other PTC drivers, and the driver software in the PTC drivers is quickly and intelligently synchronized with the driver software in the PTC drivers with higher version. Because the upper computer quickly and parallelly inquires a large amount of driver software data of the PTC driver, an inefficient mode of serial inquiry can be effectively avoided.
In order to reduce the transmission data amount of the driver software data of each PTC driver, the driver software data of each PTC driver may be acquired in the form of a compressed packet. After the driver software data of each PTC driver is sent to the host computer in a compressed packet (the compressed packet of the driver software data of each PTC driver includes important information such as a driver software version and unique device identification information of the PTC driver), the host computer decompresses each compressed packet and obtains the driver software data corresponding to each PTC driver, so as to form a driver software data set.
In one embodiment, as shown in fig. 3, step S110 includes:
s111, acquiring the current communication state of each PTC driver in a plurality of PTC drivers which are connected in a communication way;
s112, if the current communication state of each PTC driver is determined to be a normal communication state, acquiring a driving version parallel query instruction corresponding to the parallel query strategy, and sending the driving version parallel query instruction to each PTC driver;
s113, driver software data which are respectively sent by the PTC drivers and comprise driver software versions are received to form a driver software data set.
In this embodiment, in order to improve the efficiency of the host computer in acquiring driver software data of a large number of PTC drivers in parallel, the current communication status of each PTC driver in the plurality of PTC drivers that have established communication connection may be acquired first, so as to determine whether all the PTC drivers that establish communication with the host computer are normal at this time. If the current communication state of each PTC driver is determined to be the normal communication state, the PTC drivers establishing communication with the upper computer are indicated to be normal in all communication at the moment, the upper computer can acquire the parallel query strategy which is preset and stored locally, analyze the parallel query strategy to acquire a corresponding driving version parallel query instruction, and send the driving version parallel query instruction to each PTC driver.
Because each PTC driver which establishes communication with the upper computer receives the parallel inquiry command of the drive version, each PTC driver can timely send the driver software data comprising the driver software version to the upper computer under the condition of normal communication, so that the driver software data of a plurality of PTC drivers are concentrated in the upper computer to form the driver software data set, and the efficiency of acquiring the driver software data of each PTC driver can be effectively improved based on a parallel inquiry acquisition mode.
S120, grouping based on the driver software versions corresponding to the driver software data in the driver software data set to obtain a driver software data grouping result.
In this embodiment, when the driver software data of each PTC driver in normal communication with the host computer is obtained and the driver software data set is formed, the driver software data of each PTC driver has the core data of the driver software version, so that the host computer may group the driver software versions corresponding to the driver software data in the driver software data set to obtain the driver software data grouping result. In particular, the driver software data with the same driver software version are divided into the same group, so that the driver software data grouping result can be obtained quickly.
In one embodiment, step S120 includes:
grouping the driver software data in the driver software data set based on clustering to obtain a driver software data grouping result;
or dividing the driver software data with the same driver software version in each driver software data in the driver software data set into the same group to obtain the driver software data grouping result.
In this embodiment, as the first embodiment of the driver software data set group, the driver software version of each driver software data in the driver software data set may be regarded as a vector value, and the vector value of the driver software version for each driver software data may be concatenated with a preset row vector of 1×n (where n is a positive integer greater than 0) to obtain a version vector corresponding to the driver software version of each driver software data.
For example, a driver software version of driver software data is V2.0, which can be regarded as a vector value 2 correspondingly, that is, a vector value of the driver software version can be obtained by deleting english characters of the driver software version of the driver software data and preserving the numeric characters, and then the vector value of the driver software version is concatenated with a preset row vector of 1×n to obtain a version vector corresponding to the driver software version of the driver software data, that is, a row vector of 1× (n+1) corresponding to the driver software version of the driver software data. The driver software versions of other driver software data are also version vectors corresponding to the driver software data respectively obtained by referring to the above process, and finally the driver software data grouping result is obtained by grouping and classifying the driver software data with a density-based clustering algorithm (namely a DBSCAN clustering algorithm) according to the version vectors corresponding to the driver software data respectively.
As a second embodiment of the driver software data set grouping, the obtained driver software version may also be directly used as a grouping basis, specifically, driver software data having the same driver software version in each driver software data in the driver software data set is divided into the same group, so as to obtain the driver software data grouping result. It can be seen that based on the above manner, rapid grouping of the respective driver software data in the driver software data set can be realized in the host computer.
And S130, if the number of the packets included in the driver software data packet result is equal to 2, acquiring the driver software data packet corresponding to the highest driver software version as first driver software data, and acquiring the driver software data packet corresponding to the non-highest driver software version as second driver software data.
In this embodiment, if it is determined that the number of packets included in the driver software data packet result is equal to 2, it indicates that there are only two different versions of driver software in the PTC drivers that communicate with the host computer, and one driver software version is higher than the other driver software version. When the obtained driver software data packet has the number of packets equal to 2, the driver software data packet corresponding to the highest driver software version is obtained as the first driver software data, and the driver software data packet corresponding to the non-highest driver software version is obtained as the second driver software data at the same time, for example, the driver software data of the highest driver software version corresponds to the V4.0 version, and the driver software data of the non-highest driver software version corresponds to the V3.0 version, where the V4.0 version is higher than the V3.0 version. It can be seen that driver software data having different driver software versions can be quickly identified based on the above.
In one embodiment, as shown in fig. 4, step S130 includes:
s131, if the number of the packets included in the driver software data packet result is equal to 2, acquiring a driver software data packet corresponding to the highest driver software version as a first packet, and randomly acquiring one driver software data in the first packet to serve as the first driver software data;
s132, obtaining a driver software data packet corresponding to a non-highest driver software version in the driver software data packet result as a second packet, and randomly obtaining one driver software data in the second packet to be used as the second driver software data.
In this embodiment, when it is determined that the number of packets included in the driver software data packet result is equal to 2, in order to simplify the driver software synchronization process, only one driver software data needs to be randomly acquired in the driver software data packet having the highest driver software version, that is, the first packet, as the first driver software data, and then one driver software data needs to be randomly acquired in the driver software data packet having the non-highest driver software version, that is, the second packet, as the second driver software data. Because the data of all the driver software are not acquired for comparison, but the representative driver software data are acquired from each of the two groups for subsequent data comparison, the data comparison quantity is reduced, and the acquisition efficiency of the comparison result is improved.
And S140, acquiring driver software difference data based on the matching of the first driver software data and the second driver software data.
In this embodiment, after the first driver software data in the first packet is acquired in the upper computer and the second driver software data in the second packet is acquired, the two may be compared to determine driver software difference data. Because only two driver software data are compared, rather than a large amount of driver software data being compared respectively, the acquisition efficiency of the comparison result is effectively improved.
In one embodiment, as shown in fig. 5, step S140 includes:
s141, acquiring a first driver software package file included in the first driver software data; the first driver software package file comprises a plurality of sub-software data packages, and each sub-software data package in the first driver software package file corresponds to a different driver software function;
s142, acquiring a second driver software package file included in the second driver software data; the second driver software package file comprises a plurality of sub-software data packages, and each sub-software data package in the second driver software package file corresponds to a different driver software function;
S143, comparing difference contents of each sub-software data package in the first driver software package file with corresponding sub-software data packages in the second driver software package file to obtain sub-difference data respectively corresponding to each sub-software data package in the first driver software package file so as to form the driver software difference data.
In this embodiment, the first driver software data generally includes a plurality of sub-software packages, and each sub-software package in the first driver software package file corresponds to a different driver software function, and each update of the driver software is not performed by all sub-software packages, and it is possible that only a part of the sub-software packages are updated. And finally, comparing the difference content of each sub-software data packet in the first driver software package file with the corresponding sub-software data packet in the second driver software package file to obtain sub-difference data respectively corresponding to each sub-software data packet in the first driver software package file.
For example, a first driver package file includes 5 sub-software packages and a second driver package file also includes 5 sub-software packages. Comparing the 1 st sub-software data package in the first driver software package file with the 1 st sub-software data package in the second driver software package file to judge the sub-difference data between the two (if the two are identical, the sub-difference data between the two is null, and if the two are not identical, the sub-difference data between the two is not null). Similarly, sub-difference data of the 2 nd sub-software package in the first driver software package file and the 2 nd sub-software package in the second driver software package file, sub-difference data of the 3 rd sub-software package in the first driver software package file and the 3 rd sub-software package in the second driver software package file, sub-difference data of the 4 th sub-software package in the first driver software package file and the 4 th sub-software package in the second driver software package file, and sub-difference data of the 5 th sub-software package in the first driver software package file and the 5 th sub-software package in the second driver software package file can be obtained. And after the sub-difference data respectively corresponding to each sub-software data package in the first driver software package file is obtained, the driver software difference data can be formed. Therefore, based on the comparison mode of the fractional data packets, the driver software difference data of the first driver software package file and the second driver software package file can be rapidly and accurately determined.
And S150, transmitting the driver software difference data to each PTC driver corresponding to the second driver software data according to a preset software data transmission strategy to update and configure the driving software of the PTC driver.
In this embodiment, after the host computer obtains the differences of the driver software in all PTC drivers involved in the driver software synchronization of the present wheel, that is, after the driver software difference data is obtained, the host computer may send the driver software difference data to each PTC driver corresponding to the second driver software data by referring to the locally preset software data sending policy, so as to perform the driver software update configuration of the PTC driver, thereby implementing intelligent synchronization of the driver software in the PTC driver, without needing to manually search for differences and manually update, and improving the efficiency of driver software update.
In one embodiment, step S150 includes:
and determining the sending sequence of each piece of sub-difference data in the driver software difference data based on the software data sending strategy, and sequentially sending each piece of sub-difference data to each PTC driver corresponding to the second driver software data according to the sending sequence of each piece of sub-difference data in the driver software difference data to update and configure the driving software of the PTC driver.
In this embodiment, since the driver software difference data may include one or more sub-difference data, each sub-difference data corresponds to an original sub-software data packet in the first driver software package file. On the premise that the package arrangement sequence is set for each original sub-software data package in the first driver software package file, each sub-difference data corresponds to the arrangement sequence. After determining the sending sequence of each piece of sub-difference data in the driver software difference data based on the software data sending strategy and the packet arrangement sequence of each original piece of sub-software data packet in the first driver software packet file, sequentially sending each piece of sub-difference data to each PTC driver corresponding to the second driver software data according to the sending sequence of each piece of sub-difference data in the driver software difference data to carry out the driving software updating configuration of the PTC driver. Therefore, based on the mode, the difference data between the driver software of the high version and the driver software of the low version can be sent to each PTC driver corresponding to the second driver software data according to a certain rule, so that the reliability of the data in the process of sending the data packet is avoided, and the difference data can be sent to each PTC driver corresponding to the second driver software data in an endless manner to update the driving software of the PTC driver.
In an embodiment, step S120 further includes:
if the number of the packets included in the driver software data packet result is greater than 2, acquiring a driver software data packet corresponding to the highest driver software version as first driver software data, and acquiring a driver software data packet not corresponding to the highest driver software version to form driver software data to be upgraded;
and sending one group of driver software data in the first driver software data to each PTC driver corresponding to the updated driver software data according to another preset software data sending strategy to carry out the driving software updating configuration of the PTC driver.
In this embodiment, when it is determined in the upper computer that the number of packets included in the driver software data packet result is greater than 2, it means that there are at least 2 sets of driver software data packets in addition to the first driver software data composed of one set of driver software data having the highest driver software version, and that the driver software version corresponding to the at least 2 sets of driver software data packets is lower than the highest driver software version. In order to achieve a fast synchronization update of the driver software, the driver software data packet with the highest driver software version may be directly acquired as the first driver software data (which is the same as the first driver software data acquired when the number of packets included in the result of the driver software data packet is determined to be equal to 2), and then all other driver software data packets with non-highest driver software versions are taken as the driver software data to be updated.
Then, since at least two versions exist in the driver software versions in the driver software data to be upgraded, in order to improve the synchronization efficiency of the driver software, one driver software data is directly selected randomly from the first driver software data to update the first driver software data, and then the first driver software data is sent to each PTC driver corresponding to the upgraded driver software data to perform the driver software updating configuration of the PTC driver according to another preset software data sending policy (for example, the other software data sending policy is set to set the complete data packet of the first driver software data as a sending object). It can be seen that the above-described manner ensures that when at least 3 driver software versions exist, each PTC driver is intelligently synchronized quickly and accurately based on the first driver software data of the highest driver software version.
Therefore, the embodiment of the method realizes parallel and rapid query of the driver software versions of the PTC drivers, and after the differences of the driver software versions of the PTC drivers are determined, the driver software versions and the differences of the driver software data are rapidly and intelligently synchronized, so that the driver software data are more intelligent and more efficient to update.
The embodiment of the application also provides a driver software intelligent synchronization device of the PTC driver, which is used for executing any embodiment of the driver software intelligent synchronization method of the PTC driver, and the driver software intelligent synchronization device of the PTC driver is applied to an upper computer, and the upper computer is in communication connection with a plurality of PTC drivers to be synchronously driven. Specifically, referring to fig. 6, fig. 6 is a schematic block diagram of a driver software intelligent synchronization device 100 of a PTC driver according to an embodiment of the present application.
As shown in fig. 6, the driver software intelligent synchronization apparatus 100 of the PTC driver includes a parallel query unit 110, a driver software data grouping unit 120, a driver software data determining unit 130, a software difference data acquiring unit 140, and a driver software synchronization unit 150.
The parallel query unit 110 is configured to obtain driver software data corresponding to each of the PTC drivers based on a preset parallel query policy in response to the driver software intelligent synchronization instruction, so as to obtain a driver software data set.
In this embodiment, the technical scheme is described by using the host computer as the execution main body. When the PTC drivers to be synchronously driven are in communication connection with the host computer, for example, the number of the PTC drivers to be synchronously driven (the PTC drivers are subsequently applied to the same application scene) exceeds 1000 (i.e. the PTC drivers are in a large-scale driving synchronization scene), it can be quickly determined that the driver software version in the PTC drivers to be synchronously driven is different from the other PTC drivers, and the driver software in the PTC drivers is quickly and intelligently synchronized with the driver software in the PTC drivers with higher version. Because the upper computer quickly and parallelly inquires a large amount of driver software data of the PTC driver, an inefficient mode of serial inquiry can be effectively avoided.
In order to reduce the transmission data amount of the driver software data of each PTC driver, the driver software data of each PTC driver may be acquired in the form of a compressed packet. After the driver software data of each PTC driver is sent to the host computer in a compressed packet (the compressed packet of the driver software data of each PTC driver includes important information such as a driver software version and unique device identification information of the PTC driver), the host computer decompresses each compressed packet and obtains the driver software data corresponding to each PTC driver, so as to form a driver software data set.
In an embodiment, the parallel query unit 110 is configured to:
acquiring the current communication state of each PTC driver in the PTC drivers with the established communication connection;
if the current communication state of each PTC driver is determined to be the normal communication state, acquiring a driving version parallel query instruction corresponding to the parallel query strategy, and sending the driving version parallel query instruction to each PTC driver;
driver software data respectively sent by each PTC driver and comprising driver software version is received to form the driver software data set.
In this embodiment, in order to improve the efficiency of the host computer in acquiring driver software data of a large number of PTC drivers in parallel, the current communication status of each PTC driver in the plurality of PTC drivers that have established communication connection may be acquired first, so as to determine whether all the PTC drivers that establish communication with the host computer are normal at this time. If the current communication state of each PTC driver is determined to be the normal communication state, the PTC drivers establishing communication with the upper computer are indicated to be normal in all communication at the moment, the upper computer can acquire the parallel query strategy which is preset and stored locally, analyze the parallel query strategy to acquire a corresponding driving version parallel query instruction, and send the driving version parallel query instruction to each PTC driver.
Because each PTC driver which establishes communication with the upper computer receives the parallel inquiry command of the drive version, each PTC driver can timely send the driver software data comprising the driver software version to the upper computer under the condition of normal communication, so that the driver software data of a plurality of PTC drivers are concentrated in the upper computer to form the driver software data set, and the efficiency of acquiring the driver software data of each PTC driver can be effectively improved based on a parallel inquiry acquisition mode.
And the driver software data grouping unit 120 is configured to group the driver software versions corresponding to the driver software data in the driver software data set to obtain a driver software data grouping result.
In this embodiment, when the driver software data of each PTC driver in normal communication with the host computer is obtained and the driver software data set is formed, the driver software data of each PTC driver has the core data of the driver software version, so that the host computer may group the driver software versions corresponding to the driver software data in the driver software data set to obtain the driver software data grouping result. In particular, the driver software data with the same driver software version are divided into the same group, so that the driver software data grouping result can be obtained quickly.
In an embodiment, the driver software data packet unit 120 is configured to:
grouping the driver software data in the driver software data set based on clustering to obtain a driver software data grouping result;
or dividing the driver software data with the same driver software version in each driver software data in the driver software data set into the same group to obtain the driver software data grouping result.
In this embodiment, as the first embodiment of the driver software data set group, the driver software version of each driver software data in the driver software data set may be regarded as a vector value, and the vector value of the driver software version for each driver software data may be concatenated with a preset row vector of 1×n (where n is a positive integer greater than 0) to obtain a version vector corresponding to the driver software version of each driver software data.
For example, a driver software version of driver software data is V2.0, which can be regarded as a vector value 2 correspondingly, that is, a vector value of the driver software version can be obtained by deleting english characters of the driver software version of the driver software data and preserving the numeric characters, and then the vector value of the driver software version is concatenated with a preset row vector of 1×n to obtain a version vector corresponding to the driver software version of the driver software data, that is, a row vector of 1× (n+1) corresponding to the driver software version of the driver software data. The driver software versions of other driver software data are also version vectors corresponding to the driver software data respectively obtained by referring to the above process, and finally the driver software data grouping result is obtained by grouping and classifying the driver software data with a density-based clustering algorithm (namely a DBSCAN clustering algorithm) according to the version vectors corresponding to the driver software data respectively.
As a second embodiment of the driver software data set grouping, the obtained driver software version may also be directly used as a grouping basis, specifically, driver software data having the same driver software version in each driver software data in the driver software data set is divided into the same group, so as to obtain the driver software data grouping result. It can be seen that based on the above manner, rapid grouping of the respective driver software data in the driver software data set can be realized in the host computer.
The driver software data determining unit 130 is configured to obtain, if it is determined that the number of packets included in the result of the driver software data packet is equal to 2, a driver software data packet corresponding to the highest driver software version as first driver software data, and obtain a driver software data packet corresponding to a non-highest driver software version as second driver software data.
In this embodiment, if it is determined that the number of packets included in the driver software data packet result is equal to 2, it indicates that there are only two different versions of driver software in the PTC drivers that communicate with the host computer, and one driver software version is higher than the other driver software version. When the obtained driver software data packet has the number of packets equal to 2, the driver software data packet corresponding to the highest driver software version is obtained as the first driver software data, and the driver software data packet corresponding to the non-highest driver software version is obtained as the second driver software data at the same time, for example, the driver software data of the highest driver software version corresponds to the V4.0 version, and the driver software data of the non-highest driver software version corresponds to the V3.0 version, where the V4.0 version is higher than the V3.0 version. It can be seen that driver software data having different driver software versions can be quickly identified based on the above.
In an embodiment, the driver software data determining unit 130 is configured to:
if the number of the packets included in the driver software data packet result is equal to 2, acquiring a driver software data packet corresponding to the highest driver software version as a first packet, and randomly acquiring one driver software data in the first packet to serve as the first driver software data;
and obtaining a driver software data packet corresponding to the non-highest driver software version in the driver software data packet result as a second packet, and randomly obtaining one driver software data in the second packet to be used as the second driver software data.
In this embodiment, when it is determined that the number of packets included in the driver software data packet result is equal to 2, in order to simplify the driver software synchronization process, only one driver software data needs to be randomly acquired in the driver software data packet having the highest driver software version, that is, the first packet, as the first driver software data, and then one driver software data needs to be randomly acquired in the driver software data packet having the non-highest driver software version, that is, the second packet, as the second driver software data. Because the data of all the driver software are not acquired for comparison, but the representative driver software data are acquired from each of the two groups for subsequent data comparison, the data comparison quantity is reduced, and the acquisition efficiency of the comparison result is improved.
And a software difference data obtaining unit 140, configured to obtain driver software difference data based on matching of the first driver software data and the second driver software data.
In this embodiment, after the first driver software data in the first packet is acquired in the upper computer and the second driver software data in the second packet is acquired, the two may be compared to determine driver software difference data. Because only two driver software data are compared, rather than a large amount of driver software data being compared respectively, the acquisition efficiency of the comparison result is effectively improved.
In an embodiment, the software difference data obtaining unit 140 is configured to:
acquiring a first driver software package file included in the first driver software data; the first driver software package file comprises a plurality of sub-software data packages, and each sub-software data package in the first driver software package file corresponds to a different driver software function;
acquiring a second driver software package file included in the second driver software data; the second driver software package file comprises a plurality of sub-software data packages, and each sub-software data package in the second driver software package file corresponds to a different driver software function;
And comparing the difference content of each sub-software data package in the first driver software package file with the sub-software data package corresponding to the second driver software package file to obtain sub-difference data respectively corresponding to each sub-software data package in the first driver software package file so as to form the driver software difference data.
In this embodiment, the first driver software data generally includes a plurality of sub-software packages, and each sub-software package in the first driver software package file corresponds to a different driver software function, and each update of the driver software is not performed by all sub-software packages, and it is possible that only a part of the sub-software packages are updated. And finally, comparing the difference content of each sub-software data packet in the first driver software package file with the corresponding sub-software data packet in the second driver software package file to obtain sub-difference data respectively corresponding to each sub-software data packet in the first driver software package file.
For example, a first driver package file includes 5 sub-software packages and a second driver package file also includes 5 sub-software packages. Comparing the 1 st sub-software data package in the first driver software package file with the 1 st sub-software data package in the second driver software package file to judge the sub-difference data between the two (if the two are identical, the sub-difference data between the two is null, and if the two are not identical, the sub-difference data between the two is not null). Similarly, sub-difference data of the 2 nd sub-software package in the first driver software package file and the 2 nd sub-software package in the second driver software package file, sub-difference data of the 3 rd sub-software package in the first driver software package file and the 3 rd sub-software package in the second driver software package file, sub-difference data of the 4 th sub-software package in the first driver software package file and the 4 th sub-software package in the second driver software package file, and sub-difference data of the 5 th sub-software package in the first driver software package file and the 5 th sub-software package in the second driver software package file can be obtained. And after the sub-difference data respectively corresponding to each sub-software data package in the first driver software package file is obtained, the driver software difference data can be formed. Therefore, based on the comparison mode of the fractional data packets, the driver software difference data of the first driver software package file and the second driver software package file can be rapidly and accurately determined.
And the driver software synchronization unit 150 is configured to send the driver software difference data to each PTC driver corresponding to the second driver software data according to a preset software data sending policy, so as to perform driver software update configuration of the PTC driver.
In this embodiment, after the host computer obtains the differences of the driver software in all PTC drivers involved in the driver software synchronization of the present wheel, that is, after the driver software difference data is obtained, the host computer may send the driver software difference data to each PTC driver corresponding to the second driver software data by referring to the locally preset software data sending policy, so as to perform the driver software update configuration of the PTC driver, thereby implementing intelligent synchronization of the driver software in the PTC driver, without needing to manually search for differences and manually update, and improving the efficiency of driver software update.
In one embodiment, the driver synchronization unit 150 is configured to:
and determining the sending sequence of each piece of sub-difference data in the driver software difference data based on the software data sending strategy, and sequentially sending each piece of sub-difference data to each PTC driver corresponding to the second driver software data according to the sending sequence of each piece of sub-difference data in the driver software difference data to update and configure the driving software of the PTC driver.
In this embodiment, since the driver software difference data may include one or more sub-difference data, each sub-difference data corresponds to an original sub-software data packet in the first driver software package file. On the premise that the package arrangement sequence is set for each original sub-software data package in the first driver software package file, each sub-difference data corresponds to the arrangement sequence. After determining the sending sequence of each piece of sub-difference data in the driver software difference data based on the software data sending strategy and the packet arrangement sequence of each original piece of sub-software data packet in the first driver software packet file, sequentially sending each piece of sub-difference data to each PTC driver corresponding to the second driver software data according to the sending sequence of each piece of sub-difference data in the driver software difference data to carry out the driving software updating configuration of the PTC driver. Therefore, based on the mode, the difference data between the driver software of the high version and the driver software of the low version can be sent to each PTC driver corresponding to the second driver software data according to a certain rule, so that the reliability of the data in the process of sending the data packet is avoided, and the difference data can be sent to each PTC driver corresponding to the second driver software data in an endless manner to update the driving software of the PTC driver.
In one embodiment, the driver software intelligent synchronization apparatus 100 of the PTC driver further comprises:
the other driver software data determining unit is used for acquiring a driver software data packet corresponding to the highest driver software version as first driver software data and acquiring a driver software data packet not corresponding to the highest driver software version to form driver software data to be upgraded if the number of packets included in the driver software data packet result is determined to be more than 2;
and the other driver software synchronization unit is used for sending one group of driver software data in the first driver software data to each PTC driver corresponding to the updated driver software data according to a preset other software data sending strategy to carry out the driver software updating configuration of the PTC driver.
In this embodiment, when it is determined in the upper computer that the number of packets included in the driver software data packet result is greater than 2, it means that there are at least 2 sets of driver software data packets in addition to the first driver software data composed of one set of driver software data having the highest driver software version, and that the driver software version corresponding to the at least 2 sets of driver software data packets is lower than the highest driver software version. In order to achieve a fast synchronization update of the driver software, the driver software data packet with the highest driver software version may be directly acquired as the first driver software data (which is the same as the first driver software data acquired when the number of packets included in the result of the driver software data packet is determined to be equal to 2), and then all other driver software data packets with non-highest driver software versions are taken as the driver software data to be updated.
Then, since at least two versions exist in the driver software versions in the driver software data to be upgraded, in order to improve the synchronization efficiency of the driver software, one driver software data is directly selected randomly from the first driver software data to update the first driver software data, and then the first driver software data is sent to each PTC driver corresponding to the upgraded driver software data to perform the driver software updating configuration of the PTC driver according to another preset software data sending policy (for example, the other software data sending policy is set to set the complete data packet of the first driver software data as a sending object). It can be seen that the above-described manner ensures that when at least 3 driver software versions exist, each PTC driver is intelligently synchronized quickly and accurately based on the first driver software data of the highest driver software version.
Therefore, the embodiment of the device realizes parallel and rapid query of the driver software versions of the PTC drivers, and after the differences of the driver software versions of the PTC drivers are determined, the driver software versions and the differences of the driver software data are rapidly and intelligently synchronized, so that the driver software data are more intelligent and more efficient to update.
The driver software intelligent synchronization means of the PTC driver described above may be implemented in the form of a computer program which can be run on a computer device as shown in fig. 7.
Referring to fig. 7, fig. 7 is a schematic block diagram of a computer device according to an embodiment of the present application. The computer device 500 is a host computer or a server.
With reference to fig. 7, the computer device 500 includes a processor 502, a memory, and a network interface 505, which are connected by a device bus 501, where the memory may include a storage medium 503 and an internal memory 504.
The storage medium 503 may store an operating system 5031 and a computer program 5032. The computer program 5032, when executed, may cause the processor 502 to perform a driver software intelligent synchronization method for a PTC driver.
The processor 502 is used to provide computing and control capabilities to support the operation of the overall computer device 500.
The internal memory 504 provides an environment for the execution of a computer program 5032 in the storage medium 503, which computer program 5032, when executed by the processor 502, causes the processor 502 to perform the driver software intelligent synchronization method of the PTC driver.
The network interface 505 is used for network communication, such as providing for transmission of data information, etc. Those skilled in the art will appreciate that the architecture shown in fig. 7 is merely a block diagram of a portion of the architecture in connection with the present application and is not intended to limit the computer device 500 to which the present application is applied, and that a particular computer device 500 may include more or fewer components than shown, or may combine certain components, or have a different arrangement of components.
The processor 502 is configured to execute a computer program 5032 stored in a memory, so as to implement the driver software intelligent synchronization method of the PTC driver disclosed in the embodiments of the present application.
Those skilled in the art will appreciate that the embodiment of the computer device shown in fig. 7 is not limiting of the specific construction of the computer device, and in other embodiments, the computer device may include more or less components than those shown, or certain components may be combined, or a different arrangement of components. For example, in some embodiments, the computer device may include only a memory and a processor, and in such embodiments, the structure and function of the memory and the processor are consistent with the embodiment shown in fig. 7, and will not be described again.
It should be appreciated that in embodiments of the present application, the processor 502 may be a central processing unit (Central Processing Unit, CPU), the processor 502 may also be other general purpose processors, digital signal processors (Digital Signal Processor, DSPs), application specific integrated circuits (Application Specific Integrated Circuit, ASICs), off-the-shelf programmable gate arrays (Field-Programmable Gate Array, FPGAs) or other programmable logic devices, discrete gate or transistor logic devices, discrete hardware components, or the like. Wherein the general purpose processor may be a microprocessor or the processor may be any conventional processor or the like.
In another embodiment of the present application, a computer-readable storage medium is provided. The computer readable storage medium may be a nonvolatile computer readable storage medium or a volatile computer readable storage medium. The computer readable storage medium stores a computer program, wherein the computer program when executed by a processor implements the driver software intelligent synchronization method of the PTC driver disclosed in the embodiments of the present application.
It will be clearly understood by those skilled in the art that, for convenience and brevity of description, specific working procedures of the apparatus, device and unit described above may refer to corresponding procedures in the foregoing method embodiments, which are not repeated herein. Those of ordinary skill in the art will appreciate that the elements and algorithm steps described in connection with the embodiments disclosed herein may be embodied in electronic hardware, in computer software, or in a combination of the two, and that the elements and steps of the examples have been generally described in terms of function in the foregoing description to clearly illustrate the interchangeability of hardware and software. Whether such functionality is implemented as hardware or software depends upon the particular application and design constraints imposed on the solution. Skilled artisans may implement the described functionality in varying ways for each particular application, but such implementation decisions should not be interpreted as causing a departure from the scope of the present application.
In the several embodiments provided in this application, it should be understood that the disclosed apparatus, device, and method may be implemented in other manners. For example, the apparatus embodiments described above are merely illustrative, for example, the division of the units is merely a logical function division, there may be another division manner in actual implementation, or units having the same function may be integrated into one unit, for example, multiple units or components may be combined or may be integrated into another apparatus, or some features may be omitted, or not performed. In addition, the coupling or direct coupling or communication connection shown or discussed with each other may be an indirect coupling or communication connection via some interfaces, devices, or elements, or may be an electrical, mechanical, or other form of connection.
The units described as separate units may or may not be physically separate, and units shown as units may or may not be physical units, may be located in one place, or may be distributed on a plurality of network units. Some or all of the units may be selected according to actual needs to achieve the purposes of the embodiments of the present application.
In addition, each functional unit in each embodiment of the present application may be integrated in one processing unit, or each unit may exist alone physically, or two or more units may be integrated in one unit. The integrated units may be implemented in hardware or in software functional units.
The integrated units may be stored in a storage medium if implemented in the form of software functional units and sold or used as stand-alone products. Based on such understanding, the technical solution of the present application is essentially or a part contributing to the prior art, or all or part of the technical solution may be embodied in the form of a software product stored in a storage medium, comprising several instructions for causing a computer device (which may be a personal computer, a background server, or a network device, etc.) to perform all or part of the steps of the methods described in the embodiments of the present application. And the aforementioned storage medium includes: a U-disk, a removable hard disk, a Read-Only Memory (ROM), a magnetic disk, an optical disk, or other various media capable of storing program codes.
While the invention has been described with reference to certain preferred embodiments, it will be understood by those skilled in the art that various changes and substitutions of equivalents may be made and equivalents will be apparent to those skilled in the art without departing from the scope of the invention. Therefore, the protection scope of the present application shall be subject to the protection scope of the claims.

Claims (10)

1. The intelligent driver software synchronization method for the PTC driver is applied to an upper computer and is characterized in that the upper computer is in communication connection with a plurality of PTC drivers to be synchronously driven, and the method comprises the following steps:
responding to a driver software intelligent synchronization instruction, and acquiring driver software data corresponding to a plurality of PTC drivers respectively based on a preset parallel query strategy to obtain a driver software data set;
grouping based on the driver software versions corresponding to the driver software data in the driver software data set to obtain a driver software data grouping result;
if the number of the packets included in the driver software data packet result is equal to 2, acquiring the driver software data packet corresponding to the highest driver software version as first driver software data, and acquiring the driver software data packet corresponding to the non-highest driver software version as second driver software data;
Acquiring driver software difference data based on matching of the first driver software data and the second driver software data;
and sending the driver software difference data to each PTC driver corresponding to the second driver software data according to a preset software data sending strategy to update and configure the driving software of the PTC driver.
2. The method according to claim 1, wherein the obtaining driver software data corresponding to each of the plurality of PTC drivers based on the preset parallel query policy to obtain the driver software data set includes:
acquiring the current communication state of each PTC driver in the PTC drivers with the established communication connection;
if the current communication state of each PTC driver is determined to be the normal communication state, acquiring a driving version parallel query instruction corresponding to the parallel query strategy, and sending the driving version parallel query instruction to each PTC driver;
driver software data respectively sent by each PTC driver and comprising driver software version is received to form the driver software data set.
3. The method of claim 1, wherein the grouping based on the driver software version corresponding to each driver software data in the driver software data set to obtain the driver software data grouping result comprises:
Grouping the driver software data in the driver software data set based on clustering to obtain a driver software data grouping result;
or dividing the driver software data with the same driver software version in each driver software data in the driver software data set into the same group to obtain the driver software data grouping result.
4. The method according to claim 1, wherein if it is determined that the number of packets included in the driver software data packet result is equal to 2, acquiring the driver software data packet corresponding to the highest driver software version as the first driver software data and acquiring the driver software data packet corresponding to the non-highest driver software version as the second driver software data, includes:
if the number of the packets included in the driver software data packet result is equal to 2, acquiring a driver software data packet corresponding to the highest driver software version as a first packet, and randomly acquiring one driver software data in the first packet to serve as the first driver software data;
And obtaining a driver software data packet corresponding to the non-highest driver software version in the driver software data packet result as a second packet, and randomly obtaining one driver software data in the second packet to be used as the second driver software data.
5. The method of claim 1, wherein the obtaining driver software difference data based on the matching of the first driver software data and the second driver software data comprises:
acquiring a first driver software package file included in the first driver software data; the first driver software package file comprises a plurality of sub-software data packages, and each sub-software data package in the first driver software package file corresponds to a different driver software function;
acquiring a second driver software package file included in the second driver software data; the second driver software package file comprises a plurality of sub-software data packages, and each sub-software data package in the second driver software package file corresponds to a different driver software function;
and comparing the difference content of each sub-software data package in the first driver software package file with the sub-software data package corresponding to the second driver software package file to obtain sub-difference data respectively corresponding to each sub-software data package in the first driver software package file so as to form the driver software difference data.
6. The method of claim 5, wherein the sending the driver software difference data to each PTC driver corresponding to the second driver software data according to the preset software data sending policy to perform the driving software update configuration of the PTC driver comprises:
and determining the sending sequence of each piece of sub-difference data in the driver software difference data based on the software data sending strategy, and sequentially sending each piece of sub-difference data to each PTC driver corresponding to the second driver software data according to the sending sequence of each piece of sub-difference data in the driver software difference data to update and configure the driving software of the PTC driver.
7. The method of claim 1, further comprising, after said grouping based on the driver software version corresponding to each driver software data in said set of driver software data, obtaining a driver software data grouping result:
if the number of the packets included in the driver software data packet result is greater than 2, acquiring a driver software data packet corresponding to the highest driver software version as first driver software data, and acquiring a driver software data packet not corresponding to the highest driver software version to form driver software data to be upgraded;
And sending one group of driver software data in the first driver software data to each PTC driver corresponding to the updated driver software data according to another preset software data sending strategy to carry out the driving software updating configuration of the PTC driver.
8. The utility model provides a driver software intelligence synchronizer of PTC driver, is applied to the host computer, its characterized in that, the host computer is connected with a plurality of PTC driver communication that wait synchronous drive, the driver software intelligence synchronizer of PTC driver includes:
the parallel query unit is used for responding to the intelligent synchronous instruction of the driver software, acquiring driver software data corresponding to the PTC drivers respectively based on a preset parallel query strategy, and obtaining a driver software data set;
the driver software data grouping unit is used for grouping the driver software versions corresponding to the driver software data in the driver software data set to obtain a driver software data grouping result;
a driver software data determining unit, configured to acquire, if it is determined that the number of packets included in the driver software data packet result is equal to 2, a driver software data packet corresponding to a highest driver software version as first driver software data, and acquire a driver software data packet corresponding to a non-highest driver software version as second driver software data;
A software difference data acquisition unit configured to acquire driver software difference data based on matching of the first driver software data and the second driver software data;
and the driver software synchronization unit is used for sending the driver software difference data to each PTC driver corresponding to the second driver software data according to a preset software data sending strategy to update and configure the driver software of the PTC driver.
9. The intelligent synchronization device of driver software for a PTC driver according to claim 8, wherein the parallel query unit is configured to:
acquiring the current communication state of each PTC driver in the PTC drivers with the established communication connection;
if the current communication state of each PTC driver is determined to be the normal communication state, acquiring a driving version parallel query instruction corresponding to the parallel query strategy, and sending the driving version parallel query instruction to each PTC driver;
driver software data respectively sent by each PTC driver and comprising driver software version is received to form the driver software data set.
10. A driver software intelligent synchronization device for a PTC driver according to claim 8 wherein the driver software data packet unit is for:
Grouping the driver software data in the driver software data set based on clustering to obtain a driver software data grouping result;
or dividing the driver software data with the same driver software version in each driver software data in the driver software data set into the same group to obtain the driver software data grouping result.
CN202310783873.3A 2023-06-29 2023-06-29 Intelligent driver software synchronization method and device for PTC driver Active CN116501400B (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
CN202310783873.3A CN116501400B (en) 2023-06-29 2023-06-29 Intelligent driver software synchronization method and device for PTC driver

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
CN202310783873.3A CN116501400B (en) 2023-06-29 2023-06-29 Intelligent driver software synchronization method and device for PTC driver

Publications (2)

Publication Number Publication Date
CN116501400A true CN116501400A (en) 2023-07-28
CN116501400B CN116501400B (en) 2023-09-29

Family

ID=87330612

Family Applications (1)

Application Number Title Priority Date Filing Date
CN202310783873.3A Active CN116501400B (en) 2023-06-29 2023-06-29 Intelligent driver software synchronization method and device for PTC driver

Country Status (1)

Country Link
CN (1) CN116501400B (en)

Citations (9)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN1901724A (en) * 2005-07-21 2007-01-24 中兴通讯股份有限公司 Dispatching method for mobile communication system software version updating
US20120044534A1 (en) * 2010-08-18 2012-02-23 Konica Minolta Business Technologies, Inc. Non-transitory computer readable recording medium stored with printer driver updating program and printer driver updating method
CN107357595A (en) * 2016-05-09 2017-11-17 上海安浦鸣志自动化设备有限公司 A kind of multiple driver firmware online updating system based on bus
CN109714611A (en) * 2018-12-13 2019-05-03 视联动力信息技术股份有限公司 A kind of method and apparatus of program version inspection
CN111240721A (en) * 2020-04-26 2020-06-05 北京全路通信信号研究设计院集团有限公司 Method and system for monitoring software version of high-speed railway equipment
CN112035129A (en) * 2020-07-27 2020-12-04 成都安易迅科技有限公司 Method and device for driver installation and upgrade and computer equipment
US20220100492A1 (en) * 2020-09-30 2022-03-31 Mobileye Vision Technologies Ltd. Updating software elements with different trust levels
CN114928541A (en) * 2022-05-24 2022-08-19 阿里云计算有限公司 Version upgrading method and device and upgrading rule configuration method
CN115695186A (en) * 2022-10-18 2023-02-03 浙江大华技术股份有限公司 Internet of things equipment upgrading method and system and electronic equipment

Patent Citations (9)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN1901724A (en) * 2005-07-21 2007-01-24 中兴通讯股份有限公司 Dispatching method for mobile communication system software version updating
US20120044534A1 (en) * 2010-08-18 2012-02-23 Konica Minolta Business Technologies, Inc. Non-transitory computer readable recording medium stored with printer driver updating program and printer driver updating method
CN107357595A (en) * 2016-05-09 2017-11-17 上海安浦鸣志自动化设备有限公司 A kind of multiple driver firmware online updating system based on bus
CN109714611A (en) * 2018-12-13 2019-05-03 视联动力信息技术股份有限公司 A kind of method and apparatus of program version inspection
CN111240721A (en) * 2020-04-26 2020-06-05 北京全路通信信号研究设计院集团有限公司 Method and system for monitoring software version of high-speed railway equipment
CN112035129A (en) * 2020-07-27 2020-12-04 成都安易迅科技有限公司 Method and device for driver installation and upgrade and computer equipment
US20220100492A1 (en) * 2020-09-30 2022-03-31 Mobileye Vision Technologies Ltd. Updating software elements with different trust levels
CN114928541A (en) * 2022-05-24 2022-08-19 阿里云计算有限公司 Version upgrading method and device and upgrading rule configuration method
CN115695186A (en) * 2022-10-18 2023-02-03 浙江大华技术股份有限公司 Internet of things equipment upgrading method and system and electronic equipment

Non-Patent Citations (1)

* Cited by examiner, † Cited by third party
Title
任艳艳 等: "Linux设备驱动程序自动更新及辅助工具", 计算机系统应用, no. 07, pages 213 - 220 *

Also Published As

Publication number Publication date
CN116501400B (en) 2023-09-29

Similar Documents

Publication Publication Date Title
CN109828935B (en) Parallel flash method based on CAN FD bus
CN106657213B (en) File transmission method and device
CN108566290B (en) Service configuration management method, system, storage medium and server
CN108959370B (en) Community discovery method and device based on entity similarity in knowledge graph
CN112000355B (en) Method and device for firmware upgrading and household appliance
CN105786549B (en) Smart machine and its upgrade method
CN110460573A (en) One kind being applied to automobile ECU safety upgrade management system and method
CN109542851A (en) File updating method, apparatus and system
US10274919B2 (en) Method, device and computer program product for programming a plurality of control units
CN106407395A (en) A processing method and device for data query
CN110912805B (en) Message reading state synchronization method, terminal, server and system
CN115982072A (en) Information communication method, device, computer equipment and storage medium
CN116501400B (en) Intelligent driver software synchronization method and device for PTC driver
CN114064091A (en) OTA (over the air) upgrade control method and device, electronic equipment and automatic driving vehicle
CN112134908A (en) Application adaptation method, server, medium and vehicle-mounted multimedia system
CN115348184B (en) Internet of things data security event prediction method and system
CN116541047A (en) Firmware upgrading method, device, computer equipment and computer readable storage medium
CN116074308A (en) Method, system, equipment and readable storage medium for downloading vehicle-end upgrade package
CN111708558B (en) High concurrency terminal firmware updating method and updating system
CN115695326A (en) Data frame transmission method and device, computer equipment and storage medium
CN110430279B (en) File downloading control method and device
CN115080771A (en) Data processing method and device based on artificial intelligence, medium and gateway equipment
CN114281062A (en) Linux-based electric bicycle controller identification and control method
CN114326673A (en) Vehicle remote diagnosis method and device, connector and storage medium
CN114676140A (en) Scene data storage method, device, equipment and medium

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
GR01 Patent grant
GR01 Patent grant
CP03 Change of name, title or address
CP03 Change of name, title or address

Address after: 518000, 601, 6th Floor, Tianyun Building, Chongzhi Avenue, Vanke City Community, Bantian Street, Longgang District, Shenzhen City, Guangdong Province

Patentee after: Shenzhen Aiwei Electrical Technology Co.,Ltd.

Country or region after: China

Address before: 518000 7f703a, Shenzhou computer building, Madame Curie Avenue, wankecheng community, Bantian street, Longgang District, Shenzhen, Guangdong Province

Patentee before: Shenzhen Aiwei Electrical Technology Co.,Ltd.

Country or region before: China