CN111405021A - Data transmission method, device, equipment and storage medium of peer-to-peer node - Google Patents

Data transmission method, device, equipment and storage medium of peer-to-peer node Download PDF

Info

Publication number
CN111405021A
CN111405021A CN202010161452.3A CN202010161452A CN111405021A CN 111405021 A CN111405021 A CN 111405021A CN 202010161452 A CN202010161452 A CN 202010161452A CN 111405021 A CN111405021 A CN 111405021A
Authority
CN
China
Prior art keywords
data
target
node
server
equipment
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
CN202010161452.3A
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.)
China Construction Bank Corp
Original Assignee
China Construction Bank Corp
CCB Finetech 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 China Construction Bank Corp, CCB Finetech Co Ltd filed Critical China Construction Bank Corp
Priority to CN202010161452.3A priority Critical patent/CN111405021A/en
Publication of CN111405021A publication Critical patent/CN111405021A/en
Pending legal-status Critical Current

Links

Images

Classifications

    • HELECTRICITY
    • H04ELECTRIC COMMUNICATION TECHNIQUE
    • H04LTRANSMISSION OF DIGITAL INFORMATION, e.g. TELEGRAPHIC COMMUNICATION
    • H04L67/00Network arrangements or protocols for supporting network services or applications
    • H04L67/01Protocols
    • H04L67/10Protocols in which an application is distributed across nodes in the network
    • H04L67/1001Protocols in which an application is distributed across nodes in the network for accessing one among a plurality of replicated servers
    • HELECTRICITY
    • H04ELECTRIC COMMUNICATION TECHNIQUE
    • H04LTRANSMISSION OF DIGITAL INFORMATION, e.g. TELEGRAPHIC COMMUNICATION
    • H04L67/00Network arrangements or protocols for supporting network services or applications
    • H04L67/01Protocols
    • H04L67/10Protocols in which an application is distributed across nodes in the network
    • H04L67/104Peer-to-peer [P2P] networks
    • HELECTRICITY
    • H04ELECTRIC COMMUNICATION TECHNIQUE
    • H04LTRANSMISSION OF DIGITAL INFORMATION, e.g. TELEGRAPHIC COMMUNICATION
    • H04L67/00Network arrangements or protocols for supporting network services or applications
    • H04L67/50Network services
    • H04L67/51Discovery or management thereof, e.g. service location protocol [SLP] or web services
    • HELECTRICITY
    • H04ELECTRIC COMMUNICATION TECHNIQUE
    • H04LTRANSMISSION OF DIGITAL INFORMATION, e.g. TELEGRAPHIC COMMUNICATION
    • H04L67/00Network arrangements or protocols for supporting network services or applications
    • H04L67/50Network services
    • H04L67/60Scheduling or organising the servicing of application requests, e.g. requests for application data transmissions using the analysis and optimisation of the required network resources

Abstract

The embodiment of the invention discloses a data transmission method, a device, equipment and a storage medium of a peer node. Executed by a message server, the message server is connected with a load balancing server, is used for receiving service request information sent by the load balancing server, and is connected with an application server, and is used for providing an information subscription service for the application server, and the method comprises the following steps: receiving target equipment data sent by a load balancing server; sending target equipment data to a target node in the peer nodes according to a preset sending mode; the peer node is a preset service node which synchronously runs the same tenant instance with the target node. By adopting the technical scheme provided by the embodiment of the invention, the problems that all nodes of the same tenant receive the same data in a multi-tenant system, so that the server resource is wasted and the data processing efficiency is reduced can be solved, and the effects of saving the server resource and improving the data processing efficiency are realized.

Description

Data transmission method, device, equipment and storage medium of peer-to-peer node
Technical Field
Embodiments of the present invention relate to computer technologies, and in particular, to a method, an apparatus, a device, and a storage medium for data transmission of a peer node.
Background
With the rapid development of network technology, the amount of data to be processed is larger and larger, and in order to improve the load capacity, application services are usually deployed on a set of servers.
In a multi-tenant system, the same tenant is distributed on different nodes of a group of servers under normal conditions, and when a device side sends data, all nodes of the same tenant subscribing to the theme receive the same data, so that server resource waste is caused, and data processing efficiency is reduced.
Disclosure of Invention
Embodiments of the present invention provide a method, an apparatus, a device, and a storage medium for data transmission of a peer node, so as to achieve the effects of saving server resources and improving data processing efficiency.
In a first aspect, an embodiment of the present invention provides a data transmission method for a peer node, where the data transmission method is executed by a message server, and the message server is connected to a load balancing server, is used to receive service request information sent by the load balancing server, and is connected to an application server, and is used for providing an information subscription service for the application server, where the method includes:
receiving target equipment data sent by a load balancing server;
sending the target equipment data to a target node in the peer nodes according to a preset sending mode; the peer node is a preset service node which synchronously runs the same tenant instance with the target node.
In a second aspect, an embodiment of the present invention further provides a device configured in a message server, where the message server is connected to a load balancing server, is configured to receive service request information sent by the load balancing server, is connected to an application server, and is configured to provide an information subscription service for the application server, and the device includes:
the data receiving module is used for receiving target equipment data sent by the load balancing server;
the data sending module is used for sending the target equipment data to a target node in the peer nodes according to a preset sending mode; the peer node is a preset service node which synchronously runs the same tenant instance with the target node.
In a third aspect, an embodiment of the present invention further provides an apparatus, where the apparatus includes:
one or more processors;
a storage device for storing one or more programs,
when executed by the one or more processors, cause the one or more processors to implement a method of data transmission for a peer node as described above.
In a fourth aspect, the embodiment of the present invention further provides a computer-readable storage medium, on which a computer program is stored, which when executed by a processor implements the data transmission method of the peer node as described above.
The embodiment of the invention is executed by a message server, wherein the message server is connected with a load balancing server, is used for receiving service request information sent by the load balancing server, is connected with an application server, is used for providing information subscription service for the application server, and receives target equipment data sent by the load balancing server; sending the target equipment data to a target node in the peer nodes according to a preset sending mode; the peer node is a preset service node which synchronously runs the same tenant instance with the target node. The problem that in a multi-tenant system, the same tenant is distributed on different nodes of a group of servers under a common condition, when a device side sends data, all nodes of the same tenant subscribing to the theme receive the same data, server resource waste is caused, and data processing efficiency is reduced is solved, server resources are saved, and data processing efficiency is improved.
Drawings
Fig. 1 is a flowchart of a data transmission method of a peer node according to an embodiment of the present invention;
fig. 2 is a schematic diagram of a server deployment architecture according to an embodiment of the present invention;
fig. 3 is a flowchart of a data transmission method of a peer node according to a second embodiment of the present invention;
fig. 4 is a schematic structural diagram of a data transmission apparatus of a peer node according to a third embodiment of the present application;
fig. 5 is a schematic structural diagram of an apparatus 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 data transmission method of a peer node according to an embodiment of the present invention, where this embodiment is applicable to be executed by a message server, where the message server is connected to a load balancing server, and is configured to receive service request information sent by the load balancing server, and is connected to an application server, and is used for providing a situation of an information subscription service for the application server.
The load balancing server is a server for load distribution. And the obtained service requests are distributed to the servers of the tenant instances which are actually operated in a balanced manner through the load balancing server, so that the response speed of the whole system is ensured. The message server is a server for receiving, transmitting and forwarding messages. Distributed node clustering, fast and low-delay message routing, and single clustering supports routes of ten million scales. The application server is a server for actually running the tenant instance and is generally divided into a plurality of nodes.
Referring to fig. 1, the data transmission method of a peer node provided in this embodiment includes:
and step 110, receiving target equipment data sent by the load balancing server.
The target device is a specific device such as a printer and a face recognition instrument, and the target device data is data sent by the device, such as temperature data sent by a temperature measurement device. The equipment sends the service request containing the equipment data to the load balancing server, and then the load balancing server distributes all the service request information to each message server in a balanced manner according to the actual state of each message server.
Step 120, sending the target device data to a target node in the peer nodes according to a preset sending mode; the peer node is a preset service node which synchronously runs the same tenant instance with the target node.
The data of the specific theme of the target equipment is published to the message server through the load balancing server, the message server transmits the theme data to the application server subscribed with the theme, and the theme data message is transmitted to the specific node in all service nodes running the same tenant instance in the application server through a preset transmission mode of the message server. And the target tenant instance is the service content actually run by the target tenant. For example, there are 3 service nodes running the same tenant instance a, which are respectively Node1, Node2 and Node3, and these three nodes are peer nodes. The tenant instance a acquires the data of the device Z by subscribing, and when the device Z transmits data, only one Node among the Node1, the Node2, and the Node3 may receive the data of the device Z, and a specific Node that receives the data is determined by a preset sending method.
In this embodiment, optionally, the peer node is a node that uses a hazelcast node cluster ad hoc network.
The hazelcast is a memory-based data grid open source project, provides elastic extensible distributed memory computing, can be embedded into an existing project or application, and provides a distributed data structure and a distributed computing tool. Distributed applications may use hazelcast for distributed caching, synchronization, etc. The method has the advantages that the Hazelcast node cluster ad hoc network is adopted, when nodes corresponding to newly added tenants are added, only the identity marks of the newly added nodes are required to be added into the configuration files of the Hazelcast cluster, the original nodes do not need to be restarted or the configuration is not required to be changed, and rapid transverse expansion can be achieved.
In this embodiment, optionally, the sending method includes: one of random transmission, cyclic transmission, repetitive transmission, and designated transmission.
The random sending is that one node is randomly selected from all peer-to-peer nodes to send; the cyclic transmission is the transmission in turn according to the Node sequence, for example, according to the sequence of Node1, Node2, Node3, Node1 and Node2 … …; the repeated transmission is transmitted according to the Node transmitted last time, for example, if the Node is transmitted last time 1, the subsequent messages are all transmitted to the Node 1; the designated transmission is that data is transmitted according to the ID of the equipment, and the data of the same equipment is processed by the same node. The method has the advantages that the repeated data processing of the server nodes is avoided, the server resources are saved, and the data processing efficiency is improved.
In the technical scheme provided by this embodiment, the message server is executed by the message server, and the message server is connected to the load balancing server, is used to receive service request information sent by the load balancing server, is connected to the application server, and is used for the application server to provide an information subscription service, and receives target device data sent by the load balancing server; sending the target equipment data to a target node in the peer nodes according to a preset sending mode; the peer node is a preset service node which synchronously runs the same tenant instance with the target node. The problem that in a multi-tenant system, the same tenant is distributed on different nodes of a group of servers under a common condition, when a device side sends data, all nodes of the same tenant subscribing to the theme receive the same data, server resource waste is caused, and data processing efficiency is reduced is solved, server resources are saved, and data processing efficiency is improved.
Fig. 2 is a schematic diagram of a server deployment architecture according to an embodiment of the present invention.
As shown in fig. 2, the message server is connected to the load balancing server for receiving the service request information sent by the load balancing server, and is connected to the application server for providing the information subscription service to the application server. The Message server may be an EMQX server, and the EMQX server is a Message Queue Telemetry Transport (MQTT) Message server developed based on an Erlang/OTP platform, and has the advantages of fast and low-latency Message routing capability, and a single cluster supports routes of ten-million scale. The MQTT protocol is a protocol that publishes or subscribes to transmissions based on client-server messages. Due to its light weight, simplicity, openness and easy implementation, it has a very wide range of applications.
On the basis of the foregoing technical solution, optionally, after receiving the target device data sent by the load balancing server, the method further includes:
analyzing the target equipment data by adopting a preset decryption rule; the target device data is obtained through a preset encryption rule;
correspondingly, the sending the target device data to the target node in the peer nodes according to the preset sending mode includes:
and sending the analyzed target equipment data to a target node in the peer nodes according to a preset sending mode.
The analysis of the encrypted target device data can be completed by a message decoder configured in the message server, and a corresponding decryption rule is preset in the message decoder. The advantage of this arrangement is that the security of the information transfer is improved.
Example two
Fig. 3 is a flowchart of a data transmission method for a peer node according to a second embodiment of the present invention, and this technical solution is supplementary described with respect to a process after target device data is sent to a target node in the peer node. Compared with the above scheme, the scheme is specifically optimized in that after the target device data is sent to the target node in the peer nodes, the method further includes:
judging the message receipt type of the target device data, and processing the receipt message of the target device data according to the message receipt type of the target device data; wherein the message receipt type of the target device data comprises: and equipment interaction data and equipment reporting data.
Specifically, a flow chart of the data transmission method of the peer node is shown in fig. 3:
and step 310, receiving target device data sent by the load balancing server.
Step 320, sending the target device data to a target node in the peer nodes according to a preset sending mode; the peer node is a preset service node which synchronously runs the same tenant instance with the target node.
Step 330, judging the message receipt type of the target device data, and processing the receipt message of the target device data according to the message receipt type of the target device data; wherein the message receipt type of the target device data comprises: and equipment interaction data and equipment reporting data.
The message receipt is the receipt generated after the target device data is processed. The processing mode of the receipt message is different according to the different types of the message receipt.
In this embodiment, optionally, the determining a message receipt type of the target device data, and processing the message receipt of the target device data according to the message receipt type of the target device data includes:
and if the message receipt type of the target equipment data is equipment interaction data, acquiring an equipment interaction result, and sending the equipment interaction result message receipt to a target equipment data sending end.
The device interaction data comprises messages generated when devices such as device activation, device login and device binding interact with an application server. And if the message receipt type of the target device data is the device interaction data, when the target device data processing is finished, informing the target device data sending end of the processing result of the target device data in a receipt mode. For example, when the target device successfully logs in to the application server associated with the device, a message of successful login is returned to the target device by a receipt. The method has the advantages that the data processing state is acquired in time, so that the data can be further processed in the following process, and the data processing efficiency is improved.
In this embodiment, optionally, the determining a message receipt type of the target device data, and processing the message receipt of the target device data according to the message receipt type of the target device data includes:
the method is characterized in that the message receipt type of the target device data is judged, and the message receipt of the target device data is processed according to the message receipt type of the target device data, and the method comprises the following steps:
and if the message receipt type of the target equipment data is equipment report data, storing the equipment report data and performing data processing operation.
The data reported by the equipment comprises measurement data, position data, alarm data and the like of the equipment, wherein the data are fed back according to the characteristics of the equipment. Such as temperature data fed back by the thermometric device, etc. When the message receipt type of the target device data is the data reported by the device, the target device data may be stored in the application server database subscribed with the target device data topic data, which is not limited in this embodiment. And further processing the data reported by the equipment according to actual needs. For example, if a banknote box in the banknote transport vehicle is a target device, and the banknote box reports position data of the banknote box every ten seconds, the transport route of the banknote transport vehicle can be acquired according to unknown data, so as to determine whether the transport route deviates.
Based on the above embodiment, the present embodiment processes the receipt message of the target device data according to the message receipt type of the target device data, which is advantageous in that the way of subsequent processing of the data is determined according to the message receipt type, thereby improving the processing efficiency of the data.
EXAMPLE III
Fig. 4 is a schematic structural diagram of a data transmission apparatus of a peer node according to a third embodiment of the present application. The device can execute the data transmission method of the peer node provided by any embodiment of the invention, and has corresponding functional modules and beneficial effects of the execution method.
As shown in fig. 4, the data transmission apparatus of the peer node is configured in a message server, and the message server is connected to a load balancing server, is configured to receive service request information sent by the load balancing server, and is connected to an application server, and is configured to provide an information subscription service for the application server, including:
a data receiving module 410, configured to receive target device data sent by a load balancing server;
a data sending module 420, configured to send the target device data to a target node in the peer nodes according to a preset sending manner; the peer node is a preset service node which synchronously runs the same tenant instance with the target node.
The embodiment of the invention is executed by a message server, wherein the message server is connected with a load balancing server, is used for receiving service request information sent by the load balancing server, is connected with an application server, is used for providing information subscription service for the application server, and receives target equipment data sent by the load balancing server; sending the target equipment data to a target node in the peer nodes according to a preset sending mode; the peer node is a preset service node which synchronously runs the same tenant instance with the target node. The problem that in a multi-tenant system, the same tenant is distributed on different nodes of a group of servers under a common condition, when a device side sends data, all nodes of the same tenant subscribing to the theme receive the same data, server resource waste is caused, and data processing efficiency is reduced is solved, server resources are saved, and data processing efficiency is improved.
On the basis of the above technical solutions, optionally, the apparatus further includes:
a data analysis module, configured to analyze the target device data by using a preset encryption rule after the data receiving module 410; the target device data is obtained through a preset encryption rule;
correspondingly, the data sending module includes:
and the data sending unit is used for sending the analyzed target equipment data to a target node in the peer nodes according to a preset sending mode.
On the basis of the above technical solutions, optionally, the sending method includes: one of random transmission, cyclic transmission, repetitive transmission, and designated transmission.
On the basis of the above technical solutions, optionally, the apparatus further includes:
a receipt type determining module, configured to determine, after the data sending module 420, a message receipt type of the target device data, and process a receipt message of the target device data according to the message receipt type of the target device data; wherein the message receipt type of the target device data comprises: and equipment interaction data and equipment reporting data.
On the basis of the above technical solutions, optionally, the receipt type determining module includes:
and the message receipt sending unit is used for acquiring a device interaction result and sending the device interaction result message receipt to the target device data sending end if the message receipt type of the target device data is the device interaction data.
On the basis of the above technical solutions, optionally, the receipt type determining module includes:
and the data processing unit is used for storing the device report data and performing data processing operation if the message receipt type of the target device data is the device report data.
Example four
Fig. 5 is a schematic structural diagram of an apparatus according to a fourth embodiment of the present invention, as shown in fig. 5, the apparatus includes a processor 50, a memory 51, an input device 52, and an output device 53; the number of processors 50 in the device may be one or more, and one processor 50 is taken as an example in fig. 5; the processor 50, the memory 51, the input device 52 and the output device 53 in the apparatus may be connected by a bus or other means, which is exemplified in fig. 5.
The memory 51 is used as a computer readable storage medium for storing software programs, computer executable programs, and modules, such as program instructions/modules corresponding to the data transmission method of the peer node in the embodiment of the present invention. The processor 50 executes various functional applications of the device and data processing, i.e., implements the above-described data transmission method of the peer node, by executing software programs, instructions, and modules stored in the memory 51.
The memory 51 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 51 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, the memory 51 may further include memory located remotely from the processor 50, 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.
EXAMPLE five
An embodiment of the present invention further provides a storage medium containing computer-executable instructions, where the computer-executable instructions are executed by a computer processor to perform a data transmission method for a peer node, where the method is executed by a message server, where the message server is connected to a load balancing server, is configured to receive service request information sent by the load balancing server, and is connected to an application server, and is configured to provide an information subscription service for the application server, where the method includes:
receiving target equipment data sent by a load balancing server;
sending the target equipment data to a target node in the peer nodes according to a preset sending mode; the peer node is a preset service node which synchronously runs the same tenant instance with the target node.
Of course, the storage medium containing the computer-executable instructions provided by the embodiments of the present invention is not limited to the method operations described above, and may also perform related operations in the data transmission method of the peer node provided by any embodiments of the present invention.
Based on the understanding that the technical solutions of the present invention can be embodied in the form of software products, such as floppy disks, Read-Only memories (ROMs), Random Access Memories (RAMs), flash memories (F L ASHs), hard disks or optical disks of a computer, etc., and include instructions for enabling a computer device (which may be a personal computer, a server, or a network device, etc.) to execute the methods according to the embodiments of the present invention.
It should be noted that, in the embodiment of the data transmission apparatus of the peer node, the included units and modules are only divided according to functional logic, but are not limited to the above division, as long as the corresponding functions 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 (10)

1. A data transmission method of a peer node, performed by a message server, the message server being connected to a load balancing server, for receiving service request information sent by the load balancing server, and being connected to an application server, for providing an information subscription service for the application server, the method comprising:
receiving target equipment data sent by a load balancing server;
sending the target equipment data to a target node in the peer nodes according to a preset sending mode; the peer node is a preset service node which synchronously runs the same tenant instance with the target node.
2. The method of claim 1, wherein the transmission mode comprises: one of random transmission, cyclic transmission, repetitive transmission, and designated transmission.
3. The method of claim 1, after receiving the target device data sent by the load balancing server, further comprising:
analyzing the target equipment data by adopting a preset decryption rule; the target device data is obtained through a preset encryption rule;
correspondingly, the sending the target device data to the target node in the peer nodes according to the preset sending mode includes:
and sending the analyzed target equipment data to a target node in the peer nodes according to a preset sending mode.
4. The method of claim 1 or 2, further comprising, after sending the target device data to a target node of the peer nodes:
judging the message receipt type of the target device data, and processing the receipt message of the target device data according to the message receipt type of the target device data; wherein the message receipt type of the target device data comprises: and equipment interaction data and equipment reporting data.
5. The method of claim 4, wherein determining the message receipt type of the target device data and processing the message receipt of the target device data according to the message receipt type of the target device data comprises:
and if the message receipt type of the target equipment data is equipment interaction data, acquiring an equipment interaction result, and sending the equipment interaction result message receipt to a target equipment data sending end.
6. The method of claim 4, wherein determining the message receipt type of the target device data and processing the message receipt of the target device data according to the message receipt type of the target device data comprises:
and if the message receipt type of the target equipment data is equipment report data, storing the equipment report data and performing data processing operation.
7. A data transmission apparatus of a peer node, configured at a message server, the message server being connected to a load balancing server, for receiving service request information sent by the load balancing server, and being connected to an application server, for providing an information subscription service for the application server, the apparatus comprising:
the data receiving module is used for receiving target equipment data sent by the load balancing server;
the data sending module is used for sending the target equipment data to a target node in the peer nodes according to a preset sending mode; the peer node is a preset service node which synchronously runs the same tenant instance with the target node.
8. The apparatus of claim 7, further comprising:
the data analysis module is used for analyzing the target equipment data by adopting a preset encryption rule after the data receiving module; the target device data is obtained through a preset encryption rule;
correspondingly, the data sending module includes:
and the data sending unit is used for sending the analyzed target equipment data to a target node in the peer nodes according to a preset sending mode.
9. An apparatus, characterized in that the apparatus comprises:
one or more processors;
a storage device for storing one or more programs,
when executed by the one or more processors, cause the one or more processors to implement a method of data transmission by a peer node as claimed in any of claims 1-6.
10. A computer-readable storage medium, on which a computer program is stored which, when being executed by a processor, carries out a method for data transmission of a peer node according to any one of claims 1 to 6.
CN202010161452.3A 2020-03-10 2020-03-10 Data transmission method, device, equipment and storage medium of peer-to-peer node Pending CN111405021A (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
CN202010161452.3A CN111405021A (en) 2020-03-10 2020-03-10 Data transmission method, device, equipment and storage medium of peer-to-peer node

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
CN202010161452.3A CN111405021A (en) 2020-03-10 2020-03-10 Data transmission method, device, equipment and storage medium of peer-to-peer node

Publications (1)

Publication Number Publication Date
CN111405021A true CN111405021A (en) 2020-07-10

Family

ID=71428697

Family Applications (1)

Application Number Title Priority Date Filing Date
CN202010161452.3A Pending CN111405021A (en) 2020-03-10 2020-03-10 Data transmission method, device, equipment and storage medium of peer-to-peer node

Country Status (1)

Country Link
CN (1) CN111405021A (en)

Cited By (3)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN113301129A (en) * 2021-05-11 2021-08-24 郑州阿帕斯数云信息科技有限公司 Data transmission method and device
CN113612825A (en) * 2021-07-26 2021-11-05 建信金融科技有限责任公司 Internet of things message middleware server cluster expansion method and system
CN114531446A (en) * 2020-10-31 2022-05-24 华为技术有限公司 Data distribution method, device and system based on P2P

Citations (7)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN106603711A (en) * 2016-12-30 2017-04-26 上海擎感智能科技有限公司 Communication method and system and message server
EP3416114A1 (en) * 2017-06-15 2018-12-19 Flex, Ltd. System and method for assessing the insurance risk of driver behavior using gps tracking and machine learning
CN109361753A (en) * 2018-11-02 2019-02-19 上海帆尚行科技有限公司 A kind of Internet of things system framework and encryption method
CN110012083A (en) * 2019-03-26 2019-07-12 青岛聚好联科技有限公司 A kind of data transmission method, server and data transmission device
CN110557321A (en) * 2018-06-04 2019-12-10 中国移动通信有限公司研究院 Information transmission method, network equipment and terminal
CN110633442A (en) * 2019-08-19 2019-12-31 阿里巴巴集团控股有限公司 Pushing method and device and electronic equipment
CN110661871A (en) * 2019-09-27 2020-01-07 宁波和利时智能科技有限公司 Data transmission method and MQTT server

Patent Citations (7)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN106603711A (en) * 2016-12-30 2017-04-26 上海擎感智能科技有限公司 Communication method and system and message server
EP3416114A1 (en) * 2017-06-15 2018-12-19 Flex, Ltd. System and method for assessing the insurance risk of driver behavior using gps tracking and machine learning
CN110557321A (en) * 2018-06-04 2019-12-10 中国移动通信有限公司研究院 Information transmission method, network equipment and terminal
CN109361753A (en) * 2018-11-02 2019-02-19 上海帆尚行科技有限公司 A kind of Internet of things system framework and encryption method
CN110012083A (en) * 2019-03-26 2019-07-12 青岛聚好联科技有限公司 A kind of data transmission method, server and data transmission device
CN110633442A (en) * 2019-08-19 2019-12-31 阿里巴巴集团控股有限公司 Pushing method and device and electronic equipment
CN110661871A (en) * 2019-09-27 2020-01-07 宁波和利时智能科技有限公司 Data transmission method and MQTT server

Cited By (6)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN114531446A (en) * 2020-10-31 2022-05-24 华为技术有限公司 Data distribution method, device and system based on P2P
CN114531446B (en) * 2020-10-31 2023-04-18 华为技术有限公司 Data distribution method, device and system based on P2P
CN113301129A (en) * 2021-05-11 2021-08-24 郑州阿帕斯数云信息科技有限公司 Data transmission method and device
CN113301129B (en) * 2021-05-11 2023-04-28 郑州阿帕斯数云信息科技有限公司 Data transmission method and device
CN113612825A (en) * 2021-07-26 2021-11-05 建信金融科技有限责任公司 Internet of things message middleware server cluster expansion method and system
CN113612825B (en) * 2021-07-26 2023-07-11 建信金融科技有限责任公司 Internet of things message middleware server cluster expansion method and system

Similar Documents

Publication Publication Date Title
CN107231402B (en) HTTP request processing method, device and system
US8055739B2 (en) Sharing performance data between different information technology product/ solution deployments
CN111405021A (en) Data transmission method, device, equipment and storage medium of peer-to-peer node
US9331932B2 (en) Network system
CN112000448A (en) Micro-service architecture-based application management method
CN109600375B (en) Message tracking method and device, electronic equipment and storage medium
CN111966289B (en) Partition optimization method and system based on Kafka cluster
CN110995513A (en) Data sending and receiving method in Internet of things system, Internet of things equipment and platform
CN115516840A (en) Information processing method, device, system, medium, chip and program
US11539815B2 (en) Enhanced self-assembling and self-configuring microservices
CN109413202B (en) System and method for sorting block chain transaction information
CN110971702A (en) Service calling method and device, computer equipment and storage medium
CN112600952A (en) Method and system for accelerating distribution of mobile terminal network
CN108541000B (en) Method, medium and device for detecting network connection
Raghu et al. Memory-based load balancing algorithm in structured peer-to-peer system
CN111600929B (en) Transmission line detection method, routing strategy generation method and proxy server
CN105049463A (en) Distributed database, method of sharing data, and apparatus for a distributed database
CN113596105B (en) Content acquisition method, edge node and computer readable storage medium
Nasim et al. Mobile publish/subscribe system for intelligent transport systems over a cloud environment
JP2015064636A (en) Information processing system, distribution processing method, and program
CN111078975A (en) Multi-node incremental data acquisition system and acquisition method
CN107342942B (en) Information transmission method and device for multi-node controller cluster
CN114375565A (en) File block downloading method and device
CN113301136B (en) Service request processing method and device
US11792301B1 (en) Parallelized automated creation of proxy manifests

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
TA01 Transfer of patent application right
TA01 Transfer of patent application right

Effective date of registration: 20220915

Address after: 25 Financial Street, Xicheng District, Beijing 100033

Applicant after: CHINA CONSTRUCTION BANK Corp.

Address before: 25 Financial Street, Xicheng District, Beijing 100033

Applicant before: CHINA CONSTRUCTION BANK Corp.

Applicant before: Jianxin Financial Science and Technology Co.,Ltd.

RJ01 Rejection of invention patent application after publication
RJ01 Rejection of invention patent application after publication

Application publication date: 20200710