CN111740967A - Method, system and electronic equipment for message conversion and transmission - Google Patents

Method, system and electronic equipment for message conversion and transmission Download PDF

Info

Publication number
CN111740967A
CN111740967A CN202010534528.2A CN202010534528A CN111740967A CN 111740967 A CN111740967 A CN 111740967A CN 202010534528 A CN202010534528 A CN 202010534528A CN 111740967 A CN111740967 A CN 111740967A
Authority
CN
China
Prior art keywords
message
server
channel
format
interface protocol
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
CN202010534528.2A
Other languages
Chinese (zh)
Inventor
李炜森
Current Assignee (The listed assignees may be inaccurate. Google has not performed a legal analysis and makes no representation or warranty as to the accuracy of the list.)
Beijing Si Tech Information Technology Co Ltd
Original Assignee
Beijing Si Tech 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 Beijing Si Tech Information Technology Co Ltd filed Critical Beijing Si Tech Information Technology Co Ltd
Priority to CN202010534528.2A priority Critical patent/CN111740967A/en
Publication of CN111740967A publication Critical patent/CN111740967A/en
Pending legal-status Critical Current

Links

Images

Classifications

    • HELECTRICITY
    • H04ELECTRIC COMMUNICATION TECHNIQUE
    • H04LTRANSMISSION OF DIGITAL INFORMATION, e.g. TELEGRAPHIC COMMUNICATION
    • H04L69/00Network arrangements, protocols or services independent of the application payload and not provided for in the other groups of this subclass
    • H04L69/08Protocols for interworking; Protocol conversion
    • HELECTRICITY
    • H04ELECTRIC COMMUNICATION TECHNIQUE
    • H04LTRANSMISSION OF DIGITAL INFORMATION, e.g. TELEGRAPHIC COMMUNICATION
    • H04L69/00Network arrangements, protocols or services independent of the application payload and not provided for in the other groups of this subclass
    • H04L69/22Parsing or analysis of headers

Landscapes

  • Engineering & Computer Science (AREA)
  • Computer Security & Cryptography (AREA)
  • Computer Networks & Wireless Communication (AREA)
  • Signal Processing (AREA)
  • Communication Control (AREA)
  • Computer And Data Communications (AREA)

Abstract

The invention relates to a method, a system and electronic equipment for converting and sending messages, wherein when a first message of any channel is received, message information can be obtained through a first interface protocol and a first message format of the channel, the message information is processed into a second message which can be identified by a first server through a second interface protocol and a second message format of a first server, and when a plurality of channels and/or servers are newly added, the first message format and the first interface protocol of the newly added channels and the second message format of the newly added servers are only needed to be received, so that the first message of any channel of an access end can be converted and sent, the trouble and labor are saved, and the efficiency is high.

Description

Method, system and electronic equipment for message conversion and transmission
Technical Field
The invention relates to the technical field of software as a service (SaaS) unified management and control, in particular to a method, a system and electronic equipment for message conversion and sending.
Background
Because the interface protocols of a plurality of systems are different, the degree of association of interaction among the systems is tightly coupled, and the change of the interface protocol of one system inevitably causes the change of another system interacting with the system, that is, another system interacting with the system needs to be modified, otherwise, even if another system interacting with the system can receive the message sent by the system, the message cannot be identified, and when another system interacting with the system needs to access a plurality of new systems, a great deal of modification needs to be carried out due to the difference of the interface protocols, which takes a lot of trouble and labor.
Disclosure of Invention
The invention provides a method, a system and electronic equipment for message conversion and transmission, aiming at the defects of the prior art.
The technical scheme of the message conversion and transmission method of the invention is as follows:
receiving a group of first interface protocols and first message formats respectively sent by each channel of the access end, and receiving a group of second interface protocols and second message formats respectively sent by each server of the server end;
receiving a first message, wherein the first message is sent by a first channel of the access end and is directed to a first server of the server end;
analyzing the first message according to a first interface protocol of the first channel and a first message format to obtain message information;
and processing the message information into a second message according to the second interface protocol and the second message format of the first server, and sending the second message to the first server.
The message conversion and transmission method has the following beneficial effects:
firstly, a group of first interface protocols and first message formats respectively sent by each channel are received, and a group of second interface protocols and second message formats respectively sent by each server are received, wherein the first channel refers to any channel of the access end, the first server refers to any server of the service end pointed by any first message, when the first message of any channel is received, the message information can be obtained through the first interface protocol and the first message format of the channel, the message information is processed into a second message which can be identified by the first server through the second interface protocol and the second message format of the first server, when a plurality of channels and/or servers are newly added, only the first interface protocols and the first message formats of a plurality of channels are needed to be received, and the second interface protocols and the second message formats of the plurality of newly added servers are needed to be received, the first message of any channel of the access end can be converted and sent, so that trouble and labor are saved, and the efficiency is high.
On the basis of the above scheme, the method for message conversion and transmission of the present invention can be further improved as follows.
Further, still include:
receiving a first feedback message returned by the first server aiming at the second message;
analyzing the first feedback message according to a second interface protocol and a second message format of the first server to obtain feedback message information;
and processing the feedback message information according to the first interface protocol and the first message format of the first channel to obtain a second feedback message, and sending the second feedback message to the first channel.
The beneficial effect of adopting the further scheme is that: the first feedback message is analyzed through the second interface protocol and the second message format of the first server to obtain feedback message information, and then the feedback message information is processed through the first interface protocol and the first message format of the first channel to obtain a second feedback message which can be identified by the first channel, so that interaction between the first channel and the first server is realized.
Further, after analyzing the first feedback packet according to the second interface protocol and the second packet format of the first server, obtaining feedback packet information includes:
converting the first feedback message into a first code in a UTF-8 format or a GBK format according to a second interface protocol of the first server;
extracting the message information from the first encoding according to a second message format of the first server.
Further, the analyzing the first packet according to the first interface protocol of the first channel and the first packet format to obtain packet information includes:
converting the first message into a second code in a UTF-8 format or a GBK format according to a first interface protocol of the first channel;
and extracting the message information from the second code according to the first message format of the first channel.
The technical scheme of the message conversion and transmission system is as follows:
the method comprises the following steps: the device comprises a receiving module, an analysis module and a processing and sending module;
the receiving module is used for:
receiving a group of first interface protocols and first message formats respectively sent by each channel of the access end, and receiving a group of second interface protocols and second message formats respectively sent by each server of the server end;
receiving a first message, wherein the first message is sent by a first channel of the access end and is directed to a first server of the server end;
the analysis module is used for analyzing the first message according to a first interface protocol of the first channel and a first message format to obtain message information;
and the processing and sending module is used for processing the message information into a second message according to a second interface protocol and a second message format of the first server and sending the second message to the first server.
The message conversion and transmission system has the following beneficial effects:
firstly, a group of first interface protocols and first message formats respectively sent by each channel are received, and a group of second interface protocols and second message formats respectively sent by each server are received, wherein the first channel refers to any channel of the access end, the first server refers to any server of the service end pointed by any first message, when the first message of any channel is received, the message information can be obtained through the first interface protocol and the first message format of the channel, the message information is processed into a second message which can be identified by the first server through the second interface protocol and the second message format of the first server, when a plurality of channels and/or servers are newly added, only the first interface protocols and the first message formats of a plurality of channels are needed to be received, and the second interface protocols and the second message formats of the plurality of newly added servers are needed to be received, the first message of any channel of the access end can be converted and sent, so that trouble and labor are saved, and the efficiency is high.
On the basis of the above scheme, the system for message conversion and transmission of the present invention can be further improved as follows.
Further, the receiving module is further configured to receive a first feedback packet returned by the first server for the second packet;
the analysis module is further configured to analyze the first feedback packet according to a second interface protocol and a second packet format of the first server to obtain feedback packet information;
the processing and sending module is further configured to process the feedback message information according to the first interface protocol and the first message format of the first channel to obtain a second feedback message, and send the second feedback message to the first channel.
The beneficial effect of adopting the further scheme is that: the first feedback message is analyzed through the second interface protocol and the second message format of the first server to obtain feedback message information, and then the feedback message information is processed through the first interface protocol and the first message format of the first channel to obtain a second feedback message which can be identified by the first channel, so that interaction between the first channel and the first server is realized.
Further, the parsing module is specifically configured to:
converting the first feedback message into a first code in a UTF-8 format or a GBK format according to a second interface protocol of the first server;
extracting the message information from the first encoding according to a second message format of the first server.
Further, the parsing module is specifically configured to:
converting the first message into a second code in a UTF-8 format or a GBK format according to a first interface protocol of the first channel;
and extracting the message information from the second code according to the first message format of the first channel.
The technical scheme of the electronic equipment is as follows:
the message conversion and transmission method comprises a memory, a processor and a program stored in the memory and running on the processor, and is characterized in that the processor executes the program to realize the steps of the message conversion and transmission method according to any one of the above items.
The electronic equipment has the following beneficial effects:
firstly, a group of first interface protocols and first message formats respectively sent by each channel are received, and a group of second interface protocols and second message formats respectively sent by each server are received, wherein the first channel refers to any channel of the access end, the first server refers to any server of the service end pointed by any first message, when the first message of any channel is received, the message information can be obtained through the first interface protocol and the first message format of the channel, the message information is processed into a second message which can be identified by the first server through the second interface protocol and the second message format of the first server, when a plurality of channels and/or servers are newly added, only the first interface protocols and the first message formats of a plurality of channels are needed to be received, and the second interface protocols and the second message formats of the plurality of newly added servers are needed to be received, the first message of any channel of the access end can be converted and sent, so that trouble and labor are saved, and the efficiency is high.
Drawings
Fig. 1 is a schematic flow chart of a method for message conversion and transmission according to an embodiment of the present invention;
fig. 2 is a schematic structural diagram of a system for converting and sending a message according to an embodiment of the present invention.
Detailed Description
As shown in fig. 1, a method for message conversion and transmission according to an embodiment of the present invention includes the following steps:
s1, receiving a group of first interface protocols and first message formats respectively sent by each channel of the access end, and receiving a group of second interface protocols and second message formats respectively sent by each server of the service end;
s2, receiving a first message, wherein the first message is sent by a first channel of the access terminal and is directed to a first server of the server terminal;
s3, analyzing the first message according to the first interface protocol of the first channel and the first message format to obtain message information;
s4, processing the message information into a second message according to the second interface protocol and the second message format of the first server, and sending the second message to the first server.
Firstly, a group of first interface protocols and first message formats respectively sent by each channel are received, and a group of second interface protocols and second message formats respectively sent by each server are received, wherein the first channel refers to any channel of the access end, the first server refers to any server of the service end pointed by any first message, when the first message of any channel is received, the message information can be obtained through the first interface protocol and the first message format of the channel, the message information is processed into a second message which can be identified by the first server through the second interface protocol and the second message format of the first server, when a plurality of channels and/or servers are newly added, only the first interface protocols and the first message formats of a plurality of channels are needed to be received, and the second interface protocols and the second message formats of the plurality of newly added servers are needed to be received, the first message of any channel of the access end can be converted and sent, so that trouble and labor are saved, and the efficiency is high.
Wherein, the incoming end contains a plurality of channels, is channel A, channel B, channel C, channel D and other channels respectively, and the server includes a plurality of servers, is network element platform, ability center, ESB, third party platform and other servers respectively, so:
when a message sent by a channel A is received and points to a network element platform, the channel A is a first channel, the message sent by the channel A is a first message, and the network element platform is a first server;
when a message sent by a channel B is received and points to a capability center, the channel B is a first channel, the message sent by the channel B is a first message, and the capability center is a first server;
the first interface protocol of the first channel may be USB3.0, Type-C, HDMI, PS/2 interface protocol, epale protocol, NetBIOS protocol, GSM interface protocol, or an interface protocol autonomously set by a user, and the first packet format of the first channel is autonomously set by the user, such as json, webservice, xml, k ═ v format, and the like, and it can be understood that: the multiple received interface protocols sent by the access end can be deduplicated, for example, the interface protocols of the channel A and the channel B are Type-C, and only one Type-C is reserved, so that the space is saved.
The second interface protocol of the first server may be USB3.0, Type-C, HDMI, PS/2 interface protocol, epale protocol, NetBIOS protocol, GSM interface protocol, or an interface protocol autonomously set by a user, and the second packet format of the first server is autonomously set by the user, such as json, webservice, xml, and k ═ v format, and it can be understood that: the received interface protocols sent by the server side can be deduplicated, for example, the interface protocols of the network element platform and the capability platform are both PS/2 interface protocols, so only one PS/2 interface protocol is reserved, and the space is saved.
Wherein, the message information can be understood as: assuming that a first channel sends a "hello world" to a first server, the "hello world" is message information, and specifically:
processing according to a first interface protocol of a first channel and a first message format to obtain a first message which conforms to the first interface protocol of the first channel and the first message format, wherein the first message comprises message information, namely 'hello world';
after receiving the first message, analyzing the first message according to a first interface protocol and a first message format of a first channel to obtain message information, namely 'hello world', then processing the message information into a second message according to a second interface protocol and a second message format of the first server, namely the second message also contains the message information, namely 'helloworld', and sending the second message to the first server;
when the first server receives the second message, the first server calls a second interface protocol of the first server and a second message format to analyze the second message so as to obtain message information, namely 'hello world', in the second message, and then makes a corresponding response.
In another embodiment, a service gateway may be configured to receive all first messages sent from the access terminal, where, taking one of the first messages as an example, before S3, the method further includes:
s03, performing security check, after receiving the first message, specifically:
it can be understood that the messages sent from each channel contain respective marks, so as to find the channel corresponding to the message, send an instruction for inquiring whether to send the first message to the first channel, when the feedback received from the first channel is yes, execute S003, if not, delete the first message, and end;
s003, service management and control, namely inquiring whether the first server is connected or not or whether the first server sets a current limit and the like, and if the first server is in a normal state, executing S3;
the process of forwarding and sending the first message can be monitored, and the monitoring data is stored in the log file, so that whether abnormity occurs or not can be conveniently checked, and details of the process of forwarding and sending can be conveniently checked.
Preferably, in the above technical solution, the method further comprises:
s5, receiving a first feedback message returned by the first server aiming at the second message;
s6, analyzing the first feedback message according to a second interface protocol and a second message format of the first server to obtain feedback message information;
s7, processing the feedback message information according to the first interface protocol and the first message format of the first channel to obtain a second feedback message, and sending the second feedback message to the first channel.
The first feedback message is analyzed through the second interface protocol and the second message format of the first server to obtain feedback message information, and then the feedback message information is processed through the first interface protocol and the first message format of the first channel to obtain a second feedback message which can be identified by the first channel, so that interaction between the first channel and the first server is realized.
When the first server obtains the message information, namely the hello world, and then makes a corresponding response, if the corresponding response to the hello world is made: returning to the first channel: "hello", then hello is feedback message information, specifically:
processing according to a second interface protocol and a second message format of the first server to obtain a first feedback message which conforms to the second interface protocol and the second message format of the first server, wherein the first feedback message comprises feedback message information, namely hello;
after receiving the first feedback message, analyzing the first feedback message according to a second interface protocol and a second message format of the first server to obtain feedback message information, namely 'hello', then processing the message information into a second feedback message according to the first interface protocol and the first message format of the first channel, namely that the second feedback message also contains the feedback message information, namely 'hello', and sending the second feedback message to the first channel;
when the first channel receives the second feedback message, the first channel calls the first interface protocol and the first message format of the first channel to analyze the second feedback message so as to obtain the feedback message information, namely hello, and then makes a corresponding response to realize the interaction between the first channel and the first server.
Preferably, in the above technical solution, after the analyzing the first feedback packet according to the second interface protocol and the second packet format of the first server in S6, obtaining feedback packet information includes:
s60, converting the first feedback message into a first code in a UTF-8 format or a GBK format according to a second interface protocol of the first server;
s61, extracting the message information from the first code according to the second message format of the first server.
And transcoding by using decode and encode of python, and converting the first feedback message into a first code in a UTF-8 format or a GBK format according to a second interface protocol of the first server.
Preferably, in the above technical solution, the parsing the first packet according to the first interface protocol of the first channel and the first packet format in S1 to obtain packet information includes:
s10, converting the first message into a second code in a UTF-8 format or a GBK format according to the first interface protocol of the first channel;
s11, extracting the message information from the two codes according to the first message format of the first channel.
The first message can be converted into a second code in a UTF-8 format or a GBK format by transcoding by using the decode and the encode of python according to a first interface protocol of the first channel.
In the above embodiments, although the steps are numbered as S1, S2, etc., but only the specific embodiments are given in the present application, and those skilled in the art can adjust the execution sequence of S1, S2, etc. according to the actual situation, which is also within the protection scope of the present invention.
As shown in fig. 2, a technical solution of a system 200 for message conversion and transmission according to the present invention is as follows:
the method comprises the following steps: a receiving module 210, a parsing module 220 and a processing and sending module 230;
the receiving module 210 is configured to:
receiving a group of first interface protocols and first message formats respectively sent by each channel of the access end, and receiving a group of second interface protocols and second message formats respectively sent by each server of the server end;
receiving a first message, wherein the first message is sent by a first channel of the access end and is directed to a first server of the server end;
the parsing module 220 is configured to parse the first packet according to a first interface protocol of the first channel and a first packet format to obtain packet information;
the processing and sending module 230 is configured to process the message information into a second message according to a second interface protocol and a second message format of the first server, and send the second message to the first server.
Firstly, a group of first interface protocols and first message formats respectively sent by each channel are received, and a group of second interface protocols and second message formats respectively sent by each server are received, wherein the first channel refers to any channel of the access end, the first server refers to any server of the service end pointed by any first message, when the first message of any channel is received, the message information can be obtained through the first interface protocol and the first message format of the channel, the message information is processed into a second message which can be identified by the first server through the second interface protocol and the second message format of the first server, when a plurality of channels and/or servers are newly added, only the first interface protocols and the first message formats of a plurality of channels are needed to be received, and the second interface protocols and the second message formats of the plurality of newly added servers are needed to be received, the first message of any channel of the access end can be converted and sent, so that trouble and labor are saved, and the efficiency is high.
Preferably, in the above technical solution, the receiving module 210 is further configured to receive a first feedback packet returned by the first server for the second packet;
the parsing module 220 is further configured to parse the first feedback packet according to a second interface protocol of the first server and a second packet format, so as to obtain feedback packet information;
the processing and sending module 230 is further configured to process the feedback message information according to the first interface protocol and the first message format of the first channel, obtain a second feedback message, and send the second feedback message to the first channel.
The first feedback message is analyzed through the second interface protocol and the second message format of the first server to obtain feedback message information, and then the feedback message information is processed through the first interface protocol and the first message format of the first channel to obtain a second feedback message which can be identified by the first channel, so that interaction between the first channel and the first server is realized.
Further, the parsing module 220 is specifically configured to:
converting the first feedback message into a first code in a UTF-8 format or a GBK format according to a second interface protocol of the first server;
extracting the message information from the first encoding according to a second message format of the first server.
Preferably, in the above technical solution, the parsing module 220 is specifically configured to:
converting the first message into a second code in a UTF-8 format or a GBK format according to a first interface protocol of the first channel;
and extracting the message information from the second code according to the first message format of the first channel.
The above-mentioned steps for realizing the corresponding functions of each parameter and each unit module in the system 200 for message conversion and transmission according to the present invention may refer to each parameter and step in the above-mentioned embodiment of a method for message conversion and transmission, which are not described herein again.
The electronic device of the embodiment of the invention comprises a memory, a processor and a program which is stored on the memory and runs on the processor, wherein the processor realizes any one of the steps of the message conversion and transmission method implemented when executing the program.
Firstly, a group of first interface protocols and first message formats respectively sent by each channel are received, and a group of second interface protocols and second message formats respectively sent by each server are received, wherein the first channel refers to any channel of the access end, the first server refers to any server of the service end pointed by any first message, when the first message of any channel is received, the message information can be obtained through the first interface protocol and the first message format of the channel, the message information is processed into a second message which can be identified by the first server through the second interface protocol and the second message format of the first server, when a plurality of channels and/or servers are newly added, only the first interface protocols and the first message formats of a plurality of channels are needed to be received, and the second interface protocols and the second message formats of the plurality of newly added servers are needed to be received, the first message of any channel of the access end can be converted and sent, so that trouble and labor are saved, and the efficiency is high.
The electronic device may be a computer, a mobile phone, or the like, and correspondingly, the program is computer software or a mobile phone APP, and the parameters and the steps in the electronic device of the present invention may refer to the parameters and the steps in the above embodiment of the method for converting and sending a message, which is not described herein again.
In the present invention, the terms "first", "second" 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. In the description of the present invention, "a plurality" means at least two, e.g., two, three, etc., unless specifically limited otherwise.
In the description herein, references to the description of the term "one embodiment," "some embodiments," "an example," "a specific example," or "some examples," etc., mean that a particular feature, structure, material, or characteristic described in connection with the embodiment or example is included in at least one embodiment or example of the invention. In this specification, the schematic representations of the terms used above are not necessarily intended to refer to the same embodiment or example. Furthermore, the particular features, structures, materials, or characteristics described may be combined in any suitable manner in any one or more embodiments or examples. Furthermore, various embodiments or examples and features of different embodiments or examples described in this specification can be combined and combined by one skilled in the art without contradiction.
Although embodiments of the present invention have been shown and described above, it is understood that the above embodiments are exemplary and should not be construed as limiting the present invention, and that variations, modifications, substitutions and alterations can be made to the above embodiments by those of ordinary skill in the art within the scope of the present invention.

Claims (9)

1. A method for message conversion and transmission is characterized by comprising the following steps:
receiving a group of first interface protocols and first message formats respectively sent by each channel of the access end, and receiving a group of second interface protocols and second message formats respectively sent by each server of the server end;
receiving a first message, wherein the first message is sent by a first channel of the access end and is directed to a first server of the server end;
analyzing the first message according to a first interface protocol of the first channel and a first message format to obtain message information;
and processing the message information into a second message according to the second interface protocol and the second message format of the first server, and sending the second message to the first server.
2. The method of claim 1, further comprising:
receiving a first feedback message returned by the first server aiming at the second message;
analyzing the first feedback message according to a second interface protocol and a second message format of the first server to obtain feedback message information;
and processing the feedback message information according to the first interface protocol and the first message format of the first channel to obtain a second feedback message, and sending the second feedback message to the first channel.
3. The method of claim 2, wherein the parsing the first feedback packet according to the second interface protocol and the second packet format of the first server to obtain feedback packet information comprises:
converting the first feedback message into a first code in a UTF-8 format or a GBK format according to a second interface protocol of the first server;
and extracting the feedback message information from the first code according to a second message format of the first server.
4. The method according to any one of claims 1 to 3, wherein the parsing the first packet according to the first interface protocol of the first channel and the first packet format to obtain packet information includes:
converting the first message into a second code in a UTF-8 format or a GBK format according to a first interface protocol of the first channel;
and extracting the message information from the second code according to the first message format of the first channel.
5. A system for message conversion transmission, comprising: the device comprises a receiving module, an analysis module and a processing and sending module;
the receiving module is used for:
receiving a group of first interface protocols and first message formats respectively sent by each channel of the access end, and receiving a group of second interface protocols and second message formats respectively sent by each server of the server end;
receiving a first message, wherein the first message is sent by a first channel of the access end and is directed to a first server of the server end;
the analysis module is used for analyzing the first message according to a first interface protocol of the first channel and a first message format to obtain message information;
and the processing and sending module is used for processing the message information into a second message according to a second interface protocol and a second message format of the first server and sending the second message to the first server.
6. The system for message conversion sending according to claim 5, wherein the receiving module is further configured to receive a first feedback message returned by the first server for the second message;
the analysis module is further configured to analyze the first feedback packet according to a second interface protocol and a second packet format of the first server to obtain feedback packet information;
the processing and sending module is further configured to process the feedback message information according to the first interface protocol and the first message format of the first channel to obtain a second feedback message, and send the second feedback message to the first channel.
7. The system for message conversion and transmission according to claim 6, wherein the parsing module is specifically configured to:
converting the first feedback message into a first code in a UTF-8 format or a GBK format according to a second interface protocol of the first server;
extracting the message information from the first encoding according to a second message format of the first server.
8. The system for message conversion and transmission according to any one of claims 5 to 7, wherein the parsing module is specifically configured to:
converting the first message into a second code in a UTF-8 format or a GBK format according to a first interface protocol of the first channel;
and extracting the message information from the second code according to the first message format of the first channel.
9. An electronic device comprising a memory, a processor and a program stored in the memory and running on the processor, wherein the processor executes the program to implement the steps of a method of message conversion transmission according to any of claims 1 to 4.
CN202010534528.2A 2020-06-12 2020-06-12 Method, system and electronic equipment for message conversion and transmission Pending CN111740967A (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
CN202010534528.2A CN111740967A (en) 2020-06-12 2020-06-12 Method, system and electronic equipment for message conversion and transmission

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
CN202010534528.2A CN111740967A (en) 2020-06-12 2020-06-12 Method, system and electronic equipment for message conversion and transmission

Publications (1)

Publication Number Publication Date
CN111740967A true CN111740967A (en) 2020-10-02

Family

ID=72648914

Family Applications (1)

Application Number Title Priority Date Filing Date
CN202010534528.2A Pending CN111740967A (en) 2020-06-12 2020-06-12 Method, system and electronic equipment for message conversion and transmission

Country Status (1)

Country Link
CN (1) CN111740967A (en)

Cited By (2)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN112448953A (en) * 2020-11-13 2021-03-05 中国电力财务有限公司 Data transmission method, data processing system and settlement system
CN113225249A (en) * 2021-05-06 2021-08-06 中国工商银行股份有限公司 Message processing method, system, device and medium

Citations (4)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN102546442A (en) * 2012-03-09 2012-07-04 北京神州数码思特奇信息技术股份有限公司 Communication protocol conversion technology
WO2018058713A1 (en) * 2016-09-30 2018-04-05 邦彦技术股份有限公司 Multichannel communication system, module and method
CN108769017A (en) * 2018-05-29 2018-11-06 杭州字符串科技有限公司 A kind of data communications method and device
CN110022289A (en) * 2018-01-10 2019-07-16 北龙中网(北京)科技有限责任公司 Data transmission method, apparatus and system

Patent Citations (4)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN102546442A (en) * 2012-03-09 2012-07-04 北京神州数码思特奇信息技术股份有限公司 Communication protocol conversion technology
WO2018058713A1 (en) * 2016-09-30 2018-04-05 邦彦技术股份有限公司 Multichannel communication system, module and method
CN110022289A (en) * 2018-01-10 2019-07-16 北龙中网(北京)科技有限责任公司 Data transmission method, apparatus and system
CN108769017A (en) * 2018-05-29 2018-11-06 杭州字符串科技有限公司 A kind of data communications method and device

Cited By (3)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN112448953A (en) * 2020-11-13 2021-03-05 中国电力财务有限公司 Data transmission method, data processing system and settlement system
CN112448953B (en) * 2020-11-13 2023-02-28 中国电力财务有限公司 Data transmission method, data processing system and settlement system
CN113225249A (en) * 2021-05-06 2021-08-06 中国工商银行股份有限公司 Message processing method, system, device and medium

Similar Documents

Publication Publication Date Title
CN109391500B (en) Configuration management method, device and equipment
CN101714930B (en) Method and system for realizing network monitoring
CN108289060B (en) Data processing method and device based on RPC service
CN108769017B (en) Data communication method and device
CN111740967A (en) Method, system and electronic equipment for message conversion and transmission
CN111552568B (en) Cloud service calling method and device
CN111246406A (en) Short message sending method, system, storage medium and terminal equipment
CN111294235A (en) Data processing method, device, gateway and readable storage medium
CN114172929A (en) Communication method, device and gateway
CN111984561A (en) IPMI command processing method, system, device and medium for BMC
US9781010B2 (en) Managing remote devices
JP5208954B2 (en) Method, apparatus, and computer program for improving SIP parsing performance
CN112422565A (en) Message processing method and device, storage medium and electronic device
CN112714153B (en) Processing method and device compatible with multiple TCPs (Transmission control protocol) based on Internet of things system
CN109995589B (en) Log collection method and system
CN113079055B (en) AGV operation data dynamic acquisition method and device
CN113542324B (en) Message pushing method and device
CN112769741B (en) Message communication method and electronic equipment
CN108055305B (en) Storage expansion method and storage expansion device
CN115118765B (en) Service processing method, device, electronic equipment and storage medium
CN113497783B (en) Method and device for processing data
CN111918365B (en) Network distribution method, device and system of Internet of things and storage medium
CN116088853A (en) Data processing method and device, electronic equipment and storage medium
CN110011820B (en) Method and device for connecting systems and computer storage medium
CN115086161A (en) Nginx passive health examination method, apparatus, device 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
RJ01 Rejection of invention patent application after publication

Application publication date: 20201002

RJ01 Rejection of invention patent application after publication