CN112925551A - Object upgrading method, device, equipment and storage medium - Google Patents

Object upgrading method, device, equipment and storage medium Download PDF

Info

Publication number
CN112925551A
CN112925551A CN202110172443.9A CN202110172443A CN112925551A CN 112925551 A CN112925551 A CN 112925551A CN 202110172443 A CN202110172443 A CN 202110172443A CN 112925551 A CN112925551 A CN 112925551A
Authority
CN
China
Prior art keywords
version
information
upgrading
upgrade
unit
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.)
Withdrawn
Application number
CN202110172443.9A
Other languages
Chinese (zh)
Inventor
贾天宇
Current Assignee (The listed assignees may be inaccurate. Google has not performed a legal analysis and makes no representation or warranty as to the accuracy of the list.)
Beijing Rockwell Technology Co Ltd
Original Assignee
Beijing Rockwell 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 Beijing Rockwell Technology Co Ltd filed Critical Beijing Rockwell Technology Co Ltd
Priority to CN202110172443.9A priority Critical patent/CN112925551A/en
Publication of CN112925551A publication Critical patent/CN112925551A/en
Withdrawn legal-status Critical Current

Links

Images

Classifications

    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F8/00Arrangements for software engineering
    • G06F8/60Software deployment
    • G06F8/65Updates
    • G06F8/658Incremental updates; Differential updates
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F8/00Arrangements for software engineering
    • G06F8/70Software maintenance or management
    • G06F8/71Version control; Configuration management

Landscapes

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

Abstract

The disclosure relates to the technical field of internet, and discloses an object upgrading method, device, equipment and storage medium. The method comprises the following steps: receiving an upgrading information query request which is sent by a client and contains the current version information of an object to be upgraded; determining at least one target unit upgrading packet corresponding to the object based on the current version information, the upgrading version information and the unit upgrading packet information corresponding to each unit upgrading packet; each unit upgrading package comprises a unit difference package or a unit total package which is generated by comparing each functional program unit in each stock version with the upgrading version; and generating a target version increment upgrading packet corresponding to the object by each target unit upgrading packet, and feeding back target version upgrading packet information corresponding to the target version increment upgrading packet to the client so that the client finishes upgrading the object based on the target version upgrading packet information. By the technical scheme, the upgrading storage cost is reduced, the upgrading flow consumption is saved, and the upgrading efficiency of the object is improved.

Description

Object upgrading method, device, equipment and storage medium
Technical Field
The present disclosure relates to the field of internet technologies, and in particular, to a method, an apparatus, a device, and a storage medium for object upgrading.
Background
With the popularity of networks and smart devices, more and more objects need to be updated frequently to meet the changing user needs and project needs. Currently, the mainstream object update method is Over-the-Air (OTA) technology, popular name remote upgrade, which transmits an upgraded version of an object or difference content (i.e. incremental content) between a current version and an upgraded version to an intelligent device through a network, so that the intelligent device updates the object.
Taking the internet of vehicles as an example, the vehicle control system, the vehicle-mounted application, and the like included in the vehicle are mostly updated by the OTA technology at present. In view of the fact that the versions of the car networking objects existing in the market at present are many and not uniform, and the difficulty in making incremental content is high, when the car networking objects are updated, a full-volume package mode of upgrading the versions is mostly adopted. Specifically, for the upgrade version, a full upgrade package covering all Electronic Control Units (ECUs) of the whole vehicle is directly generated, and then the vehicle downloads the full upgrade package to complete the upgrade of all ECUs in the vehicle. However, the content redundancy covered in the full upgrade package is too much, which not only wastes traffic, but also causes slow upgrade process and low upgrade efficiency.
Disclosure of Invention
To solve the technical problem or at least partially solve the technical problem, the present disclosure provides an object upgrade method, apparatus, device, and storage medium.
In a first aspect, the present disclosure provides an object upgrading method, including:
receiving an upgrade information query request sent by a client, wherein the upgrade information query request comprises current version information of an object to be upgraded;
determining at least one target unit upgrading packet corresponding to the object based on the current version information, upgrading version information and unit upgrading packet information corresponding to each unit upgrading packet; each unit upgrading package comprises a unit difference package or a unit total package which is generated by comparing each functional program unit in each stock version with the upgrading version;
and generating a target version increment upgrading packet corresponding to the object by each target unit upgrading packet, and feeding back target version upgrading packet information corresponding to the target version increment upgrading packet to the client so that the client finishes upgrading the object based on the target version upgrading packet information.
In some embodiments, the determining, based on the current version information, the upgrade version information, and the unit upgrade package information corresponding to each unit upgrade package, at least one target unit upgrade package corresponding to the object includes:
determining version difference information based on the current version information and the upgrade version information;
and determining each target unit upgrading packet based on the version difference information and the unit upgrading packet information corresponding to each unit upgrading packet.
In some embodiments, after receiving the upgrade information query request sent by the client, the method further includes:
determining whether the target version upgrading packet information exists or not based on the current version information and the upgrading information of each mainstream version;
and if so, feeding back the target version upgrading packet information to the client.
In some embodiments, before the determining whether the target version-up package information exists based on the current version information and the respective mainstream version-up information, the method further includes:
counting each stock version to determine at least one main flow version;
and determining a version increment upgrading packet corresponding to each main stream version and main stream version upgrading information corresponding to the corresponding version increment upgrading packet based on each main stream version, the upgrading version information and unit upgrading packet information corresponding to each unit upgrading packet.
In some embodiments, said counting each of said stock versions, and determining at least one mainstream version comprises:
counting the quantity of each stock version, and determining the version proportion of each stock version;
and determining the stock version with the version proportion larger than or equal to the preset proportion as the mainstream version.
In some embodiments, after receiving the upgrade information query request sent by the client, the method further includes:
and if the current version corresponding to the current version information is lower than the set version, generating a full version upgrade package corresponding to the upgrade version information, and feeding back the version upgrade package information of the full version upgrade package as the target version upgrade package information to the client.
In some embodiments, after the feeding back the version upgrade information corresponding to the version increment upgrade package to the client, the method further includes:
receiving an upgrade package acquisition request sent by the client, wherein the upgrade package acquisition request comprises the information of the target version upgrade package;
and feeding back the target version increment upgrading package to the client based on the target version upgrading package information.
In some embodiments, the object comprises an application and/or software.
In some embodiments, when the object is an object in a vehicle, the object comprises an in-vehicle application, a vehicle system program, or an entire vehicle system program.
In some embodiments, the functional program element is an electronic control unit.
In some embodiments, before the receiving the upgrade information query request sent by the client, the method further includes:
and sending upgrade pushing information to a target vehicle based on the upgrade version information, wherein the upgrade pushing information is used for triggering a client corresponding to the target vehicle to send the upgrade information query request.
In some embodiments, the upgrade package information includes at least one of identification of a corresponding upgrade package, content description information, encryption key information, and version information before and after upgrade.
In a second aspect, the present disclosure provides an object upgrading apparatus, including:
the system comprises an upgrade information query request receiving module, an upgrade information query module and an upgrade information query module, wherein the upgrade information query request receiving module is used for receiving an upgrade information query request sent by a client, and the upgrade information query request comprises the current version information of an object to be upgraded;
a target unit upgrade package determining module, configured to determine at least one target unit upgrade package corresponding to the object based on the current version information, the upgrade version information, and unit upgrade package information corresponding to each unit upgrade package; each unit upgrading package comprises a unit difference package or a unit total package which is generated by comparing each functional program unit in each stock version with the upgrading version;
and the target version increment upgrading packet generation module is used for generating a target version increment upgrading packet corresponding to the object by each target unit upgrading packet and feeding back target version upgrading packet information corresponding to the target version increment upgrading packet to the client so that the client finishes upgrading the object based on the target version upgrading packet information.
In some embodiments, the target unit upgrade package determination module is specifically configured to:
determining version difference information based on the current version information and the upgrade version information;
and determining each target unit upgrading packet based on the version difference information and the unit upgrading packet information corresponding to each unit upgrading packet.
In some embodiments, the apparatus further comprises a target version upgrade package information query module configured to:
after receiving an upgrade information query request sent by a client, determining whether the target version upgrade package information exists or not based on the current version information and the upgrade information of each mainstream version;
and if so, feeding back the target version upgrading packet information to the client.
In some embodiments, the apparatus further comprises a mainstream version upgrade information determination module comprising:
a main stream version determining submodule, configured to count each stock version and determine at least one main stream version before determining whether the target version upgrade package information exists based on the current version information and the upgrade information of each main stream version;
and the mainstream version upgrading information determining submodule is used for determining the version increment upgrading packet corresponding to each mainstream version and the mainstream version upgrading information corresponding to the corresponding version increment upgrading packet based on each mainstream version, the upgrading version information and the unit upgrading packet information corresponding to each unit upgrading packet.
In some embodiments, the mainstream version determination sub-module is specifically configured to:
counting the quantity of each stock version, and determining the version proportion of each stock version;
and determining the stock version with the version proportion larger than or equal to the preset proportion as the mainstream version.
In some embodiments, the apparatus further comprises a version full upgrade package generation module to:
after receiving an upgrade information query request sent by a client, if a current version corresponding to the current version information is lower than a set version, generating a full-version upgrade package corresponding to the upgrade version information, and feeding back the version upgrade package information of the full-version upgrade package as the target version upgrade package information to the client.
In some embodiments, the apparatus further comprises a target version increment upgrade package feedback module to:
after the version upgrading information corresponding to the version increment upgrading packet is fed back to the client, receiving an upgrading packet obtaining request sent by the client, wherein the upgrading packet obtaining request comprises the target version upgrading packet information;
and feeding back the target version increment upgrading package to the client based on the target version upgrading package information.
In some embodiments, the object comprises an application and/or software.
In some embodiments, when the object is an object in a vehicle, the object comprises an in-vehicle application, a vehicle system program, or an entire vehicle system program.
In some embodiments, the functional program element is an electronic control unit.
In some embodiments, the apparatus further comprises an upgrade push information sending module configured to:
and before receiving an upgrade information query request sent by a client, sending upgrade push information to a target vehicle based on the upgrade version information, wherein the upgrade push information is used for triggering the client corresponding to the target vehicle to send the upgrade information query request.
In some embodiments, the upgrade package information includes at least one of identification of a corresponding upgrade package, content description information, encryption key information, and version information before and after upgrade.
In a third aspect, the present disclosure provides an electronic device, including:
a processor and a memory;
the processor is configured to perform the steps of the method of any embodiment of the present disclosure by calling a program or instructions stored in the memory.
In a fourth aspect, the present disclosure provides a computer-readable storage medium storing a program or instructions for causing a computer to perform the steps of the method described in any embodiment of the present disclosure.
According to the technical scheme provided by the embodiment of the disclosure, an upgrading information query request which is sent by a client and contains the current version information of an object is received; determining at least one target unit upgrading packet corresponding to the object based on the current version information, the upgrading version information and the unit upgrading packet information corresponding to each unit upgrading packet; each unit upgrading package comprises a unit difference package or a unit total package which is generated by comparing each functional program unit in each stock version with the upgrading version; and generating a target version increment upgrading packet corresponding to the object by each target unit upgrading packet, and feeding back target version upgrading packet information corresponding to the target version increment upgrading packet to the client so that the client finishes upgrading the object based on the target version upgrading packet information. The method and the device realize that the unit upgrade packages are generated for all functional program units contained in each stock version (including the current version) in advance, after the current version information is obtained, the appropriate unit upgrade packages are screened from all the unit upgrade packages, and the target version increment upgrade packages adapted to the object are dynamically generated, thereby reducing the flow of comparing the content difference among different versions in real time and generating difference packages in the object upgrade process, improving the generation speed of the upgrade packages, and further improving the upgrade efficiency of the object; and the increment upgrade package replaces the full upgrade package, so that the storage cost in the upgrade process is reduced, the flow consumption in the upgrade process is saved, the download speed of the upgrade package is increased, and the object upgrade efficiency is further improved.
Drawings
The accompanying drawings, which are incorporated in and constitute a part of this specification, illustrate embodiments consistent with the present disclosure and together with the description, serve to explain the principles of the disclosure.
In order to more clearly illustrate the embodiments or technical solutions in the prior art of the present disclosure, the drawings used in the description of the embodiments or prior art will be briefly described below, and it is obvious for those skilled in the art that other drawings can be obtained according to the drawings without inventive exercise.
Fig. 1 is a flowchart of an object upgrading method provided by an embodiment of the present disclosure;
FIG. 2 is a flowchart of another object upgrading method provided by the embodiments of the present disclosure;
FIG. 3 is a schematic illustration of statistics of inventory versions provided by embodiments of the present disclosure;
FIG. 4 is a schematic diagram of an interaction process for upgrading an object in a vehicle provided by an embodiment of the present disclosure;
fig. 5 is a schematic structural diagram of an object upgrading apparatus provided in an embodiment of the present disclosure;
fig. 6 is a schematic structural diagram of an electronic device provided in an embodiment of the present disclosure.
Detailed Description
In order that the above objects, features and advantages of the present disclosure may be more clearly understood, aspects of the present disclosure will be described in further detail below. It should be noted that the embodiments and features of the embodiments of the present disclosure may be combined with each other without conflict.
In the following description, numerous specific details are set forth in order to provide a thorough understanding of the present disclosure, but the present disclosure may be practiced in other ways than those described herein; it is to be understood that the embodiments disclosed in the specification are only a few embodiments of the present disclosure, and not all embodiments.
The object upgrading method provided by the embodiment of the disclosure is mainly suitable for the situation of object remote upgrading based on the OTA technology, and is particularly suitable for the upgrading process of the objects in the Internet of vehicles. The object upgrading method provided by the embodiment of the present disclosure may be executed by an object upgrading apparatus, which may be implemented in software and/or hardware, and the apparatus may be integrated in an electronic device with higher data processing and storage functions, such as a notebook computer, a desktop computer, or a server.
Fig. 1 is a flowchart of an object upgrading method provided in an embodiment of the present disclosure. Referring to fig. 1, the object upgrading method specifically includes:
s110, an upgrade information query request sent by a client is received, wherein the upgrade information query request comprises the current version information of an object to be upgraded.
The object to be upgraded may be an application and/or software. In some embodiments, when the object is an object in a vehicle, the object includes an in-vehicle application, a vehicle system program, or an in-vehicle system program.
If the object in the client needs to be updated, the client uses the current version information of the object as a request parameter to generate an upgrade information query request and sends the upgrade information query request to a server where the object upgrade device is located. The upgrade information query request is used for requesting the information of the upgrade package adapted to the object from the server.
It should be noted that, because the data volume of the upgrade package is usually large, in the embodiment of the present disclosure, information of all upgrade packages, for example, unit upgrade package information, version upgrade package information corresponding to the version increment upgrade package, and the like, may be recorded, so that a suitable upgrade package is queried through the recorded information in the upgrade process, and the query efficiency of the upgrade package in the upgrade process is improved. The unit upgrade package refers to an upgrade package corresponding to a function module (i.e., a function program unit) in the smallest detachable unit of the object. In some embodiments, when the object to be upgraded is an object in a vehicle, the functional program unit is an electronic control unit ECU in the vehicle. In this embodiment, the upgrade package corresponding to 1 ECU is 1 unit upgrade package. The version increment upgrade package is a total upgrade package formed by all unit upgrade packages with differences (addition, deletion and change) in the object. In some embodiments, the upgrade package information includes at least one of identification of a corresponding upgrade package, content description information, encryption key information, and version information before and after upgrade. Preferably, the upgrade package information records multiple items of related information of the upgrade package, such as an upgrade package identifier, descriptive information of content in the upgrade package, encryption key information, version information before and after upgrade, and the like.
S120, determining at least one target unit upgrading packet corresponding to the object based on the current version information, the upgrading version information and the unit upgrading packet information corresponding to each unit upgrading packet.
Each unit upgrade package comprises a unit difference package or a unit total package generated by each functional program unit in each stock version compared with the upgraded version. The inventory version refers to the version of the object already existing in the market, which contains the current version.
In the object upgrading process, the difference of the two versions is compared in real time, and the process of generating the incremental upgrading package based on the difference consumes more time. In order to improve the object upgrade efficiency, in the embodiment of the present disclosure, a unit upgrade package is generated in advance for each functional program unit in each stock version. The unit upgrade package may be a unit differential package containing only version differential content, or may be a unit full package containing content corresponding to the corresponding functional program unit in the upgraded version. Therefore, after the server side acquires the current version information, at least one unit upgrading packet which is suitable for the current object can be directly determined from all the unit upgrading packets and is used as a target unit upgrading packet based on the current version information and the upgrading version information, and the process of comparing differences in real time and regenerating an increment upgrading packet is not needed.
Exemplarily, S120 includes: determining version difference information based on the current version information and the upgrade version information; and determining each target unit upgrading packet based on the version difference information and the unit upgrading packet information corresponding to each unit upgrading packet. And the server compares the difference between the current version corresponding to the current version information and the upgrade version corresponding to the upgrade version information, and determines the functional program units with the difference, namely determines the version difference information. And then, screening all the unit upgrading package information according to the information of the functional program units in the version difference information so as to screen a target unit upgrading package from all the unit upgrading packages. Therefore, the target unit upgrading package can be determined more flexibly and dynamically on the basis of ensuring less mutual information.
S130, generating a target version increment upgrading package corresponding to the object by each target unit upgrading package, and feeding back target version upgrading package information corresponding to the target version increment upgrading package to the client so that the client can finish upgrading the object based on the target version upgrading package information.
And the server side makes the determined target unit upgrade packages become target version increment upgrade packages, and records the information of the target version increment upgrade packages (namely the target version upgrade package information). And then, feeding back the target version upgrading packet information to the client.
In some embodiments, after the version upgrade information corresponding to the version increment upgrade package is fed back to the client, the method further includes: receiving an upgrade package acquisition request sent by a client, wherein the upgrade package acquisition request comprises target version upgrade package information; and feeding back the target version increment upgrading package to the client based on the target version upgrading package information. After receiving the target version upgrading package information, the client generates an upgrading package obtaining request based on the target version upgrading package information and sends the upgrading package obtaining request to the server, so that the server is requested to send the target version increment upgrading package to the client, and the client can complete the upgrading of the object by using the target version increment upgrading package. Therefore, the client can be ensured to actively pull the version increment upgrading packet under the appropriate condition, the problem of upgrading failure caused by passively receiving the upgrading packet under the condition that the client is not suitable for downloading the upgrading packet due to poor network conditions and the like is avoided, and the upgrading success rate is improved.
According to the technical scheme of the embodiment of the disclosure, the upgrading information query request which is sent by the client and contains the current version information of the object is received; determining at least one target unit upgrading packet corresponding to the object based on the current version information, the upgrading version information and the unit upgrading packet information corresponding to each unit upgrading packet; each unit upgrading package comprises a unit difference package or a unit total package which is generated by comparing each functional program unit in each stock version with the upgrading version; and generating a target version increment upgrading packet corresponding to the object by each target unit upgrading packet, and feeding back target version upgrading packet information corresponding to the target version increment upgrading packet to the client so that the client finishes upgrading the object based on the target version upgrading packet information. The method and the device realize that the unit upgrade packages are generated for all functional program units contained in each stock version (including the current version) in advance, after the current version information is obtained, the appropriate unit upgrade packages are screened from all the unit upgrade packages, and the target version increment upgrade packages adapted to the object are dynamically generated, thereby reducing the flow of comparing the content difference among different versions in real time and generating difference packages in the object upgrade process, improving the generation speed of the upgrade packages, and further improving the upgrade efficiency of the object; and the increment upgrade package replaces the full upgrade package, so that the storage cost in the upgrade process is reduced, the flow consumption in the upgrade process is saved, the download speed of the upgrade package is increased, and the object upgrade efficiency is further improved.
Fig. 2 is a flowchart of another object upgrading method provided in the embodiment of the present disclosure. The object upgrading method in fig. 2 takes the object upgrading in the vehicle as an example, and adds the related content for determining the mainstream version on the basis of the above technical solution. On the basis, the related content for generating the mainstream version increment upgrade package can be added. On the basis, whether the related content of the target version upgrading packet information exists can be further increased. In addition, related contents for upgrading push information transmission can be further added. The same or corresponding terms as those in the above embodiments are not explained in detail herein. Referring to fig. 2, the object upgrading method includes:
and S210, sending upgrading push information to the target vehicle based on the upgrading version information.
The target vehicle is a vehicle satisfying a certain preset condition, for example, the version of an object in the vehicle is lower than the upgraded version. The upgrading push information is used for triggering a client corresponding to the target vehicle to send an upgrading information query request.
After the server side determines that the upgrading version exists, upgrading push information can be generated and sent to the target vehicle so as to inform the target vehicle of starting the upgrading process of the object.
S220, receiving an upgrading information query request sent by the client, wherein the upgrading information query request comprises the current version information of the object to be upgraded.
And S230, if the current version corresponding to the current version information is lower than the set version, generating a full version upgrade package corresponding to the upgrade version information, and feeding back the version upgrade package information of the full version upgrade package as target version upgrade package information to the client.
If the current version is too old, so that the difference between the upgraded version and the current version is too large to determine a proper unit upgrade package, the object is upgraded by directly utilizing the full upgrade package of the upgraded version without executing subsequent operation, so that invalid operation is avoided, and the upgrade efficiency is further improved. In specific implementation, in order to improve the efficiency of determining the upgrade package, a limit version of an old version may be preset (i.e., a set version). If the current version is equal to or higher than the set version, the subsequent steps are executed. And if the current version is lower than the set version, the current version is considered as an old version, at the moment, all the unit upgrade packages (full packages) are utilized to generate a full upgrade package of the upgraded version, and the version upgrade package information of the full upgrade package of the version is used as target version upgrade package information and fed back to the client.
S240, counting each stock version, and determining at least one mainstream version.
The mainstream version refers to a version mainly existing in the market.
In order to further improve the object upgrading efficiency, in the embodiment of the disclosure, besides generating the unit upgrading packet of each functional program unit in each stock version in advance, the mainstream version of the object on the market is also determined in advance, and a corresponding version increment upgrading packet is generated for each mainstream version, so that the required version increment upgrading packet can be directly obtained to a great extent in the subsequent upgrading process, and the screening process and the combination process of the unit upgrading packets are further saved. Therefore, the server collects a plurality of stock version information in advance and counts the stock version information to determine at least one mainstream version.
In some embodiments, S240 comprises: counting the number of each stock version, and determining the version proportion of each stock version; and determining the stock version with the version proportion larger than or equal to the preset proportion as the mainstream version. The server side counts the quantity of each stock version collected, and calculates the proportion of each stock version in all the statistical data (namely the version proportion). Then, stock versions with version ratios exceeding a preset ratio (i.e., a preset ratio) are screened out from all stock versions as mainstream versions. As shown in fig. 3, counting the stock versions of the objects in the vehicle can obtain the following stock version-version ratio results: 1.4.18 version-92%, 1.4.12 version-5%, 1.3.11 version-2%, 1.2.7 version +1.4.13 version + … … +90.0.0 version-total 1%. Then, a preset ratio is set according to the service requirement, and the mainstream versions are determined, for example, the determined mainstream versions are 1.4.18 versions and 1.4.12 versions. This can be better compatible with most object version upgrades on the market.
And S250, determining a version increment upgrading packet corresponding to each main stream version and main stream version upgrading information corresponding to the corresponding version increment upgrading packet based on each main stream version, upgrading version information and unit upgrading packet information corresponding to each unit upgrading packet.
And aiming at each main stream version, the server compares the difference between the main stream version and the upgrade version corresponding to the upgrade version information to obtain the information of the functional program unit with the difference between the versions. Then, with the information of the functional program units with differences as query conditions, unit upgrade packages which are suitable for the mainstream version are screened from all the unit upgrade package information. And synthesizing the version increment upgrading packet corresponding to the main stream version by using the screened unit upgrading packets, and recording version upgrading information (namely main stream version upgrading information) of the version increment upgrading packet corresponding to the main stream version.
And S260, determining whether target version upgrading package information exists or not based on the current version information and the upgrading information of each mainstream version.
And the server side takes the current version information as a query condition, and queries whether the mainstream version information adaptive to the current version exists in the upgrade information of each mainstream version, namely determines whether the target version upgrade package information exists. If yes, go to S270; otherwise, S280 is executed.
And S270, feeding back the target version upgrading package information to the client so that the client can complete the upgrading of the object based on the target version upgrading package information.
And if the target version upgrading package information exists in the main stream version upgrading information, sending the target version upgrading package information to the client so that the client can pull the target version increment upgrading package according to the target version upgrading package information.
S280, determining at least one target unit upgrading packet corresponding to the object based on the current version information, the upgrading version information and the unit upgrading packet information corresponding to each unit upgrading packet.
And S290, generating a target version increment upgrading packet corresponding to the object by each target unit upgrading packet, and feeding back target version upgrading packet information corresponding to the target version increment upgrading packet to the client so that the client finishes upgrading the object based on the target version upgrading packet information.
The execution sequence of S240 to S250 is just before S260, and the sequence relationship between S210 to S230 is not limited.
According to the technical scheme of the embodiment of the disclosure, at least one mainstream version is determined by counting each stock version; determining a version increment upgrading packet corresponding to each main stream version and main stream version upgrading information corresponding to a corresponding version increment upgrading packet based on each main stream version, upgrading version information and unit upgrading packet information corresponding to each unit upgrading packet; determining whether target version upgrading package information exists or not based on the current version information and the upgrading information of each mainstream version; and if so, feeding back the target version upgrading package information to the client. The method and the device realize that the main stream version of the object on the market is further predetermined on the basis of pre-generating the unit upgrade package of each functional program unit in each stock version, and generate the corresponding version increment upgrade package for each main stream version, so that the required version increment upgrade package can be directly obtained to a great extent in the subsequent upgrade process, thereby further saving the processes of screening and combining the unit upgrade packages, and further improving the object upgrade efficiency.
Fig. 4 is a schematic diagram of an interaction process between a vehicle side and a service side in an object upgrading process in a vehicle. Referring to fig. 4, the service end 420 may be further subdivided into a packetizing party 421, an OTA operation platform 422, a packetizing initiator 423, and an OTA data statistics party 424. The object upgrade process in vehicle 410 is:
A. the packetization initiator 423 creates a baseline and sends the created baseline to the OTA operation platform 422.
B. OTA operation platform 422 sends a full amount of packetization requests to packetizer 421 based on the baseline; the package maker 421 makes a full-size package of the version of the upgraded version, and performs operations such as encryption and signature on the full-size package.
C. The packetizer 421 records the version full packet information of the version full packet to the OTA operation platform 422.
D. The OTA operation platform 422 sends an ECU upgrade package packaging request to the packaging party 421 based on the baseline; the package maker 421 makes an ECU upgrade package included in any stock version, and performs operations such as encryption and signature on the package.
E. The packaging party 421 records the ECU upgrade package information of each ECU upgrade package to the OTA operation platform 422.
F. The OTA data statistic party 424 determines the mainstream version based on the statistics of each stock version; OTA operation platform 422 sends a mainstream version query request to OTA data stats 424.
G. The OTA data statistics party 424 feeds back the mainstream version information to the OTA operation platform 422.
H. The OTA operation platform 422 sends a version increment upgrade package making request to the package making party 421 based on the mainstream version information; the package maker 421 makes a version increment upgrade package of any mainstream version, and performs operations such as encryption and signature on the package increment upgrade package.
I. The package maker 421 records the main stream version upgrade information of the version increment upgrade package of each main stream version to the OTA operation platform 422.
J. OTA operation platform 422 sends an upgrade push message to vehicle 410 based on the upgraded version.
K. The vehicle 410, in response to the upgrade push information, sends an upgrade information query request containing the current version information to the OTA operation platform 422.
L, OTA the operation platform 422 inquires whether there is target version upgrade package information in each mainstream version upgrade information based on the current version information.
And M, if the target version upgrading package exists, the OTA operation platform 422 sends the inquired target version upgrading package information to the vehicle 410.
And N, if the target version increment updating package does not exist, the OTA operation platform 422 determines at least one target unit updating package based on the current version information, the updating version information and the unit updating package information corresponding to each unit updating package, and generates the target version increment updating package by each target unit updating package.
O, OTA, the operation platform 422 feeds back the target version upgrade patch information corresponding to the target version increment upgrade patch to the vehicle 410.
P, vehicle 410 generates an upgrade package acquisition request based on the target version upgrade package information and sends it to OTA operation platform 422.
Q, OTA the operation platform 422 sends the target version incremental upgrade package to the vehicle 410.
And R, the vehicle 410 decrypts and checks the target version increment upgrading packet and completes upgrading by using the decrypted target version increment upgrading packet.
Fig. 5 is a schematic structural diagram of an object upgrading apparatus provided in an embodiment of the present disclosure. Referring to fig. 5, the apparatus specifically includes:
an upgrade information query request receiving module 510, configured to receive an upgrade information query request sent by a client, where the upgrade information query request includes current version information of an object to be upgraded;
a target unit upgrade package determining module 520, configured to determine at least one target unit upgrade package corresponding to the object based on the current version information, the upgrade version information, and unit upgrade package information corresponding to each unit upgrade package; each unit upgrading package comprises a unit difference package or a unit total package which is generated by comparing each functional program unit in each stock version with the upgrading version;
and a target version increment upgrade package generation module 530, configured to generate a target version increment upgrade package corresponding to the object from each target unit upgrade package, and feed back target version upgrade package information corresponding to the target version increment upgrade package to the client, so that the client completes upgrading of the object based on the target version upgrade package information.
In some embodiments, the target unit upgrade package determination module 520 is specifically configured to:
determining version difference information based on the current version information and the upgrade version information;
and determining each target unit upgrading packet based on the version difference information and the unit upgrading packet information corresponding to each unit upgrading packet.
In some embodiments, the apparatus further comprises a target version upgrade package information query module configured to:
after receiving an upgrade information query request sent by a client, determining whether target version upgrade package information exists or not based on current version information and upgrade information of each mainstream version;
and if so, feeding back the target version upgrading package information to the client.
In some embodiments, the apparatus further comprises a mainstream version upgrade information determination module comprising:
the main stream version determining submodule is used for counting all stock versions and determining at least one main stream version before determining whether target version upgrading package information exists or not based on the current version information and the upgrading information of all main stream versions;
and the main stream version upgrading information determining submodule is used for determining the version increment upgrading packet corresponding to each main stream version and the main stream version upgrading information corresponding to the corresponding version increment upgrading packet based on each main stream version, the upgrading version information and the unit upgrading packet information corresponding to each unit upgrading packet.
In some embodiments, the mainstream version determination sub-module is specifically configured to:
counting the number of each stock version, and determining the version proportion of each stock version;
and determining the stock version with the version proportion larger than or equal to the preset proportion as the mainstream version.
In some embodiments, the apparatus further comprises a version full upgrade package generation module to:
after an upgrade information query request sent by a client is received, if the current version corresponding to the current version information is lower than the set version, a full-version upgrade package corresponding to the upgrade version information is generated, and the version upgrade package information of the full-version upgrade package is fed back to the client as target version upgrade package information.
In some embodiments, the apparatus further comprises a target version increment upgrade package feedback module to:
after the version upgrading information corresponding to the version increment upgrading package is fed back to the client, receiving an upgrading package obtaining request sent by the client, wherein the upgrading package obtaining request comprises target version upgrading package information;
and feeding back the target version increment upgrading package to the client based on the target version upgrading package information.
In some embodiments, the object comprises an application and/or software.
In some embodiments, when the object is an object in a vehicle, the object includes an in-vehicle application, a vehicle system program, or an in-vehicle system program.
In some embodiments, the functional program element is an electronic control unit.
In some embodiments, the apparatus further comprises an upgrade push information sending module configured to:
before receiving an upgrade information query request sent by a client, sending upgrade push information to a target vehicle based on upgrade version information, wherein the upgrade push information is used for triggering the client corresponding to the target vehicle to send the upgrade information query request.
In some embodiments, the upgrade package information includes at least one of identification of a corresponding upgrade package, content description information, encryption key information, and version information before and after upgrade.
The object upgrading device provided by the embodiment of the disclosure receives an upgrading information query request which is sent by a client and contains the current version information of an object; determining at least one target unit upgrading packet corresponding to the object based on the current version information, the upgrading version information and the unit upgrading packet information corresponding to each unit upgrading packet; each unit upgrading package comprises a unit difference package or a unit total package which is generated by comparing each functional program unit in each stock version with the upgrading version; and generating a target version increment upgrading packet corresponding to the object by each target unit upgrading packet, and feeding back target version upgrading packet information corresponding to the target version increment upgrading packet to the client so that the client finishes upgrading the object based on the target version upgrading packet information. The method and the device realize that the unit upgrade packages are generated for all functional program units contained in each stock version (including the current version) in advance, after the current version information is obtained, the appropriate unit upgrade packages are screened from all the unit upgrade packages, and the target version increment upgrade packages adapted to the object are dynamically generated, thereby reducing the flow of comparing the content difference among different versions in real time and generating difference packages in the object upgrade process, improving the generation speed of the upgrade packages, and further improving the upgrade efficiency of the object; and the increment upgrade package replaces the full upgrade package, so that the storage cost in the upgrade process is reduced, the flow consumption in the upgrade process is saved, the download speed of the upgrade package is increased, and the object upgrade efficiency is further improved.
The object upgrading device provided by the embodiment of the disclosure can execute the object upgrading method provided by any embodiment of the disclosure, and has corresponding functional modules and beneficial effects of the execution method.
It should be noted that, in the embodiment of the object upgrading apparatus, each module and each sub-module included in the embodiment are only divided according to functional logic, but are not limited to the above division as long as the corresponding function can be implemented; in addition, specific names of the functional modules and the functional sub-modules are only for convenience of distinguishing from each other, and are not used for limiting the protection scope of the present disclosure.
Fig. 6 is a schematic structural diagram of an electronic device provided in an embodiment of the present disclosure. Referring to fig. 6, an electronic device 600 provided by an embodiment of the present disclosure includes: a processor 620 and a memory 610; the processor 620 is used for executing the object upgrading method provided by the embodiment of the present disclosure by calling the program or the instruction stored in the memory 610, and includes:
receiving an upgrading information query request sent by a client, wherein the upgrading information query request comprises the current version information of an object to be upgraded;
determining at least one target unit upgrading packet corresponding to the object based on the current version information, the upgrading version information and the unit upgrading packet information corresponding to each unit upgrading packet; each unit upgrading package comprises a unit difference package or a unit total package which is generated by comparing each functional program unit in each stock version with the upgrading version;
and generating a target version increment upgrading packet corresponding to the object by each target unit upgrading packet, and feeding back target version upgrading packet information corresponding to the target version increment upgrading packet to the client so that the client finishes upgrading the object based on the target version upgrading packet information.
Of course, those skilled in the art can understand that the processor 620 may also implement the technical solution of the object upgrading method provided in any embodiment of the present disclosure.
The electronic device 600 shown in fig. 6 is only an example and should not bring any limitations to the function and scope of use of the embodiments of the present disclosure. As shown in fig. 6, the electronic device 600 is embodied in the form of a general purpose computing device. The components of the electronic device 600 may include, but are not limited to: one or more processors 620, a memory 610, and a bus 650 that connects the various system components (including the memory 610 and the processors 620).
Bus 650 represents one or more of any of several types of bus structures, including a memory bus or memory controller, a peripheral bus, an accelerated graphics port, and a processor or local bus using any of a variety of bus architectures. By way of example, such architectures include, but are not limited to, Industry Standard Architecture (ISA) bus, micro-channel architecture (MAC) bus, enhanced ISA bus, Video Electronics Standards Association (VESA) local bus, and Peripheral Component Interconnect (PCI) bus.
Electronic device 600 typically includes a variety of computer system readable media. Such media may be any available media that is accessible by electronic device 600 and includes both volatile and nonvolatile media, removable and non-removable media.
The memory 610 may include computer system readable media in the form of volatile memory, such as Random Access Memory (RAM)611 and/or cache memory 612. The electronic device 600 may further include other removable/non-removable, volatile/nonvolatile computer system storage media. By way of example only, the storage system 613 may be used to read from and write to non-removable, nonvolatile magnetic media (not shown in FIG. 6, commonly referred to as a "hard drive"). Although not shown in FIG. 6, a magnetic disk drive for reading from and writing to a removable, nonvolatile magnetic disk (e.g., a "floppy disk") and an optical disk drive for reading from or writing to a removable, nonvolatile optical disk (e.g., a CD-ROM, DVD-ROM, or other optical media) may be provided. In these cases, each drive may be connected to bus 650 by one or more data media interfaces. Memory 610 may include at least one program product having a set (e.g., at least one) of program modules that are configured to carry out the functions of embodiments of the disclosure.
A program/utility 614 having a set (at least one) of program modules 615 may be stored, for example, in memory 610, such program modules 615 including, but not limited to, an operating system, one or more objects, other program modules, and program data, each of which examples or some combination thereof may comprise an implementation of a network environment. Program modules 615 generally perform the functions and/or methods of any of the embodiments described in this disclosure.
The electronic device 600 may also communicate with one or more external devices 660 (e.g., keyboard, pointing device, display 670, etc.), one or more devices that enable a user to interact with the electronic device 600, and/or any devices (e.g., network card, modem, etc.) that enable the electronic device 600 to communicate with one or more other computing devices. Such communication may be through an input/output interface (I/O interface) 630. Also, the electronic device 600 may communicate with one or more networks (e.g., a Local Area Network (LAN), a Wide Area Network (WAN), and/or a public network such as the Internet) via the network adapter 640. As shown in FIG. 6, the network adapter 640 communicates with the other modules of the electronic device 600 via a bus 650. It should be appreciated that although not shown in the figures, other hardware and/or software modules may be used in conjunction with the electronic device 600, including but not limited to: microcode, device drivers, redundant processing units, external disk drive arrays, RAID systems, tape drives, and data backup storage systems, among others.
The embodiments of the present disclosure also provide a computer-readable storage medium storing a program or instructions for causing a computer to execute the object upgrading method provided in any of the embodiments of the present disclosure, the method including:
receiving an upgrading information query request sent by a client, wherein the upgrading information query request comprises the current version information of an object to be upgraded;
determining at least one target unit upgrading packet corresponding to the object based on the current version information, the upgrading version information and the unit upgrading packet information corresponding to each unit upgrading packet; each unit upgrading package comprises a unit difference package or a unit total package which is generated by comparing each functional program unit in each stock version with the upgrading version;
and generating a target version increment upgrading packet corresponding to the object by each target unit upgrading packet, and feeding back target version upgrading packet information corresponding to the target version increment upgrading packet to the client so that the client finishes upgrading the object based on the target version upgrading packet information.
Of course, the storage medium provided by the embodiments of the present disclosure contains computer-executable instructions, and the computer-executable instructions are not limited to the above method operations, and may also perform related operations in the object upgrading method provided by any embodiments of the present disclosure.
The computer storage media of the disclosed embodiments may take any combination of one or more computer-readable media. The computer readable medium may be a computer readable signal medium or a computer readable storage medium. A computer readable storage medium may be, for example, but not limited to, an electronic, magnetic, optical, electromagnetic, infrared, or semiconductor system, apparatus, or device, or any combination of the foregoing. More specific examples (a non-exhaustive list) of the computer readable storage medium would include the following: an electrical connection having one or more wires, a portable computer diskette, a hard disk, a Random Access Memory (RAM), a read-only memory (ROM), an erasable programmable read-only memory (EPROM or flash memory), an optical fiber, a portable compact disc read-only memory (CD-ROM), an optical storage device, a magnetic storage device, or any suitable combination of the foregoing. In the context of this document, a computer readable storage medium may be any tangible medium that can contain, or store a program for use by or in connection with an instruction execution system, apparatus, or device.
A computer readable signal medium may include a propagated data signal with computer readable program code embodied therein, for example, in baseband or as part of a carrier wave. Such a propagated data signal may take many forms, including, but not limited to, electro-magnetic, optical, or any suitable combination thereof. A computer readable signal medium may also be any computer readable medium that is not a computer readable storage medium and that can communicate, propagate, or transport a program for use by or in connection with an instruction execution system, apparatus, or device.
Program code embodied on a computer readable medium may be transmitted using any appropriate medium, including but not limited to wireless, wireline, optical fiber cable, RF, etc., or any suitable combination of the foregoing.
Computer program code for carrying out operations for aspects of the present disclosure may be written in any combination of one or more programming languages, including an object oriented programming language such as Java, Smalltalk, C + +, and conventional procedural programming languages, such as the "C" programming language or similar programming languages. The program code may execute entirely on the user's computer, partly on the user's computer, as a stand-alone software package, partly on the user's computer and partly on a remote computer or entirely on the remote computer or server. In the case of a remote computer, the remote computer may be connected to the user's computer through any type of network, including a Local Area Network (LAN) or a Wide Area Network (WAN), or the connection may be made to an external computer (for example, through the Internet using an Internet service provider).
It is to be understood that the terminology used in the disclosure is for the purpose of describing particular embodiments only, and is not intended to limit the scope of the present application. As used in the specification and claims of this disclosure, the terms "a," "an," "the," and/or "the" are not intended to be inclusive in the singular, but rather are inclusive in the plural, unless the context clearly dictates otherwise. The term "and/or" includes any and all combinations of one or more of the associated listed items. The terms "comprises," "comprising," or any other variation thereof, are intended to cover a non-exclusive inclusion, such that a process, method, or apparatus that comprises a list of elements does not include only those elements but may include other elements not expressly listed or inherent to such process, method, or apparatus. Without further limitation, an element defined by the phrase "comprising an … …" does not exclude the presence of other like elements in a process, method or apparatus that comprises the element.
The foregoing are merely exemplary embodiments of the present disclosure, which enable those skilled in the art to understand or practice the present disclosure. Various modifications to these embodiments will be readily apparent to those skilled in the art, and the generic principles defined herein may be applied to other embodiments without departing from the spirit or scope of the disclosure. Thus, the present disclosure is not intended to be limited to the embodiments shown herein but is to be accorded the widest scope consistent with the principles and novel features disclosed herein.

Claims (15)

1. An object upgrading method, comprising:
receiving an upgrade information query request sent by a client, wherein the upgrade information query request comprises current version information of an object to be upgraded;
determining at least one target unit upgrading packet corresponding to the object based on the current version information, upgrading version information and unit upgrading packet information corresponding to each unit upgrading packet; each unit upgrading package comprises a unit difference package or a unit total package which is generated by comparing each functional program unit in each stock version with the upgrading version;
and generating a target version increment upgrading packet corresponding to the object by each target unit upgrading packet, and feeding back target version upgrading packet information corresponding to the target version increment upgrading packet to the client so that the client finishes upgrading the object based on the target version upgrading packet information.
2. The method of claim 1, wherein determining at least one target unit upgrade package corresponding to the object based on the current version information, upgrade version information, and unit upgrade package information corresponding to each unit upgrade package comprises:
determining version difference information based on the current version information and the upgrade version information;
and determining each target unit upgrading packet based on the version difference information and the unit upgrading packet information corresponding to each unit upgrading packet.
3. The method of claim 1, wherein after receiving the upgrade information query request sent by the client, the method further comprises:
determining whether the target version upgrading packet information exists or not based on the current version information and the upgrading information of each mainstream version;
and if so, feeding back the target version upgrading packet information to the client.
4. The method of claim 3, wherein before the determining whether the target version-up package information exists based on the current version information and each mainstream version-up information, the method further comprises:
counting each stock version to determine at least one main flow version;
and determining a version increment upgrading packet corresponding to each main stream version and main stream version upgrading information corresponding to the corresponding version increment upgrading packet based on each main stream version, the upgrading version information and unit upgrading packet information corresponding to each unit upgrading packet.
5. The method of claim 4, wherein said counting each of said stock versions, and wherein determining at least one mainstream version comprises:
counting the quantity of each stock version, and determining the version proportion of each stock version;
and determining the stock version with the version proportion larger than or equal to the preset proportion as the mainstream version.
6. The method of claim 1, wherein after receiving the upgrade information query request sent by the client, the method further comprises:
and if the current version corresponding to the current version information is lower than the set version, generating a full version upgrade package corresponding to the upgrade version information, and feeding back the version upgrade package information of the full version upgrade package as the target version upgrade package information to the client.
7. The method according to claim 1, wherein after the feeding back version upgrade information corresponding to the version increment upgrade package to the client, the method further comprises:
receiving an upgrade package acquisition request sent by the client, wherein the upgrade package acquisition request comprises the information of the target version upgrade package;
and feeding back the target version increment upgrading package to the client based on the target version upgrading package information.
8. The method of claim 1, wherein the object comprises an application and/or software.
9. The method of claim 8, wherein when the object is an object in a vehicle, the object comprises an in-vehicle application, a vehicle system program, or an entire vehicle system program.
10. The method according to claim 8, characterized in that the functional program element is an electronic control unit.
11. The method of claim 9, wherein before receiving the upgrade information query request sent by the client, the method further comprises:
and sending upgrade pushing information to a target vehicle based on the upgrade version information, wherein the upgrade pushing information is used for triggering a client corresponding to the target vehicle to send the upgrade information query request.
12. The method according to any one of claims 1 to 11, wherein the upgrade package information contains at least one of identification of the corresponding upgrade package, content description information, encryption key information, and version information before and after upgrade.
13. An object update apparatus, comprising:
the system comprises an upgrade information query request receiving module, an upgrade information query module and an upgrade information query module, wherein the upgrade information query request receiving module is used for receiving an upgrade information query request sent by a client, and the upgrade information query request comprises the current version information of an object to be upgraded;
a target unit upgrade package determining module, configured to determine at least one target unit upgrade package corresponding to the object based on the current version information, the upgrade version information, and unit upgrade package information corresponding to each unit upgrade package; each unit upgrading package comprises a unit difference package or a unit total package which is generated by comparing each functional program unit in each stock version with the upgrading version;
and the target version increment upgrading packet generation module is used for generating a target version increment upgrading packet corresponding to the object by each target unit upgrading packet and feeding back target version upgrading packet information corresponding to the target version increment upgrading packet to the client so that the client finishes upgrading the object based on the target version upgrading packet information.
14. An electronic device, characterized in that the electronic device comprises:
a processor and a memory;
the processor is adapted to perform the steps of the method of any one of claims 1 to 12 by calling a program or instructions stored in the memory.
15. A computer-readable storage medium, characterized in that it stores a program or instructions for causing a computer to carry out the steps of the method according to any one of claims 1 to 12.
CN202110172443.9A 2021-02-08 2021-02-08 Object upgrading method, device, equipment and storage medium Withdrawn CN112925551A (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
CN202110172443.9A CN112925551A (en) 2021-02-08 2021-02-08 Object upgrading method, device, equipment and storage medium

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
CN202110172443.9A CN112925551A (en) 2021-02-08 2021-02-08 Object upgrading method, device, equipment and storage medium

Publications (1)

Publication Number Publication Date
CN112925551A true CN112925551A (en) 2021-06-08

Family

ID=76171209

Family Applications (1)

Application Number Title Priority Date Filing Date
CN202110172443.9A Withdrawn CN112925551A (en) 2021-02-08 2021-02-08 Object upgrading method, device, equipment and storage medium

Country Status (1)

Country Link
CN (1) CN112925551A (en)

Cited By (2)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN114928603A (en) * 2022-05-16 2022-08-19 中国工商银行股份有限公司 Client software upgrading method and device, electronic equipment and medium
CN116088913A (en) * 2023-04-11 2023-05-09 北京集度科技有限公司 Integrated device, method and computer program product for whole vehicle upgrade software

Citations (4)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN102081536A (en) * 2010-12-30 2011-06-01 华为终端有限公司 Method for updating increment, and server
CN110231948A (en) * 2019-06-10 2019-09-13 腾讯科技(成都)有限公司 Application program method, apparatus, system, storage medium and computer equipment
CN110377321A (en) * 2019-07-22 2019-10-25 平安科技(深圳)有限公司 Method, apparatus, terminal and the storage medium of application program updating
CN112328294A (en) * 2020-11-12 2021-02-05 杭州创想智联科技有限公司 OTA (over the air) upgrading method and system for vehicle ECU (electronic control Unit)

Patent Citations (4)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN102081536A (en) * 2010-12-30 2011-06-01 华为终端有限公司 Method for updating increment, and server
CN110231948A (en) * 2019-06-10 2019-09-13 腾讯科技(成都)有限公司 Application program method, apparatus, system, storage medium and computer equipment
CN110377321A (en) * 2019-07-22 2019-10-25 平安科技(深圳)有限公司 Method, apparatus, terminal and the storage medium of application program updating
CN112328294A (en) * 2020-11-12 2021-02-05 杭州创想智联科技有限公司 OTA (over the air) upgrading method and system for vehicle ECU (electronic control Unit)

Cited By (3)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN114928603A (en) * 2022-05-16 2022-08-19 中国工商银行股份有限公司 Client software upgrading method and device, electronic equipment and medium
CN114928603B (en) * 2022-05-16 2024-01-30 中国工商银行股份有限公司 Upgrading method and device of client software, electronic equipment and medium
CN116088913A (en) * 2023-04-11 2023-05-09 北京集度科技有限公司 Integrated device, method and computer program product for whole vehicle upgrade software

Similar Documents

Publication Publication Date Title
US10574793B2 (en) Method, apparatus and terminal device for communication protocol compatibility
US11381476B2 (en) Standardized format for containerized applications
CN111163179A (en) System and method for remotely upgrading automobile terminal electronic control module software
CN112925551A (en) Object upgrading method, device, equipment and storage medium
CN105389191A (en) Software upgrading method, apparatus and system based on local area network
CN102118640A (en) Digital television as well as software upgrading method and system thereof
CN101051912A (en) Data automatic updating method
CN111897564A (en) Application updating method and system
WO2024104217A1 (en) Dbc dynamic adaptive updating method and apparatus, electronic device, and storage medium
CN110134738A (en) Distributed memory system resource predictor method, device
CN111722861A (en) Application program upgrading method, device, equipment and storage medium
CN114296835B (en) Application program starting method and device
US20220405070A1 (en) Method and device for managing accesses of multiple software components to software interfaces
KR101597843B1 (en) Content management that addresses levels of functionality
CN113037850A (en) Application program upgrading method and device, electronic equipment and storage medium
CN111835801B (en) File downloading method, device, server, edge equipment, terminal and medium
CN113761412A (en) Application page display method and device, electronic equipment, medium and application system
CN107357853B (en) Method and device for operating REDIS console and computer system
US20190109886A1 (en) Selected data exchange
CN101819589B (en) Method and device for controlling file to be input into/output from cache
CN105592143B (en) A kind of file loading method and device
CN107783778A (en) A kind of method for updating increment of feature based value look-up table
JP2002259197A (en) Active contents cache control system, active contents cache controller, its controlling method, program for control and processing active contents cache and recording medium for its program
CN111054064A (en) Unity-based mobile phone game bag body optimization method and system
CN115695092B (en) Internet-of-things data processing method and device and electronic equipment

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
WW01 Invention patent application withdrawn after publication
WW01 Invention patent application withdrawn after publication

Application publication date: 20210608