CN112764801A - Software deployment and version control system, method and medium for self-service terminal - Google Patents

Software deployment and version control system, method and medium for self-service terminal Download PDF

Info

Publication number
CN112764801A
CN112764801A CN202110066724.6A CN202110066724A CN112764801A CN 112764801 A CN112764801 A CN 112764801A CN 202110066724 A CN202110066724 A CN 202110066724A CN 112764801 A CN112764801 A CN 112764801A
Authority
CN
China
Prior art keywords
data
version
basic
module
self
Prior art date
Legal status (The legal status is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the status listed.)
Withdrawn
Application number
CN202110066724.6A
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.)
Inspur Financial Information Technology Co Ltd
Original Assignee
Inspur Financial Information 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 Inspur Financial Information Technology Co Ltd filed Critical Inspur Financial Information Technology Co Ltd
Priority to CN202110066724.6A priority Critical patent/CN112764801A/en
Publication of CN112764801A publication Critical patent/CN112764801A/en
Withdrawn legal-status Critical Current

Links

Images

Classifications

    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F8/00Arrangements for software engineering
    • G06F8/70Software maintenance or management
    • G06F8/71Version control; Configuration management
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F21/00Security arrangements for protecting computers, components thereof, programs or data against unauthorised activity
    • G06F21/60Protecting data
    • G06F21/602Providing cryptographic facilities or services
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F21/00Security arrangements for protecting computers, components thereof, programs or data against unauthorised activity
    • G06F21/60Protecting data
    • G06F21/64Protecting data integrity, e.g. using checksums, certificates or signatures
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F8/00Arrangements for software engineering
    • G06F8/60Software deployment
    • G06F8/65Updates

Abstract

The invention discloses a system for software deployment and version control of a self-service terminal, which comprises: the invention can improve the efficiency of remote software deployment, verify the integrity and the correctness of the data, execute the transmission of the corresponding channel according to the data type, ensure the safety, judge the importance of the data according to the type of the ID, forcibly execute the configuration of the data with the safety ID type, and execute the software deployment in a one-to-many way without distinguishing a CPU framework and a system framework, has universality.

Description

Software deployment and version control system, method and medium for self-service terminal
Technical Field
The invention relates to the technical field of computer software deployment, in particular to a system, a method and a medium for software deployment and version control of a self-service terminal.
Background
The existing self-service terminal is widely applied to the fields of finance, insurance, securities and the like, but the operating system of the self-service terminal generally adopts Linux as a basis to carry out secondary development, and the operating system of the existing self-service terminal is different from the operating system of the secondary development of a manufacturer, so that software deployment based on the secondary development is difficult.
However, this method consumes a lot of manpower and material resources when deploying, updating or upgrading software, is inefficient in deploying software, is prone to data loss when deploying software, cannot monitor the software deployment process, can cause data loss of a user enterprise or tampering by malicious personnel, and is not beneficial to reducing the operation cost of a provider because the software needs to be installed on a server side according to the customization of users.
Disclosure of Invention
The invention mainly solves the problems that when self-service terminal software is deployed, the software deployment efficiency is low, the deployment process cannot be controlled and controlled, and low-cost customized software deployment cannot be carried out according to requirements.
In order to solve the technical problems, the invention adopts a technical scheme that: the system for software deployment and version management and control of the self-service terminal comprises: a service system, a transmission system and a client system;
the transmission system is respectively connected with the service system and the client system;
the service system is used for configuring customized data and storing basic data, generating a data packet and sending the data packet to the client system through the transmission system;
the transmission system judges the data type of the data packet and conducts a data channel according to the data type;
the client system is used for verifying the data packet and executing the customization data and the basic data according to a verification result.
Further, the service system comprises a first monitoring module, a first configuration module, a display module, a warehouse module and a first adaptation module;
the first configuration module is used for receiving the customization data;
the display module is used for selecting the basic data stored by the warehouse module according to the customized data;
the first monitoring module generates an ID according to the data types of the customized data and the basic data and generates a timestamp;
the first adaptation module is used for encrypting the customized data and the basic data and generating a check code, and generating the data length of the customized data and the basic data, and the first adaptation module is used for packaging the ID, the data type, the data length, the check code, the timestamp, the customized data and the basic data and generating the data packet.
Further, the transmission system comprises a universal data channel and an external data channel, the transmission system identifies the data type of the data packet, if the data type is Socket or HTTP, the universal data channel is conducted to send the data packet to the client system, and if the data type is FTP or SVN, the external data channel is conducted to send the data packet to the client system.
Further, the client system comprises a monitoring module, a second adapter and a second configuration module;
the second adapter is respectively connected with the universal data channel and the external data channel, and is used for checking the data length, the check code and the ID of the data packet;
the second configuration module is used for configuring the customization data and the basic data;
and the monitoring module records the configuration results of the customized data and the basic data configured by the second configuration module.
Further, the ID includes a security ID and a version ID, the service system and the user system are provided with the same encryption algorithm, the service system encrypts the customization data and the basic data through the encryption algorithm to generate the verification code, the user system decrypts the verification code through the encryption algorithm, if decryption is successful, the second adapter verifies the data length, and if verification of the data length is successful, configuration of the customization data and the basic data is executed according to the ID.
Further, if the second adapter reads that the ID is a safe ID, the second configuration module is instructed to execute the customized data and the basic data; if the second adapter reads that the ID is the version ID, the second configuration module judges whether the version ID is the highest-level version ID, and if so, the customized data and the basic data are configured.
Further, after the second configuration module completes configuration of the custom data and the basic data, the monitoring module stores a second configuration module configuration completion result and stores the timestamp.
The invention also provides a method for software deployment and version control of the self-service terminal, which comprises the following steps:
configuring customization data, pulling basic data, encrypting the customization data and the basic data to generate verification codes, generating IDs (identity), data types and timestamps according to the customization data, generating data lengths of the customization data and the basic data, packaging the customization data, the basic data, the verification codes, the IDs, the timestamps, the data lengths and the data types, and sending the data according to the data types;
and verifying the verification code and the data length, distinguishing the ID type if the verification is passed, and executing the configuration of the customized data and the basic data according to the ID type.
Further, if the verification is passed, distinguishing the ID type, and executing the configuration of the customization data and the basic data according to the ID type further includes: and if the ID is verified to be a safe ID, executing the configuration of the customization data and the basic data, if the ID is verified to be a version ID, judging whether the version ID is the latest version, and if so, configuring the customization data and the basic data.
The invention also provides a computer-readable storage medium, which stores a computer program, and is characterized in that when the computer program is executed by a processor, the method steps of software deployment and version management and control of any self-service terminal are realized.
The invention has the beneficial effects that:
1. the system for software deployment and version control of the self-service terminal can improve the efficiency of remote software deployment, verify the integrity and correctness of data, execute transmission of corresponding channels according to the data types, ensure the safety, judge the importance of the data according to the types of the IDs, forcibly execute configuration on the data of the safety ID types, execute software deployment in a one-to-many way, do not need to distinguish a CPU framework and a system framework, and have universality.
2. The method for software deployment and version control of the self-service terminal can realize the verification of the data packet, the verification of the data length, the guarantee of the data integrity, the verification of the verification code of the data packet, the guarantee of the data security, the differentiation of the ID, the execution of forced data configuration on the security ID and the execution of verification on the version ID whether the configuration is the latest version or not.
3. The medium for software deployment and version control of the self-service terminal can realize encryption and decryption of data, distinguish ID of the data, verify data length, and store configuration results after configuration is completed.
Drawings
In order to more clearly illustrate the embodiments of the present invention or the technical solutions in the prior art, the drawings used in the description of the embodiments or the prior art will be briefly described below, and it is obvious that the drawings in the following description are some embodiments of the present invention, and other drawings can be obtained by those skilled in the art without creative efforts.
Fig. 1 is a schematic diagram of a system for software deployment and version management and control of a self-service terminal according to embodiment 1 of the present invention;
fig. 2 is a schematic view of a service system for software deployment and version management and control of a self-service terminal according to embodiment 1 of the present invention;
fig. 3 is a schematic diagram of a transmission system for software deployment and version management and control of a self-service terminal according to embodiment 1 of the present invention;
fig. 4 is a schematic diagram of a client system for software deployment and version management and control of a self-service terminal according to embodiment 1 of the present invention;
fig. 5 is a schematic diagram of a method for software deployment and version management and control of a self-service terminal according to embodiment 2 of the present invention.
Detailed Description
The technical solutions of the present invention will be described clearly and completely with reference to the accompanying drawings, and it should be understood that the described embodiments are some, but not all embodiments of the present invention. All other embodiments, which can be derived by a person skilled in the art from the embodiments given herein without making any creative effort, shall fall within the protection scope of the present invention.
Furthermore, the terms "first", "second" and "first" are used for descriptive purposes only and are not to be construed as indicating or implying relative importance or implicitly indicating the number of technical features indicated. Thus, a feature defined as "first" or "second" may explicitly or implicitly include at least one such feature.
It should be noted that, in the description of the present invention, ftp (file Transfer protocol) is a file Transfer protocol, svn (subversion) is an open source code version control system, http (hypertext Transfer protocol) is a hypertext Transfer protocol, and Socket is a Socket.
Example 1
The embodiment of the present invention provides a system for software deployment and version management and control of a self-service terminal, please refer to fig. 1 to 4, including; a service system, a transmission system and a client system;
the transmission system is respectively connected with the service system and the client system;
the server system is used for generating data, packaging the data according to the data and transmitting the data to the client system through the transmission system, and the client system decompresses the packaged data and executes software deployment of the corresponding data;
the service system comprises a first monitoring module, a first configuration module, a display module, a warehouse module and a first adaptation module, the deployment personnel writes the data required to be customized by the client system into the configuration module, and mounts the written data with the base data of the warehouse module, because the custom data is only modified for the base data, therefore, the basic data and the customized data are mounted, the monitoring module monitors the customization written by the staff, the basic data in the warehouse module is selected through the display module and mounted with the customized data, and when the data is mounted or the basic data of the warehouse module is directly sent each time, the monitoring module numbers the data, namely ID, when a worker deploys the software on a client system without deploying the software, basic data in the warehouse module can be directly pulled through the display module, and software deployment can be carried out on a client system through the transmission system;
after the customized data are mounted on the basic data, the data are sent to a first adaptation module, the first adaptation module encrypts the basic data and the customized data and verifies which type of data the basic data are, the data type of the customized data is certain to be the same as the basic data because the customized data are customized according to the basic data, the lengths of the basic data and the customized data are calculated and the data length is generated, an encryption algorithm is adopted to encrypt the data to generate a check code, and the encryption algorithm does not belong to the protection range of the invention.
The transmission system comprises a general data channel and an external data channel, the transmission system identifies the data types in the data packets, the data packets transmitted in a Socket or HTTP communication mode are sent to the client system through the general data channel, the data of the rest communication mode types are sent to the client system through the external data channel, and the external data channel in the implementation adopts FTP or SVN technology.
The client system comprises a monitoring module, a second adapter and a second configuration module, wherein after the second adapter of the client system receives a data packet transmitted by a transmission system, the second adapter firstly verifies a check code in the data packet to verify whether the data packet is normal or not, and a specific decryption mode is not the content discussed by the invention, so that the second adapter is not repeated, only needs to verify the correctness of the data packet, verifies the integrity of the data through the data length, and secondly, the adapter checks IDs, the IDs of the data packet are divided into two types, one type of ID is the ID related to the safety of the client system, so that after the client system receives the ID, the client system needs to immediately execute, the other type of ID is a version following ID, the configuration module of the service system obtains the ID, judges whether the data packet needs to be installed or not according to requirements, and completes the version updating of the service.
In order to prevent the server from generating problems and delay the data packet issuing, the user side can poll at regular time to check whether the security ID is issued, if the security ID is checked to be issued, the user system captures the security ID and installs the security ID, and an installation result is fed back to the monitoring module.
Example 2
The embodiment of the present invention provides a method for software deployment and version management and control of a self-service terminal, please refer to fig. 2, which includes the following steps;
s20, generating a data packet;
the method comprises the steps that an operator firstly writes customized data in a server according to requirements, the customized data and pre-stored basic data are mounted, or the basic data are directly sent according to requirements, the operation is numbered when the customized data are written in or the basic data are directly sent, and an ID is generated.
S21, receiving and sending according to the data type;
and verifying the data type in the data packet, if the data is transmitted in a Socket or HTTP communication mode, sending the data packet to the client through the universal data channel, and sending the data of the rest communication mode types to the client through an external data channel.
S22, the client judges the ID and executes corresponding operation;
the client receives the data packet, firstly, safety verification is carried out, the integrity of the basic data and the integrity of the customized data are verified through the data length, whether the data packet is tampered or not is verified through the verification code, if all the data packets are verified to be passed, the ID is checked, if the data packet corresponding to the ID is of a type actively pushed by the client, the data packet is safety data, the client executes immediately and feeds back an execution process to the monitoring workbench, if the ID of the data packet is data of an update type, the client selects to execute or not, and if the ID of the data packet is data of an update type, the client feeds back an execution result.
Based on the same inventive concept as the method in the foregoing embodiments, an embodiment of the present specification further provides a computer-readable storage medium, on which a computer program is stored, and when the computer program is executed by a processor, the steps of the method for software deployment and version management and control of a self-service terminal as disclosed in the foregoing are implemented.
The numbers of the embodiments disclosed in the embodiments of the present invention are merely for description, and do not represent the merits of the embodiments.
It will be understood by those skilled in the art that all or part of the steps of implementing the above embodiments may be implemented by hardware, and a program that can be implemented by the hardware and can be instructed by the program to be executed by the relevant hardware may be stored in a computer readable storage medium, where the storage medium may be a read-only memory, a magnetic or optical disk, and the like.
The above description is only an embodiment of the present invention, and not intended to limit the scope of the present invention, and all modifications of equivalent structures and equivalent processes performed by the present specification and drawings, or directly or indirectly applied to other related technical fields, are included in the scope of the present invention.

Claims (10)

1. A system for software deployment and version control of a self-service terminal is characterized by comprising: a service system, a transmission system and a client system;
the transmission system is respectively connected with the service system and the client system;
the service system is used for configuring customized data and storing basic data, generating a data packet and sending the data packet to the client system through the transmission system;
the transmission system judges the data type of the data packet and conducts a data channel according to the data type;
the client system is used for verifying the data packet and executing the customization data and the basic data according to a verification result.
2. The system for software deployment and version management and control of the self-service terminal according to claim 1, wherein: the service system comprises a first monitoring module, a first configuration module, a display module, a warehouse module and a first adaptation module;
the first configuration module is used for receiving the customization data;
the display module is used for selecting the basic data stored by the warehouse module according to the customized data;
the first monitoring module generates an ID according to the data types of the customized data and the basic data and generates a timestamp;
the first adaptation module is used for encrypting the customized data and the basic data and generating a check code, and generating the data length of the customized data and the basic data, and the first adaptation module is used for packaging the ID, the data type, the data length, the check code, the timestamp, the customized data and the basic data and generating the data packet.
3. The system for software deployment and version management and control of the self-service terminal according to claim 1, wherein: the transmission system comprises a universal data channel and an external data channel, the transmission system identifies the data type of the data packet, if the data type is Socket or HTTP, the universal data channel is conducted to send the data packet to the client system, and if the data type is FTP or SVN, the external data channel is conducted to send the data packet to the client system.
4. The system for software deployment and version management and control of the self-service terminal according to claim 1, wherein: the client system comprises a monitoring module, a second adapter and a second configuration module;
the second adapter is respectively connected with the universal data channel and the external data channel, and is used for checking the data length, the check code and the ID of the data packet;
the second configuration module is used for configuring the customization data and the basic data;
and the monitoring module records the configuration results of the customized data and the basic data configured by the second configuration module.
5. The system for software deployment and version management and control of self-service terminals according to claim 2 or 4, characterized in that: the ID comprises a security ID and a version ID, the service system and the user system are provided with the same encryption algorithm, the service system encrypts the customization data and the basic data through the encryption algorithm to generate the verification code, the user system decrypts the verification code through the encryption algorithm, if the decryption is successful, the second adapter verifies the data length, and if the verification of the data length is successful, the customization data and the basic data are configured according to the ID.
6. The system for software deployment and version management and control of self-service terminals according to claim 5, wherein: if the second adapter reads that the ID is a safe ID, the second adapter commands the second configuration module to execute the customized data and the basic data; if the second adapter reads that the ID is the version ID, the second configuration module judges whether the version ID is the highest-level version ID, and if so, the customized data and the basic data are configured.
7. The system for software deployment and version management and control of self-service terminals according to claim 6, wherein: and after the second configuration module completes the configuration of the customized data and the basic data, the monitoring module stores the configuration completion result of the second configuration module and stores the timestamp.
8. A method for software deployment and version control of a self-service terminal is characterized by comprising the following steps:
configuring customization data, pulling basic data, encrypting the customization data and the basic data to generate verification codes, generating IDs (identity), data types and timestamps according to the customization data, generating data lengths of the customization data and the basic data, packaging the customization data, the basic data, the verification codes, the IDs, the timestamps, the data lengths and the data types, and sending the data according to the data types;
and verifying the verification code and the data length, distinguishing the ID type if the verification is passed, and executing the configuration of the customized data and the basic data according to the ID type.
9. The method for software deployment and version control of a self-service terminal according to claim 8, wherein the step of distinguishing the ID type if the verification is passed, and executing the configuration of the customization data and the basic data according to the ID type further comprises: and if the ID is verified to be a safe ID, executing the configuration of the customization data and the basic data, if the ID is verified to be a version ID, judging whether the version ID is the latest version, and if so, configuring the customization data and the basic data.
10. A computer-readable storage medium, storing a computer program, wherein the computer program, when executed by a processor, implements the method steps of software deployment and version management of a self-service terminal according to any one of claims 8-9.
CN202110066724.6A 2021-01-19 2021-01-19 Software deployment and version control system, method and medium for self-service terminal Withdrawn CN112764801A (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
CN202110066724.6A CN112764801A (en) 2021-01-19 2021-01-19 Software deployment and version control system, method and medium for self-service terminal

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
CN202110066724.6A CN112764801A (en) 2021-01-19 2021-01-19 Software deployment and version control system, method and medium for self-service terminal

Publications (1)

Publication Number Publication Date
CN112764801A true CN112764801A (en) 2021-05-07

Family

ID=75702971

Family Applications (1)

Application Number Title Priority Date Filing Date
CN202110066724.6A Withdrawn CN112764801A (en) 2021-01-19 2021-01-19 Software deployment and version control system, method and medium for self-service terminal

Country Status (1)

Country Link
CN (1) CN112764801A (en)

Cited By (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN113345173A (en) * 2021-05-21 2021-09-03 浪潮金融信息技术有限公司 Self-service system, method and medium for regulating and controlling according to needs

Citations (6)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN1558666A (en) * 2004-01-20 2004-12-29 大唐微电子技术有限公司 System and method for individualized customizing of set-top box equipment
CN104298533A (en) * 2014-11-06 2015-01-21 北京奇虎科技有限公司 Method, device and equipment for customizing software installation package
CN110708297A (en) * 2019-09-19 2020-01-17 中国航空无线电电子研究所 Unmanned aerial vehicle protocol conversion method
CN111049897A (en) * 2019-12-10 2020-04-21 北京百度网讯科技有限公司 Method, device, equipment and medium for encrypted uploading and decrypted deployment of small program package
CN111666086A (en) * 2020-05-08 2020-09-15 广州微算互联信息技术有限公司 Method, system and storage medium for updating application software
CN112148326A (en) * 2020-08-31 2020-12-29 山东省科学院自动化研究所 Remote updating method, device and system for Internet of things equipment firmware

Patent Citations (6)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN1558666A (en) * 2004-01-20 2004-12-29 大唐微电子技术有限公司 System and method for individualized customizing of set-top box equipment
CN104298533A (en) * 2014-11-06 2015-01-21 北京奇虎科技有限公司 Method, device and equipment for customizing software installation package
CN110708297A (en) * 2019-09-19 2020-01-17 中国航空无线电电子研究所 Unmanned aerial vehicle protocol conversion method
CN111049897A (en) * 2019-12-10 2020-04-21 北京百度网讯科技有限公司 Method, device, equipment and medium for encrypted uploading and decrypted deployment of small program package
CN111666086A (en) * 2020-05-08 2020-09-15 广州微算互联信息技术有限公司 Method, system and storage medium for updating application software
CN112148326A (en) * 2020-08-31 2020-12-29 山东省科学院自动化研究所 Remote updating method, device and system for Internet of things equipment firmware

Cited By (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN113345173A (en) * 2021-05-21 2021-09-03 浪潮金融信息技术有限公司 Self-service system, method and medium for regulating and controlling according to needs

Similar Documents

Publication Publication Date Title
US11258792B2 (en) Method, device, system for authenticating an accessing terminal by server, server and computer readable storage medium
CN108475319B (en) Birth certificate of device
CA2735387C (en) Method for provisioning trusted software to an electronic device
US7480907B1 (en) Mobile services network for update of firmware/software in mobile handsets
CN102830992B (en) Plug-in loading method and system
KR20130027158A (en) Apparatus and method for management of optimized virtualization module in embedded system
CN108347361B (en) Application program testing method and device, computer equipment and storage medium
CN110621014B (en) Vehicle-mounted equipment, program upgrading method thereof and server
US8060919B2 (en) Automated password tool and method of use
CN111726420A (en) Communication method, device, equipment and storage medium based on RPA
CN110597539A (en) Electric energy meter upgrading method, system and storage medium
CN105897461A (en) Multi-system OTA upgrading method and multi-system device
CN112650520A (en) Ammeter upgrading method and system, intelligent ammeter and storage medium
US8646070B1 (en) Verifying authenticity in data storage management systems
WO2017124736A1 (en) Method, device and system for transmitting upgrade abnormality information
CN112764801A (en) Software deployment and version control system, method and medium for self-service terminal
CN115086287A (en) Automatic deployment method and system for software products
KR101320680B1 (en) Method and apparatus for integrity check of software
CN112667272A (en) Ammeter upgrading method and system, intelligent ammeter and storage medium
CN112311528A (en) Data secure transmission method based on state cryptographic algorithm
WO2022257927A1 (en) Key burning method and apparatus, electronic device board card, and storage medium
CN110309655B (en) Method and device for detecting safety in APP updating process
CN103888509A (en) Voltage monitor remote upgrade system and method
CN113723897A (en) OA approval method, device, equipment and storage medium based on block chain
CN115242413A (en) Internet of things equipment firmware safety upgrading method and device, electronic equipment and medium

Legal Events

Date Code Title Description
PB01 Publication
PB01 Publication
SE01 Entry into force of request for substantive examination
SE01 Entry into force of request for substantive examination
WW01 Invention patent application withdrawn after publication

Application publication date: 20210507

WW01 Invention patent application withdrawn after publication