CN110971512A - Communication method and system - Google Patents

Communication method and system Download PDF

Info

Publication number
CN110971512A
CN110971512A CN201911250317.XA CN201911250317A CN110971512A CN 110971512 A CN110971512 A CN 110971512A CN 201911250317 A CN201911250317 A CN 201911250317A CN 110971512 A CN110971512 A CN 110971512A
Authority
CN
China
Prior art keywords
information
sending
communication
sent
message
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
CN201911250317.XA
Other languages
Chinese (zh)
Inventor
姬海南
杜宇坤
周军华
Current Assignee (The listed assignees may be inaccurate. Google has not performed a legal analysis and makes no representation or warranty as to the accuracy of the list.)
Beijing Simulation Center
Original Assignee
Beijing Simulation Center
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 Simulation Center filed Critical Beijing Simulation Center
Priority to CN201911250317.XA priority Critical patent/CN110971512A/en
Publication of CN110971512A publication Critical patent/CN110971512A/en
Pending legal-status Critical Current

Links

Images

Classifications

    • HELECTRICITY
    • H04ELECTRIC COMMUNICATION TECHNIQUE
    • H04LTRANSMISSION OF DIGITAL INFORMATION, e.g. TELEGRAPHIC COMMUNICATION
    • H04L51/00User-to-user messaging in packet-switching networks, transmitted according to store-and-forward or real-time protocols, e.g. e-mail
    • H04L51/21Monitoring or handling of messages
    • H04L51/23Reliability checks, e.g. acknowledgments or fault reporting
    • HELECTRICITY
    • H04ELECTRIC COMMUNICATION TECHNIQUE
    • H04LTRANSMISSION OF DIGITAL INFORMATION, e.g. TELEGRAPHIC COMMUNICATION
    • H04L51/00User-to-user messaging in packet-switching networks, transmitted according to store-and-forward or real-time protocols, e.g. e-mail
    • H04L51/21Monitoring or handling of messages
    • H04L51/224Monitoring or handling of messages providing notification on incoming messages, e.g. pushed notifications of received messages
    • HELECTRICITY
    • H04ELECTRIC COMMUNICATION TECHNIQUE
    • H04LTRANSMISSION OF DIGITAL INFORMATION, e.g. TELEGRAPHIC COMMUNICATION
    • H04L51/00User-to-user messaging in packet-switching networks, transmitted according to store-and-forward or real-time protocols, e.g. e-mail
    • H04L51/21Monitoring or handling of messages
    • H04L51/234Monitoring or handling of messages for tracking messages

Landscapes

  • Engineering & Computer Science (AREA)
  • Computer Networks & Wireless Communication (AREA)
  • Signal Processing (AREA)
  • Mobile Radio Communication Systems (AREA)

Abstract

The invention provides a communication method and a system, wherein the communication method comprises the following steps: adding identity identification information to each communication information to be sent to generate sending information; sending the sending information to another party of data interaction so that the other party receives the sending information and confirms that the corresponding communication information is obtained according to the identity identification information in the sending information; and acquiring the confirmation information which is sent by the other party and is added with the identification information so as to confirm that the corresponding communication information is successfully sent. On the basis of the original communication structure, a message confirmation and feedback mechanism is designed aiming at the content of each communication (except the communication part for establishing and disconnecting the connection), so that a message sender can clearly obtain the actual sending state of the sent message, the message sender can conveniently further process the sent message, the message sending reliability is ensured, and the reliable transmission of duplex communication is realized.

Description

Communication method and system
Technical Field
The present invention relates to the field of information interaction technologies, and in particular, to a communication method and system.
Background
With the rapid development of network technology, instant messaging becomes an indispensable part of the network world, and is an important means for people to communicate, and the technical means for realizing instant messaging are quite rich, including ajax long polling and http long connection, but with the emergence of the websocket protocol, other implementation manners are gradually replaced, and the websocket protocol is widely applied to various scenes similar to instant messaging, and becomes a main solution for realizing instant messaging. But because the requirement of the instant communication system on the consistency and reliability of the messages is very high, and the websocket protocol has no relevant reliability mechanism, it is very important to establish a set of instant communication message reliability mechanisms based on the websocket protocol.
Disclosure of Invention
To address at least one of the above deficiencies, an embodiment according to an aspect of the present invention provides a communication method, including:
adding identity identification information to each communication information to be sent to generate sending information; each piece of identity identification information is determined by both data interaction parties and can uniquely identify one piece of communication information;
sending the sending information to another party of data interaction so that the other party receives the sending information and confirms that the corresponding communication information is obtained according to the identity identification information in the sending information;
and acquiring the confirmation information which is sent by the other party and is added with the identification information so as to confirm that the corresponding communication information is successfully sent.
In certain embodiments, further comprising:
recording the time point of each sending information;
and taking each time point of sending the information as a starting point, and if the confirmation information is not acquired after the set time length, sending the corresponding sending information again.
In certain embodiments, further comprising:
marking the sending state of each sending message, wherein the sending state comprises the following steps: successful transmission, failed transmission, successful retransmission, failed retransmission, and no transmission.
Another embodiment of the present invention provides a communication method, including:
receiving at least one piece of sending information sent by another data interaction party, wherein each piece of sending information comprises communication information and identity identification information, and each piece of identity identification information is determined by both data interaction parties and can uniquely identify one piece of communication information;
confirming that the corresponding communication information is obtained according to the identity identification information in the sending information;
and sending the confirmation information attached with the identity identification information so that the other party of the data interaction confirms that the corresponding communication information is successfully sent.
In some embodiments, the receiving at least one transmission information transmitted by the other party of the data interaction comprises:
receiving all information;
and screening the at least one sending message from all received messages according to a set data communication format.
In another embodiment of the present invention, a communication apparatus is provided, which includes:
the generating module is used for adding identity identification information to each communication information to be sent to generate sending information; each piece of identity identification information is determined by both data interaction parties and can uniquely identify one piece of communication information;
the sending module is used for sending the sending information to another party of data interaction so that the other party receives the sending information and confirms that the corresponding communication information is obtained according to the identity identification information in the sending information;
and the acquisition module acquires the confirmation information which is sent by the other party and is attached with the identification information so as to confirm that the corresponding communication information is successfully sent.
In certain embodiments, further comprising:
the recording module is used for recording the time point of sending each sending message;
and the resending module takes each time point of sending the information as a starting point, and resends the corresponding sending information if the confirmation information is not acquired after the set time length.
In another embodiment of the present invention, a communication apparatus is provided, which includes:
the sending information acquisition module is used for acquiring at least one piece of sending information sent by the other data interaction party, wherein each piece of sending information comprises communication information and identity identification information, and each piece of identity identification information is determined by the two data interaction parties together and can uniquely identify one piece of communication information;
the confirmation module confirms that the corresponding communication information is acquired according to the identity identification information in the sending information;
and the confirmation information sending module is used for sending the confirmation information attached with the identity identification information so as to ensure that the other party of the data interaction confirms that the corresponding communication information is sent successfully.
In another embodiment of the present invention, an electronic device is provided, which includes a memory, a processor, and a computer program stored in the memory and executable on the processor, and the processor implements the steps of the communication method described above when executing the program.
A further embodiment of the invention provides a computer-readable storage medium, on which a computer program is stored, which, when being executed by a processor, carries out the steps of the communication method described above.
The invention has the following beneficial effects:
the invention provides a communication method and a system, which designs a message confirmation and feedback mechanism aiming at the content of each communication (except the communication part for establishing and disconnecting the connection) on the basis of the original communication structure, can ensure that a message sender clearly obtains the actual sending state of a sent message, is convenient for the message sender to further process the sent message, ensures the reliability of message sending and realizes the reliable transmission of duplex communication.
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, it is obvious that the drawings in the following description are only some embodiments of the present invention, and for those skilled in the art, other drawings can be obtained according to the drawings without creative efforts.
Fig. 1 is a flow chart illustrating a communication method according to an embodiment of the present invention.
Fig. 2 is a schematic structural diagram of a communication system according to an embodiment of the present invention.
Fig. 3 illustrates one of the communication methods in an embodiment of an aspect of the invention.
Fig. 4 shows a second schematic diagram of a communication method in an embodiment of an aspect of the invention.
Fig. 5 shows a schematic structural diagram of a communication framework in an embodiment of the invention.
Fig. 6 is a schematic block diagram of a first communication device according to an embodiment of the present invention.
Fig. 7 is a schematic block diagram of a second communication apparatus according to an embodiment of the present invention.
FIG. 8 shows a schematic diagram of an electronic device suitable for use in implementing embodiments of the present invention.
Detailed Description
The technical solutions in the embodiments of the present invention will be clearly and completely described below with reference to the drawings in the embodiments of the present invention, and it is obvious that the described embodiments are only a part of the embodiments of the present invention, and not all of the embodiments. 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.
In the instant messaging system based on the websocket protocol, as shown in fig. 1, after the client and the server successfully establish the websocket connection, full duplex communication based on the TCP protocol can be performed between the client and the server, the reliability of the communication completely depends on the reliable transmission mechanism of the TCP protocol, and any party performing the websocket communication cannot obtain the correct feedback information of the message sent by the client, so that the problems that the message reliability is affected by loss, dislocation and the like of the message easily occur during the process of continuously performing information interaction after the connection is established between the two parties of the communication, and therefore, the reliability and consistency of the instant messaging message cannot be ensured in the complex network environment in the instant messaging system based on the websocket protocol.
Fig. 2 shows a communication system including a first communication apparatus 1 as a receiving side and a second communication apparatus 2 as a transmitting side, between which the full duplex communication based on the TCP protocol is possible between the first communication apparatus 1 and the second communication apparatus.
The present invention does not limit the specific form of the data sender, and specifically, the execution main body may be a terminal device, a remote server, etc., as long as it is one of the duplex interactions and is an information sender. Similarly, the specific form of the data receiving party is not limited, and the data receiving party may be a terminal device, a remote server, or the like, as long as it is one of the duplex interactions and is an information receiving end.
Fig. 3 shows a communication method in an embodiment of an aspect of the present invention, which is executed by the first communication apparatus 1, and specifically includes:
s11: adding identity identification information to each communication information to be sent to generate sending information; each piece of identity identification information is determined by both data interaction parties and can uniquely identify one piece of communication information;
s12: sending the sending information to another party of data interaction so that the other party receives the sending information and confirms that the corresponding communication information is obtained according to the identity identification information in the sending information;
s13: and acquiring the confirmation information which is sent by the other party and is added with the identification information so as to confirm that the corresponding communication information is successfully sent.
The invention provides a communication method, which designs a message confirmation and feedback mechanism aiming at the content of each communication (except the communication part for establishing and disconnecting the connection), can ensure that a message sender clearly obtains the actual sending state of the sent message, is convenient for the message sender to further process the sent message, ensures the reliability of message sending and realizes the reliable transmission of duplex communication.
In some preferred embodiments, the above method further comprises:
recording the time point of each sending information;
and taking each time point of sending the information as a starting point, and if the confirmation information is not acquired after the set time length, sending the corresponding sending information again.
In this embodiment, if the network or the server side is abnormal and cannot confirm the message quickly and timely, the client side is always in a state of waiting for confirmation of the message, that is, in a message sending state. Therefore, a message timeout timer needs to be constructed, and if a message from the server side is not received within a predetermined time, the transmission is considered to be failed, and conversely, the transmission is considered to be successful.
In some preferred embodiments, the method further comprises:
marking the sending state of each sending message, wherein the sending state comprises the following steps: successful transmission, failed transmission, successful retransmission, failed retransmission, and no transmission.
Fig. 4 shows a communication method, which is executed by a receiving side in the embodiment of the present invention, and specifically includes:
s21: receiving at least one piece of sending information sent by another data interaction party, wherein each piece of sending information comprises communication information and identity identification information, and each piece of identity identification information is determined by both data interaction parties and can uniquely identify one piece of communication information;
s22: confirming that the corresponding communication information is obtained according to the identity identification information in the sending information;
s23: and sending the confirmation information attached with the identity identification information so that the other party of the data interaction confirms that the corresponding communication information is successfully sent.
The invention provides a communication method, which designs a message confirmation and feedback mechanism aiming at the content of each communication (except the communication part for establishing and disconnecting the connection), can ensure that a message sender clearly obtains the actual sending state of the sent message, is convenient for the message sender to further process the sent message, ensures the reliability of message sending and realizes the reliable transmission of duplex communication.
The following description of the present invention is provided with reference to specific scenarios.
A method for realizing the reliability of instant messaging messages based on websocket comprises the following specific implementation steps:
first step, building a communication framework based on websocket
The method is based on the websocket for communication, so a set of basic communication framework needs to be constructed based on the websocket, the framework should include a basic function of establishing and closing websocket connection, and a heartbeat detection function and an abnormal disconnection reconnection function need to be added, a data communication format is specified to ensure a basic communication environment, and a basic environment guarantee is provided for the increase of a message reliability mechanism.
Second step defines the message unique ID generation mode
The client (data sender) should attach a unique ID to a message before sending the message to identify the uniqueness of the message, the generation mode of the unique ID should be negotiated by the client and the server (data receiver), and the uniqueness of the ID at the client and the server needs to be ensured at the same time, so that a specific message can be uniquely located when operating the message.
Thirdly, setting message overtime timer and message state management mechanism
The message overtime timer is mainly used for recording the message sending time, carrying out operations such as retransmission, labeling and the like on messages which are not confirmed after overtime, avoiding the false appearance that the messages are sent successfully, and is an important means for ensuring the message reliability. Meanwhile, a message state management mechanism is required to be added to record and manage the actual state of the message, and the actual sending state of each message can be conveniently obtained through the message state management mechanism.
Fourth step, establishing message discrimination and response mechanism
At the message server side, the received websocket messages need to be screened, non-actual communication contents such as heartbeat detection information are eliminated, and screening is performed according to a specified data communication format. Aiming at the effective information, the server side needs to carry out processing such as data persistence on the information, and sends a confirmation message with a message ID to the client side after the confirmation message is successfully received, so as to inform the client side of successful message sending.
Fifth step of merging the basic communication framework and the reliability mechanism
After the above parts are built, an additional message confirmation mechanism is added to the basic websocket communication framework, and a complete message sending and confirmation mechanism is built, and the structure of the complete message sending and confirmation mechanism is shown in fig. 5.
It can be known from the above scenario that the present invention designs a message confirmation and feedback mechanism for the content of each communication (except for the communication part for establishing and disconnecting the connection), so that the sender of the message can clearly obtain the actual sending state of the sent message, the sender of the message can further process the sent message, the reliability of message sending is ensured, and the reliable transmission of duplex communication is realized.
Further, based on the same inventive concept, the first communication apparatus as the transmission side is described and explained below, and as shown in fig. 6, the first communication apparatus 1 includes:
a generating module 11, which adds identity information to each communication information to be sent, and generates sending information; each piece of identity identification information is determined by both data interaction parties and can uniquely identify one piece of communication information;
the sending module 12 is configured to send the sending information to another party with data interaction, so that the other party receives the sending information and confirms that the corresponding communication information is obtained according to the identification information in the sending information;
the obtaining module 13 obtains the confirmation information, which is sent by the other party and is attached with the identification information, so as to confirm that the corresponding communication information is successfully sent.
It can be understood that, a message confirmation and feedback mechanism is designed for the content of each communication (except for the communication part for establishing and disconnecting the connection), so that the sender of the message can clearly obtain the actual sending state of the sent message, the sender of the message can conveniently further process the sent message, the reliability of message sending is ensured, and the reliable transmission of duplex communication is realized.
Based on the same inventive concept, in an embodiment, the method further includes:
the recording module is used for recording the time point of sending each sending message;
and the resending module takes each time point of sending the information as a starting point, and resends the corresponding sending information if the confirmation information is not acquired after the set time length.
Based on the same inventive concept, the first communication device in the present invention has similar actions and effects as described above, and will not be described herein again.
Fig. 7 shows a schematic structural diagram of the second communication apparatus, and as shown in fig. 7, the second communication apparatus 2 includes:
the sending information acquisition module 21 is configured to acquire at least one piece of sending information sent by another data interaction party, where each piece of sending information includes communication information and identification information, and each piece of identification information is determined by both data interaction parties and can uniquely identify one piece of communication information;
the confirming module 22 confirms that the corresponding communication information is obtained according to the identity information in the sending information;
and the confirmation information sending module 23 is configured to send confirmation information with the identification information attached thereto, so that the other party of the data interaction confirms that the corresponding communication information is successfully sent.
Based on the same inventive concept, the second communication device of the present invention has similar actions and effects as described above, and will not be described herein again.
An embodiment of the present invention further provides a specific implementation manner of an electronic device, which is capable of implementing all steps in the method in the foregoing embodiment, and referring to fig. 8, the electronic device specifically includes the following contents:
a processor (processor)601, a memory (memory)602, a communication interface (communications interface)603, and a bus 604;
the processor 601, the memory 602 and the communication interface 603 complete mutual communication through the bus 604;
the processor 601 is used to call the computer program in the memory 602, and when the processor executes the computer program, the processor implements all the steps of the method in the above embodiments.
Embodiments of the present invention also provide a computer-readable storage medium capable of implementing all the steps of the method in the above embodiments, the computer-readable storage medium having stored thereon a computer program which, when executed by a processor, implements all the steps of the method in the above embodiments.
The embodiments in the present specification are described in a progressive manner, and the same and similar parts among the embodiments are referred to each other, and each embodiment focuses on the differences from the other embodiments. In particular, for the hardware + program class embodiment, since it is substantially similar to the method embodiment, the description is simple, and the relevant points can be referred to the partial description of the method embodiment. Although embodiments of the present description provide method steps as described in embodiments or flowcharts, more or fewer steps may be included based on conventional or non-inventive means. The order of steps recited in the embodiments is merely one manner of performing the steps in a multitude of orders and does not represent the only order of execution. When an actual apparatus or end product executes, it may execute sequentially or in parallel (e.g., parallel processors or multi-threaded environments, or even distributed data processing environments) according to the method shown in the embodiment or the figures. The terms "comprises," "comprising," or any other variation thereof, are intended to cover a non-exclusive inclusion, such that a process, method, article, or apparatus that comprises a list of elements does not include only those elements but may include other elements not expressly listed or inherent to such process, method, article, or apparatus. Without further limitation, the presence of additional identical or equivalent elements in a process, method, article, or apparatus that comprises the recited elements is not excluded. For convenience of description, the above devices are described as being divided into various modules by functions, and are described separately. Of course, in implementing the embodiments of the present description, the functions of each module may be implemented in one or more software and/or hardware, or a module implementing the same function may be implemented by a combination of multiple sub-modules or sub-units, and the like. The above-described embodiments of the apparatus are merely illustrative, and for example, the division of the units is only one logical division, and other divisions may be realized in practice, for example, a plurality of units or components may be combined or integrated into another system, or some features may be omitted, or not executed. In addition, the shown or discussed mutual coupling or direct coupling or communication connection may be an indirect coupling or communication connection through some interfaces, devices or units, and may be in an electrical, mechanical or other form. The present invention is described with reference to flowchart illustrations and/or block diagrams of methods, apparatus (systems), and computer program products according to embodiments of the invention. It will be understood that each flow and/or block of the flow diagrams and/or block diagrams, and combinations of flows and/or blocks in the flow diagrams and/or block diagrams, can be implemented by computer program instructions. These computer program instructions may be provided to a processor of a general purpose computer, special purpose computer, embedded processor, or other programmable data processing apparatus to produce a machine, such that the instructions, which execute via the processor of the computer or other programmable data processing apparatus, create means for implementing the functions specified in the flowchart flow or flows and/or block diagram block or blocks. As will be appreciated by one skilled in the art, embodiments of the present description may be provided as a method, system, or computer program product. Accordingly, embodiments of the present description may take the form of an entirely hardware embodiment, an entirely software embodiment or an embodiment combining software and hardware aspects. Furthermore, embodiments of the present description may take the form of a computer program product embodied on one or more computer-usable storage media (including, but not limited to, disk storage, CD-ROM, optical storage, and so forth) having computer-usable program code embodied therein. The embodiments in the present specification are described in a progressive manner, and the same and similar parts among the embodiments are referred to each other, and each embodiment focuses on the differences from the other embodiments. In particular, for the system embodiment, since it is substantially similar to the method embodiment, the description is simple, and for the relevant points, reference may be made to the partial description of the method embodiment. 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 an embodiment of the specification. In this specification, the schematic representations of the terms used above are not necessarily intended to refer to the same embodiment or example. 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. The above description is only an example of the embodiments of the present disclosure, and is not intended to limit the embodiments of the present disclosure. Various modifications and variations to the embodiments described herein will be apparent to those skilled in the art. Any modification, equivalent replacement, improvement, etc. made within the spirit and principle of the embodiments of the present specification should be included in the scope of the claims of the embodiments of the present specification.

Claims (10)

1. A method of communication, comprising:
adding identity identification information to each communication information to be sent to generate sending information; each piece of identity identification information is determined by both data interaction parties and can uniquely identify one piece of communication information;
sending the sending information to another party of data interaction so that the other party receives the sending information and confirms that the corresponding communication information is obtained according to the identity identification information in the sending information;
and acquiring the confirmation information which is sent by the other party and is added with the identification information so as to confirm that the corresponding communication information is successfully sent.
2. The communication method according to claim 1, further comprising:
recording the time point of each sending information;
and taking each time point of sending the information as a starting point, and if the confirmation information is not acquired after the set time length, sending the corresponding sending information again.
3. The communication method according to claim 2, further comprising:
marking the sending state of each sending message, wherein the sending state comprises the following steps: successful transmission, failed transmission, successful retransmission, failed retransmission, and no transmission.
4. A method of communication, comprising:
receiving at least one piece of sending information sent by another data interaction party, wherein each piece of sending information comprises communication information and identity identification information, and each piece of identity identification information is determined by both data interaction parties and can uniquely identify one piece of communication information;
confirming that the corresponding communication information is obtained according to the identity identification information in the sending information;
and sending the confirmation information attached with the identity identification information so that the other party of the data interaction confirms that the corresponding communication information is successfully sent.
5. The communication method according to claim 4, wherein said receiving at least one transmission message transmitted by the other party of the data interaction comprises:
receiving all information;
and screening the at least one sending message from all received messages according to a set data communication format.
6. A communications apparatus, comprising:
the generating module is used for adding identity identification information to each communication information to be sent to generate sending information; each piece of identity identification information is determined by both data interaction parties and can uniquely identify one piece of communication information;
the sending module is used for sending the sending information to another party of data interaction so that the other party receives the sending information and confirms that the corresponding communication information is obtained according to the identity identification information in the sending information;
and the acquisition module acquires the confirmation information which is sent by the other party and is attached with the identification information so as to confirm that the corresponding communication information is successfully sent.
7. The communications device of claim 6, further comprising:
the recording module is used for recording the time point of sending each sending message;
and the resending module takes each time point of sending the information as a starting point, and resends the corresponding sending information if the confirmation information is not acquired after the set time length.
8. A communications apparatus, comprising:
the sending information acquisition module is used for acquiring at least one piece of sending information sent by the other data interaction party, wherein each piece of sending information comprises communication information and identity identification information, and each piece of identity identification information is determined by the two data interaction parties together and can uniquely identify one piece of communication information;
the confirmation module confirms that the corresponding communication information is acquired according to the identity identification information in the sending information;
and the confirmation information sending module is used for sending the confirmation information attached with the identity identification information so as to ensure that the other party of the data interaction confirms that the corresponding communication information is sent successfully.
9. An electronic device comprising a memory, a processor and a computer program stored on the memory and executable on the processor, characterized in that the steps of the communication method according to any of claims 1 to 5 are implemented when the processor executes the program.
10. A computer-readable storage medium, on which a computer program is stored which, when being executed by a processor, carries out the steps of the communication method according to any one of claims 1 to 5.
CN201911250317.XA 2019-12-09 2019-12-09 Communication method and system Pending CN110971512A (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
CN201911250317.XA CN110971512A (en) 2019-12-09 2019-12-09 Communication method and system

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
CN201911250317.XA CN110971512A (en) 2019-12-09 2019-12-09 Communication method and system

Publications (1)

Publication Number Publication Date
CN110971512A true CN110971512A (en) 2020-04-07

Family

ID=70033452

Family Applications (1)

Application Number Title Priority Date Filing Date
CN201911250317.XA Pending CN110971512A (en) 2019-12-09 2019-12-09 Communication method and system

Country Status (1)

Country Link
CN (1) CN110971512A (en)

Citations (8)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN101184050A (en) * 2007-12-24 2008-05-21 杭州华三通信技术有限公司 Distributed node multicast method, distributed node multicast component and distributed system
CN105323147A (en) * 2014-08-01 2016-02-10 掌赢信息科技(上海)有限公司 Group message reading feedback method, and server and client side device thereof
CN106100839A (en) * 2016-08-16 2016-11-09 电子科技大学 A kind of Network Communicate Security method based on tcp data bag and custom algorithm
CN106713328A (en) * 2016-12-29 2017-05-24 北京奇虎科技有限公司 Information processing method and apparatus based on long connection
CN107172658A (en) * 2017-05-22 2017-09-15 广州市暨联牧科信息技术有限公司 A kind of jamming control method transmitted applied to Internet of Things
CN108173851A (en) * 2017-12-28 2018-06-15 南京大学 A kind of efficient multimedia transmission method for Information Network
CN109561159A (en) * 2018-12-28 2019-04-02 厦门中控生物识别信息技术有限公司 A kind of data processing method and system based on Websocket long connection
CN109660451A (en) * 2018-12-25 2019-04-19 北京云中融信网络科技有限公司 A kind of method, apparatus and messaging system sending message

Patent Citations (8)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN101184050A (en) * 2007-12-24 2008-05-21 杭州华三通信技术有限公司 Distributed node multicast method, distributed node multicast component and distributed system
CN105323147A (en) * 2014-08-01 2016-02-10 掌赢信息科技(上海)有限公司 Group message reading feedback method, and server and client side device thereof
CN106100839A (en) * 2016-08-16 2016-11-09 电子科技大学 A kind of Network Communicate Security method based on tcp data bag and custom algorithm
CN106713328A (en) * 2016-12-29 2017-05-24 北京奇虎科技有限公司 Information processing method and apparatus based on long connection
CN107172658A (en) * 2017-05-22 2017-09-15 广州市暨联牧科信息技术有限公司 A kind of jamming control method transmitted applied to Internet of Things
CN108173851A (en) * 2017-12-28 2018-06-15 南京大学 A kind of efficient multimedia transmission method for Information Network
CN109660451A (en) * 2018-12-25 2019-04-19 北京云中融信网络科技有限公司 A kind of method, apparatus and messaging system sending message
CN109561159A (en) * 2018-12-28 2019-04-02 厦门中控生物识别信息技术有限公司 A kind of data processing method and system based on Websocket long connection

Similar Documents

Publication Publication Date Title
CN108449256B (en) Message pushing processing method and device, computer equipment and storage medium
CN110391974A (en) A kind of message synchronization method, server-side, terminal and system
CN110247739B (en) Message transmission method and device
CN102638417A (en) Information communication method, device and system
CN111431790B (en) Instant messaging method, device, system and storage medium
CN112134915B (en) Application layer protocol decoupling universal network processing system
CN113391979A (en) Processing method, equipment and system for monitoring data display and storage medium
CN111147196A (en) Data transmission method, data sending device and data receiving device
CN110430126A (en) Instant communication message processing method, device, system, equipment and storage medium
CN105553762A (en) Communication method and communication system between domestic appliance and mobile terminal and corresponding devices
CN111385068B (en) Data transmission method, device, electronic equipment and communication system
CN106302093B (en) Communication method, system and server
CN110971512A (en) Communication method and system
CN115348333B (en) Data transmission method, system and equipment based on UDP double-end communication interaction
CN114338584B (en) Message withdraw method and message transmission system
CN113573252B (en) Data transmission method, system, chip, electronic device and storage medium
CN111711996B (en) Method and device for stable transmission of TCP communication
CN112702371B (en) Message sending method and device and intelligent terminal
CN115150031B (en) Distributed system message response method and device based on distributed message
CN106161198B (en) E-mail retransmitting method and device
CN113204440B (en) Message sending method, device, electronic equipment and storage medium
CN113032123B (en) Thread scheduling method, system and related device of remote NPL running environment
CN113133130B (en) Communication method and device
CN110781017B (en) Message processing method, device, equipment and storage medium
CN112822090B (en) Communication method, device and system of instant messaging tool suitable for mobile terminal

Legal Events

Date Code Title Description
PB01 Publication
PB01 Publication
SE01 Entry into force of request for substantive examination
SE01 Entry into force of request for substantive examination
RJ01 Rejection of invention patent application after publication
RJ01 Rejection of invention patent application after publication

Application publication date: 20200407