CN112769799B - Centralized control equipment, intranet penetration method thereof and storage medium - Google Patents

Centralized control equipment, intranet penetration method thereof and storage medium Download PDF

Info

Publication number
CN112769799B
CN112769799B CN202011621821.9A CN202011621821A CN112769799B CN 112769799 B CN112769799 B CN 112769799B CN 202011621821 A CN202011621821 A CN 202011621821A CN 112769799 B CN112769799 B CN 112769799B
Authority
CN
China
Prior art keywords
intranet
centralized control
equipment
request
control device
Prior art date
Legal status (The legal status is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the status listed.)
Active
Application number
CN202011621821.9A
Other languages
Chinese (zh)
Other versions
CN112769799A (en
Inventor
胡星
Current Assignee (The listed assignees may be inaccurate. Google has not performed a legal analysis and makes no representation or warranty as to the accuracy of the list.)
Beijing Abt Networks Co ltd
Original Assignee
Beijing Abt Networks Co ltd
Priority date (The priority date is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the date listed.)
Filing date
Publication date
Application filed by Beijing Abt Networks Co ltd filed Critical Beijing Abt Networks Co ltd
Priority to CN202011621821.9A priority Critical patent/CN112769799B/en
Publication of CN112769799A publication Critical patent/CN112769799A/en
Application granted granted Critical
Publication of CN112769799B publication Critical patent/CN112769799B/en
Active legal-status Critical Current
Anticipated expiration legal-status Critical

Links

Images

Classifications

    • HELECTRICITY
    • H04ELECTRIC COMMUNICATION TECHNIQUE
    • H04LTRANSMISSION OF DIGITAL INFORMATION, e.g. TELEGRAPHIC COMMUNICATION
    • H04L63/00Network architectures or network communication protocols for network security
    • H04L63/08Network architectures or network communication protocols for network security for authentication of entities
    • H04L63/0807Network architectures or network communication protocols for network security for authentication of entities using tickets, e.g. Kerberos
    • 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/02Protocols based on web technology, e.g. hypertext transfer protocol [HTTP]
    • HELECTRICITY
    • H04ELECTRIC COMMUNICATION TECHNIQUE
    • H04LTRANSMISSION OF DIGITAL INFORMATION, e.g. TELEGRAPHIC COMMUNICATION
    • H04L67/00Network arrangements or protocols for supporting network services or applications
    • H04L67/14Session management
    • H04L67/141Setup of application sessions
    • HELECTRICITY
    • H04ELECTRIC COMMUNICATION TECHNIQUE
    • H04LTRANSMISSION OF DIGITAL INFORMATION, e.g. TELEGRAPHIC COMMUNICATION
    • H04L69/00Network arrangements, protocols or services independent of the application payload and not provided for in the other groups of this subclass
    • H04L69/18Multiprotocol handlers, e.g. single devices capable of handling multiple protocols
    • YGENERAL 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
    • Y02TECHNOLOGIES OR APPLICATIONS FOR MITIGATION OR ADAPTATION AGAINST CLIMATE CHANGE
    • Y02PCLIMATE CHANGE MITIGATION TECHNOLOGIES IN THE PRODUCTION OR PROCESSING OF GOODS
    • Y02P90/00Enabling technologies with a potential contribution to greenhouse gas [GHG] emissions mitigation
    • Y02P90/02Total factory control, e.g. smart factories, flexible manufacturing systems [FMS] or integrated manufacturing systems [IMS]

Abstract

The invention relates to centralized control equipment, an intranet penetration method and a storage medium thereof, wherein the method comprises the following steps: receiving a registration request sent by intranet equipment and verifying the registration request so as to ensure that the intranet equipment is successfully registered on the centralized control equipment; after the intranet equipment is successfully registered on the centralized control equipment, receiving a protocol switching request of the intranet equipment and verifying the protocol switching request so as to establish a websocket channel between the centralized control equipment and the intranet equipment; and using nginx to send the acquired web request to the intranet equipment through the websocket channel, and sending a response message corresponding to the web request to the centralized control equipment after the intranet equipment successfully checks the consistency of the web request. The invention solves the problem that the current centralized control equipment cannot conveniently access intranet equipment.

Description

Centralized control equipment, intranet penetration method thereof and storage medium
Technical Field
The invention relates to the technical field of intranet penetration, in particular to centralized control equipment, an intranet penetration method and a storage medium thereof.
Background
The centralized control equipment is a centralized management platform for centralized management of equipment in different areas, and the conventional centralized control equipment cannot access intranet equipment and management equipment in a cross-network manner.
The existing intranet penetration schemes form fixed products (peanut shells and frp), cannot be customized and modified according to specific requirements, and cannot be well transplanted to centralized control equipment and equipment. In addition, the existing technologies require installing corresponding servers and clients, and use additional ports to establish channels for communication. Network devices do not support installing unrelated applications and opening additional ports. Opening additional ports is not itself suitable for complex networking environments.
In addition, the existing technical scheme is complex to use, a user can access corresponding applications after manually adding the applications, the number of the applications is limited, and human participation factors are too many.
Disclosure of Invention
In view of the above, it is necessary to provide an intranet penetrating method for a centralized control device to solve the problem that the current centralized control device cannot conveniently access intranet devices.
In a first aspect, the present invention provides a method for intranet penetration of centralized control equipment, including the following steps:
receiving a registration request sent by intranet equipment and verifying the registration request so as to ensure that the intranet equipment is successfully registered on the centralized control equipment;
after the intranet equipment is successfully registered on the centralized control equipment, receiving a protocol switching request of the intranet equipment and verifying the protocol switching request so as to establish a websocket channel between the centralized control equipment and the intranet equipment;
and using nginx to send the acquired web request to the intranet equipment through the websocket channel, and sending a response message corresponding to the web request to the centralized control equipment after the intranet equipment successfully checks the consistency of the web request.
Preferably, in the intranet penetration method of the centralized control device, the step of receiving a registration request sent by an intranet device and verifying the registration request so that the intranet device successfully registers on the centralized control device includes:
receiving a first request sent by the intranet equipment, and feeding back a cookie value of the centralized control equipment to the intranet equipment according to the first request; the first request is used for acquiring a cookie value of the centralized control equipment;
receiving a second request of the intranet equipment, and feeding back a token value of the centralized control equipment to the intranet equipment according to the second request; the second request is determined according to the cookie value and is used for acquiring a token value of the centralized control equipment;
receiving a registration authentication request of the intranet equipment, and verifying the registration authentication request so as to enable the intranet equipment to be successfully registered on the centralized control equipment; wherein the third request is based on the cookie value and the token value.
Preferably, in the intranet penetration method of the centralized control device, the first request, the second request, and the registration authentication request are all in a json format.
Preferably, in the intranet penetration method of the centralized control device, the protocol switching request is used to switch an http protocol to a websocket protocol.
Preferably, in the intranet penetration method of the centralized control device, after the intranet device is successfully registered on the centralized control device, the step of receiving a protocol switching request of the intranet device and verifying the protocol switching request to establish a websocket channel between the centralized control device and the intranet device includes:
after the intranet equipment is successfully registered on the centralized control equipment, receiving a protocol switching request of the intranet equipment and verifying the protocol switching request so as to switch an http protocol into a websocket protocol;
and sending protocol switching confirmation information to the intranet equipment to establish a websocket channel between the centralized control equipment and the intranet equipment.
Preferably, in the intranet penetration method of the centralized control device, the step of sending protocol switching confirmation information to the intranet device to establish a websocket channel between the centralized control device and the intranet device includes:
sending protocol switching confirmation information to the intranet equipment so that the intranet equipment sends a websocket channel establishment message to the centralized control equipment;
and when receiving the websocket channel establishment message, sending successful establishment of the websocket channel to the intranet equipment to complete establishment of the websocket channel.
Preferably, in the intranet penetration method of the centralized control device, the head tag, the body tag, the url tag, and the get/post tag in the web request are specifically sent to the intranet device through the websocket channel.
Preferably, in the intranet penetration method of the centralized control device, the web request has a unique number, and the intranet device performs consistency check on the web request through the unique number.
In a second aspect, the present invention further provides a centralized control device, including: a processor and a memory;
the memory has stored thereon a computer readable program executable by the processor;
the processor, when executing the computer readable program, implements the steps in the intranet penetration method of the centralized control device as described above.
In a third aspect, the present invention also provides a computer-readable storage medium, where one or more programs are stored, and the one or more programs are executable by one or more processors to implement the steps in the intranet penetration method of a centralized control device as described above.
Compared with the prior art, the centralized control equipment, the intranet penetration method and the storage medium thereof do not need to install additional server and client software or open an additional port, the websocket connection port and the service port of the centralized control equipment can be shared, one port with multiple purposes is realized, the centralized control equipment is more suitable for complex networking of different use scenes of the equipment, the message format is self-defined, the use is more flexible and convenient, the follow-up different customer requirements can be met, and the iterative upgrading is facilitated.
Drawings
Fig. 1 is a flowchart of an intranet penetration method of a centralized control device according to a preferred embodiment of the present invention.
Detailed Description
The accompanying drawings, which are incorporated in and constitute a part of this application, illustrate preferred embodiments of the invention and together with the description, serve to explain the principles of the invention and not to limit the scope of the invention.
Referring to fig. 1, an intranet penetration method of a centralized control device according to an embodiment of the present invention includes the following steps:
s100, receiving a registration request sent by an intranet device and verifying the registration request so that the intranet device is successfully registered on the centralized control device.
In the embodiment, the intranet penetration technology is a technology for establishing a channel between a client and a server and forwarding a request in the channel, when the intranet penetration is performed, the channel between centralized control equipment and intranet equipment needs to be established first, then the intranet penetration is performed through the channel, and before the channel is established, the intranet equipment needs to be registered on the centralized control equipment so that the centralized control equipment can accurately send an access request to the intranet equipment and the intranet equipment responds.
Specifically, the step S100 specifically includes:
receiving a first request sent by the intranet equipment, and feeding back a cookie value of the centralized control equipment to the intranet equipment according to the first request; the first request is used for acquiring a cookie value of the centralized control equipment;
receiving a second request of the intranet equipment, and feeding back a token value of the centralized control equipment to the intranet equipment according to the second request; wherein the second request is based on the cookie value and is used for acquiring a token value of the centralized control device;
receiving a registration authentication request of the intranet equipment, and verifying the registration authentication request so that the intranet equipment is successfully registered on the centralized control equipment; wherein the third request is based on the cookie value and the token value.
In this embodiment, during registration, the intranet device may initiate a request to the centralized control device three times, specifically, the first request is used to obtain a cookie value of the centralized control device, and in a specific embodiment, the request format is as follows:
the request format is as follows:
URL www.abt.com (centralized control equipment URL or IP, varying depending on the configuration)
URL/v 1/useruth (fixed)
Type:GET
Body, the equipment must be carried, the centralized control equipment can check and judge whether to need to respond or not, and direct response can not be checked.
The data format of the first request is a json format, which is specifically as follows:
{
string 128,// access password, base64 encoding and decoding ginName are needed, string 128,// branch name, namely equipment name, and base64 encoding and decoding are needed
“password
"devOUI" string 32,// device MAC address
String 64,// device hardware Serial number
"SoftSN" Strring 64,// device software Serial number
"devVersion" string 64,// device version i-Ware software, version 6610P03. Device side sampl _ get _ version ()
"firmware": string// version name, build-fw-6610P03.Bin
}。
After receiving a first request sent by the intranet device, the centralized control device feeds back a cookie value of the centralized control device to the intranet device, so that the intranet device may send a second request, specifically, the second request is used to obtain a token value of the centralized control device, a data format of the second request is a json format, and in a specific embodiment, a specific request format is as follows:
URL www.abt.com (centralized control equipment URL or IP, varying depending on the configuration)
URL:/v 1/userauthtwicket = BBB (ticket: must fill, BBB can fill arbitrarily, not clear the reason with ticket parameter, if useless can remove)
Type:GET
And Cookie, connect.sid = AAA, and the same user is ensured by using the reply obtained in the previous step.
After receiving the second request, the centralized control device generates a third request according to the cookie value and the token value, where the third request is used to initiate registration authentication to the centralized control device, and a data format of the third request is in a json format, and in a specific embodiment, a specific request format is as follows:
URL www.abt.com (centralized control equipment URL or IP, varying depending on the configuration)
URL:/v 1/userauthtwicket = BBB (ticket: must fill, BBB can fill arbitrarily, not clear the reason with ticket parameter, if useless can remove)
Type:POST
Cookie, token ID = CCC, connect.sid = AAA, (token ID of last reply is added in Cookie, AAA is set-Cookie in the latest response to ensure the same user)
The Body is carried, and the Body is required to be verified by the centralized control equipment.
The data format of the third request is specifically as follows:
{
string 128,// branch name, i.e. device name, requires base64 encoding and decoding
String 128,// access password, base64 encoding and decoding are required
"devOUI" string 32,// device MAC address
String 64,// device hardware Serial number
"SoftSN" Strring 64,// device software Serial number
"devVersion" string 64,// device version i-Ware software, version 6610P03
"Firmware": string// version name build-fw-6610P03.Bin devONlineTime ": int// how long the device was started
}。
And after the centralized control equipment receives the third request, verifying the third request, and if the verification is successful, indicating that the intranet equipment is successfully registered on the centralized control equipment.
S200, after the intranet equipment is successfully registered on the centralized control equipment, receiving a protocol switching request of the intranet equipment and verifying the protocol switching request so as to establish a websocket channel between the centralized control equipment and the intranet equipment.
In this embodiment, the protocol switching request is used to switch an http protocol to a websocket protocol, so that a channel may be established between the centralized control device and the intranet device, and intranet penetration is implemented through the websocket channel, specifically, step S200 specifically includes:
after the intranet equipment is successfully registered on the centralized control equipment, receiving a protocol switching request of the intranet equipment and verifying the protocol switching request so as to switch an http protocol into a websocket protocol;
and sending protocol switching confirmation information to the intranet equipment to establish a websocket channel between the centralized control equipment and the intranet equipment.
In one embodiment, the request format of the protocol switch request is as follows:
URL www.abt.com (domain name obtained in the previous step)
URL:/v1/base D = xxx (the path taken in the previous step, the extra parameter xxx is the loginnName coded by base64, and the parameter is unique, and the centralized control equipment uses the parameter to find the corresponding equipment and the related information)
Type:GET
Cookie JSSIONID = CCC; sid = AAA, the centralized control device needs to check that the cookie is the same as that of the auth phase
Body: empty.
In other words, the protocol switching request process is a process of mutually performing message confirmation and reply between the centralized control device and the intranet device, and during specific implementation, an additional port does not need to be opened, and the websocket connection port and the service port of the centralized control device can be shared, so that one port with multiple purposes is realized, and the method is more suitable for complex networking of different use scenes of the devices.
In a preferred embodiment, the step of sending protocol switching confirmation information to the intranet device to establish a websocket channel between the centralized control device and the intranet device includes:
sending protocol switching confirmation information to the intranet equipment so that the intranet equipment sends a websocket channel establishment message to the centralized control equipment;
and when receiving the websocket channel establishment message, sending successful establishment of the websocket channel to the intranet equipment to complete establishment of the websocket channel.
In other words, when the intranet device initiates a protocol switching request, the centralized control device sends protocol switching confirmation information to the intranet device, then when the intranet device receives the protocol switching confirmation information, the intranet device sends a websocket channel establishment message to the centralized control device, and then the centralized control device replies a message that the websocket channel establishment is successful to the intranet device, so that the registration and the websocket channel establishment are completed.
S300, sending the acquired web request to the intranet equipment through the websocket channel by using nginx, and sending a response message corresponding to the web request to the centralized control equipment after the intranet equipment successfully checks the consistency of the web request.
In this embodiment, the head tag, the body tag, the url tag, and the get/post tag in the web request are specifically sent to the intranet device through the websocket channel. In order to ensure the consistency between the request message and the corresponding message, consistency check is also required, and in specific implementation, the web request has a unique number, and the intranet device performs consistency check on the web request through the unique number.
Specifically, each request message is given a unique number, after receiving the request message, an object and the serial number binding are created, an expiration time is set, the server forwards the response request to the device, after the device responds, the device response result is given to the object, the response handler is called back, and the response handler is returned to the client request.
In addition, the present invention can also perform centralized management on multiple devices, specifically, a dictionary corresponding to the device number and the device object is maintained in the memory, and the corresponding device request obtains the device object according to the device number (the object stores attributes such as the websocket connection between the device and the platform, and the message number of the device). And then calling the websocket attribute maintained in the equipment object to communicate with the equipment and the information. By the intranet penetration technology, operation and maintenance personnel can conveniently maintain intranet equipment in different networks, and the operation and maintenance efficiency is improved.
Based on the intranet penetration method of the centralized control equipment, the invention also correspondingly provides centralized control equipment, which comprises the following steps: a processor and a memory;
the memory has stored thereon a computer readable program executable by the processor;
when the processor executes the computer readable program, the steps in the intranet penetration method of the centralized control device according to the above embodiments are implemented.
Since the intranet penetration method of the centralized control device has been described in detail above, the intranet penetration method of the centralized control device has the technical effects that the centralized control device also has, and details are not described herein again.
Based on the intranet penetration method of the centralized control device, the present invention also provides a computer-readable storage medium, where one or more programs are stored in the computer-readable storage medium, and the one or more programs can be executed by one or more processors to implement the steps in the intranet penetration method of the centralized control device according to the foregoing embodiments.
Since the intranet penetration method of the centralized control device has been described in detail above, the computer-readable storage medium has the technical effects that the intranet penetration method of the centralized control device has, and is not described herein again.
In summary, the centralized control device, the intranet penetration method and the storage medium provided by the invention do not need to install additional server and client software, do not need to open an additional port, and the websocket connection port and the service port of the centralized control device can be shared, so that one port with multiple purposes is realized, the centralized control device is more suitable for complex networking of different use scenes of the device, the message format is self-defined, the use is more flexible and convenient, and the centralized control device, the intranet penetration method and the storage medium are also beneficial to meeting the requirements of different subsequent clients and iterative upgrading.
The above description is only for the preferred embodiment of the present invention, but the scope of the present invention is not limited thereto, and any changes or substitutions that can be easily conceived by those skilled in the art within the technical scope of the present invention are included in the scope of the present invention.

Claims (10)

1. An intranet penetration method of centralized control equipment is characterized by comprising the following steps:
receiving a registration request sent by intranet equipment and verifying the registration request so as to ensure that the intranet equipment is successfully registered on the centralized control equipment;
after the intranet equipment is successfully registered on the centralized control equipment, receiving a protocol switching request of the intranet equipment and verifying the protocol switching request so as to establish a websocket channel between the centralized control equipment and the intranet equipment;
and using nginx to send the acquired web request to the intranet equipment through the websocket channel, and sending a response message corresponding to the web request to the centralized control equipment after the intranet equipment successfully checks the consistency of the web request.
2. The intranet penetration method of the centralized control device according to claim 1, wherein the step of receiving a registration request sent by the intranet device and verifying the registration request so that the intranet device is successfully registered on the centralized control device comprises:
receiving a first request sent by the intranet equipment, and feeding back a cookie value of the centralized control equipment to the intranet equipment according to the first request; the first request is used for acquiring a cookie value of the centralized control equipment;
receiving a second request of the intranet equipment, and feeding back a token value of the centralized control equipment to the intranet equipment according to the second request; wherein the second request is based on the cookie value and is used for acquiring a token value of the centralized control device;
receiving a registration authentication request of the intranet equipment, and verifying the registration authentication request so that the intranet equipment is successfully registered on the centralized control equipment; wherein the registration authentication request is based on the cookie value and the token value.
3. The intranet penetration method of the centralized control device according to claim 2, wherein the first request, the second request, and the registration authentication request are all in json format.
4. The intranet penetration method of the centralized control device according to claim 1, wherein the protocol switching request is used to switch an http protocol to a websocket protocol.
5. The intranet penetration method of the centralized control device according to claim 1, wherein the step of receiving and verifying the protocol switching request of the intranet device after the intranet device is successfully registered on the centralized control device to establish the websocket channel between the centralized control device and the intranet device comprises:
after the intranet equipment is successfully registered on the centralized control equipment, receiving a protocol switching request of the intranet equipment and verifying the protocol switching request so as to switch an http protocol into a websocket protocol;
and sending protocol switching confirmation information to the intranet equipment to establish a websocket channel between the centralized control equipment and the intranet equipment.
6. The intranet penetration method of the centralized control device according to claim 5, wherein the step of sending protocol switching confirmation information to the intranet device to establish a websocket channel between the centralized control device and the intranet device comprises:
sending protocol switching confirmation information to the intranet equipment so that the intranet equipment sends a websocket channel establishment message to the centralized control equipment;
and when receiving the websocket channel establishment message, sending successful establishment of the websocket channel to the intranet equipment to complete establishment of the websocket channel.
7. The intranet penetration method of the centralized control device according to claim 1, wherein a head tag, a body tag, a url tag, and a get/post tag in the web request are specifically sent to the intranet device through the websocket channel.
8. The intranet penetration method of the centralized control device according to claim 1, wherein the web request has a unique number, and the intranet device performs consistency check on the web request through the unique number.
9. A centralized control apparatus, comprising: a processor and a memory;
the memory has stored thereon a computer readable program executable by the processor;
the processor, when executing the computer readable program, implements the steps in the intranet penetration method of the centralized control device according to any one of claims 1 to 8.
10. A computer-readable storage medium, characterized in that the computer-readable storage medium stores one or more programs which are executable by one or more processors to implement the steps in the intranet penetration method of a centralized control apparatus according to any one of claims 1 to 8.
CN202011621821.9A 2020-12-30 2020-12-30 Centralized control equipment, intranet penetration method thereof and storage medium Active CN112769799B (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
CN202011621821.9A CN112769799B (en) 2020-12-30 2020-12-30 Centralized control equipment, intranet penetration method thereof and storage medium

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
CN202011621821.9A CN112769799B (en) 2020-12-30 2020-12-30 Centralized control equipment, intranet penetration method thereof and storage medium

Publications (2)

Publication Number Publication Date
CN112769799A CN112769799A (en) 2021-05-07
CN112769799B true CN112769799B (en) 2023-04-07

Family

ID=75698567

Family Applications (1)

Application Number Title Priority Date Filing Date
CN202011621821.9A Active CN112769799B (en) 2020-12-30 2020-12-30 Centralized control equipment, intranet penetration method thereof and storage medium

Country Status (1)

Country Link
CN (1) CN112769799B (en)

Citations (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN109194778A (en) * 2018-09-12 2019-01-11 杭州趣链科技有限公司 A kind of NAT penetrating method based on KCP agreement

Family Cites Families (4)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN103281408B (en) * 2013-05-14 2016-06-22 福建星网锐捷安防科技有限公司 A kind of method that reverse registration penetrates network
US20170099647A1 (en) * 2015-10-05 2017-04-06 Nebulae LLC Systems and Methods for Registering Devices in a Wireless Network
CN107733890B (en) * 2017-10-17 2020-12-29 广州亦云信息技术股份有限公司 Cross-network communication method based on web protocol, electronic equipment, storage medium and system
CN111885036B (en) * 2020-07-16 2022-08-16 武汉秒开网络科技有限公司 Method and system for realizing multi-device access by router penetrating intranet

Patent Citations (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN109194778A (en) * 2018-09-12 2019-01-11 杭州趣链科技有限公司 A kind of NAT penetrating method based on KCP agreement

Also Published As

Publication number Publication date
CN112769799A (en) 2021-05-07

Similar Documents

Publication Publication Date Title
KR101243073B1 (en) Method for terminal configuration and management and terminal apparatus
US9973567B2 (en) System and method for terminal management in a home network using a virtual client
KR100924692B1 (en) Data transmission system, apparatus and method for processing information, apparatus and method for relaying data, and storage medium
US10263872B2 (en) Long connection sharing method for multi-businesses, system and device, terminal
CN109151043A (en) Message delivery system based on cloud service
CN104639555B (en) request processing method, system and device
CN103997479B (en) A kind of asymmetric services IP Proxy Methods and equipment
CN111510476A (en) Communication method, communication apparatus, computer device, and computer-readable storage medium
CN109862438A (en) A kind of method and apparatus of agency's forwarding real-time streaming protocol stream medium data
CN105721274B (en) The fusion method and device of one kind of multiple instant messagings
WO2013189398A2 (en) Application data push method, device, and system
CN112769799B (en) Centralized control equipment, intranet penetration method thereof and storage medium
CN104823410A (en) Parameter configuration system
CN111147285B (en) Cloud security product unified management method
JP6462783B2 (en) IP-PBX system, IP-PBX setting automation method, and IP-PBX setting automation program
CN109286665B (en) Real-time mobile game long link processing method and device
CN105763667B (en) A kind of method and device realizing Hadoop host and finding automatically
WO2021082945A1 (en) Remote management method and system, terminal device and server
TW200847711A (en) Method and related system for building up a network connection between clients and servers through a stream fork by utilizing http protocol
CN110191041A (en) The management method and device of the equipment of local area network
CN113452800B (en) Method for realizing load balance based on multiple Broker in MQTT protocol
CN114338633B (en) Method and system for remotely connecting Linux server
CN108234578A (en) A kind of method and device of push
CN114143030B (en) Verification processing method and device, electronic equipment and storage medium
CN110855745B (en) Program access method of communication software

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