CN105681391A - Server, Android client and network communication method and device of server and Android client - Google Patents

Server, Android client and network communication method and device of server and Android client Download PDF

Info

Publication number
CN105681391A
CN105681391A CN201511001344.5A CN201511001344A CN105681391A CN 105681391 A CN105681391 A CN 105681391A CN 201511001344 A CN201511001344 A CN 201511001344A CN 105681391 A CN105681391 A CN 105681391A
Authority
CN
China
Prior art keywords
server
socket
message
client
network communication
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
CN201511001344.5A
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.)
Smart Ark Technology Co Ltd
Shenzhen Huaxun Ark Technology Co Ltd
Original Assignee
Smart Ark Technology Co Ltd
Shenzhen Huaxun Ark Technology Co Ltd
Priority date (The priority date is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the date listed.)
Filing date
Publication date
Application filed by Smart Ark Technology Co Ltd, Shenzhen Huaxun Ark Technology Co Ltd filed Critical Smart Ark Technology Co Ltd
Priority to CN201511001344.5A priority Critical patent/CN105681391A/en
Publication of CN105681391A publication Critical patent/CN105681391A/en
Pending legal-status Critical Current

Links

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/02Protocols based on web technology, e.g. hypertext transfer protocol [HTTP]
    • HELECTRICITY
    • H04ELECTRIC COMMUNICATION TECHNIQUE
    • H04LTRANSMISSION OF DIGITAL INFORMATION, e.g. TELEGRAPHIC COMMUNICATION
    • H04L43/00Arrangements for monitoring or testing data switching networks
    • H04L43/10Active monitoring, e.g. heartbeat, ping or trace-route
    • 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/55Push-based network services
    • 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/16Implementation or adaptation of Internet protocol [IP], of transmission control protocol [TCP] or of user datagram protocol [UDP]
    • H04L69/161Implementation details of TCP/IP or UDP/IP stack architecture; Specification of modified or new header fields
    • H04L69/162Implementation details of TCP/IP or UDP/IP stack architecture; Specification of modified or new header fields involving adaptations of sockets based mechanisms

Landscapes

  • Engineering & Computer Science (AREA)
  • Computer Networks & Wireless Communication (AREA)
  • Signal Processing (AREA)
  • Computer Security & Cryptography (AREA)
  • Health & Medical Sciences (AREA)
  • Cardiology (AREA)
  • General Health & Medical Sciences (AREA)
  • Telephonic Communication Services (AREA)

Abstract

The invention discloses a server, an Android client and a network communication method and device of the server and the Android client; wherein the method comprises following steps of building a network socket channel with a server; receiving the message pushed by the server through the socket channel; processing the pushed message; and returning a response message through the socket channel.

Description

A kind of server and Android client and network communication method, device
Technical field
The present invention relates to network communication technology field, particularly relate to a kind of server and Android client and network communication method, device.
Background technology
Android (Android), it it is a mobile device operation system of increasing income based on Linux, it is mainly used in smart mobile phone and panel computer, Google in OpenHandsetAlliance (OHA, open handheld device alliance) the persistently leader set up and exploitation. The announced latest edition of Android is Android6.0.1 (M).
Android system is at first by An Dilubin (AndyRubin) et al. exploitation and composition, and the purpose being originally developed this system is to create the advanced operating system of a digital camera; But finding that the market demand was big not later, and added smart mobile phone market Fast Growth, then Android is transformed into a operating system towards smart mobile phone. Purchased by U.S. science-and-technology enterprise Google in August, 2005. In November, 2007, Google and 84 manufacturer, developer and Telecom operators are set up open handheld device alliance and are jointly researched and developed improvement android system, subsequently, Google opens for free with Apache the authorization of source code licence, issue the true form of Android, allowing manufacturer release the smart mobile phone carrying Android, Android was extended on panel computer and other field later more gradually.
The communication mode overwhelming majority communication mode of the client and server of carrying at present android system is all that the http mode used realizes, as it is shown in figure 1, a kind of communication mode of this communication mode primary support that is android system. most client application (app) on current market are all by actively to Web server request data, the mode of the passive response of server realizes, and for needing the communication actively initiated by web server, be also that the mode by clients poll goes for and seeks corresponding data. the shortcoming communicated only with this mode is clearly, due to http communication be actively initiated request by client and what the mode of the passive response of server communicated, so client wants the instruction that response server sends, also must be actively gone the corresponding interface of polling server to go to obtain the instruction that server sends by client, so continuous poll goes to check whether server has instruction to send, there is instruction to send, respond instruction, send without instruction, continue poll and checked whether that instruction sends, owing to most times does not have corresponding instruction to send, therefore when polling mechanism can cause without instruction, also query interface can be constantly gone to cause a kind of waste to bandwidth, additionally poll is free interval, it is just relatively larger to taking of bandwidth and resource that interval is short, length real-time in interval is bad.
For the ease of narration, below by the client of lift-launch Android system referred to as Android client.
Summary of the invention
A kind of server of offer and Android client and network communication method, device are provided, can realize web server can active push message to Android client.
The technical scheme of the embodiment of the present invention is achieved in that
Embodiments providing a kind of network communication method, the method includes:
Set up the web socket socket passage between server;
Message by server push described in described socket channel reception;
Process described PUSH message and return response message by described socket passage.
In such scheme, the socket passage between described foundation and server includes:
Set up client network socket, initiate heartbeat request message by this socket, until receiving the heart beating response message that server returns.
In such scheme, when described Android client needs to obtain data from server, described method also includes:
Request is actively initiated in the way of http.
The embodiment of the present invention also provides for the network communication method of a kind of server, and the method includes:
Set up the socket passage between Android client;
By the described socket passage message to described Android client push, until receiving the response message that described Android client returns.
In such scheme, the socket passage between described foundation and Android client includes:
Set up and monitor socket, for monitoring the heartbeat request message that Android client is sent;
When receiving the heartbeat message of Android client, return heart beating response message.
The embodiment of the present invention also provides for a kind of network communication device, is positioned at Android client, and described device includes:
Oneth socket module, for setting up the web socket socket passage between server;
Message reception module, for by the message of server push described in described socket channel reception;
Message Processing and responder module, be used for processing described PUSH message and returning response message by described socket passage.
In such scheme, described device also includes:
Http request module, for actively initiating request in the way of http.
The embodiment of the present invention also provides for a kind of network communication device, is positioned at server, and described device includes:
2nd socket module, for setting up the socket passage between Android client;
Message pushing module, for by the described socket passage message to described Android client push, until receiving the response message that described Android client returns.
The embodiment of the present invention also provides for a kind of Android client, and described client includes above-mentioned any one and is positioned at the network communication device of Android client.
The embodiment of the present invention also provides for a kind of server, and described server includes the above-mentioned network communication device being positioned at server.
Having the beneficial effects that of technical solution of the present invention: have employed the communication to realize between client and server of the mode of http+NIO, the benefit that this mode is brought is through that polling mode is changed into propelling movement mode and reduces taking resource, and can notify that client removes more fresh information at any time, not only ensure that original http communication mode but also reduce taking resource.
Accompanying drawing explanation
Fig. 1 be existing network communication method realize schematic flow sheet;
The network communication method of the Android client that Fig. 2 provides for the embodiment of the present invention realize schematic flow sheet;
The network communication method of the server that Fig. 3 provides for the embodiment of the present invention realize schematic flow sheet;
Fig. 4 is the composition structural representation of the network communication device being positioned at Android client that the embodiment of the present invention provides;
Fig. 5 is the composition structural representation of the network communication device being positioned at server that the embodiment of the present invention provides;
Fig. 6 is the schematic diagram of the communication mode of the embodiment of the present invention 1;
Fig. 7 is the schematic flow sheet that in the embodiment of the present invention 1, client communicates in http mode;
Fig. 8 is the schematic flow sheet that in the embodiment of the present invention 1, client sets up socket passage.
Detailed description of the invention
In order to be illustrated more clearly that the embodiment of the present invention and technical scheme, below in conjunction with drawings and Examples, technical scheme is described in detail, it is clear that described embodiment is a part of embodiment of the present invention, rather than whole embodiment. Based on embodiments of the invention, the every other embodiment that those of ordinary skill in the art obtain under the premise not paying creative work, broadly fall into the scope of protection of the invention.
In embodiments of the present invention, the both sides being in communication are server and Android client, and in order to meet server in time to the needs of Android client push information, the present invention provides following communication mode.
The network communication method of the Android client that Fig. 2 provides for the embodiment of the present invention realize schematic flow sheet, as in figure 2 it is shown, these Android client executing following steps:
Step 101, foundation and the web socket socket passage between server;
Step 102, by the message of server push described in described socket channel reception;
Step 103, processes described PUSH message and returns response message by described socket passage.
Concrete, the socket passage between described foundation and server includes:
Set up client network socket, initiate heartbeat request message (heartbeatreqeust) by this socket, until receiving the heart beating response message (heartbeatresponse) that server returns. As long as namely client does not receive the heart beating response message that server returns, send heartbeat request message by this socket to server with regard to continual.
Here, heartbeat message is mainly used to set up path and maintenance state.
Further, when described Android client needs to obtain data from server, described method also includes:
Request is actively initiated in the way of http.
Can by the mode of httpget, httppost, server process http request message, and can move and give client one Reponse response, client process response response message.
So, the mode of this and server communication that Android client also Android system is primary.
The network communication method of the server that Fig. 3 provides for the embodiment of the present invention realize schematic flow sheet, as it is shown on figure 3, these Android client executing following steps:
Step 301, foundation and the socket passage between Android client;
Step 302, by the described socket passage message to described Android client push, until receiving the response message that described Android client returns. As long as namely server does not receive the response message that Android client returns, just continue through the described socket passage message to described Android client push.
Concrete, the socket passage between described foundation and Android client includes:
Set up and monitor socket, for monitoring the heartbeat request message that Android client is sent;
When receiving the heartbeat message of Android client, return heart beating response message.
The network communication method using above-described embodiment to provide, first sets up the socket passage between server and Android client; Enable the server to utilize this socket passage to Android client active push message, namely can guarantee that the server real-time to client push message, be not take up again too much Internet resources.
Fig. 4 is the composition structural representation of the network communication device being positioned at Android client that the embodiment of the present invention provides, and as shown in Figure 4, this network communication device includes:
Oneth socket module 401, for setting up the web socket socket passage between server;
Message reception module 402, for by the message of server push described in described socket channel reception;
Message Processing and responder module 403, be used for processing described PUSH message and returning response message by described socket passage.
Further, above-mentioned network communication device also includes:
Http request module, for actively initiating request in the way of http.
Above-mentioned modules in actual applications, all can be realized by being arranged in the central processing unit (CPU) of Android client, microprocessor (MPU), digital signal processor (DSP) or field programmable gate array (FPGA).
Fig. 5 is the composition structural representation of the network communication device being positioned at server that the embodiment of the present invention provides, as it is shown in figure 5, described device includes:
2nd socket module 501, for setting up the socket passage between Android client;
Message pushing module 502, for by the described socket passage message to described Android client push, until receiving the response message that described Android client returns.
Above-mentioned modules in actual applications, all can be realized by being arranged in the central processing unit (CPU) of server, microprocessor (MPU), digital signal processor (DSP) or field programmable gate array (FPGA).
The modules correspondence of the network communication device of the present embodiment performs the step described by above-mentioned network communication method embodiment, therefore has identical beneficial effect. Moreover, it will be understood that the embodiment of network communication device described above is merely schematic, the division of described module, it is only a kind of logic function and divides, actual can have other dividing mode when realizing. It addition, module coupling each other or communication connection can be through some interfaces, it is also possible to be electrical or other form.
Each functional module above-mentioned is as the ingredient of network communication device, can be or may not be physical frame, both having may be located at a place, it is also possible to being distributed on multiple NE, both the form that can adopt hardware realizes, it would however also be possible to employ the form of software function frame realizes. Some or all of module therein can be selected according to the actual needs to realize the purpose of the present invention program.
The embodiment of the present invention also provides for a kind of Android client, and this client includes above-mentioned any one and is positioned at the network communication device of Android client.
The embodiment of the present invention also provides for a kind of server, and this server includes the network communication device being positioned at server.
Embodiment 1
Fig. 6 is the schematic diagram of the communication mode of the embodiment of the present invention 1, and as shown in Figure 6, the communication mode between client and server includes:
1, when client needs to obtain data from server, request can be actively initiated, it is possible to by the mode of httpget, httppost, server process http request message in the way of http, and can move and give client one Reponse response, client process response response message.Specifically as shown in Figure 7
2, socket Path Setup process between client and server.
A) as shown in Figure 8, client sets up client network socket, initiates heartbeat request message (heartbeatreqeust) by this socket.
B) server is set up and is monitored socket, for monitoring the heartbeat request message that client is sent, when receiving the heartbeat message of client, heart beating response message (heartbeatresponse) can be sent to client, if client receives heart beating response message, so now socket passage is just set up, without receiving heart beating response message, then client may proceed to a step.
C) the socket passage that server is set up by a, b step, PUSH message is to client (sendmsgResquest).
D) after client receives PUSH message, PUSH message is processed, and by the socket passage that a, b step are set up, send response message to server.
E) server receives response message response message is processed, and then may proceed to step c without receiving response message, until time-out terminates.
The advantage of above-mentioned communication mode is in that:
1, original http communication mode is retained. Http communication is the communication mode of the primary support of Google, and research staff is easy to use, it is achieved quick, good stability, it is not necessary to be concerned about the concrete communication details of bottom, improves the development efficiency of research staff.
2, realize web server can active push message to client, reduce client taking and lowering taking the network bandwidth resource.
Due to http communication be actively initiated request by client and what the mode of the passive response of server communicated, so client wants the instruction that response server sends, also must be actively gone the corresponding interface of polling server to go to obtain the instruction that server sends by client, so continuous poll goes to check whether server has instruction to send, there is instruction to send, respond instruction, send without instruction, continue poll and checked whether that instruction sends, owing to most times does not have corresponding instruction to send, therefore when polling mechanism can cause without instruction, also query interface can be constantly gone to cause a kind of waste to bandwidth, additionally poll is free interval, it is just relatively larger to taking of bandwidth and resource that interval is short, length real-time in interval is bad, and our scheme solves two above problem just.
Those skilled in the art are it should be appreciated that embodiments of the invention can be provided as method, system or computer program. Therefore, the present invention can adopt the form of hardware embodiment, software implementation or the embodiment in conjunction with software and hardware aspect. And, the present invention can adopt the form at one or more upper computer programs implemented of computer-usable storage medium (including but not limited to disk memory and optical memory etc.) wherein including computer usable program code.
The present invention is that flow chart and/or block diagram with reference to method according to embodiments of the present invention, equipment (system) and computer program describe. It should be understood that can by the combination of the flow process in each flow process in computer program instructions flowchart and/or block diagram and/or square frame and flow chart and/or block diagram and/or square frame. These computer program instructions can be provided to produce a machine to the processor of general purpose computer, special-purpose computer, Embedded Processor or other programmable data processing device so that the instruction performed by the processor of computer or other programmable data processing device is produced for realizing the device of function specified in one flow process of flow chart or multiple flow process and/or one square frame of block diagram or multiple square frame.
These computer program instructions may be alternatively stored in and can guide in the computer-readable memory that computer or other programmable data processing device work in a specific way, the instruction making to be stored in this computer-readable memory produces to include the manufacture of command device, and this command device realizes the function specified in one flow process of flow chart or multiple flow process and/or one square frame of block diagram or multiple square frame.
These computer program instructions also can be loaded in computer or other programmable data processing device, make on computer or other programmable devices, to perform sequence of operations step to produce computer implemented process, thus the instruction performed on computer or other programmable devices provides for realizing the step of function specified in one flow process of flow chart or multiple flow process and/or one square frame of block diagram or multiple square frame.
Again illustrate; the foregoing is only embodiments of the invention; not thereby the scope of the claims of the present invention is limited; every equivalent structure utilizing description of the present invention and accompanying drawing content to make or equivalence flow process conversion; such as the be combineding with each other of technical characteristic between each embodiment; or directly or indirectly it is used in other relevant technical fields, all in like manner include in the scope of patent protection of the present invention.

Claims (10)

1. the network communication method of an Android client, it is characterised in that described method includes:
Set up the web socket socket passage between server;
Message by server push described in described socket channel reception;
Process described PUSH message and return response message by described socket passage.
2. network communication method according to claim 1, it is characterised in that the socket passage between described foundation and server includes:
Set up client network socket, initiate heartbeat request message by this socket, until receiving the heart beating response message that server returns.
3. network communication method according to claim 1 and 2, it is characterised in that when described Android client needs to obtain data from server, described method also includes:
Request is actively initiated in the way of http.
4. the network communication method of a server, it is characterised in that described method includes:
Set up the socket passage between Android client;
By the described socket passage message to described Android client push, until receiving the response message that described Android client returns.
5. network communication method according to claim 4, it is characterised in that the socket passage between described foundation and Android client includes:
Set up and monitor socket, for monitoring the heartbeat request message that Android client is sent;
When receiving the heartbeat message of Android client, return heart beating response message.
6. a network communication device, it is characterised in that being positioned at Android client, described device includes:
Oneth socket module, for setting up the web socket socket passage between server;
Message reception module, for by the message of server push described in described socket channel reception;
Message Processing and responder module, be used for processing described PUSH message and returning response message by described socket passage.
7. network communication device according to claim 6, it is characterised in that described device also includes:
Http request module, for actively initiating request in the way of http.
8. a network communication device, it is characterised in that being positioned at server, described device includes:
2nd socket module, for setting up the socket passage between Android client;
Message pushing module, for by the described socket passage message to described Android client push, until receiving the response message that described Android client returns.
9. an Android client, it is characterised in that described client includes the network communication device according to claim 6 or 7.
10. a server, it is characterised in that described server includes network communication device according to claim 8.
CN201511001344.5A 2015-12-28 2015-12-28 Server, Android client and network communication method and device of server and Android client Pending CN105681391A (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
CN201511001344.5A CN105681391A (en) 2015-12-28 2015-12-28 Server, Android client and network communication method and device of server and Android client

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
CN201511001344.5A CN105681391A (en) 2015-12-28 2015-12-28 Server, Android client and network communication method and device of server and Android client

Publications (1)

Publication Number Publication Date
CN105681391A true CN105681391A (en) 2016-06-15

Family

ID=56297840

Family Applications (1)

Application Number Title Priority Date Filing Date
CN201511001344.5A Pending CN105681391A (en) 2015-12-28 2015-12-28 Server, Android client and network communication method and device of server and Android client

Country Status (1)

Country Link
CN (1) CN105681391A (en)

Cited By (6)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN106686056A (en) * 2016-11-25 2017-05-17 济南中维世纪科技有限公司 Android client communication device and method allowing Android client communication device to connect and communicate with server
CN106936927A (en) * 2017-04-19 2017-07-07 武汉票据交易中心有限公司 A kind of socket communication means based on pc client
CN107454184A (en) * 2017-08-22 2017-12-08 深圳先进技术研究院 Android client and server establish the method that stabilizing network is connected
CN107800585A (en) * 2016-09-07 2018-03-13 腾讯科技(深圳)有限公司 The method and apparatus of network service, the method and apparatus of PUSH message
CN107995095A (en) * 2017-11-09 2018-05-04 用友网络科技股份有限公司 Method based on prompting message under the do-not-disturb mode of mobile terminal
CN109889513A (en) * 2019-02-02 2019-06-14 上海市共进通信技术有限公司 Realize the method that communication control is carried out between fusion device internal gateway and the end OTT

Citations (5)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN101072385A (en) * 2007-06-27 2007-11-14 蒋晓海 Method for realizing mobile instant messaging by socket direct connection of mobile phone
CN102170467A (en) * 2011-04-01 2011-08-31 快商(厦门)软件科技有限公司 Method for interacting messages of network page end and desktop application program
CN102271123A (en) * 2010-06-01 2011-12-07 阿里巴巴集团控股有限公司 Communication method, system and equipment
CN204069033U (en) * 2014-04-18 2014-12-31 安易讯科技(大连)有限公司 Mobile phone for pupil remote-control system
CN104780171A (en) * 2015-04-15 2015-07-15 天脉聚源(北京)传媒科技有限公司 Message transferring method, device and system

Patent Citations (5)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN101072385A (en) * 2007-06-27 2007-11-14 蒋晓海 Method for realizing mobile instant messaging by socket direct connection of mobile phone
CN102271123A (en) * 2010-06-01 2011-12-07 阿里巴巴集团控股有限公司 Communication method, system and equipment
CN102170467A (en) * 2011-04-01 2011-08-31 快商(厦门)软件科技有限公司 Method for interacting messages of network page end and desktop application program
CN204069033U (en) * 2014-04-18 2014-12-31 安易讯科技(大连)有限公司 Mobile phone for pupil remote-control system
CN104780171A (en) * 2015-04-15 2015-07-15 天脉聚源(北京)传媒科技有限公司 Message transferring method, device and system

Cited By (7)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN107800585A (en) * 2016-09-07 2018-03-13 腾讯科技(深圳)有限公司 The method and apparatus of network service, the method and apparatus of PUSH message
CN106686056A (en) * 2016-11-25 2017-05-17 济南中维世纪科技有限公司 Android client communication device and method allowing Android client communication device to connect and communicate with server
CN106936927A (en) * 2017-04-19 2017-07-07 武汉票据交易中心有限公司 A kind of socket communication means based on pc client
CN107454184A (en) * 2017-08-22 2017-12-08 深圳先进技术研究院 Android client and server establish the method that stabilizing network is connected
CN107454184B (en) * 2017-08-22 2020-07-24 深圳先进技术研究院 Method for establishing stable network connection between Android client and server
CN107995095A (en) * 2017-11-09 2018-05-04 用友网络科技股份有限公司 Method based on prompting message under the do-not-disturb mode of mobile terminal
CN109889513A (en) * 2019-02-02 2019-06-14 上海市共进通信技术有限公司 Realize the method that communication control is carried out between fusion device internal gateway and the end OTT

Similar Documents

Publication Publication Date Title
CN105681391A (en) Server, Android client and network communication method and device of server and Android client
US20180173570A1 (en) Edge computing platform
CN113742031B (en) Node state information acquisition method and device, electronic equipment and readable storage medium
WO2016165242A1 (en) Method of adjusting number of nodes in system and device utilizing same
CN104917833A (en) Asynchronous information processing method based on NIO request
CN103986786A (en) Remote cloud desktop operation system
WO2016169166A1 (en) Virtual machine scheduling method and device
KR101357135B1 (en) Apparatus for Collecting Log Information
CN103685496A (en) Transmission method and device of file data
CN112804289A (en) Resource synchronization method, device, equipment and storage medium
US20140344447A1 (en) Method and apparatus for executing application
CN114221954A (en) File transmission method and device, electronic equipment and storage medium
CA2795782A1 (en) Cloud node management method, system and central server
CN111010429B (en) Method and system for managing equipment running state based on platform of Internet of things
US10887249B2 (en) Resource trees by management controller
CN114338484B (en) Optical network performance data fusion acquisition method, device, equipment and storage medium
CN112104679B (en) Method, apparatus, device and medium for processing hypertext transfer protocol request
US20130204904A1 (en) Systems and methods of provisioning data storage and runtime configuration in telecommunications systems and devices
CN108833167B (en) Communication optimization system and method based on edge calculation
EP3373608B1 (en) Method and apparatus for acquiring resources
CN113268254A (en) Cluster system installation method and device, electronic equipment and storage medium
PH12015500675B1 (en) Method and system for transmission management of full configuration synchronization between eml-nml.
US20190132408A1 (en) Webpage Loading Method and Apparatus
CN108021459B (en) Method and device for sending dotting logs across processes
CN109218371B (en) Method and equipment for calling data

Legal Events

Date Code Title Description
C06 Publication
PB01 Publication
C10 Entry into substantive examination
SE01 Entry into force of request for substantive examination
CB02 Change of applicant information

Address after: 100097, room 9, No. 1409 West Fourth Ring Road, Haidian District, Beijing

Applicant after: SMART ARK TECHNOLOGY CO., LTD.

Applicant after: Shenzhen Huaxunark Technology Co., Ltd.

Address before: 100097, room 9, No. 1409 West Fourth Ring Road, Haidian District, Beijing

Applicant before: SMART ARK TECHNOLOGY CO., LTD.

Applicant before: Shenzhen City Huaxun Fangzhou Technology Co., Ltd.

COR Change of bibliographic data
RJ01 Rejection of invention patent application after publication

Application publication date: 20160615

RJ01 Rejection of invention patent application after publication