CN112256294A - Deployment method, cloud platform, system and storage medium of terminal application - Google Patents

Deployment method, cloud platform, system and storage medium of terminal application Download PDF

Info

Publication number
CN112256294A
CN112256294A CN201910662524.XA CN201910662524A CN112256294A CN 112256294 A CN112256294 A CN 112256294A CN 201910662524 A CN201910662524 A CN 201910662524A CN 112256294 A CN112256294 A CN 112256294A
Authority
CN
China
Prior art keywords
application
terminal
file
cloud platform
deployment
Prior art date
Legal status (The legal status is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the status listed.)
Pending
Application number
CN201910662524.XA
Other languages
Chinese (zh)
Inventor
黄昌映
张华�
刘睿思
Current Assignee (The listed assignees may be inaccurate. Google has not performed a legal analysis and makes no representation or warranty as to the accuracy of the list.)
Zhongke Yungu Technology Co Ltd
Original Assignee
Zhongke Yungu Technology Co Ltd
Priority date (The priority date is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the date listed.)
Filing date
Publication date
Application filed by Zhongke Yungu Technology Co Ltd filed Critical Zhongke Yungu Technology Co Ltd
Priority to CN201910662524.XA priority Critical patent/CN112256294A/en
Publication of CN112256294A publication Critical patent/CN112256294A/en
Pending legal-status Critical Current

Links

Images

Classifications

    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F8/00Arrangements for software engineering
    • G06F8/60Software deployment
    • G06F8/65Updates
    • HELECTRICITY
    • H04ELECTRIC COMMUNICATION TECHNIQUE
    • H04LTRANSMISSION OF DIGITAL INFORMATION, e.g. TELEGRAPHIC COMMUNICATION
    • H04L67/00Network arrangements or protocols for supporting network services or applications
    • H04L67/01Protocols
    • H04L67/02Protocols based on web technology, e.g. hypertext transfer protocol [HTTP]
    • HELECTRICITY
    • H04ELECTRIC COMMUNICATION TECHNIQUE
    • H04LTRANSMISSION OF DIGITAL INFORMATION, e.g. TELEGRAPHIC COMMUNICATION
    • H04L67/00Network arrangements or protocols for supporting network services or applications
    • H04L67/34Network arrangements or protocols for supporting network services or applications involving the movement of software or configuration parameters 

Abstract

The embodiment of the invention provides a deployment method of terminal application, belonging to the technical field of information. The method comprises the following steps: uploading an application file to be deployed through an entrance provided by an upgrade server in a cloud platform, and configuring a deployment rule of the application file in the upgrade server; the deployment rule at least comprises a target terminal corresponding to the application file; the upgrading server transmits the application file to an FTP server in a cloud platform, and communicates with the target terminal by adopting an MQTT message with a preset theme so as to trigger the target terminal to send an acquisition request to the FTP server; and responding to the acquisition request, and the FTP server distributes the application file to the target terminal. Meanwhile, a deployment cloud platform and a deployment cloud system of the terminal application are also provided. The embodiment of the invention is suitable for rapid deployment and application of terminal functions, saves development cost and promotes the opening of terminal application development ecology.

Description

Deployment method, cloud platform, system and storage medium of terminal application
Technical Field
The invention relates to the technical field of information, in particular to a deployment method of a terminal application, a deployment cloud platform of the terminal application, a deployment system of the terminal application and a corresponding storage medium.
Background
The wave of digitized transformation of the industry has been raised in the world, the intelligent technology has been applied to the fields of manufacturing, transportation, agriculture and the like, great progress is made in the aspects of algorithms, models, architectures and the like, and meanwhile, new requirements and challenges are provided for the intelligent technology. With the development of the internet of things and communication technology, the requirements for data analysis, application and other edge calculations on the GPS terminal side of the internet of things are more and more, the existing requirements cannot be well met for applications developed by terminal manufacturers, and the software functions of the terminal need to be continuously expanded and upgraded to meet the requirements. Most GPS terminal applications have the functions of analyzing, packaging and transmitting protocols, and when terminal software needs to be added with new functions, the terminal software needs to be developed and integrated by a terminal manufacturer, and can be deployed after being upgraded by an upgrade server of the manufacturer.
At present, GPS terminal application involves less edge calculation application such as data processing and deep learning, the application is developed by a terminal manufacturer and then integrated into a system, an upgrade server of the manufacturer is generally private, other developers cannot intervene, and the GPS terminal application has certain sealing performance and is not beneficial to rapid expansion of terminal software functions and rapid deployment and application of mainstream technologies.
The MQTT protocol is a message transmission protocol of a publish/subscribe mode of a server architecture, and has the characteristics of lightness, openness, simplicity, specification, easiness in implementation and the like, and is widely applied to scenes such as M2M, IoT and the like.
Disclosure of Invention
The embodiment of the invention aims to provide a deployment method and a deployment system of terminal application, which at least solve the problems of rapid deployment and application deployment openness of field terminal application.
In order to achieve the above object, in a first aspect of the present invention, a method for deploying a terminal application is provided, where the method includes:
uploading an application file to be deployed through an entrance provided by an upgrade server in a cloud platform, and configuring a deployment rule of the application file in the upgrade server; the deployment rule at least comprises a target terminal corresponding to the application file;
the upgrading server transmits the application file to an FTP server in a cloud platform, and communicates with the target terminal by adopting an MQTT message with a preset theme so as to trigger the target terminal to send an acquisition request to the FTP server;
and responding to the acquisition request, and the FTP server distributes the application file to the target terminal.
Optionally, the method further includes: after uploading an application file to be deployed through an entrance provided by an upgrade server in a cloud platform, verifying the application file to be deployed; the check includes at least a format check and an integrity check.
Optionally, the communicating, with the target terminal, of the MQTT message with a preset theme to trigger the target terminal to send an acquisition request to the FTP server includes:
when the target terminal is monitored to be online and an application file corresponding to the target terminal exists, sending a trigger acquisition instruction to the target terminal;
the trigger acquisition instruction is used for triggering the target terminal to send the acquisition request to the FTP server; the FTP server at least comprises storage position information of the application file in the FTP server;
and the trigger acquisition instruction and the acquisition request are encapsulated in the MQTT message of the preset theme.
Optionally, the method further includes: verifying whether the application file is successfully deployed on the target terminal:
and when the target terminal is monitored to be started to be on line again, verifying whether the last deployment is successful or not through the application version file reported by the target terminal.
Optionally, the application version file at least includes an application name, an application version, and an application path, and information in the application version file is updated after each update is completed.
Optionally, the application file includes an application installation file or an application update file.
In a second aspect of the present invention, a deployment cloud platform of a terminal application is further provided, where the cloud platform includes an upgrade server and an FTP server, and the upgrade server and the FTP server are mutually matched to implement the deployment method of the terminal application as described above.
In a third aspect of the present invention, there is also provided a deployment system of a terminal application, the system including: the system comprises a cloud platform, a server and one or more terminals, wherein the cloud platform comprises an upgrading server, an FTP server and one or more terminals;
the terminal runs with an application, performs communication interaction with the cloud platform, and is further used for receiving application deployment provided by the cloud platform.
Optionally, the terminal includes: the system comprises an MQTT communication module, an application version management module, an application starting and guarding module, an application interface management module and a terminal basic function module;
the MQTT communication module is used for communicating with the cloud platform;
the application version management module is used for generating and maintaining an application version file in the terminal;
the application starting and guarding module is used for providing starting and guarding management of the application in the terminal;
the application interface management module is used for acquiring data and a terminal running state from the terminal basic function module through a function interface;
the terminal basic function module is used for providing the basic functions of the terminal.
In a fourth aspect of the present invention, there is also provided a machine-readable storage medium having stored thereon instructions which, when executed by a controller, can cause the controller to execute the aforementioned deployment method of a terminal application.
The terminal application deployment method and device provided by the invention have the following advantages: the terminal function is rapidly deployed and applied based on a dual-server framework of the upgrade server and the FTP server, so that the development cost of terminal manufacturers is saved, and the opening of terminal application development ecology is promoted.
Additional features and advantages of embodiments of the invention will be set forth in the detailed description which follows.
Drawings
The accompanying drawings, which are included to provide a further understanding of the embodiments of the invention and are incorporated in and constitute a part of this specification, illustrate embodiments of the invention and together with the description serve to explain the embodiments of the invention without limiting the embodiments of the invention. In the drawings:
FIG. 1 is a flowchart illustrating steps of a method for deploying a terminal application according to an embodiment of the present invention;
FIG. 2 is a schematic structural diagram of a deployment system of a terminal application according to an embodiment of the present invention;
FIG. 3 is a diagram of a main program framework of a terminal in a deployment system of a terminal application according to an embodiment of the present invention;
fig. 4 is a flowchart of an implementation of a deployment system of a terminal application according to an embodiment of the present invention.
Detailed Description
The following detailed description of embodiments of the invention refers to the accompanying drawings. It should be understood that the detailed description and specific examples, while indicating the present invention, are given by way of illustration and explanation only, not limitation.
In the embodiments of the present invention, unless otherwise specified, the use of directional terms such as "upper, lower, top, and bottom" is generally used with respect to the orientation shown in the drawings or the positional relationship of the components with respect to each other in the vertical, or gravitational direction.
Fig. 1 is a flowchart of steps of a deployment method of a terminal application according to an embodiment of the present invention, and as shown in fig. 1, the deployment method of the terminal application includes:
uploading an application file to be deployed through an entrance provided by an upgrade server in a cloud platform, and configuring a deployment rule of the application file in the upgrade server; the deployment rule at least comprises a target terminal corresponding to the application file;
the upgrading server transmits the application file to an FTP server in a cloud platform, and communicates with the target terminal by adopting an MQTT message with a preset theme so as to trigger the target terminal to send an acquisition request to the FTP server;
and responding to the acquisition request, and the FTP server distributes the application file to the target terminal.
Therefore, the scheme has the advantages that the application executable file is uploaded on the platform through an open platform and is issued to the terminal through the OTA channel, the newly added application can be upgraded through the OTA channel, the change of a main program of the terminal is very small, the software function can be newly added, the development cost of a terminal manufacturer can be saved, the new function can be rapidly deployed and applied, certain openness is realized, and certain promotion effect is realized on the ecological benign development of application development.
Specifically, the embodiment of the invention provides a deployment method of terminal application, and a developer can deploy an application executable file developed by the developer on a cloud platform, bind a terminal to be deployed, and issue an instruction to trigger the terminal to acquire the application executable file through the platform. The file transmission is carried out through the FTP server, the terminal obtains the deployed application executable file from the FTP server through the FTP server, and therefore the function corresponding to the application executable file is added on the terminal side. Similarly, the upgrade file can also be deployed by the deployment method, so that the application of the developer is upgraded through the cloud platform.
The cloud platform in the implementation mode provided by the invention comprises an upgrade server and an FTP server, wherein the upgrade server is mainly used for carrying out related instruction interaction with the terminal through an MQTT communication protocol. The FTP server is mainly used for storing files and transmitting files, and the terminal can acquire the files from the FTP server through a specified URL. The MQTT protocol and the FTP transmission protocol are open-source, so that the adaptability and the openness are better.
The terminal software module mainly comprises a main program and other applications, the main program is responsible for performing data and instruction uplink and downlink interaction with the cloud platform and monitoring the other applications, and the other applications mainly execute software functions of the applications.
In one embodiment provided by the present invention, the method further comprises: after uploading an application file to be deployed through an entrance provided by an upgrade server in a cloud platform, verifying the application file to be deployed; the check includes at least a format check and an integrity check. In order to ensure the successful completion of deployment, the application file to be deployed needs to be checked, that is, a developer is limited to upload only the application file in a specified format, and the integrity of the application file is ensured.
In an embodiment provided by the present invention, the communicating, with the target terminal, the MQTT message with a preset theme to trigger the target terminal to send an acquisition request to the FTP server includes:
when the target terminal is monitored to be online and an application file corresponding to the target terminal exists, sending a trigger acquisition instruction to the target terminal; the trigger acquisition instruction is used for triggering the target terminal to send the acquisition request to the FTP server; the FTP server at least comprises storage position information of the application file in the FTP server; and the trigger acquisition instruction and the acquisition request are encapsulated in the MQTT message of the preset theme.
Specifically, the MQTT communication protocol specifies the topic names and message formats that the terminal and the upgrade server need to subscribe or publish, and the terminal and the upgrade server subscribe to the specified topics respectively, regardless of the terminal or the platform, and after publishing the related topic messages, the messages can be obtained as long as the topic is subscribed, which is ensured by the MQTT framework, and meanwhile, the arrival of the messages can be ensured according to the Qos (quality of service) of the MQTT, and the instruction contents of the uplink and the downlink are encapsulated in the topic messages. After the terminal is started, the upgrading server can be connected, after the connection is successful, an online message is sent to the platform, the platform can only send an instruction to the terminal when the terminal is online, and the specified terminal is triggered to acquire the bound file on the upgrading server side.
The platform sends the instruction to the terminal, and the terminal analyzes the content in the message after receiving the instruction. The terminal is connected with the FTP server through the FTP user name and the password issued by the platform, simultaneously, the file is acquired from the server through the storage location information (preferably URL) issued by the platform, if the file transmission is abnormal, the terminal reports the abnormality, if the file transmission is normal, the terminal reports the transmission progress at intervals, and if the file transmission is finished, the message of successful transmission is reported.
In an embodiment provided by the present invention, the verifying whether the application file is successfully deployed on the target terminal includes: and when the target terminal is monitored to be started to be on line again, verifying whether the last deployment is successful or not through the application version file reported by the target terminal.
After receiving the deployed application file, the terminal determines when to install the application file according to the running state of the terminal, and the terminal is restarted after installation is completed. After the terminal is restarted, the system of the terminal starts all the applications and reports the current main program and the version information of the applications to the platform, if the applications are abnormally operated, the main program of the terminal can monitor the operation condition of the applications and report the operation state information of the applications. The platform can verify whether the last deployment is correct or not through the reported running state information. In order to comprehensively acquire the current terminal deployment situation of the terminal, a unified file can be used for recording the current terminal deployment situation. The version file is used for recording, the application version file at least comprises an application name, an application version and an application path, and the information in the application version file is updated after the update is completed each time. The setting of the application version file can uniformly manage the application versions in the terminal file. The application version management is mainly used for completing version management and remote updating of the terminal application and other applications. The version number is defined by four digits. An application version file is locally maintained, the file can adopt a json format in the embodiment, the file name of the file can be defined as appver. The information in this file must be updated after each update is completed.
On the cloud platform, besides deployment, the application management of the terminal also comprises upgrading of the deployed application. Therefore, the corresponding application file comprises an application issuing file or an application updating file. The application upgrade flow of the developer is similar to the application issuing flow, and the description is not repeated here.
In an optional implementation manner provided by the present invention, the present invention further includes a cloud platform for a terminal application, where the cloud platform includes an upgrade server and an FTP server, and the upgrade server and the FTP server are mutually matched to implement the foregoing deployment method for the terminal application. The server comprises a memory and a processor; the memory to store program instructions; when executed by the processor, the program instructions cause the processor to implement a method of deploying a terminal application as described above. In some applications, the bearer entity of the server may be replaced by a smart terminal or a PC. It can be replaced by an intelligent device having the functions of numerical calculation and logical operation, at least a central processing unit CPU having data processing capability, a random access memory RAM, a read only memory ROM, various I/O ports and interrupt systems, etc.
In an optional implementation manner provided by the present invention, a deployment system of a terminal application is further included. Fig. 2 is a schematic structural diagram of a deployment system of a terminal application according to an embodiment of the present invention (the figure only shows a case of one terminal, the number of the terminals is not limited, and the number of the terminals in specific implementation is determined according to a specific scenario); as shown in fig. 2, the system includes: a cloud platform as described previously, and one or more terminals. The terminal runs with an application, performs communication interaction with the cloud platform, and is further used for receiving application deployment provided by the cloud platform.
The system provided by the embodiment comprises a cloud platform and a terminal software module, a developer can deploy an application executable file developed by the developer on the cloud platform, and the developer can issue an instruction to trigger the terminal to acquire the file by binding the terminal. The file transmission is carried out through the FTP server, the terminal obtains the file from the FTP server, and the application of a developer can be upgraded through the cloud platform. The cloud platform comprises an upgrade server and an FTP server, the terminal software module mainly comprises a main program and other applications, and the mutual matching process of the main program and the other applications is as described above and is not repeated here.
In one embodiment provided by the invention, a specific component module of the terminal is provided. Fig. 3 is a main program framework diagram of a terminal in a deployment system of a terminal application according to an embodiment of the present invention, and as shown in fig. 3, the terminal includes: the system comprises an MQTT communication module, an application version management module, an application starting and guarding module, an application interface management module and a terminal basic function module;
the MQTT communication module is used for communicating with the cloud platform;
the application version management module is used for generating and maintaining an application version file in the terminal;
the application starting and guarding module is used for starting and managing the application in the terminal; the application start function: after each terminal is started, starting the existing application according to the information in the appVer. The application daemon function: when one application runs abnormally, the abnormal application can be restarted, and the application is mainly guarded by an open-source monitor process.
The application interface management module is used for acquiring data and a terminal running state from the terminal basic function module through a function interface;
the terminal basic function module is used for providing the basic functions of the terminal.
The program modules of the terminal are arranged corresponding to the functions realized by the program modules.
In order to better understand the remote configuration process provided by the embodiment of the present invention, an embodiment provided by the present invention is described with reference to fig. 4. Fig. 4 is a flowchart of an implementation of a deployment system of a terminal application according to an embodiment of the present invention. The platform and the terminal are matched with each other in the following way:
1. a developer registers an account number on a platform home page, after a certain authority is allocated, the developer uses the account to log in a platform, a developed application executable file is deployed to the platform, and the platform carries out certain verification on the format of the executable file, namely, the developer is limited to upload files in a specified format only.
2. After the deployment is successful, the developer needs to bind the file to the specified terminal and bind the file through the terminal number.
3. The MQTT communication protocol specifies the topic names and message formats which need to be subscribed or published by the terminal and the upgrading server, the terminal and the upgrading server respectively subscribe the specified topics, regardless of the terminal or the platform, after publishing the related topic messages, the messages can be obtained as long as the topic is subscribed, the MQTT framework ensures that the messages can reach according to the Qos (quality of service) of the MQTT, and the instruction contents of the uplink and the downlink are encapsulated in the topic messages. After the terminal is started, the upgrading server can be connected, after the connection is successful, an online message is sent to the platform, the platform can only send an instruction to the terminal when the terminal is online, and the specified terminal is triggered to acquire the bound file on the upgrading server side.
4. The platform sends the instruction to the terminal, and the terminal analyzes the content in the message after receiving the instruction.
5. The terminal is connected with the FTP server through the FTP user name and the password issued by the platform, simultaneously, the file is acquired from the server through the URL issued by the platform, if the file transmission is abnormal, the terminal reports the abnormality, if the file transmission is normal, the terminal reports the transmission progress at intervals, and if the file transmission is finished, the information of successful transmission is reported.
6. The terminal determines when to install the application file according to the running state of the terminal, after the installation is completed, the terminal can be restarted, after the restart, the system starts all the applications and reports the current main program and the version information of the applications to the platform, and if the applications run abnormally, the main program can monitor the running condition of the applications and report the running state information of the applications.
7. The application upgrade flow of the developer is similar to the application issuing flow, and the description is not repeated here.
According to the scheme, the application executable file is uploaded on the platform through an open platform system and is issued to the terminal through the OTA channel, the newly added application can be upgraded through the OTA channel, so that the change of a main program of the terminal is very small, the software function can be newly added, the development cost of a terminal manufacturer can be saved, the new function can be rapidly applied, certain openness is achieved, and a certain promotion effect is achieved on the ecology of application development.
In an embodiment of the present invention, a machine-readable storage medium is further provided, which has instructions stored thereon, and when the instructions are executed by a controller, the instructions can cause the controller to execute the foregoing deployment method of the terminal application.
The technical scheme of the invention can be suitable for wider application occasions and can rapidly deploy the application of the GPS terminal side of the Internet of things.
While the embodiments of the present invention have been described in detail with reference to the accompanying drawings, the embodiments of the present invention are not limited to the details of the above embodiments, and various simple modifications can be made to the technical solution of the embodiments of the present invention within the technical idea of the embodiments of the present invention, and the simple modifications are within the scope of the embodiments of the present invention.
It should be noted that the various features described in the above embodiments may be combined in any suitable manner without departing from the scope of the invention. In order to avoid unnecessary repetition, the embodiments of the present invention will not be described separately for the various possible combinations.
Those skilled in the art will appreciate that all or part of the steps in the method for implementing the above embodiments may be implemented by a program, which is stored in a storage medium and includes several instructions to enable a single chip, a chip, or a processor (processor) to execute all or part of the steps in the method according to the embodiments of the present invention. And the aforementioned storage medium includes: a U-disk, a removable hard disk, a Read-Only Memory (ROM), a Random Access Memory (RAM), a magnetic disk or an optical disk, and other various media capable of storing program codes.
In addition, any combination of the various embodiments of the present invention is also possible, and the same should be considered as disclosed in the embodiments of the present invention as long as it does not depart from the spirit of the embodiments of the present invention.

Claims (10)

1. A deployment method of a terminal application, the method comprising:
uploading an application file to be deployed through an entrance provided by an upgrade server in a cloud platform, and configuring a deployment rule of the application file in the upgrade server; the deployment rule at least comprises a target terminal corresponding to the application file;
the upgrading server transmits the application file to an FTP server in a cloud platform, and communicates with the target terminal by adopting an MQTT message with a preset theme so as to trigger the target terminal to send an acquisition request to the FTP server;
and responding to the acquisition request, and the FTP server distributes the application file to the target terminal.
2. The method of claim 1, further comprising: after uploading an application file to be deployed through an entrance provided by an upgrade server in a cloud platform, verifying the application file to be deployed; the check includes at least a format check and an integrity check.
3. The method according to claim 1, wherein the communicating with the target terminal using MQTT messages with preset themes to trigger the target terminal to send a get request to the FTP server comprises:
when the target terminal is monitored to be online and an application file corresponding to the target terminal exists, sending a trigger acquisition instruction to the target terminal;
the trigger acquisition instruction is used for triggering the target terminal to send the acquisition request to the FTP server; the FTP server at least comprises storage position information of the application file in the FTP server;
and the trigger acquisition instruction and the acquisition request are encapsulated in the MQTT message of the preset theme.
4. The method of claim 1, further comprising: verifying whether the application file is successfully deployed on the target terminal:
and when the target terminal is monitored to be started to be on line again, verifying whether the last deployment is successful or not through the application version file reported by the target terminal.
5. The method of claim 4, wherein the application version file comprises at least an application name, an application version, and an application path, and wherein the information in the application version file is updated after each update is completed.
6. The method of any of claims 1-5, wherein the application file comprises an application installation file or an application update file.
7. A deployment cloud platform of a terminal application, characterized in that the cloud platform comprises an upgrade server and an FTP server, and the upgrade server and the FTP server are mutually matched to realize the deployment method of the terminal application as claimed in any one of claims 1 to 6.
8. A system for deploying a terminal application, the system comprising: the cloud platform of claim 7, and one or more terminals;
the terminal runs with an application, performs communication interaction with the cloud platform, and is further used for receiving application deployment provided by the cloud platform.
9. The system of claim 8, wherein the terminal comprises: the system comprises an MQTT communication module, an application version management module, an application starting and guarding module, an application interface management module and a terminal basic function module;
the MQTT communication module is used for communicating with the cloud platform;
the application version management module is used for generating and maintaining an application version file in the terminal;
the application starting and guarding module is used for providing starting and guarding management of the application in the terminal;
the application interface management module is used for acquiring data and a terminal running state from the terminal basic function module through a function interface;
the terminal basic function module is used for providing the basic functions of the terminal.
10. A machine-readable storage medium, having stored thereon instructions, which when executed by a controller, are capable of causing the controller to execute the method of deploying a terminal application according to any one of claims 1 to 6.
CN201910662524.XA 2019-07-22 2019-07-22 Deployment method, cloud platform, system and storage medium of terminal application Pending CN112256294A (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
CN201910662524.XA CN112256294A (en) 2019-07-22 2019-07-22 Deployment method, cloud platform, system and storage medium of terminal application

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
CN201910662524.XA CN112256294A (en) 2019-07-22 2019-07-22 Deployment method, cloud platform, system and storage medium of terminal application

Publications (1)

Publication Number Publication Date
CN112256294A true CN112256294A (en) 2021-01-22

Family

ID=74224379

Family Applications (1)

Application Number Title Priority Date Filing Date
CN201910662524.XA Pending CN112256294A (en) 2019-07-22 2019-07-22 Deployment method, cloud platform, system and storage medium of terminal application

Country Status (1)

Country Link
CN (1) CN112256294A (en)

Cited By (4)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN112967503A (en) * 2021-02-26 2021-06-15 北京大椽科技有限公司 Method for configuring information of road side equipment of C-V2X vehicle-road cooperative system
CN112995321A (en) * 2021-03-04 2021-06-18 华录智达科技股份有限公司 MQTT protocol-based method for remotely and immediately updating client
CN113259161A (en) * 2021-05-11 2021-08-13 商汤国际私人有限公司 Application management method and device, electronic equipment and storage medium
CN115102952A (en) * 2022-06-22 2022-09-23 睿云联(厦门)网络通讯技术有限公司 Method, device and medium for connecting terminal product with cloud platform through local server

Citations (3)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
WO2018041061A1 (en) * 2016-08-29 2018-03-08 深圳市中兴微电子技术有限公司 Onboard device upgrade method, device, system and computer storage medium
CN107819794A (en) * 2016-09-12 2018-03-20 厦门雅迅网络股份有限公司 Car-mounted terminal programme upgrade method and its system
CN108337120A (en) * 2018-02-01 2018-07-27 北京安控科技股份有限公司 A kind of remote upgrade method of internet-of-things terminal equipment

Patent Citations (3)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
WO2018041061A1 (en) * 2016-08-29 2018-03-08 深圳市中兴微电子技术有限公司 Onboard device upgrade method, device, system and computer storage medium
CN107819794A (en) * 2016-09-12 2018-03-20 厦门雅迅网络股份有限公司 Car-mounted terminal programme upgrade method and its system
CN108337120A (en) * 2018-02-01 2018-07-27 北京安控科技股份有限公司 A kind of remote upgrade method of internet-of-things terminal equipment

Cited By (6)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN112967503A (en) * 2021-02-26 2021-06-15 北京大椽科技有限公司 Method for configuring information of road side equipment of C-V2X vehicle-road cooperative system
CN112995321A (en) * 2021-03-04 2021-06-18 华录智达科技股份有限公司 MQTT protocol-based method for remotely and immediately updating client
CN113259161A (en) * 2021-05-11 2021-08-13 商汤国际私人有限公司 Application management method and device, electronic equipment and storage medium
CN113259161B (en) * 2021-05-11 2024-03-19 商汤国际私人有限公司 Application management method and device, electronic equipment and storage medium
CN115102952A (en) * 2022-06-22 2022-09-23 睿云联(厦门)网络通讯技术有限公司 Method, device and medium for connecting terminal product with cloud platform through local server
CN115102952B (en) * 2022-06-22 2023-04-07 睿云联(厦门)网络通讯技术有限公司 Method, device and medium for connecting terminal product with cloud platform through local server

Similar Documents

Publication Publication Date Title
US11526348B2 (en) Detecting anomalies online using controller processing activity
CN112256294A (en) Deployment method, cloud platform, system and storage medium of terminal application
KR101850879B1 (en) Service enabler function
US8307095B2 (en) Firmware upgrade system and method in a device management architecture
EP2456257B1 (en) Method and system for upgrading wireless data card
US20140189075A1 (en) Machine-to-machine ("m2m") device client systems, methods, and interfaces
US10104517B2 (en) Method for loading a profile
CN104079540A (en) Method, device and system of updating application as well as user equipment
WO2019047519A1 (en) Method and apparatus for upgrading narrowband internet of things and system
EP3047660B1 (en) Method of communicating between a server and a secure element
CN113590271A (en) Database deployment method and device, electronic equipment and storage medium
US20210165690A1 (en) System and Method for Efficient Execution and Monitoring of Machine-to-Machine Device Management Tasks
CN111427603A (en) Application program upgrading method and device
KR102250138B1 (en) System for providing micro service-based device control interface and method using thereof
KR102186040B1 (en) How to perform interface diagnosis of vehicle diagnostic information collection device
CN108496376B (en) Method for managing a connection between a secure element and a server
CN116800853A (en) Application management method and system of embedded equipment and network equipment
CN116155724A (en) Remote upgrade management method and system for complex Internet of things equipment
CN117806672A (en) OTA upgrading method, system, device, server and vehicle end
CN115934121A (en) Method and device for processing vehicle application software, vehicle and storage medium
CN117850843A (en) Processing method and MCU of multi-version firmware of high-computation-power intelligent chip
CN117032750A (en) Energy storage charging pile remote upgrading method based on FOTA and related equipment

Legal Events

Date Code Title Description
PB01 Publication
PB01 Publication
SE01 Entry into force of request for substantive examination
SE01 Entry into force of request for substantive examination