CN110287041B - Service data sending method, device, equipment and storage medium - Google Patents

Service data sending method, device, equipment and storage medium Download PDF

Info

Publication number
CN110287041B
CN110287041B CN201910579109.8A CN201910579109A CN110287041B CN 110287041 B CN110287041 B CN 110287041B CN 201910579109 A CN201910579109 A CN 201910579109A CN 110287041 B CN110287041 B CN 110287041B
Authority
CN
China
Prior art keywords
data
service data
matched
plug
data processing
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.)
Active
Application number
CN201910579109.8A
Other languages
Chinese (zh)
Other versions
CN110287041A (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.)
Suzhou Yige Network Technology Co ltd
Original Assignee
Suzhou Yige Network 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 Suzhou Yige Network Technology Co ltd filed Critical Suzhou Yige Network Technology Co ltd
Priority to CN201910579109.8A priority Critical patent/CN110287041B/en
Publication of CN110287041A publication Critical patent/CN110287041A/en
Application granted granted Critical
Publication of CN110287041B publication Critical patent/CN110287041B/en
Active legal-status Critical Current
Anticipated expiration legal-status Critical

Links

Images

Classifications

    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F9/00Arrangements for program control, e.g. control units
    • G06F9/06Arrangements for program control, e.g. control units using stored programs, i.e. using an internal store of processing equipment to receive or retain programs
    • G06F9/46Multiprogramming arrangements
    • G06F9/54Interprogram communication
    • G06F9/547Remote procedure calls [RPC]; Web services

Landscapes

  • Engineering & Computer Science (AREA)
  • Software Systems (AREA)
  • Theoretical Computer Science (AREA)
  • Physics & Mathematics (AREA)
  • General Engineering & Computer Science (AREA)
  • General Physics & Mathematics (AREA)
  • Computer And Data Communications (AREA)

Abstract

The embodiment of the invention discloses a method, a device, equipment and a storage medium for transmitting service data, wherein the method comprises the following steps: acquiring service data to be sent and data sending attributes matched with the service data; the data transmission attribute comprises a private protocol type; acquiring a data processing plug-in matched with the data sending attribute, and performing data processing operation on the service data by using the data processing plug-in to acquire processed service data; and sending the obtained processed service data to a receiving end of the service data. According to the technical scheme provided by the embodiment of the invention, the corresponding data processing plug-in is obtained for data processing through the private protocol type included in the service data to be sent so as to obtain the processed service data, so that the plug-in processing of the private protocol data is realized, a large amount of human resources are saved, and the data processing and communication efficiency is improved.

Description

Service data sending method, device, equipment and storage medium
Technical Field
The embodiment of the invention relates to the technical field of communication, in particular to a method, a device, equipment and a storage medium for transmitting service data.
Background
With the continuous progress of computer technology and communication technology, communication means have become richer, and accordingly, various proprietary protocols have appeared in various terminal devices.
The proprietary protocol is a self-defined protocol standard in an enterprise or an organization, is generally only suitable for equipment products produced by the enterprise or the organization, and is not compatible with other similar equipment. In the prior art, after a business project is prepared, when data transmission of a business is performed, a research and development worker needs to perform conversion of business data by writing a private protocol program so that the business data meets the transmission requirement of a private protocol.
In the process of implementing the invention, the inventor finds that the prior art has the following defects: in the existing transmission mode, after each business project is made, research and development personnel need to compile a corresponding private protocol program, so that the data of the business project can accord with the transmission of the private protocol, a large amount of human resources need to be consumed, especially different business projects which meet the transmission of the same private protocol need to repeatedly compile corresponding private protocol programs, and the working efficiency is greatly reduced.
Disclosure of Invention
The embodiment of the invention provides a service data sending method, a device, equipment and a storage medium, which are used for realizing the plug-in processing of private protocol data and improving the processing and communication efficiency of service data.
In a first aspect, an embodiment of the present invention provides a method for sending service data, including:
acquiring service data to be sent and data sending attributes matched with the service data; the data transmission attribute comprises a private protocol type;
acquiring a data processing plug-in matched with the data sending attribute, and performing data processing operation on the service data by using the data processing plug-in to acquire processed service data;
and sending the obtained processed service data to a receiving end of the service data.
In a second aspect, an embodiment of the present invention provides a service data sending apparatus, including:
the service data acquisition module is used for acquiring service data to be transmitted and data transmission attributes matched with the service data; the data transmission attribute comprises a private protocol type;
the service data processing module is used for acquiring a data processing plug-in matched with the data sending attribute and performing data processing operation on the service data by using the data processing plug-in to acquire processed service data;
and the service data sending module is used for sending the obtained processed service data to a receiving end of the service data.
In a third aspect, an embodiment of the present invention further provides an apparatus, where the apparatus includes:
one or more processors;
storage means for storing one or more programs;
when the one or more programs are executed by the one or more processors, the one or more processors implement the service data transmission method according to any embodiment of the present invention.
In a fourth aspect, an embodiment of the present invention further provides a computer-readable storage medium, on which a computer program is stored, where the computer program, when executed by a processor, implements the service data sending method according to any embodiment of the present invention.
According to the technical scheme provided by the embodiment of the invention, the corresponding data processing plug-in is obtained for data processing through the private protocol type included in the service data to be transmitted so as to obtain the processed service data, so that the plug-in processing of the private protocol data is realized, a large amount of human resources are saved, meanwhile, the same data processing plug-in can be called when the data processing is carried out on the service data to be transmitted with the same private protocol, the consumption of data processing resources is reduced, and the data processing and communication efficiency is improved.
Drawings
Fig. 1 is a flowchart of a method for sending service data according to an embodiment of the present invention;
fig. 2 is a flowchart of a service data sending method according to a second embodiment of the present invention;
fig. 3 is a block diagram of a service data transmitting apparatus according to a third embodiment of the present invention;
fig. 4 is a block diagram of a device according to a fourth embodiment of the present invention.
Detailed Description
The present invention will be described in further detail with reference to the accompanying drawings and examples. It is to be understood that the specific embodiments described herein are merely illustrative of the invention and are not limiting of the invention. It should be further noted that, for the convenience of description, only some of the structures related to the present invention are shown in the drawings, not all of the structures.
Example one
Fig. 1 is a flowchart of a service data sending method according to an embodiment of the present invention, where this embodiment is applicable to data processing of service data to be sent and converting the service data into data conforming to a private protocol type, and the method may be executed by a service data sending device in an embodiment of the present invention, where the device may be implemented by software and/or hardware and may be generally integrated in a server, and the method specifically includes the following steps:
s110, acquiring service data to be sent and data sending attributes matched with the service data; the data transmission attribute includes a private protocol type.
Business, i.e. the affairs that need to be processed in each industry, has different types and uses due to the difference of the industries and the diversity of the affairs. For example, the service data types may include detection service data, backup service data, and alarm service data; the detection service is used for detecting and testing the technical performance index appointed by a certain object; the backup service is used for coping with the occurrence of data loss or damage and the like and copying the data to other storage equipment; and the alarm service is used for sending an alarm prompt to the staff so as to solve the existing fault or leak. Optionally, in the embodiment of the present invention, the type and the use of the service data are not specifically limited.
The data transmission attribute is an attribute matched with the service data to be transmitted and represents a data form of the service data to be transmitted when the service data to be transmitted is transmitted; the data transmission attribute comprises a private protocol type, the private protocol is a self-defined protocol standard in an enterprise or an organization, is usually only suitable for equipment products produced by the enterprise or the organization and is not compatible with other similar equipment, so the private protocol type represents the data requirement which needs to be met when the service data is transmitted, and reflects the privacy of the service data.
Optionally, the data transmission attribute further includes a data format conversion type, a data compression method, and/or a data encryption method. The data format (data format) is a rule describing data stored in a file or record, and may include various forms such as numerical values, characters and/or binary numbers; the data format conversion type is a format type to which service data to be transmitted needs to be converted when being transmitted. Data compression is to reduce the amount of data to reduce the storage space and improve the transmission, storage and processing efficiency of the data on the premise of not losing useful information, or to reorganize the data according to a certain algorithm and reduce the redundancy and storage space of the data. The data encryption is to encrypt information by using a cryptographic technology to realize information concealment, so that the information security is protected, a plaintext is converted into a ciphertext by using an encryption algorithm and an encryption key during encryption, and the ciphertext is restored into the plaintext by using a decryption algorithm and a decryption key during decryption. In the embodiment of the present invention, the format, the compression method, and the encryption method before and after the data conversion are not particularly limited.
And S120, acquiring a data processing plug-in matched with the data sending attribute, and performing data processing operation on the service data by using the data processing plug-in to acquire the processed service data.
And acquiring a data processing plug-in matched with the data sending attribute according to the acquired data sending attribute, wherein the data processing plug-in is used for processing the service data to acquire the processed service data. And according to the type of the private protocol, carrying out private protocol processing on the service data to be sent by using the corresponding data processing plug-in to obtain the service data meeting the requirements of the private protocol. Compared with the existing transmission mode, after each business project is made, research and development personnel need to compile a corresponding private protocol program so that the data of the business project can accord with the transmission of the private protocol; the embodiment of the invention processes the service data to be sent by using the plug-in and converts the service data into the data meeting the transmission requirement of the private protocol, thereby avoiding the consumption of human resources and greatly improving the working efficiency.
Particularly, in the above technical solution, the data transmission attribute may include a data format conversion type, a data compression method, and/or a data encryption method; correspondingly, the data processing plug-in may further comprise a data format conversion plug-in, a data compression plug-in and/or a data encryption plug-in.
Optionally, the obtaining a data processing plug-in matched with the data sending attribute, and performing data processing operation on the service data by using the data processing plug-in to obtain processed service data specifically includes: and acquiring a data format conversion plug-in matched with the data conversion format type, and performing format conversion operation on the service data by using the data format conversion plug-in to acquire the service data after format conversion.
Optionally, the obtaining a data processing plug-in matched with the data sending attribute, and performing a processing operation on the service data by using the data processing plug-in to obtain processed service data specifically includes: and acquiring a data compression plug-in matched with the data compression mode, and compressing the service data by using the data compression plug-in to acquire the compressed service data.
Optionally, the obtaining a data processing plug-in matched with the data sending attribute, and performing a processing operation on the service data by using the data processing plug-in to obtain processed service data specifically includes: and acquiring a data encryption plug-in matched with the data encryption mode, and encrypting the service data by using the data encryption plug-in to acquire encrypted service data.
S130, sending the obtained processed service data to a receiving end of the service data.
Optionally, the service data includes a screen theme; the sending the obtained processed service data to a receiving end of the service data specifically includes: and sending the acquired processed service data to a registration center so that the registration center informs at least one client subscribing the screen theme to acquire the processed service data. And after the processed service data are sent to the registration center, the registration center sends the processed service data to the corresponding client according to the client subscribed with the screen theme.
Optionally, if various data processes among the proprietary protocol process, the data format conversion process, the data compression process, and the data encryption process need to be performed on the service data to be transmitted, step-by-step processes may be performed according to actual needs, for example, data encryption, data format conversion, and data compression are performed on the service data to be transmitted first, and then the proprietary protocol process is performed; the data private protocol processing can be carried out on the service data to be sent, and then data encryption, data compression and data format conversion are carried out; in the embodiment of the present invention, the processing sequence of the service data to be transmitted is not specifically limited.
According to the technical scheme provided by the embodiment of the invention, the corresponding data processing plug-in is obtained for data processing through the private protocol type included in the service data to be transmitted so as to obtain the processed service data, so that the plug-in processing of the private protocol data is realized, a large amount of human resources are saved, meanwhile, the same data processing plug-in can be called when the data processing is carried out on the service data to be transmitted with the same private protocol, the consumption of data processing resources is reduced, and the data processing and communication efficiency is improved.
Example two
Fig. 2 is a flowchart of a service data sending method in a second embodiment of the present invention, which is embodied on the basis of the above embodiment, and in this embodiment, a data processing plug-in is initialized by a configuration file matched with a proprietary protocol type to generate a corresponding API interface. Correspondingly, the method of the embodiment of the invention specifically comprises the following steps:
s210, acquiring service data to be sent and data sending attributes matched with the service data; the data transmission attribute includes a private protocol type.
S220, obtaining a configuration file matched with the type of the private protocol, and carrying out initialization operation of the private protocol on the data processing plug-in by using the configuration file so as to enable the data processing plug-in to generate an API (application program interface) matched with the type of the private protocol.
The configuration file includes all configuration parameters required by the private protocol communication, the configuration parameters included in the configuration file are used to initialize the data processing plug-in, and an API (Application programming interface) interface is generated, which is also the data access port of the data processing plug-in.
S230, acquiring the data processing plug-in matched with the private protocol type, so that the data processing plug-in performs private protocol conversion operation on the service data through the API matched with the private protocol type, and acquiring the data stream matched with the private protocol type.
And the data processing plug-in performs private protocol conversion on the service data through the generated API, and the obtained data stream matched with the type of the private protocol is the processed service data.
S240, sending the obtained processed service data to a receiving end of the service data.
According to the technical scheme provided by the embodiment of the invention, the data processing plug-in is initialized by the configuration file to generate the API interface, the data processing plug-in can perform the private protocol conversion operation on the service data through the API interface, and finally the data stream matched with the type of the private protocol is obtained, so that the butt joint of the data processing plug-in and the service data is ensured, the plug-in processing of the private protocol data is realized, the human resources and the data processing resources are saved, and the data processing and communication efficiency is improved.
EXAMPLE III
Fig. 3 is a block diagram of a service data transmitting apparatus according to a third embodiment of the present invention, where the apparatus specifically includes: a service data acquisition module 310, a service data processing module 320 and a service data sending module 330.
A service data obtaining module 310, configured to obtain service data to be sent and a data sending attribute matched with the service data; the data transmission attribute comprises a private protocol type;
a service data processing module 320, configured to obtain a data processing plug-in matched with the data sending attribute, and perform data processing operation on the service data by using the data processing plug-in to obtain processed service data;
a service data sending module 330, configured to send the obtained processed service data to a receiving end of the service data.
According to the technical scheme provided by the embodiment of the invention, the corresponding data processing plug-in is obtained for data processing through the private protocol type included in the service data to be transmitted so as to obtain the processed service data, so that the plug-in processing of the private protocol data is realized, a large amount of human resources are saved, meanwhile, the same data processing plug-in can be called when the data processing is carried out on the service data to be transmitted with the same private protocol, the consumption of data processing resources is reduced, and the data processing and communication efficiency is improved.
Optionally, on the basis of the above technical solution, the service data sending apparatus further includes:
and the API interface generating module is used for acquiring the configuration file matched with the private protocol type and carrying out initialization operation of the private protocol on the data processing plug-in by using the configuration file so as to enable the data processing plug-in to generate the API interface matched with the private protocol type.
Optionally, on the basis of the above technical solution, the service data processing module 320 is specifically configured to:
and acquiring a data processing plug-in matched with the private protocol type, so that the data processing plug-in performs private protocol conversion operation on the service data through an API (application program interface) matched with the private protocol type to acquire a data stream matched with the private protocol type.
Optionally, on the basis of the above technical solution, the service data includes a screen theme.
Optionally, on the basis of the above technical solution, the service data sending module 330 is specifically configured to:
and sending the acquired processed service data to a registration center so that the registration center informs at least one client subscribing the screen theme to acquire the processed service data.
Optionally, on the basis of the above technical solution, the data sending attribute includes a data format conversion type, and the data processing plug-in includes a data format conversion plug-in.
Optionally, on the basis of the foregoing technical solution, the service data processing module 320 includes:
and the data format conversion unit is used for acquiring a data format conversion plug-in matched with the data conversion format type and performing format conversion operation on the service data by using the data format conversion plug-in so as to acquire the service data after format conversion.
Optionally, on the basis of the above technical solution, the data sending attribute includes a data compression mode, and the data processing plug-in includes a data compression plug-in.
Optionally, on the basis of the foregoing technical solution, the service data processing module 320 includes:
and the data compression unit is used for acquiring a data compression plug-in matched with the data compression mode and compressing the service data by using the data compression plug-in to acquire the compressed service data.
Optionally, on the basis of the above technical solution, the data sending attribute includes a data encryption manner, and the data processing plug-in includes a data encryption plug-in.
Optionally, on the basis of the foregoing technical solution, the service data processing module 320 includes:
and the data encryption unit is used for acquiring a data encryption plug-in matched with the data encryption mode and encrypting the service data by using the data encryption plug-in so as to acquire the encrypted service data.
The device can execute the service data sending method provided by any embodiment of the invention, and has the corresponding functional modules and beneficial effects of the execution method. For technical details not described in detail in this embodiment, reference may be made to the method provided in any embodiment of the present invention.
Example four
Fig. 4 is a schematic structural diagram of an apparatus according to a fourth embodiment of the present invention, as shown in fig. 4, the apparatus includes a processor 40, a memory 41, an input device 42, and an output device 43; the number of processors 40 in the device may be one or more, and one processor 40 is taken as an example in fig. 4; the device processor 40, the memory 41, the input means 42 and the output means 43 may be connected by a bus or other means, as exemplified by the bus connection in fig. 4.
The memory 41 is a computer-readable storage medium, and can be used for storing software programs, computer-executable programs, and modules, such as the modules (the service data acquiring module 310, the service data processing module 320, and the service data transmitting module 330) corresponding to the service data transmitting apparatus in the third embodiment of the present invention. The processor 40 executes various functional applications and data processing of the device, namely, implements the service data transmission method described above by executing software programs, instructions and modules stored in the memory 41.
The memory 41 may mainly include a storage program area and a storage data area, wherein the storage program area may store an operating system, an application program required for at least one function; the storage data area may store data created according to the use of the terminal, and the like. Further, the memory 41 may include high speed random access memory, and may also include non-volatile memory, such as at least one magnetic disk storage device, flash memory device, or other non-volatile solid state storage device. In some examples, memory 41 may further include memory located remotely from processor 40, which may be connected to the device over a network. Examples of such networks include, but are not limited to, the internet, intranets, local area networks, mobile communication networks, and combinations thereof.
The input device 42 is operable to receive input numeric or character information and to generate key signal inputs relating to user settings and function controls of the apparatus. The output device 43 may include a display device such as a display screen.
EXAMPLE five
An embodiment of the present invention further provides a computer-readable storage medium, which when executed by a computer processor, is configured to perform a service data sending method, where the method includes:
acquiring service data to be sent and data sending attributes matched with the service data; the data transmission attribute comprises a private protocol type;
acquiring a data processing plug-in matched with the data sending attribute, and performing data processing operation on the service data by using the data processing plug-in to acquire processed service data;
and sending the obtained processed service data to a receiving end of the service data.
Of course, the storage medium containing the computer-executable instructions provided in the embodiments of the present invention is not limited to the above-described method operations, and may also perform related operations in the service data sending method provided in any embodiment of the present invention.
From the above description of the embodiments, it is obvious for those skilled in the art that the present invention can be implemented by software and necessary general hardware, and certainly, can also be implemented by hardware, but the former is a better embodiment in many cases. Based on such understanding, the technical solutions of the present invention may be embodied in the form of a software product, where the computer software product may be stored in a computer-readable storage medium, such as a floppy disk, a Read-Only Memory (ROM), a Random Access Memory (RAM), a FLASH Memory (FLASH), a hard disk, or an optical disk of a computer, and includes several instructions to enable a computer device (which may be a personal computer, a server, or a network device) to execute the service data transmission method according to the embodiments of the present invention.
It should be noted that, in the embodiment of the service data sending apparatus, each included unit and module are only divided according to functional logic, but are not limited to the above division, as long as the corresponding function can be implemented; in addition, specific names of the functional units are only for convenience of distinguishing from each other, and are not used for limiting the protection scope of the present invention.
It is to be noted that the foregoing is only illustrative of the preferred embodiments of the present invention and the technical principles employed. It will be understood by those skilled in the art that the present invention is not limited to the particular embodiments described herein, but is capable of various obvious changes, rearrangements and substitutions as will now become apparent to those skilled in the art without departing from the scope of the invention. Therefore, although the present invention has been described in greater detail by the above embodiments, the present invention is not limited to the above embodiments, and may include other equivalent embodiments without departing from the spirit of the present invention, and the scope of the present invention is determined by the scope of the appended claims.

Claims (8)

1. A method for transmitting service data, comprising:
acquiring service data to be sent and data sending attributes matched with the service data; the data transmission attribute comprises a private protocol type;
acquiring a configuration file matched with the type of the private protocol, and performing initialization operation of the private protocol on a data processing plug-in by using the configuration file so as to enable the data processing plug-in to generate an API (application program interface) matched with the type of the private protocol;
acquiring a data processing plug-in matched with the data sending attribute, and performing data processing operation on the service data by using the data processing plug-in matched with the data sending attribute to acquire processed service data;
the acquiring a data processing plug-in matched with the data sending attribute, and performing data processing operation on the service data by using the data processing plug-in matched with the data sending attribute to acquire processed service data includes:
acquiring a data processing plug-in matched with the private protocol type, so that the data processing plug-in matched with the data sending attribute performs private protocol conversion operation on the service data through an API (application program interface) matched with the private protocol type to acquire a data stream matched with the private protocol type;
and sending the obtained processed service data to a receiving end of the service data.
2. The method of claim 1, wherein the business data comprises a screen theme;
the sending the obtained processed service data to a receiving end of the service data includes:
and sending the acquired processed service data to a registration center so that the registration center informs at least one client subscribing the screen theme to acquire the processed service data.
3. The method of claim 1, wherein the data transmission attribute comprises a data format conversion type; the data processing plug-in comprises a data format conversion plug-in;
the acquiring a data processing plug-in matched with the data sending attribute, and performing data processing operation on the service data by using the data processing plug-in matched with the data sending attribute to acquire processed service data includes:
and acquiring a data format conversion plug-in matched with the data conversion format type, and performing format conversion operation on the service data by using the data format conversion plug-in matched with the data conversion format type to acquire the service data after format conversion.
4. The method of claim 1, wherein the data transmission attribute comprises a data compression mode; the data processing plug-in comprises a data compression plug-in;
the acquiring a data processing plug-in matched with the data sending attribute, and performing data processing operation on the service data by using the data processing plug-in matched with the data sending attribute to acquire processed service data includes:
and acquiring a data compression plug-in matched with the data compression mode, and compressing the service data by using the data compression plug-in matched with the data compression mode to acquire the compressed service data.
5. The method of claim 1, wherein the data transmission attribute comprises a data encryption scheme; the data processing plug-in comprises a data encryption plug-in;
the acquiring a data processing plug-in matched with the data sending attribute, and performing data processing operation on the service data by using the data processing plug-in matched with the data sending attribute to acquire processed service data includes:
and acquiring a data encryption plug-in matched with the data encryption mode, and encrypting the service data by using the data encryption plug-in matched with the data encryption mode to acquire encrypted service data.
6. A traffic data transmitting apparatus, comprising:
the service data acquisition module is used for acquiring service data to be transmitted and data transmission attributes matched with the service data; the data transmission attribute comprises a private protocol type;
the API interface generating module is used for acquiring a configuration file matched with the type of the private protocol and carrying out initialization operation of the private protocol on the data processing plug-in by using the configuration file so as to enable the data processing plug-in to generate an API interface matched with the type of the private protocol;
the service data processing module is used for acquiring a data processing plug-in matched with the data sending attribute and performing data processing operation on the service data by using the data processing plug-in matched with the data sending attribute so as to acquire processed service data;
the service data processing module is specifically configured to acquire a data processing plug-in matched with the private protocol type, so that the data processing plug-in matched with the private protocol type performs a private protocol conversion operation on the service data through an API interface matched with the private protocol type to acquire a data stream matched with the private protocol type;
and the service data sending module is used for sending the obtained processed service data to a receiving end of the service data.
7. An apparatus, characterized in that the apparatus comprises:
one or more processors;
storage means for storing one or more programs;
when executed by the one or more processors, cause the one or more processors to implement the method of transmitting service data as claimed in any one of claims 1-5.
8. A computer-readable storage medium, on which a computer program is stored, which program, when being executed by a processor, is adapted to carry out the method of transmitting service data according to any one of claims 1 to 5.
CN201910579109.8A 2019-06-28 2019-06-28 Service data sending method, device, equipment and storage medium Active CN110287041B (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
CN201910579109.8A CN110287041B (en) 2019-06-28 2019-06-28 Service data sending method, device, equipment and storage medium

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
CN201910579109.8A CN110287041B (en) 2019-06-28 2019-06-28 Service data sending method, device, equipment and storage medium

Publications (2)

Publication Number Publication Date
CN110287041A CN110287041A (en) 2019-09-27
CN110287041B true CN110287041B (en) 2020-06-05

Family

ID=68019754

Family Applications (1)

Application Number Title Priority Date Filing Date
CN201910579109.8A Active CN110287041B (en) 2019-06-28 2019-06-28 Service data sending method, device, equipment and storage medium

Country Status (1)

Country Link
CN (1) CN110287041B (en)

Families Citing this family (5)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN112866182B (en) * 2019-11-28 2023-05-23 浙江宇视科技有限公司 Data docking method, device and computer readable storage medium
CN114448652B (en) * 2020-10-16 2023-12-05 腾讯科技(深圳)有限公司 Method, apparatus, device and storage medium for conducting encrypted communication
CN112954065B (en) * 2021-02-26 2023-12-29 厦门熵基科技有限公司 Data pushing method and device, electronic equipment and storage medium
CN114422625B (en) * 2022-01-26 2024-01-26 杭州鸿泉物联网技术股份有限公司 Data access method and gateway
CN114449052B (en) * 2022-01-28 2023-08-29 苏州浪潮智能科技有限公司 Data compression method and device, electronic equipment and storage medium

Citations (4)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN101827003A (en) * 2010-04-19 2010-09-08 杭州华三通信技术有限公司 Management method and equipment of CPE (Customer Premise Equipment)
CN101895735A (en) * 2010-06-29 2010-11-24 上海紫南信息技术有限公司 Terminal for combining video communication and video monitoring
CN102347971A (en) * 2010-05-27 2012-02-08 福特全球技术公司 Method for interacting with vehicle computer system
CN109413154A (en) * 2018-09-26 2019-03-01 平安普惠企业管理有限公司 Conversion method of data format, device, computer equipment and storage medium

Family Cites Families (3)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US9639688B2 (en) * 2010-05-27 2017-05-02 Ford Global Technologies, Llc Methods and systems for implementing and enforcing security and resource policies for a vehicle
CN106254396B (en) * 2016-10-13 2019-04-26 成都东方盛行电子有限责任公司 The proprietary protocol information transmission system and method
CN109445754A (en) * 2018-09-14 2019-03-08 中国建设银行股份有限公司 Data integration access mechanism, method and storage medium

Patent Citations (4)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN101827003A (en) * 2010-04-19 2010-09-08 杭州华三通信技术有限公司 Management method and equipment of CPE (Customer Premise Equipment)
CN102347971A (en) * 2010-05-27 2012-02-08 福特全球技术公司 Method for interacting with vehicle computer system
CN101895735A (en) * 2010-06-29 2010-11-24 上海紫南信息技术有限公司 Terminal for combining video communication and video monitoring
CN109413154A (en) * 2018-09-26 2019-03-01 平安普惠企业管理有限公司 Conversion method of data format, device, computer equipment and storage medium

Also Published As

Publication number Publication date
CN110287041A (en) 2019-09-27

Similar Documents

Publication Publication Date Title
CN110287041B (en) Service data sending method, device, equipment and storage medium
CN112019541B (en) Data transmission method and device, computer equipment and storage medium
CN114329599B (en) Data query method and device and storage medium
CN109450777B (en) Session information extraction method, device, equipment and medium
CN103957241A (en) Communication method and device based on message data
CN111741268B (en) Video transmission method, device, server, equipment and medium
US20180083777A1 (en) Methods, systems, apparatuses, and devices for securing network communications using multiple security protocols
CN113992427B (en) Data encryption sending method and device based on adjacent nodes
CN104123244A (en) USB redirection system and method
WO2024040846A1 (en) Data processing method and apparatus, electronic device, and storage medium
CN116455572A (en) Data encryption method, device and equipment
CN111586174B (en) Network service system
CN114915503A (en) Data stream splitting processing encryption method based on security chip and security chip device
CN111131270B (en) Data encryption and decryption method and device, electronic equipment and storage medium
CN101741629A (en) Communication encryption method supporting remote monitoring system
CN114866319B (en) Data processing method, device, electronic equipment and storage medium
CN111770099B (en) Data transmission method and device, electronic equipment and computer readable medium
CN115085977B (en) System and method for realizing national cryptographic function based on Unix domain socket
CN114666173B (en) Internet of things information transmission method and device based on intermediate equipment
CN115174388B (en) Network updating method, device, equipment and storage medium for networking intelligent equipment
CN109240849B (en) Data backup method and device and multipoint control unit for video conference system
CN111212062B (en) Information completion method and device, storage medium and electronic equipment
CN115694873A (en) Method, device and equipment for acquiring HTTPS (hypertext transfer protocol secure) plaintext data in container
CN115361190A (en) Data encryption transmission method, device and system, electronic equipment and storage medium
CN116095684A (en) Information processing method and device and communication 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
GR01 Patent grant
GR01 Patent grant
CP02 Change in the address of a patent holder

Address after: 215000 17F, friendship time building, No. 68, Qitai Road, Suzhou Industrial Park, Suzhou area, China (Jiangsu) pilot Free Trade Zone, Suzhou, Jiangsu

Patentee after: SUZHOU YIGE NETWORK TECHNOLOGY Co.,Ltd.

Address before: Room 101, Building 22, No. 208, Tongyuan Road, Suzhou Industrial Park, Jiangsu Province 215006

Patentee before: SUZHOU YIGE NETWORK TECHNOLOGY Co.,Ltd.

CP02 Change in the address of a patent holder