CN113710339A - Application configuration method, device and equipment and computer storage medium - Google Patents

Application configuration method, device and equipment and computer storage medium Download PDF

Info

Publication number
CN113710339A
CN113710339A CN202180002690.2A CN202180002690A CN113710339A CN 113710339 A CN113710339 A CN 113710339A CN 202180002690 A CN202180002690 A CN 202180002690A CN 113710339 A CN113710339 A CN 113710339A
Authority
CN
China
Prior art keywords
configuration file
target application
game
updating
configuration
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
CN202180002690.2A
Other languages
Chinese (zh)
Other versions
CN113710339B (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.)
Sensetime International Pte Ltd
Original Assignee
Sensetime International Pte 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 Sensetime International Pte Ltd filed Critical Sensetime International Pte Ltd
Priority claimed from PCT/IB2021/058444 external-priority patent/WO2023026085A1/en
Publication of CN113710339A publication Critical patent/CN113710339A/en
Application granted granted Critical
Publication of CN113710339B publication Critical patent/CN113710339B/en
Active legal-status Critical Current
Anticipated expiration legal-status Critical

Links

Images

Classifications

    • AHUMAN NECESSITIES
    • A63SPORTS; GAMES; AMUSEMENTS
    • A63FCARD, BOARD, OR ROULETTE GAMES; INDOOR GAMES USING SMALL MOVING PLAYING BODIES; VIDEO GAMES; GAMES NOT OTHERWISE PROVIDED FOR
    • A63F13/00Video games, i.e. games using an electronically generated display having two or more dimensions
    • A63F13/70Game security or game management aspects
    • A63F13/77Game security or game management aspects involving data related to game devices or game servers, e.g. configuration data, software version or amount of memory
    • AHUMAN NECESSITIES
    • A63SPORTS; GAMES; AMUSEMENTS
    • A63FCARD, BOARD, OR ROULETTE GAMES; INDOOR GAMES USING SMALL MOVING PLAYING BODIES; VIDEO GAMES; GAMES NOT OTHERWISE PROVIDED FOR
    • A63F13/00Video games, i.e. games using an electronically generated display having two or more dimensions
    • A63F13/60Generating or modifying game content before or while executing the game program, e.g. authoring tools specially adapted for game development or game-integrated level editor
    • A63F13/69Generating or modifying game content before or while executing the game program, e.g. authoring tools specially adapted for game development or game-integrated level editor by enabling or updating specific game elements, e.g. unlocking hidden features, items, levels or versions
    • 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
    • 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)
  • Multimedia (AREA)
  • Computer Security & Cryptography (AREA)
  • Physics & Mathematics (AREA)
  • General Physics & Mathematics (AREA)
  • Business, Economics & Management (AREA)
  • General Business, Economics & Management (AREA)
  • Information Transfer Between Computers (AREA)
  • Stored Programmes (AREA)

Abstract

An application configuration method, an apparatus, a device and a computer storage medium are provided, wherein the method comprises: determining the attribute information of the game matched with the target game area corresponding to the edge device; determining a target application installed in the frontend device based on the attribute information of the game; the target application is used for analyzing and processing the acquired image of the target game area; sending a first downloading request to a cloud server; the first download request indicates: downloading a configuration file for updating the target application; and receiving the configuration file which is sent by the cloud server and used for updating the target application.

Description

Application configuration method, device and equipment and computer storage medium
Cross Reference to Related Applications
The present disclosure claims priority of the singapore intellectual property office, singapore patent application No. 10202109271U, filed on 25/8/2021, the entire contents of which are incorporated herein by reference.
Technical Field
The disclosed embodiments relate to, but are not limited to, the field of games, and in particular, to an application configuration method, apparatus, device, and computer storage medium.
Background
In the computer software industry, a complete application usually includes an executable file and a configuration file, the executable file is compiled by a pre-written code, and the configuration file can be changed according to different requirements and application scenarios, so that the configuration file is often required to be modified in the operation and maintenance of a computer. By modifying certain values or certain logic relations of the configuration file, the application can run different business logics, so that different requirement scenes can be met by a single application version at the same time.
However, the profile in the edge device application in the related art is too large.
Disclosure of Invention
The embodiment of the disclosure provides an application configuration method, an application configuration device, application configuration equipment and a computer storage medium.
In a first aspect, an application configuration method is provided, including: determining the attribute information of the game matched with the target game area corresponding to the edge device; determining a target application installed in the frontend device based on the attribute information of the game; the target application is used for analyzing and processing the acquired image of the target game area; sending a first downloading request to a cloud server; the first download request indicates: downloading a configuration file for updating the target application; and receiving the configuration file which is sent by the cloud server and used for updating the target application.
In some embodiments, before sending the first download request to the cloud server, the method further comprises: sending query information to the cloud server; the query information indicates whether a configuration file of the target application is queried to be updated or not, or subscription information is sent to the cloud server; the subscription information indicates notification in case of a profile update of the target application; receiving notification information sent by the cloud server; the notification information indicates a profile update of the target application; determining to configure the configuration file for updating the target application to the target application.
Therefore, the target application installed in the edge device is determined through the attribute information of the game matched with the target game area, and the configuration file for updating the target application is further acquired from the cloud server, so that the edge device can reasonably acquire the required configuration file for updating the target application from the cloud according to the attribute information of the game instead of storing the existing attribute information of all games in the edge device, the size of the configuration file in the edge device application is greatly reduced, the space occupation of the configuration file in the edge device is reduced, and the normal use of the application installed in the edge device is not influenced.
In some embodiments, the determining to configure the configuration file for updating the target application to the target application comprises one of:
displaying indication information whether to update the configuration file of the target application; in response to an operation of updating the configuration file of the target application, determining to configure the configuration file for updating the target application to the target application;
acquiring first updating information configured in advance in the edge device, wherein the first updating information indicates that the latest configuration file of the target application is used; determining to configure the configuration file for updating the target application to the target application based on the first update information.
In this way, the configuration file for updating the target application is determined to be configured to the target application in response to the operation of updating the configuration file of the target application, so that the edge-side device can determine whether to update the target application by adopting the updated configuration file according to an actual scene, and the edge-side device can autonomously determine whether to update the target application according to the self requirement; and the first updating information configured in advance in the edge device is used, so that the edge device can determine whether to update the target application by using the updated configuration file based on the first updating information, and when the updated configuration file is acquired, the triggering operation of a user is not required, so that the efficiency of acquiring the updated configuration file by a large amount of edge devices is improved.
In some embodiments, the method further comprises: determining operating system information of the edge device;
wherein the first download request further indicates: and downloading the configuration file which is matched with the operating system information of the edge terminal equipment and is used for updating the target application.
Therefore, the operating system information of the edge device is obtained through the edge device, the request for downloading the updated configuration file matched with the operating system information of the edge device is sent to the cloud server, when the cloud server sends the updated configuration file to the edge device, the updated configuration file matched with the operating system information of the edge device is only sent to the edge device, the updated configuration file unmatched with the operating system information of the edge device is not sent, the bandwidth pressure of the cloud server for transmitting data to the edge device is greatly reduced, and the memory occupation of the edge device is greatly reduced.
In some embodiments, the determining of the attribute information of the game matched with the target game area corresponding to the edge device includes one of:
acquiring an image to be processed obtained by shooting the target game area; analyzing and processing the image to be processed, and determining attribute information of the game;
responding to an input operation of an input box for inputting a game name displayed by the frontend device; attribute information of the game is determined based on the input game name.
In this way, the attribute information of the game is determined by analyzing and processing the image to be processed, and the user does not need to operate the edge-side equipment, so that the automation level of the edge-side equipment is improved, and the manpower maintenance cost is reduced; the attribute information of the game is determined by an input operation for a displayed input box for inputting a game name, and the determined attribute information of the game is accurate.
In some embodiments, after receiving the configuration file sent by the cloud server for updating the target application, the method further includes: responding to modification operation of first updating information pre-configured in the edge-side equipment to obtain second updating information; the first update information indicates: using the latest configuration file of the target application; the second update information indicates: using the configuration file for updating the previous version of the configuration file of the target application; sending a second downloading request to a cloud server based on the second updating information; the second download request indicates: downloading the previous version of the configuration file. And receiving the configuration file of the previous version sent by the cloud server.
Therefore, under the condition that the edge device determines that the configuration file of the previous version needs to be configured to the target application, the edge device can modify the first updating information into the second updating information, so that the configuration file of the previous version is obtained from the cloud server based on the second updating information, rollback of the configuration file of the historical version is realized, and the condition that the configuration file of the historical version cannot be returned to the target application is avoided.
In some embodiments, after receiving the configuration file sent by the cloud server for updating the target application, the method further includes: after the initialization of the edge device, determining that the attribute information of the game is changed compared with the attribute information of the game before the initialization of the edge device; determining a designated application installed into the frontend device based on the changed attribute information of the game; the appointed application is used for analyzing and processing the acquired image of the target game area; and acquiring the configuration file of the specified application from the cloud server.
In this way, when the edge device is initialized and the attribute information of the game is changed, the edge device may reinstall the designated application corresponding to the changed attribute information of the game, and then acquire the configuration file of the designated application from the cloud server, so that the designated application can still perform analysis processing on the acquired image of the target game area by configuring the corresponding configuration file to the designated application even when the attribute information of the game is changed.
In a second aspect, an application configuration method is provided, including: receiving a first downloading request sent by the side-end equipment; the first download request indicates: downloading a configuration file for updating a target application installed in the frontend device; the target application is used for analyzing and processing the acquired image of the target game area; the target application is determined based on the attribute information of the game matched with the target game area; and sending a configuration file for updating the target application to the frontend equipment.
In some embodiments, before the receiving the first download request sent by the frontend device, the method further includes: receiving query information sent by the edge device; the query information indicates whether the configuration file of the target application is queried to be updated or not, or subscription information sent by the edge-side equipment is received; the subscription information indicates notification in case of a profile update of the target application; sending notification information to the edge device; the notification information indicates a profile update for the target application.
In some embodiments, the method further comprises: acquiring a first configuration list comprising a plurality of configuration file identifiers arranged according to a version sequence; each said configuration file identifying the mapped configuration file for configuring said target application; each configuration file identifier comprises a file name and a version number; the file names of the configuration file identifications are the same, and the configuration file identifications are sequentially arranged according to the version numbers of the configuration file identifications; determining the configuration file identifier of the latest version from the first configuration list; determining the configuration file mapped by the configuration file identifier of the latest version as the current configuration file of the target application; and responding to the updating operation of the current configuration file to obtain the configuration file for updating the target application.
In this way, the cloud server can obtain configuration files with the same file name and different versions for configuring the target application by maintaining the first configuration list, and can further easily perform an update operation on the configuration file mapped by any configuration file identifier in the first configuration list.
In some embodiments, the method further comprises: generating a second configuration list based on the configuration file for updating the target application; the second configuration list includes: the configuration file identifiers are arranged according to the version sequence, and the configuration file identifiers are mapped with the configuration file for updating the target application; receiving a second downloading request sent by the side-end equipment; the second download request indicates to download: specifying a configuration file identifying the mapped previous version of the configuration file; a version of the previous version of the configuration file is lower than a version of the configuration file used to update the target application; and in the case that the configuration file mapped by the specified configuration file identification is determined based on the second configuration list, sending the acquired configuration file of the previous version mapped by the specified configuration file identification to the frontend device.
In this way, by continuously generating the new configuration list, the cloud device can obtain the configuration file identifications of all versions of the target application from the newly generated configuration list, and then determine the configuration files of all versions based on the configuration file identifications of all versions, thereby greatly facilitating the management of the configuration files of the target application and improving the convenience of reading a certain version of the configuration files of the target application.
In some embodiments, the method further comprises: in the case that the configuration file of the previous version mapped by the specified configuration file identification cannot be determined based on the second configuration list, acquiring the configuration file of the previous version mapped by the specified configuration file identification based on the first configuration list; and sending the acquired configuration file with the specified configuration file identification to the frontend equipment to map the configuration file with the previous version.
Therefore, the cloud server can simultaneously maintain the first configuration list and the second configuration list, and can acquire the configuration file of the previous version from the first configuration list under the condition that the second configuration list is damaged, so that the condition that the configuration file of the previous version cannot be acquired under the condition that a certain configuration list of the cloud server is damaged is avoided.
In a third aspect, an application configuration apparatus is provided, including: the determining unit is used for determining the attribute information of the game matched with the target game area corresponding to the edge device; the determining unit is further used for determining a target application installed in the side-end equipment based on the attribute information of the game; the target application is used for analyzing and processing the acquired image of the target game area; the sending unit is used for sending a first downloading request to the cloud server; the first download request indicates: downloading a configuration file for updating the target application; and the receiving unit is used for receiving the configuration file which is sent by the cloud server and used for updating the target application.
In a fourth aspect, an application configuration apparatus is provided, including: the system comprises a receiving unit, a sending unit and a receiving unit, wherein the receiving unit is used for receiving a first downloading request sent by a side end device; the first download request indicates: downloading a configuration file for updating a target application installed in the frontend device; the target application is used for analyzing and processing the acquired image of the target game area; the target application is determined based on the attribute information of the game matched with the target game area; and the sending unit is used for sending the configuration file for updating the target application to the frontend equipment.
In a fifth aspect, an application configuration device is provided, including: a memory storing a computer program operable on the processor and a processor implementing the steps of the method when executing the computer program.
In a sixth aspect, a computer storage medium is provided that stores one or more programs, which are executable by one or more processors to implement the steps in the above-described method.
In the embodiment of the disclosure, the target application installed in the edge device is determined through the attribute information of the game matched with the target game area, and then the configuration file for updating the target application is acquired from the cloud server, so that the edge device can reasonably acquire the required configuration file for updating the target application from the cloud according to the attribute information of the game, instead of storing the existing attribute information of all games in the edge device, thereby greatly reducing the size of the configuration file in the application of the edge device, reducing the space occupation of the configuration file in the edge device, and not affecting the normal use of the application installed in the edge device.
Drawings
To more clearly illustrate the technical solutions of the embodiments of the present disclosure, the drawings used in the description of the embodiments or the prior art will be briefly introduced below, and it is obvious that the drawings in the following description are only some embodiments of the present disclosure, and it is obvious for those skilled in the art that other drawings can be obtained based on these drawings without inventive efforts.
Fig. 1 is a schematic architecture diagram of an application configuration system according to an embodiment of the present disclosure;
fig. 2 is a schematic flow chart illustrating an implementation process of an application configuration method according to an embodiment of the present disclosure;
fig. 3 is a schematic implementation flow diagram of another application configuration method provided in the embodiment of the present disclosure;
fig. 4 is a schematic implementation flow diagram of another application configuration method provided in the embodiment of the present disclosure;
fig. 5 is a schematic flow chart illustrating an implementation of another application configuration method according to an embodiment of the present disclosure;
fig. 6 is a schematic implementation flow diagram of an application configuration method according to another embodiment of the present disclosure;
fig. 7 is a schematic architecture diagram of another application configuration system provided in the embodiment of the present disclosure;
fig. 8 is a schematic diagram of a process of updating a profile list according to an embodiment of the present disclosure;
fig. 9 is a schematic structural diagram of an application configuration apparatus according to an embodiment of the present disclosure;
fig. 10 is a schematic structural diagram of another application configuration apparatus provided in the embodiment of the present disclosure;
fig. 11 is a hardware entity diagram of an application configuration device according to an embodiment of the present disclosure.
Detailed Description
The technical solution of the present disclosure will be specifically described below by way of examples with reference to the accompanying drawings. The following several specific embodiments may be combined with each other, and details of the same or similar concepts or processes may not be repeated in some embodiments.
It should be noted that: in the examples of this disclosure, "first," "second," etc. are used to distinguish similar objects and are not necessarily used to describe a particular order or sequence. In addition, the technical solutions described in the embodiments of the present disclosure can be arbitrarily combined without conflict.
Currently, in the game industry, applications running on the edge devices corresponding to the game areas generally need to use different configuration files to adapt to different game rules and hardware (such as patterns and/or devices on the game areas used during game playing). There are two implementation ways for updating the configuration file of the edge device: one is full-scale update and one is manual modification, wherein:
the mode of the full quantity updating comprises the following steps: the method includes the steps that all latest configuration files are contained in a new version package, when the latest version is installed on the edge device, resource files of all scenes are contained, and then corresponding resource files are used through different scenes, so that the purpose is achieved.
In the manual modification mode, the configuration file modification and uploading of the device are required manually, and the mode is obviously not feasible when a large batch of side-end devices need to be managed.
It is noted that the resource file and the configuration file in the embodiments of the present disclosure can be understood in the same way.
Fig. 1 is a schematic architecture diagram of an application configuration system according to an embodiment of the present disclosure, and as shown in fig. 1, the application configuration system may include: cloud server 101, first edge device 102, second edge device 103, and third edge device 104.
The cloud server 101 may be in communication with a first edge device 102, a second edge device 103, and a third edge device 104, respectively. In the implementation process, in the communication process between the cloud server 101 and any edge device, the cloud server 101 may communicate with any edge device in a wired communication manner and/or a wireless communication manner. The first side device 102 may analyze and process the acquired image of the first game area 105, the second side device 103 may analyze and process the acquired image of the second game area 106, and the third side device 104 may analyze and process the acquired image of the third game area 107.
Any two of the attribute information of the games played in the first game area 105, the second game area 106, and the third game area 107 may be different, or the attribute information of at least two of the games played in the first game area 105, the second game area 106, and the third game area 107 may be the same.
The embodiment of the present disclosure is not limited thereto, and the cloud server may communicate with other numbers of edge devices, for example, 1, 2, or an integer greater than or equal to 3. For example, the other number may be the same number of all game areas in one place where a game can be played; one or at least two of all the game areas can correspond to one edge device. In some embodiments, the play area may comprise a gaming table or a game play area. In case the play area is a game table, one or at least two players may play at the game table. In the case where the game area is a game operation area, one or at least two players may sit in the game operation area to operate a game presented in the game operation area. In an embodiment of the present disclosure, the pattern on the game area may be a pattern on the surface of the game table, and the pattern includes, for example, at least one of: tablecloth, patterns, decorations, and the like.
In some embodiments, any of the edge devices may communicate directly with the cloud server. In other embodiments, any of the edge devices may communicate with the cloud server through a server in the location where the game can be played, so that the server in the location where the game can be played may: and managing communication data between the cloud server and any side equipment.
In the embodiment of the present disclosure, if the game attribute information of the game played in the at least two game areas is the same, it is determined that the applications in the at least two edge devices corresponding to the at least two game areas one to one are also the same. If the game attribute information parts of the games played in any two game areas are the same or different, determining that the application parts in the two side-end devices corresponding to the any two game areas in a one-to-one correspondence mode are different or completely different. Any application in any of the frontend devices can analyze and process the acquired image of the game area.
Fig. 2 is a schematic diagram of an implementation flow of an application configuration method provided in an embodiment of the present disclosure, as shown in fig. 2, the method is applied to an edge device, and the method includes:
s201, determining the attribute information of the game matched with the target game area corresponding to the edge device.
The edge devices may be mounted on the target play area or may be located separately from the target play area.
The edge device may be any one of the first edge device 102, the second variable edge device 103, the third edge device 104, and the like in the above embodiments. The edge device may be any device capable of data processing, for example, the edge device may include one or a combination of at least two of: wearable devices such as a server, a Mobile Phone (Mobile Phone), a tablet computer (Pad), a computer with wireless transceiving function, a palm computer, a desktop computer, a personal digital assistant, a portable media player, an intelligent sound box, a navigation device, an intelligent watch, intelligent glasses, an intelligent necklace and the like, a pedometer, a digital TV, a Virtual Reality (VR) terminal device, an Augmented Reality (AR) terminal device, a wireless terminal in Industrial Control (Industrial Control), a wireless terminal in unmanned Driving (Self Driving), a wireless terminal in Remote Medical Surgery (Remote Medical Surgery), a wireless terminal in Smart Grid, a wireless terminal in Transportation Safety (Transportation Safety), a wireless terminal in Smart City (Smart City), a wireless terminal in Smart Home (Smart Home), and a car, a vehicle-mounted device, a vehicle-mounted module, and the like in a car networking system. The embodiment of the present disclosure does not limit the implementation manner of the edge device.
In some embodiments, the edge device may include a camera, and the camera may capture the target game area and input the captured image to a processing module or a processor of the edge device, so that the processing module or the processor may perform analysis processing on the captured image. For example, the processing module or processor may perform analysis processing on the captured image based on an application installed on the frontend device. In other embodiments, the edge device may not include a camera, and the edge device may receive images captured by a camera separate from the edge device. In some embodiments, the attribute information of the cameras may correspond to attribute information of the game, e.g., the attribute information of the cameras corresponding to different game types is different.
The target play area may be one play area or the target play area may be at least two play areas. For example, the target play area may be two play areas, three play areas, or four play areas, and so on. In some embodiments, any of the play areas may be a play area in a place where a game may be played, and the play area may include an area where game pieces are placed and an operation area where game pieces are operated. The edge device can analyze at least one of a game result of the operation area of the game item, a change of a game chip of the area where the game chip is placed, an action of a game player (or a game controller), and an action of the player through the image shot of the game area, thereby realizing management of the action of the player and/or the action of the game player in a place where the game can be played, and greatly reducing the phenomenon that the action of the game player or the action of the player does not accord with game regulations.
The attribute information of the game in the embodiment of the present disclosure may refer to the attribute information of the current game in the target game area, unless otherwise specified.
The attribute information of the game may include at least one of: game type, game name, game version, game play (or called game rules), etc. The game types may include: chess and card games, which may include card games, board games, and the like. The game name may be the name of any game, for example, the game name may be: game a, game B, game C, etc. The difference in game versions may be due to at least one of: the pattern on the play area changes; at least one of the shape, color and size of the game prop changes; at least one of the shape, size, position, etc. of the area in which the game chip is placed, the operation area of the game item changes. Differences in game play may be due to geography, game version, or other factors.
S202, determining the target application installed in the edge device based on the attribute information of the game.
The target application is used for analyzing and processing the acquired image of the target game area. The application in the embodiments of the present disclosure may be understood as an application program or a service.
The target application may be at least one of all applications installed by the edge device. For example, the target application may be any of all applications installed by the edge device. As another example, the target application may be all applications installed by the edge device. For another example, the target application may be a partial application of all applications installed by the frontend device.
In some embodiments, S202 may be implemented by: in the case where it is determined that the attribute information of the game at the present time does not coincide with the attribute information of the game before the present time, difference information between the two attribute information is determined, and based on the difference information, at least one application associated with the difference information is determined. For example, in the case where the color of the pattern on the target game area changes, an application that analyzes and processes data related to the pattern among all applications may be determined as at least one application.
The target application may be an application visible to the user or an application not visible to the user. The target application may include one of: an application for converting an input image; an application for performing analysis processing on an input image; an application responsible for data synchronization; applications for presenting interface data, and the like. Converting the input image may include: the input image is subjected to at least one of feature extraction, scaling processing, clipping processing, denoising processing, noise adding processing, gradation processing, rotation processing, normalization processing, and the like. The analyzing the input image may include: the feature extraction processing, the upsampling processing, the downsampling processing, the full-connection processing, and the like are performed on the input image, for example, the analysis processing on the input image may include the analysis and processing of the input image implemented by a convolutional neural network. The application responsible for data synchronization may synchronize the resulting data into the storage device.
S203, sending a first downloading request to a cloud server; the first download request indicates: a configuration file for updating the target application is downloaded.
The cloud server may be understood as the same as the cloud or server.
And S204, receiving a configuration file which is sent by the cloud server and used for updating the target application.
An application may include at least one configuration file, or it may be said that at least one configuration file may be configured to an application, such that the application may implement different scenarios and perform different functions based on the at least one configuration file. The configuration file for updating the target application may be one configuration file or at least two configuration files. In some embodiments, the frontend device may obtain a configuration file for updating the target application from the cloud server based on the difference information.
In some embodiments, different applications may employ different profiles or the same profile. For example, both application a and application B may be configured with the same profile or profiles.
In some embodiments, the target application in the edge device may include only the executable file, such that the target application is updated based on the obtained configuration file for updating the target application, such that the target application includes not only the executable file but also the configuration file for updating the target application.
In other embodiments, the target application in the edge device may include an executable file and a current configuration file, the current configuration file and the configuration file for updating the target application have the same file name but different file versions, and the version of the current configuration file may be higher or lower than the file version of the configuration file for updating the target application, so that the edge device may replace the current configuration file with the configuration file for updating the target application, thereby implementing the update of the target application. The current configuration file may be a configuration file already stored in the edge device.
In the embodiment of the disclosure, the target application installed in the edge device is determined through the attribute information of the game matched with the target game area, and then the configuration file for updating the target application is acquired from the cloud server, so that the edge device can reasonably acquire the required configuration file for updating the target application from the cloud according to the attribute information of the game, instead of storing the existing attribute information of all games in the edge device, thereby greatly reducing the size of the configuration file in the application of the edge device, reducing the space occupation of the configuration file in the edge device, and not affecting the normal use of the application installed in the edge device.
Fig. 3 is a schematic view of an implementation flow of another application configuration method provided in the embodiment of the present disclosure, as shown in fig. 3, the method is applied to a cloud server, and the method includes:
s301, receiving a first downloading request sent by the edge-side equipment; the first download request indicates: downloading a configuration file for updating a target application installed in the frontend device; the target application is used for analyzing and processing the acquired image of the target game area; the target application is determined based on the attribute information of the game matched by the target game area.
S302, sending a configuration file for updating the target application to the frontend equipment.
In some embodiments, the configuration file for updating the target application may be obtained by updating the current configuration file.
The update operation on the current configuration file of the target application may include: modification and/or deletion of certain content in the current configuration file of the target application, and/or addition of content to certain locations in the current configuration file of the target application.
The file name of the current configuration file of the target application may be the same as the file name of the configuration file used to update the target application. The version number of the configuration file used to update the target application may be higher or lower than the version number of the current configuration file of the target application.
In the embodiment of the disclosure, the cloud server sends the configuration file for updating the target application to the edge device when determining that the current configuration file of the target application is updated to be the configuration file for updating the target application, so that the cloud server sends the updated configuration file to the edge device instead of sending the configuration files corresponding to the attribute information of all existing games to the edge device, thereby reducing bandwidth pressure when the cloud server sends data to the edge device.
It should be noted that, in the embodiments of the present disclosure, the updated configuration file may be understood as the configuration file for updating the target application without being specifically described.
The following describes an embodiment in which the edge device obtains a configuration file for updating a target application by querying whether the configuration file of the target application of the cloud server is updated, where:
fig. 4 is a schematic implementation flow diagram of another application configuration method provided in the embodiment of the present disclosure, and as shown in fig. 4, the method includes:
s401, the edge device determines the attribute information of the game matched with the target game area corresponding to the edge device.
S402, the edge device determines the target application installed in the edge device based on the attribute information of the game.
S403, the cloud server responds to the updating operation of the current configuration file of the target application, and obtains the configuration file for updating the target application.
In some embodiments, the cloud server may communicate with a cloud-service (backend-service), and the cloud-service may obtain an update operation of a user on a current configuration file of a target application, obtain an updated configuration file, and upload the updated configuration file to the cloud server.
S404, the side-end equipment sends query information to the cloud server; the query information indicates whether the configuration file of the query target application is updated; and the cloud server receives query information sent by the side-end equipment.
In some embodiments, the frontend device may send the query information to the cloud server once every set duration. The set time length can be fixed or changed according to the scene requirement. For example, there are fewer people who play the game in the morning in the place where the game can be played, the update of the application makes the influence on the player and/or the place where the game can be played smaller, the set time period may be set shorter; the number of people playing the game at night is large, the influence on the player and/or the place where the game can be played is large due to the updating of the application, and the set time length can be set to be long.
In other embodiments, the edge device may send the query information to the cloud server when the target game area is not playing the game, and prohibit sending the query information to the cloud server when the target game area is playing the game.
In still other embodiments, the edge device may send the query information to the server in the event that the attribute information of the game on the target game area changes. The edge device may determine that the attribute information of the game on the target game area changes by one of the following means: determining that the attribute information of the game changes by analyzing and processing the image to be processed obtained by shooting the target game area; in response to a modification operation for the game attribute information displayed on the edge device, it is determined that the attribute information of the game has changed. The changing of the attribute information of the game may include: the color of the pattern of the target game area changes, and at least one of the shape, size, and position of a certain area on the game area changes. For example, if a region in which a medal is placed on the target game area is moved from the left side to the right side, or a region in which a medal is placed is deleted, it is determined that the attribute information of the game has changed.
S405, the cloud server sends notification information to the edge device; the method comprises the steps that side-end equipment receives notification information sent by a cloud server; the notification information indicates a profile update of the target application.
In some embodiments, the notification information may further indicate that the profile of the target application is not updated, and thus, the frontend device may prohibit the update operation on the target application based on the notification information indicating that the profile of the target application is not updated.
S406, the edge terminal device determines to configure a configuration file for updating the target application to the target application.
S407, the edge device sends a first downloading request for indicating to download the configuration file for updating the target application to the cloud server; the cloud server receives a first downloading request sent by the side-end device.
S408, the cloud server sends a configuration file for updating the target application to the edge device; the edge device acquires a configuration file for updating the target application from the cloud server.
In this way, after S408, if the edge device needs to continue to update the target application, the query information may be sent to the cloud server again to query whether the configuration file of the target application is updated, and in the case of update, the configuration file of the latest version is obtained again.
The following describes an embodiment in which the edge device subscribes to the configuration file of the target application of the cloud server, so that the edge device is notified when the configuration file of the target application in the cloud server is updated, and thus the edge device obtains the configuration file for updating the target application:
fig. 5 is a schematic implementation flow diagram of another application configuration method provided in the embodiment of the present disclosure, and as shown in fig. 5, the method includes:
s501, the edge device determines the attribute information of the game matched with the target game area corresponding to the edge device.
S502, the edge device determines the target application installed in the edge device based on the attribute information of the game.
S503, the edge-side equipment sends subscription information to the cloud server; the subscription information indicates notification in case of a profile update of the target application; and the cloud server receives subscription information sent by the side-end equipment.
In some embodiments, the cloud server may send the information that the subscription is successful to the edge device.
S504, the cloud server responds to the updating operation of the current configuration file of the target application, and the configuration file used for updating the target application is obtained.
S505, the cloud server sends notification information to the edge device; the method comprises the steps that side-end equipment receives notification information sent by a cloud server; the notification information indicates a profile update of the target application.
S506, the edge device determines to configure a configuration file for updating the target application to the target application.
S507, the edge-side equipment sends a first downloading request for indicating downloading of a configuration file for updating the target application to the cloud server; the cloud server receives a first downloading request sent by the side-end device.
S508, the cloud server sends a configuration file for updating the target application to the edge device; the edge device acquires a configuration file for updating the target application from the cloud server.
In this way, after S508, when determining that the configuration file of the target application is updated again, the cloud server may send notification information to the edge device again, so that when the edge device determines that the target application needs to be updated again based on the notification information, the cloud server acquires the configuration file of the latest version from the cloud server again.
In the embodiment of the disclosure, the edge device is used for sending query information to the cloud server, or the edge device sends subscription information to the cloud server, so that the edge device can know the update of the configuration file of the target application, and the updated configuration file is used for updating the target application, so that the edge device can obtain the configuration file for updating the target application, and further, the edge device can autonomously select whether to obtain the configuration file for updating the target application, so that the edge device can reasonably determine whether to update the target application according to the condition of the edge device; on the other hand, the configuration file for updating the target application is issued to the edge-side equipment through the cloud server, so that the cloud server can send the updated configuration file to a large batch of edge-side equipment, the large batch of edge-side equipment can download the updated configuration file in parallel, the state consistency can be achieved within a small time difference, and the situations that the manual modification of the configuration file on each edge-side equipment causes troublesome user operation and long time consumption are avoided.
In some embodiments, S406 or S506 may be implemented by: displaying indication information whether to update a configuration file of a target application; in response to an operation to update the configuration file of the target application, determining to configure the configuration file for updating the target application to the target application.
In some embodiments, the notification information may further include indication information, so that the edge device may display the received indication information. In other embodiments, the edge device may generate the indication information based on the notification information, thereby displaying the generated indication information.
In some embodiments, the notification information or the indication information may further include parameter information for updating a configuration file of the target application, for example: the parameter information may indicate at least one of: the version of the configuration file modifies what content compared with the previous version of the configuration file; the version number of the version's configuration file, etc. Through the parameter information of the configuration file, a user can determine whether to update the target application according to requirements.
In implementation, the edge device may display a target window, where the target window may display a confirmation button for confirming whether the configuration file of the target application is updated, a non-update button, and a button to be prompted later, and the edge device determines to configure the configuration file of the target application for updating to the target application by the user's trigger operation of the confirmation button.
In other embodiments, S406 or S506 may be implemented by: acquiring first updating information configured in advance in the edge-side equipment, wherein the first updating information indicates a latest configuration file of a target application; based on the first update information, a configuration file configured to the target application for updating the target application is determined.
In some embodiments, the edge device may display configuration content of the update information, and determine that the first update information is preconfigured in the edge device according to a selection of the first update information in the configuration content by a user. In other embodiments, the cloud server may determine to configure the first update information to the edge device, and send the first update information to the edge device, so that the edge device is preconfigured with the first update information.
In the embodiment of the disclosure, by responding to the operation of updating the configuration file of the target application, it is determined to configure the configuration file for updating the target application to the target application, so that the edge device can determine whether to update the target application by using the updated configuration file according to an actual scene, and the edge device can autonomously determine whether to update the target application according to the own requirement; and the first updating information configured in advance in the edge device is used, so that the edge device can determine whether to update the target application by using the updated configuration file based on the first updating information, and when the updated configuration file is acquired, the triggering operation of a user is not required, so that the efficiency of acquiring the updated configuration file by a large amount of edge devices is improved.
Fig. 6 is a schematic implementation flow diagram of an application configuration method according to another embodiment of the present disclosure, as shown in fig. 6, the method includes:
s601, the edge terminal equipment determines the attribute information of the game matched with the target game area corresponding to the edge terminal equipment; and the side end equipment is used for analyzing and processing the acquired image of the target game area.
After the initialization of the edge device, in order for the edge device to accurately analyze a scene on the game area, the edge device needs to know the attribute information of the game to determine a target application for analyzing the acquired image of the target game area based on the attribute information of the game. The manner of obtaining attribute information of a game is described below:
in some embodiments, S601 may be implemented by: acquiring an image to be processed obtained by shooting a target game area; and analyzing and processing the image to be processed, and determining the attribute information of the game.
The image to be processed may include at least one image. In case the image to be processed comprises at least two images, the at least two images may be consecutive or non-consecutive. The at least one image may be a directly captured image or may be an image cut out from a captured video.
In implementation, the game attribute information corresponding to the image to be processed may be determined by a neural network model such as a classifier in the edge device.
In other embodiments, S601 may be implemented by: responding to an input operation of an input box for inputting a game name displayed by the frontend device; attribute information of the game is determined based on the input game name.
In implementation, after the initialization of the edge device, the edge device may display an input box for inputting a game name, and a user may input the game name to the input box, so that the edge device may determine attribute information of the game based on the input game name. In some embodiments, the frontend device may display, based on the input game name, a plurality of game identifiers corresponding to the input game name and matching with the game name, the game identifiers including the game name and version information, and the like, so as to determine the attribute information of the game in response to a user's operation on a target game identifier among the plurality of game identifiers.
In the embodiment of the disclosure, the attribute information of the game is determined by analyzing and processing the image to be processed, and the user does not need to operate the edge-side equipment, so that the automation level of the edge-side equipment is improved, and the manpower maintenance cost is reduced; the attribute information of the game is determined by an input operation for a displayed input box for inputting a game name, and the determined attribute information of the game is accurate.
S602, the edge device determines the target application installed in the edge device based on the attribute information of the game.
S603, the edge device sends a first downloading request to the cloud server; the first download request indicates to download a configuration file for updating the target application; the cloud server receives a first downloading request sent by the side-end device.
Before the edge-side device sends the first downloading request to the cloud server, the current configuration file of the target application can be stored in the edge-side device. The application program may implement the rule or scenario corresponding to the current configuration file by executing the current configuration file.
In some embodiments, the method may further comprise: and acquiring the operating system information of the edge device.
In some embodiments, the current configuration file of the target application may include: a current configuration file of the target application that matches the operating system information of the edge device.
The operating system information may include operating system type information and/or operating system version information. The operating system type information may include one of: android system, apple IOS system, windows system, mac os system, linux system, etc. The same os type information may include different os version information, for example, in a windows system, the os version information of the windows system may include one of: windows7, windows8, windows10, and the like.
In this way, the current configuration file of the target application corresponding to the operating system of the edge device is stored in the edge device, and the current configuration files of other operating systems are not stored, so that the storage occupation of the edge device is greatly reduced.
In some embodiments, the first download request further indicates: and downloading the configuration file which is matched with the operating system information of the side terminal equipment and is used for updating the target application.
S604, the cloud server sends a configuration file for updating the target application to the edge device; and the edge terminal equipment receives a configuration file which is sent by the cloud server and used for updating the target application.
In some embodiments, the cloud server sends to the edge device: and the configuration file is matched with the operating system information of the edge device and used for updating the configuration file of the target application.
In some game update methods, if a game needs to be updated, the latest patch packages are downloaded on the game manager network, and these patch packages are configuration files, so that the device will update the game based on the game patch packages. However, in order to meet the update requirements of different devices, the patch package usually includes configuration files corresponding to various types of operating system information, which may result in a large file size of the patch package, not only increases the bandwidth pressure of the cloud server for transmitting data to the device, but also increases the memory usage of the device to a great extent.
In the embodiment of the disclosure, the operating system information of the edge device is acquired through the edge device, and a request for downloading an updated configuration file matched with the operating system information of the edge device is sent to the cloud server, so that when the cloud server sends the updated configuration file to the edge device, only the updated configuration file matched with the operating system information of the edge device is sent to the edge device, and the updated configuration file unmatched with the operating system information of the edge device is not sent, thereby reducing the bandwidth pressure of the cloud server for transmitting data to the edge device to a great extent, and further reducing the memory occupation of the edge device to a great extent.
The scene on the game area may change frequently, for example, in general, the pattern on the game area is usually green, however, sometimes in order to cater for some holiday scenes, such as christmas or spring festival scenes, the place where the game can be played may change the pattern on the game area to red, which may cause the attribute information of the game to change, and accordingly, the operation and maintenance personnel may update the current configuration file of the target application, so that the result of the analysis processing on the scene of the red pattern is more accurate. However, after the holiday, the place where the game can be played usually removes the red pattern and continues to use the green pattern, and accordingly the profile of the target application returns to the current profile before updating. To implement the rollback of the configuration file, the method of the embodiment of the present disclosure may further include the following steps S605 to S607.
S605, the edge device modifies the first update information into the second update information in response to the modification operation of the first update information configured in advance in the edge device.
The first update information indicates an up-to-date configuration file of the target application is used; the second update information indicates a configuration file that uses a previous version of the configuration file for updating the target application.
In some embodiments, the frontend device may modify the first update information into the second update information according to a user selection of the second update information in the configuration content. In other embodiments, the cloud server may determine to configure the second update information to the edge device, and send the second update information to the edge device, so that the edge device replaces the first update information with the second update information.
The version of the previous version of the configuration file is lower than the version of the updated configuration file. In some implementations, the previous version of the configuration file may be the current configuration file.
S606, the edge device sends a second downloading request to the cloud server based on the second updating information; the second download request indicates to download a previous version of the configuration file; and the cloud server receives a second downloading request sent by the side-end equipment.
S607, the cloud server sends the configuration file of the previous version to the edge device; and the edge terminal equipment receives the configuration file of the previous version sent by the cloud server.
The frontend device may update the target application after receiving the configuration file of the previous version.
In the embodiment of the disclosure, under the condition that the edge device determines that the configuration file of the previous version needs to be configured to the target application, the edge device may modify the first update information into the second update information, so that the configuration file of the previous version is acquired from the cloud server based on the second update information, rollback of the configuration file of the historical version is realized, and the occurrence of the condition that the configuration file of the historical version cannot be returned to the target application is avoided.
In a real-world scenario, the games matched by the game areas are usually constantly changing. For example, the target game area is used for playing game a, and when the game area for playing game B is insufficient, the target game area may be modified to the game area for playing game B, and for example, a change in the game matched to the target game area may be realized by changing the pattern of the game area, and when the games matched to the game areas are different, the attribute information of the games may be different. Since the target game area corresponds to the edge device, a change in the game on the game area may cause a change in the application for analyzing the game area.
Here, the description is only for illustrating one scenario in which the attribute information of the game changes, and in the actual process, there may be other scenarios in which the attribute information of the game changes, for example, the game version changes, the game rule changes, the pattern on the target game area changes, the positions of different areas on the game area change, and the like.
In order to enable the edge-side device to still analyze and process the acquired image of the target game area under the condition that the attribute information of the game changes, the embodiment of the disclosure provides the following technical scheme:
after the initialization of the edge device, determining that the attribute information of the game changes compared with the attribute information before the initialization of the edge device; determining a designated application installed in the frontend device based on the changed attribute information of the game; the appointed application is used for analyzing and processing the acquired image of the target game area; and acquiring a configuration file of the specified application from the cloud server.
The initialization of the edge device may include: and the edge terminal equipment unloads the installed target application. In some embodiments, the edge device may automatically perform an initialization procedure during the reboot. In other embodiments, the frontend device may perform the initialization procedure in response to a triggering operation for initialization in the setting.
In some embodiments, the frontend device may acquire an image to be processed obtained by photographing a target game area; and determining that the attribute information of the game changes under the condition that the game attribute information determined after the restarting of the edge device is different from the game attribute information determined before the restarting of the edge device based on the image to be processed.
The determined game attribute information before the restart of the edge device can be stored in the edge device, and the initialization process of the edge device will not affect the game attribute information before the initialization stored in the edge device.
In other embodiments, the edge device may respond to an input operation for an input box displayed for the edge device to input a game name; and determining that the attribute information of the game changes when the input game name is different from the game name determined before the restarting of the edge device.
The edge device displays an input box after initialization so that the user can input the game name through the input box.
In the embodiment of the disclosure, when the edge device is initialized and the attribute information of the game is changed, the edge device may reinstall the designated application corresponding to the changed attribute information of the game, and then acquire the configuration file of the designated application from the cloud server, so that the designated application can still perform analysis processing on the acquired image of the target game area by configuring the corresponding configuration file to the designated application even when the attribute information of the game is changed.
The following describes a manner in which the cloud server obtains the configuration file of the update target application:
firstly, the cloud server can obtain a first configuration list comprising a plurality of configuration file identifications arranged according to a version sequence; each configuration file identification is used for configuring the target application; each configuration file identifier comprises a file name and a version number; the file names of the configuration file identifications are the same, and the configuration file identifications are sequentially arranged according to the version numbers.
The plurality of profiles may be arranged from high to low or from low to high according to version numbers.
Secondly, the cloud server can determine the configuration file identifier of the latest version from the first configuration list.
And thirdly, the cloud server can identify the configuration file mapped by the configuration file with the latest version as the current configuration file of the target application.
Finally, the cloud server can respond to the update operation of the current configuration file to obtain the configuration file for updating the target application.
In the embodiment of the disclosure, the cloud server maintains the first configuration list, so that configuration files with different versions and the same file name for configuring the target application can be acquired, and further, an update operation can be easily performed on the configuration file mapped by any configuration file identifier in the first configuration list.
In some embodiments, the manner in which the cloud server obtains the configuration file of the previous version and sends the configuration file of the previous version to the edge device may include the following:
firstly, the cloud server can generate a second configuration list based on a configuration file for updating the target application; the second configuration list includes: a plurality of configuration file identifiers arranged according to the version sequence; and a profile identification mapped with a profile used to update the target application.
In some embodiments, the cloud server may maintain the first configuration list and the second configuration list simultaneously. In other embodiments, the cloud server may delete the first configuration list after obtaining the second configuration list, so that the cloud server may only maintain the newly generated configuration list.
Secondly, the cloud server can receive a second downloading request sent by the side-end device; the second download request indicates to download: specifying a configuration file identifying the mapped previous version of the configuration file; the previous version of the configuration file is of a lower version than the version of the configuration file used to update the target application.
Finally, the cloud server may send the configuration file of the previous version mapped by the obtained specified configuration file identifier to the edge device when determining that the configuration file mapped by the specified configuration file identifier is based on the second configuration list.
In the embodiment of the disclosure, by continuously generating the new configuration list, the cloud device can obtain the configuration file identifiers of all versions of the target application from the newly generated configuration list, and then determine the configuration files of all versions based on the configuration file identifiers of all versions, so that the management of the configuration files of the target application is greatly facilitated, and the convenience of reading a certain version of the configuration file of the target application is improved.
In a real-world scenario, the configuration file list is usually damaged, for example, in some implementation scenarios, if the second configuration list is damaged, or if the mapping relationship between the specified configuration file identifier and the configuration file of the previous version is damaged, the cloud server cannot acquire the configuration file of the previous version based on the second configuration list. To solve this problem, the embodiments of the present disclosure may also propose the following method:
acquiring the configuration file of the previous version mapped by the specified configuration file identification based on the first configuration list under the condition that the configuration file of the previous version mapped by the specified configuration file identification cannot be determined based on the second configuration list; and sending the acquired configuration file with the specified configuration file identification to the frontend equipment to map the configuration file with the previous version.
In the embodiment of the disclosure, the cloud server maintains the first configuration list and the second configuration list at the same time, and when the second configuration list is damaged, the configuration file of the previous version can be acquired by the first configuration list, so that the situation that the configuration file of the previous version cannot be acquired when a certain configuration list of the cloud server is damaged is avoided.
In the embodiment of the disclosure, because the different game scenes are caused by different attribute information of the game, the edge-side equipment can automatically acquire and update the corresponding configuration files according to the different scenes, and only one configuration file needs to be maintained on the edge-side equipment at the same time; the application is separated from the resource file, the resource file is managed by the cloud, any resource file is not contained in the initial application version package, and the application version package can be slimmed; in addition, the method can support the simultaneous upgrading of a large number of side-end devices, all the devices download the latest resource files in parallel through the cloud, and the state consistency can be achieved within a small time difference.
In the embodiment of the disclosure, the resource files of all applications are managed through the cloud, an incremental version number is used as a unique identifier of each resource file, and the application version package does not contain any resource file any more, but only contains a resource name and a corresponding version number. In addition, the application service on the edge device completes the automatic updating of the configuration file through differential synchronization in a mode of regularly checking the latest version of the configuration file.
Fig. 7 is a schematic architecture diagram of another application configuration system provided in the embodiment of the present disclosure, and as shown in fig. 7, an application configuration system 700 may be the same as the application configuration system 100 described above. The application configuration system 700 includes: an edge device a, an edge device B, a Remote Procedure Call (RPC) interface 701, a cloud server 702, and a database (Data Base, DB) 703.
The edge device a may be installed with an application 1(service-1), an application 2(service-2), an application 3(service-3), and an application 4 (service-4). In the frontend device a, the configuration file of the application 1 may include: resource-a-v0.1 and resource-b-latest; resource-a-v0.1 may characterize the v0.1 version of resource-a, resource-b-latest characterizing the latest version of resource-b; the configuration file of application 2 may include: resource-c-v0.1 and resource-a-latest; the configuration file for application 3 may include resource-a-v0.2 and resource-b-latest. The configuration file for application 4 may include resource-a-late and resource-b-late.
The edge device B may be installed with an application 1(service-1), an application 2(service-2), an application 3(service-3), and an application 5 (service-5). In the frontend device B, the configuration file of the application 1 may include: resource-a-v0.1 and resource-b-latest; the configuration file of application 2 may include: resource-c-v0.1 and resource-a-v 0.2; the configuration file for application 3 may include resource-a-v0.2 and resource-b-v 0.1. The configuration file for application 5 may include resource-a-latest and resource-b-v 0.1.
The edge device a or the edge device B may obtain any configuration file from the cloud server 702 through the remote procedure call interface 701.
Any one of the above configuration files may be stored in the database 703, so that the cloud server 702 may read any one of the above configuration files from the database 703.
In the embodiment of the disclosure, the configuration of the application in the edge device is completed through the cooperation of the cloud server and the edge device, and the configuration file is stored in the cloud service by taking the version number as an identifier and provides a remote procedure call interface for inquiry and downloading for the edge service to call. The frontier service needs to self-maintain the required configuration file name and the corresponding version number, and selects the version of the configuration file to download from the cloud end to the local in real time according to the application scene.
Fig. 8 is a schematic diagram illustrating a process of updating a configuration file list according to an embodiment of the present disclosure, where as shown in fig. 8, a configuration file is stored in a cloud and a name + version (name + version) is used as a unique identifier, and when a certain configuration file needs to be updated, a new file is uploaded through a cloud management background (background-service), the new file is stored with an identifier of version +1, and a latest version number is updated, and the old file is still stored and downloaded with the name + version as an identifier.
Fig. 8 shows that the cloud management background may update the configuration file mapped by the configuration file identifier in the first configuration list to obtain the latest configuration file, and generate a second configuration resource list based on the latest configuration file identifier and the first configuration resource list, where the second resource list includes the latest configuration file identifier (resource-a-v0.3[ late ]) and the configuration file identifiers (resource-a-v0.2, resource-a-v0.1, resource-x-xxx, and so on) in the first configuration list. In practice, the first list of configured resources may be referred to as an old list of configured resources, and the second list of configured resources may be referred to as a new list of configured resources. The second configuration resource list can be displayed through the cloud management background. The first configuration resource list and the second configuration resource list may be both lists corresponding to the configuration file name resource-a.
In the embodiment of the disclosure, the application service on the edge device checks whether the required resource service is updated or not in a timed polling or subscription manner, and when the difference between the locally maintained configuration file and the latest version of the cloud is found, determines whether the configuration file uses the latest configuration file or not, and if the latest configuration file is used, downloads the latest configuration file and replaces the locally corresponding configuration file.
In the embodiment of the disclosure, the configuration file used by the application service on the edge device is stored in the cloud service, and the application version package does not contain the configuration file; the method comprises the following steps that an edge-side application checks a local configuration file version by calling a cloud RPC interface and automatically updates the configuration of a corresponding version; the configuration file is stored in the cloud end by the unique identification name + version, and the configuration file is uploaded through the cloud end management background and latest is updated to version + 1.
By the method, the edge device application version package does not need to contain any configuration file any more, so that the space occupation of the version package is reduced, and the bandwidth pressure can be relieved as the version package is transmitted through the network; the edge-side equipment automatically checks whether the local configuration file needs to be updated or not, automatically downloads the latest version and applies the latest version when the local configuration file needs to be updated, and does not need human intervention any more, so that the configuration updating efficiency is improved; and using the version number management profile, the backend device may support multi-version profile management under a particular scenario and roll-back to a historical version.
The following describes a full update scenario of the configuration file of the edge device according to an embodiment of the present disclosure: the user selects the configuration file to be updated through the cloud background management background, and after the new file is uploaded, the edge-side equipment automatically downloads the latest configuration file according to the local configuration and applies the latest configuration file to the local service.
And (3) rolling back the scene of the configuration file of the edge-side equipment: the user sets a specific version number (name + version) of the configuration file used by the user by modifying the parameters of the edge device, and the configuration file with the corresponding version number is automatically downloaded and applied after the application service is restarted. There are a variety of scenarios in parallel in places where games can be played: there is a configuration file, resource-a, used in multiple scenes simultaneously, where scene 1 uses the latest version of resource-a-latest and scene 2 uses the historical version of resource-a-v 0.1. The user keeps using the latest version of resource-a (corresponding to the first update parameter) all the time by modifying the game area parameter (corresponding to the update information) of scene 1, while scene 2 continues to use the v0.1 version profile (realized by modifying the first update parameter to the second update parameter), and a plurality of scenes operate in parallel without mutual influence.
Based on the foregoing embodiments, the present disclosure provides an application configuration apparatus, where the apparatus includes each included unit and each module included in each unit, and may be implemented by a processor in an application configuration device; of course, it may be implemented by a specific logic circuit.
Fig. 9 is a schematic diagram of a composition structure of an application configuration apparatus provided in an embodiment of the present disclosure, and as shown in fig. 9, the application configuration apparatus 900 may be a processor or a chip, and the processor or the chip may be applied to an edge device in any embodiment, or the application configuration apparatus may be an edge device in any embodiment. The application configuration apparatus 900 includes:
a determining unit 901, configured to determine attribute information of a game matched with a target game area corresponding to an edge device; a determining unit 901, configured to determine, based on the attribute information of the game, a target application installed in the edge device; the target application is used for analyzing and processing the acquired image of the target game area; a sending unit 902, configured to send a first download request to a cloud server; the first download request indicates: downloading a configuration file for updating the target application; the receiving unit 903 is configured to receive a configuration file sent by the cloud server and used for updating the target application.
In some embodiments, the sending unit 902 is further configured to send query information to the cloud server, where the query information indicates whether the configuration file of the query target application is updated, or send subscription information to the cloud server, where the subscription information indicates to notify when the configuration file of the target application is updated; the receiving unit 903 is further configured to receive notification information sent by the cloud server; the notification information indicates a configuration file update of the target application; the determining unit 901 is further configured to determine a configuration file configured to the target application for updating the target application.
In some embodiments, the determining unit 901 is further configured to display indication information of whether to update the configuration file of the target application; determining to configure the target application with a configuration file for updating the target application in response to an operation of updating the configuration file of the target application;
in some embodiments, the determining unit 901 is further configured to obtain first update information preconfigured in the edge device, where the first update information indicates an up-to-date configuration file of the target application; based on the first update information, a configuration file configured to the target application for updating the target application is determined.
In some embodiments, the determining unit 901 is further configured to determine operating system information of the edge device; wherein the first download request further indicates: and downloading the configuration file which is matched with the operating system information of the side terminal equipment and is used for updating the target application.
In some embodiments, the determining unit 901 is further configured to acquire an image to be processed obtained by shooting the target game area; analyzing and processing the image to be processed, and determining the attribute information of the game;
in some embodiments, the determining unit 901 is further configured to respond to an input operation of an input box for inputting a game name displayed for the frontend device; attribute information of the game is determined based on the input game name.
In some embodiments, the determining unit 901 is further configured to obtain second update information in response to a modification operation on first update information preconfigured in the edge device; the first update information indicates: using the latest configuration file of the target application; the second update information indicates: using a configuration file for updating a previous version of the configuration file of the target application; the sending unit 902 is further configured to send a second download request to the cloud server based on the second update information; the second download request indicates: downloading a previous version of the configuration file; the receiving unit 903 is further configured to receive a configuration file of a previous version sent by the cloud server.
In some embodiments, the determining unit 901 is further configured to determine that the attribute information of the game is changed compared to the attribute information of the game before the initialization of the edge device after the initialization of the edge device; determining a designated application installed in the frontend device based on the changed attribute information of the game; the appointed application is used for analyzing and processing the acquired image of the target game area; and acquiring a configuration file of the specified application from the cloud server.
Fig. 10 is a schematic view of a composition structure of another application configuration device provided in the embodiment of the present disclosure, and as shown in fig. 10, the application configuration device 1000 may be a processor or a chip, and the processor or the chip may be applied to a cloud server in any embodiment, or the application configuration device may be a cloud server in any embodiment. The application configuration apparatus 1000 includes:
a receiving unit 1001, configured to receive a first download request sent by an edge device; the first download request indicates: downloading a configuration file for updating a target application installed in the frontend device; the target application is used for analyzing and processing the acquired image of the target game area; the target application is determined based on the attribute information of the game matched with the target game area; a sending unit 1002, configured to send a configuration file for updating the target application to the frontend device.
In some embodiments, the receiving unit 1001 is further configured to receive query information sent by the edge device, where the query information indicates whether the profile of the query target application is updated, or receive subscription information sent by the edge device, where the subscription information indicates to notify in a case that the profile of the target application is updated; a sending unit 1002, configured to send notification information to the edge device; the notification information indicates a profile update of the target application.
In some embodiments, the application configuration apparatus 1000 further comprises: a determining unit 1003, configured to acquire a first configuration list including a plurality of configuration file identifiers arranged in a version order; each configuration file identification is used for configuring the target application; each configuration file identifier comprises a file name and a version number; the file names of the configuration file identifications are the same, and the configuration file identifications are sequentially arranged according to the version numbers of the configuration file identifications; determining the configuration file identifier of the latest version from the first configuration list; determining the configuration file mapped by the configuration file identifier of the latest version as the current configuration file of the target application; and responding to the updating operation of the current configuration file to obtain the configuration file for updating the target application.
In some embodiments, the determining unit 1003 is further configured to generate a second configuration list based on the configuration file for updating the target application; the second configuration list includes: the configuration file comprises a plurality of configuration file identifiers arranged according to the version sequence and a configuration file identifier mapped with a configuration file for updating a target application; the receiving unit 1001 is further configured to receive a second download request sent by the edge device; the second download request indicates to download: specifying a configuration file identifying the mapped previous version of the configuration file; a version of the configuration file of the previous version that is lower than a version of the configuration file for updating the target application; the sending unit 1002 is further configured to send the obtained configuration file of the previous version mapped by the specified configuration file identifier to the edge device in a case that it is determined that the configuration file mapped by the specified configuration file identifier is based on the second configuration list.
In some embodiments, the determining unit 1003 is further configured to, in a case that the configuration file of the previous version mapped by the specified configuration file identifier cannot be determined based on the second configuration list, obtain the configuration file of the previous version mapped by the specified configuration file identifier based on the first configuration list; the sending unit 1002 is further configured to send the obtained configuration file of the previous version mapped by the specified configuration file identifier to the edge device.
The above description of the apparatus embodiments, similar to the above description of the method embodiments, has similar beneficial effects as the method embodiments. For technical details not disclosed in the embodiments of the apparatus of the present disclosure, reference is made to the description of the embodiments of the method of the present disclosure.
It should be noted that, in the embodiment of the present disclosure, if the application configuration method is implemented in the form of a software functional module and is sold or used as a standalone product, it may also be stored in a computer storage medium. Based on such understanding, the technical solutions of the embodiments of the present disclosure may be embodied in the form of a software product, which is stored in a storage medium and includes several instructions for causing an application configuration device to execute all or part of the methods of the embodiments of the present disclosure. And the aforementioned storage medium includes: various media capable of storing program codes, such as a usb disk, a removable hard disk, a Read Only Memory (ROM), a magnetic disk, or an optical disk. Thus, embodiments of the present disclosure are not limited to any specific combination of hardware and software.
The disclosed embodiments provide a computer storage medium storing one or more programs executable by one or more processors to implement the steps of an application configuration method as in any of the above embodiments.
Here, it should be noted that: the above description of the storage medium and device embodiments is similar to the description of the method embodiments above, with similar advantageous effects as the method embodiments. For technical details not disclosed in the embodiments of the storage medium and apparatus of the present disclosure, reference is made to the description of the embodiments of the method of the present disclosure.
Fig. 11 is a schematic diagram of a hardware entity of an application configuration device according to an embodiment of the present disclosure, and as shown in fig. 11, the hardware entity of the application configuration device 1100 includes: a processor 1101 and a memory 1102, wherein the memory 1102 stores a computer program operable on the processor 1101, and the processor 1101 executes the program to implement the steps of the method of any of the above embodiments. The application configuration device 1100 may be an edge device or a cloud server in any embodiment.
The Memory 1102 stores a computer program executable on the processor, and the Memory 1102 is configured to store instructions and applications executable by the processor 1101, and may also buffer data (e.g., image data, audio data, voice communication data, and video communication data) to be processed or already processed by each module in the application configuration apparatus 1100 and the processor 1101, and may be implemented by a FLASH Memory (FLASH) or a Random Access Memory (RAM).
The steps of the application configuration method of any of the above are implemented when the processor 1101 executes a program. The processor 1101 generally controls the overall operation of the application configuration device 1100. The application configuration means, chip or processor may comprise an integration of any one or more of the following: an Application Specific Integrated Circuit (ASIC), a Digital Signal Processor (DSP), a Digital Signal Processing Device (DSPD), a Programmable Logic Device (PLD), a Field Programmable Gate Array (FPGA), a Central Processing Unit (CPU), a Graphics Processing Unit (GPU), an embedded neural Network Processing Unit (NPU), a controller, a microcontroller, and a microprocessor. It is understood that the electronic device implementing the above processor function may be other, and the embodiments of the present disclosure are not particularly limited.
The computer storage medium/Memory may be a Read Only Memory (ROM), a Programmable Read Only Memory (PROM), an Erasable Programmable Read Only Memory (EPROM), an Electrically Erasable Programmable Read Only Memory (EEPROM), a magnetic Random Access Memory (FRAM), a Flash Memory (Flash Memory), a magnetic surface Memory, an optical Disc, or a Compact Disc Read-Only Memory (CD-ROM), and the like; but may also be various terminals such as mobile phones, computers, tablet devices, personal digital assistants, etc., that include one or any combination of the above-mentioned memories.
The processor or application configuration apparatus of the disclosed embodiments may be an integrated circuit chip having signal processing capabilities. In implementation, the steps of the above method embodiments may be performed by integrated logic circuits of hardware in a processor or instructions in the form of software. The Processor may be a general purpose Processor, a Digital Signal Processor (DSP), an Application Specific Integrated Circuit (ASIC), an off-the-shelf Programmable Gate Array (FPGA) or other Programmable logic device, discrete Gate or transistor logic device, or discrete hardware components. The various methods, steps, and logic blocks disclosed in the embodiments of the present disclosure may be implemented or performed. A general purpose processor may be a microprocessor or the processor may be any conventional processor or the like. The steps of the method disclosed in connection with the embodiments of the present disclosure may be directly implemented by a hardware decoding processor, or implemented by a combination of hardware and software modules in the decoding processor. The software module may be located in ram, flash memory, rom, prom, or eprom, registers, etc. storage media as is well known in the art. The storage medium is located in a memory, and a processor reads information in the memory and completes the steps of the method in combination with hardware of the processor.
It will be appreciated that the memory or computer storage media in embodiments of the disclosure may be either volatile memory or nonvolatile memory, or may include both volatile and nonvolatile memory. The non-volatile Memory may be a Read Only Memory (ROM), a Programmable ROM (PROM), an Erasable PROM (EPROM), an Electrically Erasable PROM (EEPROM), or a flash Memory. Volatile Memory can be Random Access Memory (RAM), which acts as external cache Memory. By way of example, but not limitation, many forms of RAM are available, such as Static random access memory (Static RAM, SRAM), Dynamic Random Access Memory (DRAM), Synchronous Dynamic random access memory (Synchronous DRAM, SDRAM), Double Data Rate Synchronous Dynamic random access memory (DDR SDRAM), Enhanced Synchronous SDRAM (ESDRAM), Synchronous link SDRAM (SLDRAM), and Direct Rambus RAM (DR RAM). It should be noted that the memory of the systems and methods described herein is intended to comprise, without being limited to, these and any other suitable types of memory.
It should be understood that the above memories are exemplary but not limiting illustrations, for example, the memories in the embodiments of the present disclosure may also be Static Random Access Memory (SRAM), dynamic random access memory (dynamic RAM, DRAM), Synchronous Dynamic Random Access Memory (SDRAM), double data rate SDRAM (DDR SDRAM), enhanced SDRAM (enhanced SDRAM, ESDRAM), Synchronous Link DRAM (SLDRAM), Direct Rambus RAM (DR RAM), and so on. That is, the memory in the disclosed embodiments is intended to comprise, without being limited to, these and any other suitable types of memory.
It should be appreciated that reference throughout this specification to "one embodiment" or "an embodiment of the present disclosure" or "a previous embodiment" or "some implementations" or "some embodiments" means that a particular feature, structure or characteristic described in connection with the embodiment is included in at least one embodiment of the present disclosure. Thus, the appearances of the phrase "in one embodiment" or "in an embodiment" or "the presently disclosed embodiment" or "the foregoing embodiments" or "some implementations" or "some embodiments" in various places throughout this specification are not necessarily all referring to the same embodiment. Furthermore, the particular features, structures, or characteristics may be combined in any suitable manner in one or more embodiments. It should be understood that, in various embodiments of the present disclosure, the sequence numbers of the above-mentioned processes do not mean the execution sequence, and the execution sequence of each process should be determined by its function and inherent logic, and should not constitute any limitation on the implementation process of the embodiments of the present disclosure. The above-mentioned serial numbers of the embodiments of the present disclosure are merely for description and do not represent the merits of the embodiments.
In a case that no specific description is given, the edge device/cloud server performs any step in the embodiments of the present disclosure, and the processor of the edge device/cloud server may perform the step. Unless otherwise specified, the embodiments of the present disclosure do not limit the order in which the edge device/cloud server performs the following steps. In addition, the data may be processed in the same way or in different ways in different embodiments. It should be further noted that, in the embodiment of the present disclosure, any step may be independently executed by the edge device/the cloud server, that is, when the edge device/the cloud server executes any step in the above embodiments, it may not depend on the execution of other steps.
In the several embodiments provided in the present disclosure, it should be understood that the disclosed apparatus and method may be implemented in other ways. The above-described device embodiments are merely illustrative, for example, the division of the unit is only a logical functional division, and there may be other division ways in actual implementation, such as: multiple units or components may be combined, or may be integrated into another system, or some features may be omitted, or not implemented. In addition, the coupling, direct coupling or communication connection between the components shown or discussed may be through some interfaces, and the indirect coupling or communication connection between the devices or units may be electrical, mechanical or other forms.
The units described as separate parts may or may not be physically separate, and parts displayed as units may or may not be physical units; can be located in one place or distributed on a plurality of network units; some or all of the units can be selected according to actual needs to achieve the purpose of the solution of the embodiment.
In addition, all the functional units in the embodiments of the present disclosure may be integrated into one processing unit, or each unit may be separately regarded as one unit, or two or more units may be integrated into one unit; the integrated unit can be realized in a form of hardware, or in a form of hardware plus a software functional unit.
The methods disclosed in the several method embodiments provided in this disclosure may be combined arbitrarily without conflict to arrive at new method embodiments.
Features disclosed in several of the product embodiments provided in this disclosure may be combined in any combination to yield new product embodiments without conflict.
The features disclosed in the several method or apparatus embodiments provided in this disclosure may be combined in any combination to arrive at a new method or apparatus embodiment without conflict.
Those of ordinary skill in the art will understand that: all or part of the steps for realizing the method embodiments can be completed by hardware related to program instructions, the program can be stored in a computer storage medium, and the program executes the steps comprising the method embodiments when executed; and the aforementioned storage medium includes: various media that can store program codes, such as a removable Memory device, a Read Only Memory (ROM), a magnetic disk, or an optical disk.
Alternatively, the integrated units of the present disclosure may be stored in a computer storage medium if they are implemented in the form of software functional modules and sold or used as independent products. Based on such understanding, the technical solutions of the embodiments of the present disclosure may be embodied in the form of a software product, which is stored in a storage medium and includes several instructions for causing a computer device (which may be a personal computer, a server, or a network device) to execute all or part of the methods described in the embodiments of the present disclosure. And the aforementioned storage medium includes: a removable storage device, a ROM, a magnetic or optical disk, or other various media that can store program code.
In the embodiments of the present disclosure, the descriptions of the same steps and the same contents in different embodiments may be mutually referred to. In the embodiment of the present disclosure, the term "and" does not affect the order of the steps, for example, the terminal device executes a and executes B, where the terminal device may execute a first and then execute B, or the terminal device executes B first and then executes a, or the terminal device executes B while executing a.
It should be noted that the drawings in the embodiments of the present disclosure are only for illustrating schematic positions of the respective devices on the terminal device, and do not represent actual positions in the terminal device, actual positions of the respective devices or the respective areas may be changed or shifted according to actual conditions (for example, a structure of the terminal device), and a scale of different parts in the terminal device in the drawings does not represent an actual scale.
As used in the disclosed embodiments 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 understood that the term "and/or" as used herein is merely one type of association that describes an associated object, meaning that three relationships may exist, e.g., a and/or B may mean: a exists alone, A and B exist simultaneously, and B exists alone. In addition, the character "/" herein generally indicates that the former and latter related objects are in an "or" relationship.
It should be noted that, in the embodiments of the present disclosure, all the steps may be executed or some of the steps may be executed, as long as a complete technical solution can be formed.
The above description is only an embodiment of the present disclosure, but the scope of the present disclosure is not limited thereto, and any person skilled in the art can easily conceive of changes or substitutions within the technical scope of the present disclosure, and all the changes or substitutions should be covered by the scope of the present disclosure. Therefore, the protection scope of the present disclosure shall be subject to the protection scope of the claims.

Claims (17)

1. An application configuration method, comprising:
determining the attribute information of the game matched with the target game area corresponding to the edge device;
determining a target application installed in the frontend device based on the attribute information of the game; the target application is used for analyzing and processing the acquired image of the target game area;
sending a first downloading request to a cloud server; the first download request indicates: downloading a configuration file for updating the target application;
and receiving the configuration file which is sent by the cloud server and used for updating the target application.
2. The method of claim 1, wherein prior to sending the first download request to the cloud server, the method further comprises:
sending query information to the cloud server; the query information indicates whether a configuration file of the target application is queried to be updated or not, or subscription information is sent to the cloud server; the subscription information indicates notification in case of a profile update of the target application;
receiving notification information sent by the cloud server; the notification information indicates a profile update of the target application;
determining to configure the configuration file for updating the target application to the target application.
3. The method of claim 2, wherein the determining to configure the configuration file for updating the target application to the target application comprises one of:
displaying indication information whether to update the configuration file of the target application; in response to an operation of updating the configuration file of the target application, determining to configure the configuration file for updating the target application to the target application;
acquiring first updating information configured in advance in the edge device, wherein the first updating information indicates that the latest configuration file of the target application is used; determining to configure the configuration file for updating the target application to the target application based on the first update information.
4. The method of any of claims 1 to 3, wherein the method further comprises: determining operating system information of the edge device;
wherein the first download request further indicates: and downloading the configuration file which is matched with the operating system information of the edge terminal equipment and is used for updating the target application.
5. The method of any one of claims 1 to 4, wherein the determining of the attribute information of the game matched with the target game area corresponding to the edge device comprises one of:
acquiring an image to be processed obtained by shooting the target game area; analyzing and processing the image to be processed, and determining attribute information of the game;
responding to an input operation of an input box for inputting a game name displayed by the frontend device; attribute information of the game is determined based on the input game name.
6. The method of any one of claims 1 to 5, wherein after receiving the configuration file sent by the cloud server for updating the target application, the method further comprises:
responding to modification operation of first updating information pre-configured in the edge-side equipment to obtain second updating information; the first update information indicates: using the latest configuration file of the target application; the second update information indicates: using the configuration file for updating the previous version of the configuration file of the target application;
sending a second downloading request to a cloud server based on the second updating information; the second download request indicates: downloading the previous version of the configuration file;
and receiving the configuration file of the previous version sent by the cloud server.
7. The method of any one of claims 1 to 6, wherein after receiving the configuration file sent by the cloud server for updating the target application, the method further comprises:
after the initialization of the edge device, determining that the attribute information of the game is changed compared with the attribute information of the game before the initialization of the edge device;
determining a designated application installed into the frontend device based on the changed attribute information of the game; the appointed application is used for analyzing and processing the acquired image of the target game area;
and acquiring the configuration file of the specified application from the cloud server.
8. An application configuration method, comprising:
receiving a first downloading request sent by the side-end equipment; the first download request indicates: downloading a configuration file for updating a target application installed in the frontend device; the target application is used for analyzing and processing the acquired image of the target game area; the target application is determined based on the attribute information of the game matched with the target game area;
and sending a configuration file for updating the target application to the frontend equipment.
9. The method of claim 8, wherein prior to receiving the first download request sent by the frontend device, the method further comprises:
receiving query information sent by the edge device; the query information indicates whether the configuration file of the target application is queried to be updated or not, or subscription information sent by the edge-side equipment is received; the subscription information indicates notification in case of a profile update of the target application;
sending notification information to the edge device; the notification information indicates a profile update for the target application.
10. The method of claim 8 or 9, wherein the method further comprises:
acquiring a first configuration list comprising a plurality of configuration file identifiers arranged according to a version sequence; each said configuration file identifying the mapped configuration file for configuring said target application; each configuration file identifier comprises a file name and a version number; the file names of the configuration file identifications are the same, and the configuration file identifications are sequentially arranged according to the version numbers of the configuration file identifications;
determining the configuration file identifier of the latest version from the first configuration list;
determining the configuration file mapped by the configuration file identifier of the latest version as the current configuration file of the target application;
and responding to the updating operation of the current configuration file to obtain the configuration file for updating the target application.
11. The method of claim 10, wherein the method further comprises:
generating a second configuration list based on the configuration file for updating the target application; the second configuration list includes: the configuration file identifiers are arranged according to the version sequence, and the configuration file identifiers are mapped with the configuration file for updating the target application;
receiving a second downloading request sent by the side-end equipment; the second download request indicates to download: specifying a configuration file identifying the mapped previous version of the configuration file; a version of the previous version of the configuration file is lower than a version of the configuration file used to update the target application;
and in the case that the configuration file mapped by the specified configuration file identification is determined based on the second configuration list, sending the acquired configuration file of the previous version mapped by the specified configuration file identification to the frontend device.
12. The method of claim 11, further comprising:
in the case that the configuration file of the previous version mapped by the specified configuration file identification cannot be determined based on the second configuration list, acquiring the configuration file of the previous version mapped by the specified configuration file identification based on the first configuration list;
and sending the acquired configuration file with the specified configuration file identification to the frontend equipment to map the configuration file with the previous version.
13. An application configuration apparatus comprising:
the determining unit is used for determining the attribute information of the game matched with the target game area corresponding to the edge device;
the determining unit is further used for determining a target application installed in the side-end equipment based on the attribute information of the game; the target application is used for analyzing and processing the acquired image of the target game area;
the sending unit is used for sending a first downloading request to the cloud server; the first download request indicates: downloading a configuration file for updating the target application;
and the receiving unit is used for receiving the configuration file which is sent by the cloud server and used for updating the target application.
14. An application configuration apparatus comprising:
the system comprises a receiving unit, a sending unit and a receiving unit, wherein the receiving unit is used for receiving a first downloading request sent by a side end device; the first download request indicates: downloading a configuration file for updating a target application installed in the frontend device; the target application is used for analyzing and processing the acquired image of the target game area; the target application is determined based on the attribute information of the game matched with the target game area;
and the sending unit is used for sending the configuration file for updating the target application to the frontend equipment.
15. An application configuration device comprising: a memory and a processor, wherein the processor is capable of,
the memory stores a computer program operable on the processor,
the processor, when executing the computer program, implementing the steps of the method of any one of claims 1 to 7; or,
the processor, when executing the computer program, implements the steps of the method of any of claims 8 to 12.
16. A computer storage medium storing one or more programs, the one or more programs being executable by one or more processors to perform the steps of the method of any one of claims 1 to 7; or,
the one or more programs are executable by one or more processors to perform the steps of the method of any one of claims 8 to 12.
17. A computer program comprising computer readable code, wherein the computer readable code, when executed in an electronic device, causes a processor in the electronic device to perform the method of any of claims 1 to 7, or to perform the method of any of claims 8 to 12.
CN202180002690.2A 2021-08-25 2021-09-16 Application configuration method, device, equipment and computer storage medium Active CN113710339B (en)

Applications Claiming Priority (3)

Application Number Priority Date Filing Date Title
SG10202109271U 2021-08-25
SG10202109271U 2021-08-25
PCT/IB2021/058444 WO2023026085A1 (en) 2021-08-25 2021-09-16 Application configuration method, apparatus and device, and computer storage medium

Publications (2)

Publication Number Publication Date
CN113710339A true CN113710339A (en) 2021-11-26
CN113710339B CN113710339B (en) 2024-07-16

Family

ID=78647597

Family Applications (1)

Application Number Title Priority Date Filing Date
CN202180002690.2A Active CN113710339B (en) 2021-08-25 2021-09-16 Application configuration method, device, equipment and computer storage medium

Country Status (2)

Country Link
CN (1) CN113710339B (en)
AU (1) AU2021240177A1 (en)

Cited By (4)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN114090133A (en) * 2021-11-30 2022-02-25 深圳市元征科技股份有限公司 Application program configuration method and device, electronic equipment and storage medium
CN114430366A (en) * 2022-01-25 2022-05-03 北京百度网讯科技有限公司 Information acquisition application issuing method, related device and computer program product
WO2023111666A1 (en) * 2021-12-15 2023-06-22 Sensetime International Pte. Ltd. Methods, apparatuses, devices and systems for managing game devices
US20240031443A1 (en) * 2022-07-20 2024-01-25 Bentley Systems, Incorporated Workspace databases

Citations (5)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN108710496A (en) * 2018-05-17 2018-10-26 腾讯科技(深圳)有限公司 Configuration update method, device, equipment and the storage medium of application program
CN111375200A (en) * 2018-12-28 2020-07-07 广州市百果园网络科技有限公司 Method and system for intelligently configuring game resources, computer storage medium and equipment
CN112044079A (en) * 2020-10-14 2020-12-08 腾讯科技(深圳)有限公司 Game running method and device, storage medium and electronic equipment
CN112999653A (en) * 2021-01-21 2021-06-22 腾讯科技(深圳)有限公司 Cloud game processing method, device, equipment and medium
CN113230660A (en) * 2021-06-09 2021-08-10 腾讯科技(深圳)有限公司 Application program updating method, device and equipment

Patent Citations (5)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN108710496A (en) * 2018-05-17 2018-10-26 腾讯科技(深圳)有限公司 Configuration update method, device, equipment and the storage medium of application program
CN111375200A (en) * 2018-12-28 2020-07-07 广州市百果园网络科技有限公司 Method and system for intelligently configuring game resources, computer storage medium and equipment
CN112044079A (en) * 2020-10-14 2020-12-08 腾讯科技(深圳)有限公司 Game running method and device, storage medium and electronic equipment
CN112999653A (en) * 2021-01-21 2021-06-22 腾讯科技(深圳)有限公司 Cloud game processing method, device, equipment and medium
CN113230660A (en) * 2021-06-09 2021-08-10 腾讯科技(深圳)有限公司 Application program updating method, device and equipment

Cited By (8)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN114090133A (en) * 2021-11-30 2022-02-25 深圳市元征科技股份有限公司 Application program configuration method and device, electronic equipment and storage medium
WO2023111666A1 (en) * 2021-12-15 2023-06-22 Sensetime International Pte. Ltd. Methods, apparatuses, devices and systems for managing game devices
CN114430366A (en) * 2022-01-25 2022-05-03 北京百度网讯科技有限公司 Information acquisition application issuing method, related device and computer program product
CN114430366B (en) * 2022-01-25 2024-05-14 北京百度网讯科技有限公司 Information acquisition application issuing method, related device and computer program product
US20240031443A1 (en) * 2022-07-20 2024-01-25 Bentley Systems, Incorporated Workspace databases
US20240031442A1 (en) * 2022-07-20 2024-01-25 Bentley Systems, Incorporated Workspace databases
US11936741B2 (en) * 2022-07-20 2024-03-19 Bentley Systems, Incorporated Workspace databases
US11943305B2 (en) * 2022-07-20 2024-03-26 Bentley Systems, Incorporated Workspace databases

Also Published As

Publication number Publication date
AU2021240177A1 (en) 2023-03-16
CN113710339B (en) 2024-07-16

Similar Documents

Publication Publication Date Title
CN113710339A (en) Application configuration method, device and equipment and computer storage medium
US11517818B2 (en) Processing method, rendering method and device for static component in game scene
CN109413186B (en) Application program updating method, terminal, server and system
CN110413282B (en) Redundant resource processing method, device, equipment and storage medium
CN110673833B (en) Information management system for programmed advertisement putting and advertisement putting platform system
CN110339568B (en) Virtual control display method and device, storage medium and electronic device
CN113692309A (en) Configuration updating method and device, equipment and storage medium
WO2019222811A1 (en) Method of processing push information, method of pushing advertisement information, device and platform
CN113398595B (en) Scene resource updating method and device, storage medium and electronic device
US11918900B2 (en) Scene recognition method and apparatus, terminal, and storage medium
CN111343485B (en) Method, device, equipment, system and storage medium for displaying virtual gift
CN111258694A (en) Interface loading method and device, user side and storage medium
CN114581580A (en) Method and device for rendering image, storage medium and electronic equipment
CN111290751B (en) Special effect generation method, device, system, equipment and storage medium
CN110046956B (en) Order processing method, device, server and storage medium
CN108786113B (en) Data playing method and device, storage medium and electronic device
CN111984293A (en) Information processing method, device and storage medium
CN111899349A (en) Model presentation method and device, electronic equipment and computer storage medium
KR20140066267A (en) Method for caching contents data in mobile game, and game server including caching system, and mobile device
WO2023026085A1 (en) Application configuration method, apparatus and device, and computer storage medium
KR20150029916A (en) Apparatus and method for setting up computting environments
CN111464688B (en) Working mode switching method and device
CN111159244A (en) Data query method and device
CN111324410A (en) Terminal boot animation playing method and device, terminal and storage medium
CN111638896A (en) Upgrading method, upgrading device, storage medium, processor and mobile terminal

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