CN105681208B - Message centralized processing method and system of intelligent router - Google Patents

Message centralized processing method and system of intelligent router Download PDF

Info

Publication number
CN105681208B
CN105681208B CN201610173249.1A CN201610173249A CN105681208B CN 105681208 B CN105681208 B CN 105681208B CN 201610173249 A CN201610173249 A CN 201610173249A CN 105681208 B CN105681208 B CN 105681208B
Authority
CN
China
Prior art keywords
message processing
router
management
cloud server
module
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.)
Expired - Fee Related
Application number
CN201610173249.1A
Other languages
Chinese (zh)
Other versions
CN105681208A (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.)
Shenzhen 100msh Co ltd
Original Assignee
Shenzhen 100msh 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 Shenzhen 100msh Co ltd filed Critical Shenzhen 100msh Co ltd
Priority to CN201610173249.1A priority Critical patent/CN105681208B/en
Publication of CN105681208A publication Critical patent/CN105681208A/en
Application granted granted Critical
Publication of CN105681208B publication Critical patent/CN105681208B/en
Expired - Fee Related legal-status Critical Current
Anticipated expiration legal-status Critical

Links

Images

Classifications

    • HELECTRICITY
    • H04ELECTRIC COMMUNICATION TECHNIQUE
    • H04LTRANSMISSION OF DIGITAL INFORMATION, e.g. TELEGRAPHIC COMMUNICATION
    • H04L45/00Routing or path finding of packets in data switching networks
    • H04L45/60Router architectures
    • HELECTRICITY
    • H04ELECTRIC COMMUNICATION TECHNIQUE
    • H04LTRANSMISSION OF DIGITAL INFORMATION, e.g. TELEGRAPHIC COMMUNICATION
    • H04L67/00Network arrangements or protocols for supporting network services or applications
    • H04L67/50Network services
    • H04L67/60Scheduling or organising the servicing of application requests, e.g. requests for application data transmissions using the analysis and optimisation of the required network resources
    • H04L67/63Routing a service request depending on the request content or context

Landscapes

  • Engineering & Computer Science (AREA)
  • Computer Networks & Wireless Communication (AREA)
  • Signal Processing (AREA)
  • Information Transfer Between Computers (AREA)

Abstract

The invention discloses a message centralized processing method and a system of an intelligent router, wherein the method comprises the following steps: the management source sends request information to the router; when the management source is the extranet cloud server, the message processing center module of the router receives configuration information of the extranet cloud server and returns an information processing result; and when the management source is a mobile terminal APP or a management page, the message processing center module of the router receives the configuration information of the mobile terminal APP or the management page and returns an information processing result. The invention improves the processing efficiency of the request information, reduces the coupling degree of the codes, increases the expandability of the system architecture and reduces the difficulty of software maintenance. The method is quite helpful for improving the development efficiency and the operation stability and performance of the intelligent router.

Description

Message centralized processing method and system of intelligent router
Technical Field
The present invention relates to the field of network communication technologies, and in particular, to a method and a system for centralized processing of messages in an intelligent router.
Background
With the continuous advancement of the internet + concept, a large number of companies enter the traditional equipment industry, and the router serves as a broadband data entrance, which is particularly obvious.
The integration of the internet concept makes more and more routers transition from the traditional form to the intelligent mode. A three-party communication network architecture of a mobile terminal (most commonly a mobile phone APP), a cloud server and an intelligent router is formed, and a user can check and control the router in real time through the mobile phone APP at any time and any place. For a router, besides supporting management of a management page in the case of a local area network as in a conventional router, management of an APP in the case of a local area network and a cloud server in the case of an extranet needs to be supported. In this case, it is common practice to develop a WEB server module in the router to support page management in the case of a local area network, an HTTP server module to support management of a local area network APP, and a TCP client module to support management of a cloud server. In this way, for management request messages of different management sources, different modules are required to process the management request messages, and the respective processing is often relatively independent. The maintenance difficulty of software is increased, the development efficiency is reduced, and the framework expansibility is poor.
How to solve the above problems becomes a problem to be urgently solved by those skilled in the art.
It should be noted that the above background description is only for the convenience of clear and complete description of the technical solutions of the present application and for the understanding of those skilled in the art. Such solutions are not considered to be known to the person skilled in the art merely because they have been set forth in the background section of the present application.
Disclosure of Invention
In view of the above defects in the prior art, the technical problem to be solved by the present invention is to provide a method and a system for centralized processing of messages of an intelligent router, which can improve development efficiency, reduce software maintenance difficulty, facilitate extensibility architecture, reduce code coupling degree, and greatly help the operation stability and performance of the intelligent router.
In order to achieve the above object, the present invention provides a message centralized processing method for an intelligent router, which comprises the following steps:
the management source sends request information to the router;
when the management source is the extranet cloud server, the message processing center module of the router receives configuration information of the extranet cloud server and returns an information processing result;
and when the management source is a mobile terminal APP or a management page, the message processing center module of the router receives the configuration information of the mobile terminal APP or the management page and returns an information processing result.
Further, when the management source is an extranet cloud server, the step of receiving the configuration information of the extranet cloud server and returning the information processing result by the message processing center module of the router includes:
under the condition of the external network, the request information is forwarded to the function module through the local communication client, and a message processing result of the function module is received and then returned to the external network cloud server;
when the management source is a mobile terminal APP or a management page, the step of receiving the configuration information of the mobile terminal APP or the management page by the message processing center module of the router and returning the information processing result comprises the following steps:
and under the condition of the local area network, the request information is forwarded to the functional module through the local communication client, and the message processing result of the functional module is received and then returned to the mobile terminal APP or the management page. Under the condition of a local area network, a management source is a mobile terminal APP or a management page (local page management WEB); in the case of an extranet, the management source is a management background page of a cloud server (such as the cloud server in fig. 2) or a mobile terminal APP (such as the APP/web client in fig. 2) that logs in the cloud server, and for the router, the direct management source is the cloud server; in addition, the TCP client and the local communication client are in the same thread and communicate through a message header and a Buffer.
Further, when the management source is an extranet cloud server, the TCP client of the message processing center module receives the configuration information of the extranet cloud server and returns a message processing result;
and when the management source is a mobile terminal APP or a management page, the HTTP server of the message processing center module receives the configuration information of the mobile terminal APP or the management page and returns an information processing result. The message processing center module is mainly divided into a TCP client and an HTTP server, and after judging that the router is in an external network or a local area network, the message processing center module respectively processes the sent request information and finally returns a message processing result.
Further, the function module includes any one of a wireless function module, an internet access configuration function module, a bluetooth module and a ZigBee module. Besides returning a message processing result, each functional module can also actively report an abnormal or non-abnormal message and finally upload the abnormal or non-abnormal message to the cloud server for subsequent analysis and processing.
Further, the function module is packaged into any one of a basic configuration interface, a basic application interface, a basic plug-in and an application plug-in, installed in a plug-in mode and communicated with the message processing center module in a process mode. The plug-in process can be used as a server of local communication service according to the needs of the service, and can also be used as a client of the local communication service (or used as the local communication server and the client in a thread form); the plug-in can be installed and uninstalled at any time, which is very beneficial to the expansion of the system architecture function and is also beneficial to the repair of bugs and the update, so that the system of the invention can be continuously improved and adapted to the market demand.
A message centralized processing method and system of an intelligent router comprises the following steps:
the management source is used for sending request information to the router;
the router is used for receiving and processing the request message sent by the management source;
the router comprises a message processing center module; the management source comprises an external network cloud server and a mobile terminal APP or a management page;
when the extranet cloud server sends request information to the router, the message processing center module receives configuration information of the extranet cloud server and returns a message processing result;
and when the mobile terminal APP or the management page sends request information to the router, the message processing center module of the router receives the configuration information of the mobile terminal APP or the management page and returns an information processing result.
Further, the router also comprises a local communication client and a functional module;
when the extranet cloud server sends request information to the router, the message processing center module receives the configuration information of the extranet cloud server, forwards the request information to the function module through the local communication client, receives a message processing result of the function module, and then returns the message processing result to the extranet cloud server;
when the mobile terminal APP or the management page sends request information to the router, the message processing center module receives configuration information of the mobile terminal APP or the management page, forwards the request information to the function module through the local communication client, receives a message processing result of the function module, and then returns the message processing result to the mobile terminal APP or the management page. Under the condition of a local area network, a management source is a mobile terminal APP or a management page (local page management WEB); in the case of an extranet, the management source is a management background page of a cloud server (such as the cloud server in fig. 2) or a mobile terminal APP (such as the APP/web client in fig. 2) that logs in the cloud server, and for the router, the direct management source is the cloud server; in addition, the TCP client and the local communication client are in the same thread and communicate through a message header and a Buffer.
Further, the message processing center module comprises a TCP client and an HTTP client;
when the external network cloud server sends request information to the router, the TCP client is used for receiving the configuration information of the external network cloud server and returning an information processing result;
and when the mobile terminal APP or the management page sends request information to the router, the HTTP client is used for receiving the configuration information of the mobile terminal APP or the management page and returning an information processing result. The message processing center module is mainly divided into a TCP client and an HTTP server, and after judging that a management source or a router is in an external network or a local area network, the message processing center module respectively processes the sent request information and finally returns a message processing result.
Further, the function module includes any one of a wireless function module, an internet access configuration function module, a bluetooth module and a ZigBee module. Besides returning a message processing result, each functional module can also actively report an abnormal or non-abnormal message and finally upload the abnormal or non-abnormal message to the cloud server for subsequent analysis and processing.
Further, the function module is packaged into any one of a basic configuration interface, a basic application interface, a basic plug-in and an application plug-in, installed in a plug-in mode and communicated with the message processing center module in a process mode. The plug-in process can be used as a server of the local communication service or a client of the local communication service (or used as the local communication server and the client in the form of a thread) according to the requirements of services, the functional module is installed in the form of a plug-in and is communicated with the message processing center module in the form of a process, and the plug-in can be installed and uninstalled at any time, so that the expansion of the system architecture function is greatly facilitated, and meanwhile, the vulnerability repair and update are facilitated, so that the system can be continuously improved and adapted to the market requirements.
The invention has the beneficial effects that: the invention has the advantages that the message processing center module is arranged, so that the request information sent by the management source can be processed in a centralized manner, unified message interfaces are provided for different management sources, the request information is processed and managed in a unified manner, and the message processing result is correspondingly returned, different modules do not need to be developed aiming at different management sources, the development efficiency is improved, the software maintenance difficulty is reduced, the framework is easy to expand, the code coupling degree is reduced, and the development efficiency is improved, and the operation stability and the performance of the intelligent router are greatly improved.
Specific embodiments of the present application are disclosed in detail with reference to the following description and drawings, indicating the manner in which the principles of the application may be employed. It should be understood that the embodiments of the present application are not so limited in scope. The embodiments of the application include many variations, modifications and equivalents within the spirit and scope of the appended claims.
Features that are described and/or illustrated with respect to one embodiment may be used in the same way or in a similar way in one or more other embodiments, in combination with or instead of the features of the other embodiments.
It should be emphasized that the term "comprises/comprising" when used herein, is taken to specify the presence of stated features, integers, steps or components but does not preclude the presence or addition of one or more other features, integers, steps or components.
Drawings
The accompanying drawings, which are included to provide a further understanding of the embodiments of the application, are incorporated in and constitute a part of this specification, illustrate embodiments of the application and together with the description serve to explain the principles of the application. It is obvious that the drawings in the following description are only some embodiments of the application, and that for a person skilled in the art, other drawings can be derived from them without inventive effort. In the drawings:
fig. 1 is a flowchart of a method for centralized processing of messages of an intelligent router according to a first embodiment of the present invention;
fig. 2 is a schematic diagram of a message centralized processing system of an intelligent router according to a second embodiment of the present invention.
Detailed Description
In order to make those skilled in the art better understand the technical solutions in the present application, the technical solutions in the embodiments of the present application will be clearly and completely described below with reference to the drawings in the embodiments of the present application, and it is obvious that the described embodiments are only a part of the embodiments of the present application, and not all of the embodiments. All other embodiments, which can be derived by a person skilled in the art from the embodiments given herein without making any creative effort, shall fall within the protection scope of the present application.
The first embodiment is as follows:
fig. 1 is a flowchart of a message centralized processing method of an intelligent router according to a first embodiment of the present invention, and with reference to fig. 1, the method includes the steps of:
s1, the management source sends request information to the router;
s2-1, when the management source is an external network cloud server, the message processing center module of the router receives the configuration information of the external network cloud server and returns the information processing result;
and S2-2, when the management source is the mobile terminal APP or the management page, the message processing center module of the router receives the configuration information of the mobile terminal APP or the management page and returns the information processing result.
The invention has the beneficial effects that: the invention has the advantages that the message processing center module is arranged, so that the request information sent by the management source can be processed in a centralized manner, unified message interfaces are provided for different management sources, the request information is processed and managed in a unified manner, and the message processing result is correspondingly returned, different modules do not need to be developed aiming at different management sources, the development efficiency is improved, the software maintenance difficulty is reduced, the framework is easy to expand, the code coupling degree is reduced, and the development efficiency is improved, and the operation stability and the performance of the intelligent router are greatly improved.
Preferably, in this embodiment, when the management source is an extranet cloud server, the step of receiving, by the message processing center module of the router, the configuration information of the extranet cloud server and returning an information processing result includes:
under the condition of the external network, the request information is forwarded to the function module through the local communication client, and a message processing result of the function module is received and then returned to the external network cloud server;
when the management source is a mobile terminal APP or a management page, the step of receiving the configuration information of the mobile terminal APP or the management page by the message processing center module of the router and returning the information processing result comprises:
and under the condition of the local area network, the request information is forwarded to the functional module through the local communication client, and the message processing result of the functional module is received and then returned to the mobile terminal APP or the management page. Under the condition of a local area network, a management source is a mobile terminal APP or a management page (local page management WEB); in the case of an extranet, the management source is a management background page of a cloud server (such as the cloud server in fig. 2) or a mobile terminal APP (such as the APP/web client in fig. 2) that logs in the cloud server, and for the router, the direct management source is the cloud server; in addition, the TCP client and the local communication client are in the same thread and communicate through a message header and a Buffer.
Preferably, in this embodiment, when the management source is an extranet cloud server, the TCP client of the message processing center module receives configuration information of the extranet cloud server and returns a message processing result;
when the management source is a mobile terminal APP or a management page, the HTTP server of the message processing center module receives the configuration information of the mobile terminal APP or the management page and returns an information processing result. The message processing center module is mainly divided into a TCP client and an HTTP server, and after judging that the router is in an external network or a local area network, the message processing center module respectively processes the sent request information and finally returns a message processing result.
Preferably, in this embodiment, the function module includes any one of a wireless function module, an internet access configuration function module, a bluetooth module, and a ZigBee module. Besides returning a message processing result, each functional module can also actively report an abnormal or non-abnormal message and finally upload the abnormal or non-abnormal message to the cloud server for subsequent analysis and processing.
Preferably, in this embodiment, the function module is packaged into any one of a basic configuration interface, a basic application interface, a basic plug-in and an application plug-in, installed in a plug-in form, and communicated with the message processing center module in a process form. The plug-in process can be used as a server of the local communication service or a client of the local communication service (or used as the local communication server and the client in the form of a thread) according to the requirements of services, the functional module is installed in the form of a plug-in and is communicated with the message processing center module in the form of a process, and the plug-in can be installed and uninstalled at any time, so that the expansion of the system architecture function is greatly facilitated, and meanwhile, the vulnerability repair and update are facilitated, so that the system can be continuously improved and adapted to the market requirements.
Example two:
fig. 2 is a schematic diagram of a message centralized processing system of an intelligent router according to a second embodiment of the present invention, including:
a management source 10 for sending request information to the router;
a router 20 for receiving and processing the request message sent by the management source 10;
the router 20 includes a message processing center module 30; the management source 10 comprises an extranet cloud server 11 and a mobile terminal APP or a management page 12;
when the extranet cloud server 11 sends the request information to the router 20, the message processing center module 30 receives the configuration information of the extranet cloud server 11 and returns the message processing result;
when the mobile terminal APP or the management page 12 sends the request information to the router 20, the message processing center module 30 of the router 20 receives the configuration information of the mobile terminal APP or the management page 12, and returns the information processing result.
The invention has the beneficial effects that: the invention has the advantages that the message processing center module is arranged, so that the request information sent by the management source can be processed in a centralized manner, unified message interfaces are provided for different management sources, the request information is processed and managed in a unified manner, and the message processing result is correspondingly returned, different modules do not need to be developed aiming at different management sources, the processing efficiency of the request information is improved, the coupling degree of codes is reduced, and the development efficiency is improved, and the operation stability and the performance of the intelligent router are greatly improved.
Preferably, in this embodiment, the router 20 further includes a local communication client 40 and a functional module 50;
when the extranet cloud server 11 sends the request information to the router 20, the message processing center module 30 receives the configuration information of the extranet cloud server 11, forwards the request information to the function module 50 through the local communication client 40, receives the message processing result of the function module 50, and then returns the message processing result to the extranet cloud server 11;
when the mobile terminal APP or the management page 12 sends the request information to the router 20, the message processing center module 30 receives the configuration information of the mobile terminal APP or the management page 12, forwards the request information to the function module 50 through the local communication client 40, receives the message processing result of the function module 50, and then returns the message processing result to the mobile terminal APP or the management page 12. Under the condition of a local area network, a management source is a mobile terminal APP or a management page (local page management WEB); in the case of an extranet, the management source is a management background page of a cloud server (such as the cloud server in fig. 2) or a mobile terminal APP (such as the APP/web client in fig. 2) logged in the cloud server, and as to who comes from the router, the direct management source is the cloud server; in addition, the TCP client and the local communication client are in the same thread and communicate through a message header and a Buffer.
Preferably, in this embodiment, the message processing center module 30 includes a TCP client 31 and an HTTP client 32;
when the extranet cloud server 11 sends the request information to the router 20, the TCP client 31 is configured to receive the configuration information of the extranet cloud server 11 and return an information processing result;
when the mobile terminal APP or the management page 12 sends the request information to the router 20, the HTTP client 32 is configured to receive the configuration information of the mobile terminal APP or the management page 12, and return an information processing result. The message processing center module is mainly divided into a TCP client and an HTTP server, and after judging that a management source or a router is in an external network or a local area network, the message processing center module respectively processes the sent request information and finally returns a message processing result.
Preferably, in this embodiment, the function module 50 includes any one of a wireless function module, an internet access configuration function module, a bluetooth module, and a ZigBee module. Besides returning a message processing result, each functional module can also actively report an abnormal or non-abnormal message and finally upload the abnormal or non-abnormal message to the cloud server for subsequent analysis and processing.
Preferably, in this embodiment, the function module 50 is packaged into any one of a basic configuration interface, a basic application interface, a basic plug-in and an application plug-in, installed in a plug-in form, and communicated with the message processing center module in a process form. The plug-in process can be used as a server of the local communication service or a client of the local communication service (or used as the local communication server and the client in the form of a thread) according to the requirements of services, the functional module is installed in the form of a plug-in and is communicated with the message processing center module in the form of a process, and the plug-in can be installed and uninstalled at any time, so that the expansion of the system architecture function is greatly facilitated, and meanwhile, the vulnerability repair and update are facilitated, so that the system can be continuously improved and adapted to the market requirements.
The foregoing detailed description of the preferred embodiments of the invention has been presented. It should be understood that numerous modifications and variations could be devised by those skilled in the art in light of the present teachings without departing from the inventive concepts. Therefore, the technical solutions available to those skilled in the art through logic analysis, reasoning and limited experiments based on the prior art according to the concept of the present invention should be within the scope of protection defined by the claims.

Claims (4)

1. A message centralized processing method of an intelligent router is characterized in that: the method comprises the following steps:
the management source sends request information to the router;
when the management source is the extranet cloud server, the message processing center module of the router receives configuration information of the extranet cloud server and returns an information processing result;
when the management source is a mobile terminal APP or a management page, a message processing center module of the router receives configuration information of the mobile terminal APP or the management page and returns a message processing result;
when the management source is the extranet cloud server, the step that the message processing center module of the router receives the configuration information of the extranet cloud server and returns the information processing result comprises the following steps:
under the condition of the external network, the request information is forwarded to the function module through the local communication client, and a message processing result of the function module is received and then returned to the external network cloud server;
when the management source is a mobile terminal APP or a management page, the step of receiving the configuration information of the mobile terminal APP or the management page by the message processing center module of the router and returning the information processing result comprises the following steps:
under the condition of a local area network, the request information is forwarded to the functional module through the local communication client, and a message processing result of the functional module is received and then returned to the mobile terminal APP or the management page;
when the management source is the extranet cloud server, the TCP client of the message processing center module receives the configuration information of the extranet cloud server and returns an information processing result;
when the management source is a mobile terminal APP or a management page, the HTTP server of the message processing center module receives the configuration information of the mobile terminal APP or the management page and returns an information processing result;
wherein, the TCP client and the local communication client are in the same thread and communicate through a message header and a Buffer; the message processing center module provides uniform message interfaces for different management sources, uniformly processes and manages request information, and correspondingly returns a message processing result;
the function module is packaged into any one of a basic configuration interface, a basic application interface, a basic plug-in and an application plug-in, is installed in a plug-in mode and is communicated with the message processing center module in a process mode; the functional module can actively report abnormal or non-abnormal messages except for returning message processing results, and finally uploads the abnormal or non-abnormal messages to the cloud server for subsequent analysis and processing.
2. The message centralized processing method according to claim 1, wherein: the function module comprises any one of a wireless function module, an internet access configuration function module, a Bluetooth module and a ZigBee module.
3. A message centralized processing system of an intelligent router is characterized in that: the method comprises the following steps:
the management source is used for sending request information to the router;
the router is used for receiving and processing the request message sent by the management source;
the router comprises a message processing center module; the management source comprises an external network cloud server and a mobile terminal APP or a management page;
when the extranet cloud server sends request information to the router, the message processing center module receives configuration information of the extranet cloud server and returns a message processing result;
when the mobile terminal APP or the management page sends request information to the router, a message processing center module of the router receives configuration information of the mobile terminal APP or the management page and returns an information processing result;
the router also comprises a local communication client and a functional module;
when the extranet cloud server sends request information to the router, the message processing center module receives the configuration information of the extranet cloud server, forwards the request information to the function module through the local communication client, receives a message processing result of the function module, and then returns the message processing result to the extranet cloud server;
when the mobile terminal APP or the management page sends request information to the router, the message processing center module receives configuration information of the mobile terminal APP or the management page, forwards the request information to the function module through the local communication client, receives a message processing result of the function module, and then returns the message processing result to the mobile terminal APP or the management page;
the message processing center module comprises a TCP client and an HTTP client;
when the external network cloud server sends request information to the router, the TCP client is used for receiving the configuration information of the external network cloud server and returning an information processing result;
when the mobile terminal APP or the management page sends request information to the router, the HTTP client is used for receiving the configuration information of the mobile terminal APP or the management page and returning an information processing result;
wherein, the TCP client and the local communication client are in the same thread and communicate through a message header and a Buffer; the message processing center module provides uniform message interfaces for different management sources, uniformly processes and manages request information, and correspondingly returns a message processing result;
the function module is packaged into any one of a basic configuration interface, a basic application interface, a basic plug-in and an application plug-in, is installed in a plug-in mode and is communicated with the message processing center module in a process mode;
the functional module can actively report abnormal or non-abnormal messages except for returning message processing results, and finally uploads the abnormal or non-abnormal messages to the cloud server for subsequent analysis and processing.
4. A centralized message processing system as claimed in claim 3, wherein: the function module comprises any one of a wireless function module, an internet access configuration function module, a Bluetooth module and a ZigBee module.
CN201610173249.1A 2016-03-24 2016-03-24 Message centralized processing method and system of intelligent router Expired - Fee Related CN105681208B (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
CN201610173249.1A CN105681208B (en) 2016-03-24 2016-03-24 Message centralized processing method and system of intelligent router

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
CN201610173249.1A CN105681208B (en) 2016-03-24 2016-03-24 Message centralized processing method and system of intelligent router

Publications (2)

Publication Number Publication Date
CN105681208A CN105681208A (en) 2016-06-15
CN105681208B true CN105681208B (en) 2020-04-17

Family

ID=56311608

Family Applications (1)

Application Number Title Priority Date Filing Date
CN201610173249.1A Expired - Fee Related CN105681208B (en) 2016-03-24 2016-03-24 Message centralized processing method and system of intelligent router

Country Status (1)

Country Link
CN (1) CN105681208B (en)

Families Citing this family (2)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN106484394B (en) * 2016-09-13 2019-07-12 厦门兆慧网络科技有限公司 A kind of fast software development system with double engines
CN116191665B (en) * 2023-01-31 2024-04-26 国网上海能源互联网研究院有限公司 Message interaction device and method for low-voltage intelligent circuit breaker

Family Cites Families (5)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US20090323555A1 (en) * 2008-06-27 2009-12-31 Affinegy, Inc. System and Method for Controlling and Configuring a Router
CN103248525A (en) * 2013-05-23 2013-08-14 北京奇虎科技有限公司 Method and device of configuring network resources
CN104243210B (en) * 2014-09-17 2018-01-05 湖北盛天网络技术股份有限公司 The method and system of remote access router administration page
CN105141537A (en) * 2015-10-16 2015-12-09 上海斐讯数据通信技术有限公司 Method of processing router login request by terminal and device
CN105407172B (en) * 2015-12-15 2018-11-23 南京途牛科技有限公司 A kind of router long-distance management system based on http protocol

Also Published As

Publication number Publication date
CN105681208A (en) 2016-06-15

Similar Documents

Publication Publication Date Title
HRP20201857T1 (en) Method for establishing a roaming connection
IL194415A0 (en) A method and system for identifying malicious messages in mobile communication networks, related network and computer program product therefor
CN105898893B (en) Full-duplex communication method for mobile terminal and Internet of things equipment
US10362549B2 (en) Method and apparatus for setting up interface between access points
CN113055421A (en) Service grid management method and system
CN105681208B (en) Message centralized processing method and system of intelligent router
CN104168126A (en) Self-maintenance and management system and method for unattended intelligent device
US8687550B2 (en) Method and system for configuring base station parameters
WO2014107836A1 (en) Network alarm method and device
CN104954462A (en) High-concurrency extensible smart home communication method and high-concurrency extensible smart home communication system
WO2013082897A1 (en) Application service update method and device
CN103023668B (en) A kind of find and control method, the Apparatus and system of embedded log equipment
CN112491614B (en) Configuration information online automatic validation method and system for embedded equipment
CN112910706B (en) Automatic configuration method, system, device and readable storage medium
CN112291742B (en) Direct communication method and device
CN104022941A (en) Meeting instant communication system and implementation method thereof
CN105635205A (en) Message push method and system of intelligent mobile equipment
CN107666728B (en) Method and base station for releasing terminal
CN104506423A (en) Communication method and communication device
US10405180B2 (en) Stub network establishing method, device and system, and storage medium
AU2015416504B2 (en) Method and apparatus for server-based scheduling of network traffic to a mobile device
CN116760741B (en) Data state monitoring method, device, equipment and medium
CN106912029B (en) Method, system and base station for instant message broadcasting
US20190312929A1 (en) Information synchronization method and device
WO2019074032A1 (en) Apparatus, method and program for transmitting and receiving data to and from iot device

Legal Events

Date Code Title Description
C06 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
CF01 Termination of patent right due to non-payment of annual fee

Granted publication date: 20200417

Termination date: 20210324

CF01 Termination of patent right due to non-payment of annual fee