CN116015892B - A method for intranet remote desktop access based on private encryption protocol traffic proxy - Google Patents
A method for intranet remote desktop access based on private encryption protocol traffic proxyInfo
- Publication number
- CN116015892B CN116015892B CN202211691896.3A CN202211691896A CN116015892B CN 116015892 B CN116015892 B CN 116015892B CN 202211691896 A CN202211691896 A CN 202211691896A CN 116015892 B CN116015892 B CN 116015892B
- Authority
- CN
- China
- Prior art keywords
- intranet
- connection
- agent
- control center
- websocket
- Prior art date
- Legal status (The legal status is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the status listed.)
- Active
Links
Classifications
-
- Y—GENERAL TAGGING OF NEW TECHNOLOGICAL DEVELOPMENTS; GENERAL TAGGING OF CROSS-SECTIONAL TECHNOLOGIES SPANNING OVER SEVERAL SECTIONS OF THE IPC; TECHNICAL SUBJECTS COVERED BY FORMER USPC CROSS-REFERENCE ART COLLECTIONS [XRACs] AND DIGESTS
- Y02—TECHNOLOGIES OR APPLICATIONS FOR MITIGATION OR ADAPTATION AGAINST CLIMATE CHANGE
- Y02D—CLIMATE CHANGE MITIGATION TECHNOLOGIES IN INFORMATION AND COMMUNICATION TECHNOLOGIES [ICT], I.E. INFORMATION AND COMMUNICATION TECHNOLOGIES AIMING AT THE REDUCTION OF THEIR OWN ENERGY USE
- Y02D30/00—Reducing energy consumption in communication networks
- Y02D30/50—Reducing energy consumption in communication networks in wire-line communication networks, e.g. low power modes or reduced link rate
Landscapes
- Computer And Data Communications (AREA)
Abstract
The invention discloses an intranet remote desktop access method based on a private encryption protocol flow Agent, which comprises a control center facing a client self-service system, a connection and corresponding relation between a management browser WebSocket and an intranet Agent, a control node, a laterally-expandable intranet Agent communication system, a bridge carrying the control center and the intranet Agent communication, a message queue, a data transmission pivot, a Web-based intranet host computer remote desktop connection, wherein the message queue is used for the intranet Agent and the control node to transfer information, the intranet Agent is deployed in an intranet and is used for processing a control instruction carrier, and the intranet host computer is used for simultaneously transmitting data to the control center.
Description
Technical Field
The invention relates to the technical field of IT cloud computing, in particular to an intranet remote desktop access method based on a private encryption protocol flow agent.
Background
When a public cloud manufacturer provides a cloud server, a public network remote desktop connection scheme based on Web is needed, a browser is connected with a cloud manufacturer service platform, access control is performed on the cloud server of a client through the service platform, referring to the figure 1, when the client needs to access an edge cloud intranet host, the prior art scheme cannot meet the client requirement, and the intranet remote desktop access method based on a private encryption protocol flow agent is provided.
Disclosure of Invention
In order to overcome the defects of the prior art, the invention provides an intranet remote desktop access method based on a private encryption protocol flow agent, which aims to solve the problems in the background art.
In order to solve the technical problems, the invention provides the technical scheme that the intranet remote desktop access method based on the private encryption protocol flow agent comprises the following steps:
the browser initiates an access request through a WebSocket, and transmits a UUID (unique identifier) corresponding to the intranet host to be accessed;
the control center analyzes the input parameters and requests corresponding control nodes through an HTTP interface;
After receiving the request, the control node sends an MQ message to the corresponding intranet Agent;
After receiving the MQ message, the intranet Agent establishes private encryption protocol connection with the control center, and establishes connection for accessing the intranet host;
Completing the establishment of connection;
The control center is a hub for two-way data communication and is used for managing the connection and corresponding relation between the browser WebSocket and the intranet Agent;
the control node is a transversely-extensible intranet Agent communication system and bears a bridge for communication between the control center and the intranet Agent;
the message queue is used for transmitting information between the intranet Agent and the control node;
The intranet Agent is deployed in the intranet and is a carrier for processing control instructions, and is a data transmission hub between the intranet host and the control center.
As a preferred technical solution of the present invention, when establishing a connection, the method includes detecting whether a network connection is normal or not and distinguishing protocol types (1 Byte) of different types of protocols, distinguishing WebSocket unique identifiers (4 Byte) of different client browsers, and reading data length (4 Byte) and data content of transmission data content by a program.
As a preferable technical scheme of the invention, the intranet Agent is respectively connected with the control center and the intranet host;
The connection between the intranet Agent and the control center;
And the connection II is established between the intranet Agent and the intranet host.
As a preferable technical scheme of the invention, the specific connection process comprises the following steps:
The browser initiates an access request through a WebSocket, a control center generates a unique identifier (session Id) according to the connection of the WebSocket, stores the corresponding relation between the session Id and the WebSocket, finds an intranet Agent corresponding to the UUID according to the transmitted UUID (intranet host unique identifier), and sends an HTTP request to a control node;
The control node finds out a corresponding intranet Agent according to the UUID and sends an MQ message notification;
The intranet Agent establishes a private encryption protocol connection (connection one) with the control center according to the received MQ message, and sends a heartbeat packet, when the connection one is established successfully, the intranet Agent establishes a connection (connection two) with the intranet host, writes the data read by the connection one into the connection two, writes the data read by the connection two into the connection one, completes the establishment of the connection two, and completes the connection establishment of the MQ with the control center in response to success;
After the establishment is completed, when the control center receives the heartbeat packet, the association relation between the connection one and the session Id is stored in the Server;
the browser sends the user instruction to a control center through a WebSocket, the control center encapsulates the data into a private encryption protocol data packet according to the session Id and sends the private encryption protocol data packet through a Server, and the Server sends the data to an intranet Agent through connection according to the corresponding relation between the session Id and the connection one;
The intranet Agent receives the data packet and writes the data into the connection II, the returned data in the connection II is written into the connection I, the connection I packages the data into a private encryption protocol data packet, the private encryption protocol data packet is sent to the control center, and after the control center receives the data packet, the control center sends the data to a browser of a client according to a WebSocket unique identifier (session Id) in the data packet.
As a preferred technical solution of the present invention, the method further includes heartbeat detection:
the browser sends heartbeat data to the control center every 5 seconds, and the control center updates the activity time of the connection;
The intranet Agent and the control center (connected one) are provided with a reading idle period of 9 seconds and a writing idle period of 3 seconds, and when the writing idle period exceeds 3 seconds, a heartbeat packet is sent to the control center;
The intranet Agent and the intranet host (connection two) are set to be free for 9 seconds in reading and free for 3 seconds in writing, and when the writing is free for more than 3 seconds, a heartbeat packet is sent to the intranet Agent.
As a preferred embodiment of the present invention, finally, the method includes a disconnection mechanism:
When a user leaves a browser page, the browser closes the WebSocket connection, triggers a WebSocket disconnection event, closes the WebSocket connection, closes the connection one, and simultaneously closes the connection two established with the intranet host in the intranet Agent when the intranet Agent detects that the connection one is closed, wherein all the connections are closed at the moment;
The control center is disconnected with the intranet Agent, the connection one is actively closed, the relation between the connection one and the WebSocket is cleared, at the moment, the processing of the heartbeat packet between the browser and the control center is stopped, the browser closes the WebSocket connection, the connection two between the intranet Agent and the intranet host is established, and at the moment, all the connections are closed;
When the intranet Agent is disconnected with the intranet host VNC, the first connection is actively closed, the second connection is closed, and the control center closes all connections according to a disconnection mechanism.
Compared with the prior art, the invention has the following beneficial effects:
According to the intranet remote desktop access method based on the private encryption protocol flow Agent, when a plurality of users access different intranet cloud hosts, a control center creatively associates WebSocket of different users with corresponding intranet Agent communication connection, so that the private encryption protocol on communication is mutually converted and connected with the WebSocket correspondingly, and remote desktop flow public network Agent and encapsulation and decapsulation are completed;
when a plurality of users access different cloud hosts in the same intranet, the intranet agents creatively associate the VNC connections of the different hosts with the corresponding communication connections of the control center, so that the private encryption protocol on the communication and the VNC connections are mutually converted and connected correspondingly, and the remote desktop flow intranet Agent, encapsulation and decapsulation are completed;
the remote desktop control of the remote intranet host computer through Web is realized through remote desktop protocol encapsulation and flow Agent of two sections of the control center and intranet Agent.
Drawings
FIG. 1 is a prior art system diagram;
FIG. 2 is a software architecture diagram of an intranet remote desktop access method based on a private encryption protocol flow agent of the present invention;
FIG. 3 is a timing diagram of an intranet remote desktop access method based on a private encryption protocol flow agent according to the present invention;
FIG. 4 is a schematic diagram of a private encryption protocol of 7xForward of an intranet remote desktop access method based on a private encryption protocol flow agent;
FIG. 5 is a specific flowchart of an intranet remote desktop access method based on a private encryption protocol flow agent according to the present invention;
Fig. 6 is a schematic diagram of heartbeat detection of an intranet remote desktop access method based on a private encryption protocol flow proxy.
Detailed Description
In order that the manner in which the above recited features, objects and advantages of the present invention are obtained will become readily apparent, a more particular description of the invention will be rendered by reference to specific embodiments thereof which are illustrated in the appended drawings. Based on the examples in the embodiments, those skilled in the art can obtain other examples without making any inventive effort, which fall within the scope of the invention. The experimental methods in the following examples are conventional methods unless otherwise specified, and materials, reagents, etc. used in the following examples are commercially available unless otherwise specified.
Examples:
as shown in fig. 2, the present invention provides an intranet remote desktop access method based on a private encryption protocol flow agent, which includes:
The control center is a hub for two-way data communication and is used for managing the connection and corresponding relation between the browser WebSocket and the intranet Agent;
the control node is a transversely-extensible intranet Agent communication system and bears a bridge for communication between the control center and the intranet Agent;
the message queue is used for transmitting information between the intranet Agent and the control node;
The intranet Agent is deployed in the intranet and is a carrier for processing control instructions and is a data transmission hub of an intranet host and a control center;
In this embodiment, the control center is a platform for a user to manage, through the control center, the user can make the target remote desktop control node cluster of the login network be composed of a plurality of nodes, when the number of agents in the intranet is too large, the network can be expanded laterally, and the security and reliability of the user data can be ensured through the self-developed private encryption protocol;
the intranet Agent is a remote desktop Agent for the user's intranet, so that the user's service can be operated in a safe network environment.
As shown in fig. 3, this embodiment discloses that the browser initiates an access request through WebSocket, and transmits a UUID corresponding to a unique identifier to be accessed to the intranet host;
the control center analyzes the input parameters and requests corresponding control nodes through an HTTP interface;
After receiving the request, the control node sends an MQ message to the corresponding intranet Agent;
After receiving the MQ message, the intranet Agent establishes private encryption protocol connection with the control center, and establishes connection for accessing the intranet host;
and (5) completing the establishment of the connection.
As shown in fig. 4, this embodiment discloses that when a connection is established, it includes a protocol type (1 Byte) for detecting whether a network connection is normal or not and for distinguishing different types of protocols, a WebSocket unique identifier (4 Byte) for distinguishing different client browsers, and a data length (4 Byte) and a data content (10 Byte-data length) for program reading transmission data content.
As shown in fig. 5, this embodiment discloses that the intranet agents respectively establish connection with the control center and the intranet host;
The connection between the intranet Agent and the control center;
Connection II, connection between the intranet Agent and the intranet host;
The specific connection process comprises the following steps:
The browser initiates an access request through a WebSocket, a control center generates a unique identifier (session Id) according to the connection of the WebSocket, stores the corresponding relation between the session Id and the WebSocket, finds an intranet Agent corresponding to the UUID according to the transmitted UUID (intranet host unique identifier), and sends an HTTP request to a control node;
WebSocket request format:
/ws/vm/domain/vncuuid=b0d394a9-d7d6-4362-9890-c252bb4c5018;
the parameter content format of the delivery:
{uuid: b0d394a9-d7d6-4362-9890-c252bb4c5018, sessionId: 1691023927};
The control node finds out a corresponding intranet Agent according to the UUID and sends an MQ message notification;
MQ message format:
{vncPort: 5900, sessionId: 1691023927, sessionIdHashCode: -1636587926};
The intranet Agent establishes a private encryption protocol connection (connection one) with the control center according to the received MQ message, and sends a heartbeat packet, when the connection one is established successfully, the intranet Agent establishes a connection (connection two) with the intranet host, writes the data read by the connection one into the connection two, writes the data read by the connection two into the connection one, completes the establishment of the connection two, and completes the connection establishment of the MQ with the control center in response to success;
After the establishment is completed, when the control center receives the heartbeat packet, the association relation between the connection one and the session Id is stored in the Server;
the browser sends the user instruction to a control center through a WebSocket, the control center encapsulates the data into a private encryption protocol data packet according to the session Id and sends the private encryption protocol data packet through a Server, and the Server sends the data to an intranet Agent through connection according to the corresponding relation between the session Id and the connection one;
The intranet Agent receives the data packet and writes the data into the connection II, the returned data in the connection II is written into the connection I, the connection I packages the data into a private encryption protocol data packet, the private encryption protocol data packet is sent to the control center, and after the control center receives the data packet, the control center sends the data to a browser of a client according to a WebSocket unique identifier (session Id) in the data packet.
As shown in fig. 6, this embodiment discloses that the method further includes heartbeat detection:
the browser sends heartbeat data to the control center every 5 seconds, and the control center updates the activity time of the connection;
The intranet Agent and the control center (connected one) are provided with a reading idle period of 9 seconds and a writing idle period of 3 seconds, and when the writing idle period exceeds 3 seconds, a heartbeat packet is sent to the control center;
The intranet Agent and the intranet host (connection two) are set to be free for 9 seconds in reading and free for 3 seconds in writing, and when the writing is free for more than 3 seconds, a heartbeat packet is sent to the intranet Agent.
As shown in fig. 4 and 6, this embodiment discloses that, finally, a disconnection mechanism is included:
When a user leaves a browser page, the browser closes the WebSocket connection, triggers a WebSocket disconnection event, closes the WebSocket connection, closes the connection one, and simultaneously closes the connection two established with the intranet host in the intranet Agent when the intranet Agent detects that the connection one is closed, wherein all the connections are closed at the moment;
The control center is disconnected from the intranet Agent, namely, the heartbeat ③ can not be detected, the connection one can be actively closed, the relation between the connection one and the WebSocket is cleared, at the moment, the processing of the heartbeat packet of the browser and the control center is stopped, the connection of the WebSocket is closed by the browser, the connection two established between the intranet Agent and the intranet host is closed at the moment;
When the intranet Agent is disconnected with the intranet host VNC, the first connection is actively closed, the second connection is closed, and the control center closes all connections according to a disconnection mechanism.
The invention relates to a method for accessing an intranet remote desktop based on a private encryption protocol flow agent, which comprises the following steps:
When a plurality of users access different intranet cloud hosts, the control center creatively associates WebSocket of the different users with corresponding intranet Agent communication connection, so that the mutual conversion and connection correspondence of the private encryption protocol and the WebSocket on communication are realized, and remote desktop flow public network proxy and encapsulation and decapsulation are completed;
when a plurality of users access different cloud hosts in the same intranet, the intranet agents creatively associate the VNC connections of the different hosts with the corresponding communication connections of the control center, so that the private encryption protocol on the communication and the VNC connections are mutually converted and connected correspondingly, and the remote desktop flow intranet Agent, encapsulation and decapsulation are completed;
the remote desktop control of the remote intranet host computer through Web is realized through remote desktop protocol encapsulation and flow Agent of two sections of the control center and intranet Agent.
Although embodiments of the present invention have been shown and described, it will be understood by those skilled in the art that various changes, modifications, substitutions and alterations can be made therein without departing from the principles and spirit of the invention, the scope of which is defined in the appended claims and their equivalents.
Claims (6)
1. An intranet remote desktop access method based on a private encryption protocol flow agent is characterized by comprising the following steps:
the browser initiates an access request through a WebSocket, and transmits a UUID (unique identifier) corresponding to the intranet host to be accessed;
the control center analyzes the input parameters and requests corresponding control nodes through an HTTP interface;
After receiving the request, the control node sends an MQ message to the corresponding intranet Agent;
After receiving the MQ message, the intranet Agent establishes private encryption protocol connection with the control center, and establishes connection for accessing the intranet host;
Completing the establishment of connection;
The control center is a hub for two-way data communication and is used for managing the connection and corresponding relation between the browser WebSocket and the intranet Agent;
the control node is a transversely-extensible intranet Agent communication system and bears a bridge for communication between the control center and the intranet Agent;
the message queue is used for transmitting information between the intranet Agent and the control node;
The intranet Agent is deployed in the intranet and is a carrier for processing control instructions, and is a data transmission hub between the intranet host and the control center.
2. The intranet remote desktop access method based on the private encryption protocol flow agent according to claim 1, wherein when establishing connection, the method comprises the steps of detecting whether network connection is normal or not and distinguishing protocol types of different types of protocols, distinguishing WebSocket unique identifiers of different client browsers, and reading data length and data content of transmission data content by a program.
3. The intranet remote desktop access method based on the private encryption protocol flow Agent of claim 1, wherein intranet agents are respectively connected with a control center and an intranet host;
The connection between the intranet Agent and the control center;
And the connection II is established between the intranet Agent and the intranet host.
4. The intranet remote desktop access method based on the private encryption protocol flow agent of claim 3, wherein the specific connection process is as follows:
the browser initiates an access request through a WebSocket, a control center generates a unique identification session Id according to the connection of the WebSocket, stores the corresponding relation between the session Id and the WebSocket, finds an intranet Agent corresponding to the UUID according to the imported UUID, and sends an HTTP request to a control node;
The control node finds out a corresponding intranet Agent according to the UUID and sends an MQ message notification;
the intranet Agent establishes private encryption protocol connection with the control center according to the received MQ message, and sends a heartbeat packet, when the connection first is established successfully, the intranet Agent establishes a connection with the intranet host again, writes the read data of the connection first into the connection second, writes the read data of the connection second into the connection first, completes the establishment of the connection second, and completes the connection establishment of the MQ response with the control center successfully;
After the establishment is completed, when the control center receives the heartbeat packet, the association relation between the connection one and the session Id is stored in the Server;
the browser sends the user instruction to a control center through a WebSocket, the control center encapsulates the data into a private encryption protocol data packet according to the session Id and sends the private encryption protocol data packet through a Server, and the Server sends the data to an intranet Agent through connection according to the corresponding relation between the session Id and the connection one;
The intranet Agent receives the data packet and writes the data returned by the second connection into the first connection, the first connection encapsulates the data into a private encryption protocol data packet, and after receiving the data packet, the control center sends the data to a browser of a client according to the unique WebSocket identifier in the data packet.
5. The intranet remote desktop access method based on the private encryption protocol flow agent of claim 4, further comprising heartbeat detection:
the browser sends heartbeat data to the control center every 5 seconds, and the control center updates the activity time of the connection;
The intranet Agent and the control center set a reading idle time of 9 seconds and a writing idle time of 3 seconds, and when the writing idle time exceeds 3 seconds, a heartbeat packet is sent to the control center;
The intranet Agent and the intranet host set a reading idle period of 9 seconds and a writing idle period of 3 seconds, and when the writing idle period exceeds 3 seconds, a heartbeat packet is sent to the intranet Agent.
6. The intranet remote desktop access method based on the private encryption protocol flow agent of claim 5, wherein finally, the method comprises a disconnection mechanism:
When a user leaves a browser page, the browser closes the WebSocket connection, triggers a WebSocket disconnection event, closes the WebSocket connection, closes the connection one, and simultaneously closes the connection two established with the intranet host in the intranet Agent when the intranet Agent detects that the connection one is closed, wherein all the connections are closed at the moment;
The control center is disconnected with the intranet Agent, the connection one is actively closed, the relation between the connection one and the WebSocket is cleared, at the moment, the processing of the heartbeat packet between the browser and the control center is stopped, the browser closes the WebSocket connection, the connection two between the intranet Agent and the intranet host is established, and at the moment, all the connections are closed;
When the intranet Agent is disconnected with the intranet host VNC, the first connection is actively closed, the second connection is closed, and the control center closes all connections according to a disconnection mechanism.
Priority Applications (1)
| Application Number | Priority Date | Filing Date | Title |
|---|---|---|---|
| CN202211691896.3A CN116015892B (en) | 2022-12-27 | 2022-12-27 | A method for intranet remote desktop access based on private encryption protocol traffic proxy |
Applications Claiming Priority (1)
| Application Number | Priority Date | Filing Date | Title |
|---|---|---|---|
| CN202211691896.3A CN116015892B (en) | 2022-12-27 | 2022-12-27 | A method for intranet remote desktop access based on private encryption protocol traffic proxy |
Publications (2)
| Publication Number | Publication Date |
|---|---|
| CN116015892A CN116015892A (en) | 2023-04-25 |
| CN116015892B true CN116015892B (en) | 2026-04-10 |
Family
ID=86024255
Family Applications (1)
| Application Number | Title | Priority Date | Filing Date |
|---|---|---|---|
| CN202211691896.3A Active CN116015892B (en) | 2022-12-27 | 2022-12-27 | A method for intranet remote desktop access based on private encryption protocol traffic proxy |
Country Status (1)
| Country | Link |
|---|---|
| CN (1) | CN116015892B (en) |
Families Citing this family (2)
| Publication number | Priority date | Publication date | Assignee | Title |
|---|---|---|---|---|
| CN116896583B (en) * | 2023-07-17 | 2024-07-23 | 博智安全科技股份有限公司 | Remote control method, device, electronic equipment and storage medium |
| CN120416313A (en) * | 2025-07-01 | 2025-08-01 | 三维通信股份有限公司 | Base station communication method, system, electronic device and storage medium based on Websocket protocol |
Citations (2)
| Publication number | Priority date | Publication date | Assignee | Title |
|---|---|---|---|---|
| CN104580531A (en) * | 2015-02-05 | 2015-04-29 | 湖南合天智汇信息技术有限公司 | Web remote desktop access control method based on WebSocket agency |
| CN113824791A (en) * | 2021-09-23 | 2021-12-21 | 深信服科技股份有限公司 | Access control method, device, equipment and readable storage medium |
Family Cites Families (3)
| Publication number | Priority date | Publication date | Assignee | Title |
|---|---|---|---|---|
| US7975058B2 (en) * | 2006-01-31 | 2011-07-05 | Cisco Technology, Inc. | Systems and methods for remote access of network devices having private addresses |
| CN115134105B (en) * | 2021-03-26 | 2025-03-25 | 深圳云安宝科技有限公司 | Private network resource configuration method, device, electronic device and storage medium |
| CN115514750B (en) * | 2021-06-21 | 2025-04-29 | 北京字节跳动网络技术有限公司 | Electronic device remote control method, server, system, medium and device |
-
2022
- 2022-12-27 CN CN202211691896.3A patent/CN116015892B/en active Active
Patent Citations (2)
| Publication number | Priority date | Publication date | Assignee | Title |
|---|---|---|---|---|
| CN104580531A (en) * | 2015-02-05 | 2015-04-29 | 湖南合天智汇信息技术有限公司 | Web remote desktop access control method based on WebSocket agency |
| CN113824791A (en) * | 2021-09-23 | 2021-12-21 | 深信服科技股份有限公司 | Access control method, device, equipment and readable storage medium |
Also Published As
| Publication number | Publication date |
|---|---|
| CN116015892A (en) | 2023-04-25 |
Similar Documents
| Publication | Publication Date | Title |
|---|---|---|
| US11936638B2 (en) | Link protocol agents for inter-application communications | |
| US8935419B2 (en) | Filtering device for detecting HTTP request and disconnecting TCP connection | |
| CN103152378B (en) | A kind of transmission method of network data, system and client | |
| CN116015892B (en) | A method for intranet remote desktop access based on private encryption protocol traffic proxy | |
| TW201240413A (en) | Lightweight input/output protocol | |
| EP2262185A1 (en) | Method and system for forwarding data among private networks | |
| TW200404430A (en) | ISCSI driver to adapter interface protocol | |
| CN111405018B (en) | File transmission method and device, electronic equipment and storage medium | |
| CA2448426A1 (en) | Remote medical device access | |
| US8195806B2 (en) | Managing remote host visibility in a proxy server environment | |
| CN110417782B (en) | System, method and readable medium for intelligent hardware message transmission | |
| US6553406B1 (en) | Process thread system receiving request packet from server thread, initiating process thread in response to request packet, synchronizing thread process between clients-servers. | |
| WO2022052412A1 (en) | Violation data identification method and apparatus, and electronic device | |
| WO2025158261A1 (en) | Request processing method and apparatus, and task execution method and apparatus | |
| CN114793180A (en) | Method and device for intercepting abnormal network traffic, intercepting equipment and medium | |
| CN112887420B (en) | Message pushing method and device, computer readable storage medium and electronic equipment | |
| CN1939035B (en) | Method and apparatus for communicating data between computer devices | |
| CN106131085A (en) | The communication means of remote intelligent control system | |
| CN111726328B (en) | Method, system and related device for remotely accessing a first device | |
| CN118075278B (en) | Data transmission method, device, equipment and medium | |
| KR20050112912A (en) | System and method for relaying data by use of socket applicaton program | |
| KR100383490B1 (en) | System and method for high availabilty network | |
| CN115914210A (en) | File transmission method, device and system based on virtual network | |
| CN112954658B (en) | Business card system suitable for data exchange of communication protocol layer and data exchange method | |
| CN117336346A (en) | IPPBX and PMS docking state conversion method, terminal equipment and medium |
Legal Events
| Date | Code | Title | Description |
|---|---|---|---|
| PB01 | Publication | ||
| PB01 | Publication | ||
| SE01 | Entry into force of request for substantive examination | ||
| SE01 | Entry into force of request for substantive examination | ||
| GR01 | Patent grant | ||
| GR01 | Patent grant |