CN105812180A - Network device configuration system and method - Google Patents
Network device configuration system and method Download PDFInfo
- Publication number
- CN105812180A CN105812180A CN201610133206.0A CN201610133206A CN105812180A CN 105812180 A CN105812180 A CN 105812180A CN 201610133206 A CN201610133206 A CN 201610133206A CN 105812180 A CN105812180 A CN 105812180A
- Authority
- CN
- China
- Prior art keywords
- configuration
- configuration file
- network device
- updated
- file
- 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
Links
- 238000000034 method Methods 0.000 title claims abstract description 49
- 238000012544 monitoring process Methods 0.000 claims description 14
- 230000008569 process Effects 0.000 abstract description 20
- 238000010586 diagram Methods 0.000 description 6
- 230000004048 modification Effects 0.000 description 4
- 238000012986 modification Methods 0.000 description 4
- 238000004891 communication Methods 0.000 description 3
- 238000005034 decoration Methods 0.000 description 2
- 230000007246 mechanism Effects 0.000 description 2
- 230000001360 synchronised effect Effects 0.000 description 2
- 230000009286 beneficial effect Effects 0.000 description 1
- 230000008859 change Effects 0.000 description 1
- 238000011161 development Methods 0.000 description 1
- 230000000694 effects Effects 0.000 description 1
- 238000005516 engineering process Methods 0.000 description 1
Classifications
-
- H—ELECTRICITY
- H04—ELECTRIC COMMUNICATION TECHNIQUE
- H04L—TRANSMISSION OF DIGITAL INFORMATION, e.g. TELEGRAPHIC COMMUNICATION
- H04L41/00—Arrangements for maintenance, administration or management of data switching networks, e.g. of packet switching networks
- H04L41/08—Configuration management of networks or network elements
- H04L41/0803—Configuration setting
- H04L41/0813—Configuration setting characterised by the conditions triggering a change of settings
-
- H—ELECTRICITY
- H04—ELECTRIC COMMUNICATION TECHNIQUE
- H04L—TRANSMISSION OF DIGITAL INFORMATION, e.g. TELEGRAPHIC COMMUNICATION
- H04L41/00—Arrangements for maintenance, administration or management of data switching networks, e.g. of packet switching networks
- H04L41/02—Standardisation; Integration
- H04L41/0246—Exchanging or transporting network management information using the Internet; Embedding network management web servers in network elements; Web-services-based protocols
- H04L41/0273—Exchanging or transporting network management information using the Internet; Embedding network management web servers in network elements; Web-services-based protocols using web services for network management, e.g. simple object access protocol [SOAP]
Landscapes
- Engineering & Computer Science (AREA)
- Computer Networks & Wireless Communication (AREA)
- Signal Processing (AREA)
- Telephonic Communication Services (AREA)
- Information Transfer Between Computers (AREA)
Abstract
The invention provides a network device configuration system and method. The network device configuration system includes a configuration management module and a storage module which are connected with each other; a second configuration file to be updated is stored in the storage module; and the configuration management module reads the second configuration file from the storage module and synchronizes the second configuration file into a first configuration file currently operated by a network device, so as to realize configuration update of the network device. In a configuration information update process, the network device or related processes are not needed to be restarted, and all configuration information of the whole network device is not needed to be reconfigured, and therefore, time for reconfiguring the network device can be greatly saved, and the related service processes will not be interrupted due to the configuration of the network device, and therefore, user experience can be improve.
Description
Technical Field
The present invention relates to the field of communications technologies, and in particular, to a network device configuration system and a method thereof.
Background
With the rapid development of the internet, as physical entities connected to the network, network devices (e.g., smart phones, tablet computers, routing devices, gateways, etc.) are increasingly affluent with people's daily lives. Meanwhile, with the intelligentization of intelligent terminals and the increasing demand for Wireless coverage, ubiquitous WIFI (Wireless-Fidelity) Wireless applications are changing our lives from offices, houses to public places, and we are walking into Wireless network lives of "devices are accompanied by, networks are accompanied".
For the configuration of these network devices, generally, the configuration of the network device is first modified through a web (internet general term) browser or a command line, and then the network device is restarted to achieve the effect of updating the configuration. For example, for a wireless AP (access point), modification of configuration information of the wireless AP needs to restart a wireless AP device or restart a corresponding process to achieve the purpose of configuration update. And all configuration information in the configuration file needs to be reapplied once no matter how much data is modified, which causes service interruption, and users need to wait, so that user experience is poor.
Disclosure of Invention
In view of the above problems, the present invention provides a network device configuration system and method, which is simple and convenient for a network device or a corresponding process not to be restarted when the network device needs to update configuration information.
The technical scheme provided by the invention is as follows:
a network device configuration system, comprising: the system comprises a configuration management module and a storage module which are connected with each other, wherein a second configuration file to be updated is stored in the storage module; and the configuration management module reads the second configuration file from the storage module, synchronizes the second configuration file to the first configuration file currently operated by the network equipment, and realizes the configuration update of the network equipment.
Further preferably, the storage module stores a first configuration file currently running by the network device.
Further preferably, the configuration management module comprises an information reading unit, a comparison unit and a sending unit; wherein,
the information reading unit reads the first configuration file and the second configuration file from the storage module and sends the first configuration file and the second configuration file to the comparison unit;
the comparison unit is connected with the information reading unit and is used for comparing the first configuration file with the second configuration file to obtain the updated configuration information of the second configuration file compared with the first configuration file.
The issuing unit is connected with the comparison unit, and the issuing unit re-issues the updated configuration information in the second configuration file obtained by the comparison unit, so as to synchronize the updated configuration information in the second configuration file into the first configuration file, thereby realizing the reconfiguration of the network equipment.
Further preferably, the network device configuration system further includes a monitoring module connected to the configuration management module, and configured to monitor whether there is an input event for updating the network device configuration.
Further preferably, the network device configuration system further includes a configuration file generation module respectively connected to the monitoring module and the storage module, and configured to acquire configuration information to be updated, and generate a second configuration file based on the configuration information.
The invention also provides a network equipment configuration method, which comprises the following steps:
acquiring a second configuration file to be updated;
and synchronizing the second configuration file to the currently running first configuration file to realize the updating configuration of the network equipment.
Further preferably, synchronizing the second configuration file to the currently running first configuration file to implement reconfiguration of the network device, specifically including:
reading a first configuration file currently operated by the network equipment and a second configuration file to be updated;
comparing the first configuration file with the second configuration file to obtain updated configuration information of the second configuration file compared with the first configuration file;
and retransmitting the updated configuration information in the second configuration file, and further synchronizing the updated configuration information in the second configuration file into the first configuration file to realize the reconfiguration of the network equipment.
Further preferably, the network device configuration method further includes:
and monitoring whether an input event for updating the network equipment configuration exists.
Further preferably, the obtaining of the second configuration file to be updated specifically includes:
and acquiring configuration information needing to be updated, and generating a second configuration file based on the configuration information.
Further preferably, the obtaining of the configuration information to be updated specifically includes:
and acquiring the configuration information needing to be updated of the network equipment by a command line method or a web page method.
The network equipment configuration system and the method thereof provided by the invention can bring the following beneficial effects:
in the invention, a first configuration file currently running by the network equipment and a second configuration file to be updated are simultaneously saved in a storage module. Then, the configuration management module reads the first configuration file and the second configuration file, and compares the two configuration files to find out the configuration information (namely the configuration information which actually needs to be changed) which is changed in the second configuration file relative to the first configuration file; and then synchronizing the changed configuration information to the first configuration file which is currently running so as to realize the real-time updating of the configuration information of the network equipment.
It can be seen that, in the process of updating the configuration information, the network device or the related process does not need to be restarted, and all the configuration information of the whole network device does not need to be reconfigured (only the configuration information with changed configuration), so that the time for reconfiguring the network device is greatly saved; the related service process can not be interrupted due to the configuration of the network equipment, and the user experience is improved.
Drawings
The foregoing features, technical features, advantages and embodiments are further described in the following detailed description of the preferred embodiments, which is to be read in connection with the accompanying drawings.
Fig. 1 is a schematic structural diagram of a network device configuration system according to a first embodiment of the present invention;
fig. 2 is a schematic structural diagram of a network device configuration system according to a second embodiment of the present invention;
FIG. 3 is a schematic structural diagram of a network device configuration system according to a third embodiment of the present invention;
fig. 4 is a schematic structural diagram of a fourth embodiment of a network device configuration system according to the present invention;
FIG. 5 is a flowchart illustrating a first embodiment of a method for configuring a network device according to the present invention;
fig. 6 is a flowchart illustrating a network device configuration method according to a second embodiment of the present invention;
FIG. 7 is a flowchart illustrating a network device configuration method according to a third embodiment of the present invention;
fig. 8 is a flowchart illustrating a fourth embodiment of a network device configuration method according to the present invention.
Reference numerals:
100-network equipment configuration system, 110-configuration management module, 120-storage module, 111-information reading unit, 112-comparison unit, 113-issuing unit, 130-monitoring module and 140-configuration file generation module.
Detailed Description
In order to more clearly illustrate the embodiments of the present invention or the technical solutions in the prior art, the following description will be made with reference to the accompanying drawings. It is obvious that the drawings in the following description are only some examples of the invention, and that for a person skilled in the art, other drawings and embodiments can be derived from them without inventive effort.
Fig. 1 is a schematic structural diagram of a first embodiment of a network device configuration system 100 provided by the present invention, and as can be seen from the diagram, the network device configuration system 100 includes: the configuration management module 110 and the storage module 120 are connected to each other, and a second configuration file to be updated is stored in the storage module 120. In the working process, firstly, the configuration management module 110 reads the second configuration file from the storage module 120; subsequently, the configuration management module 110 synchronizes the second configuration file to the first configuration file currently running in the network device, so as to update the configuration of the network device.
A second embodiment is obtained by modifying the first embodiment, as shown in fig. 2, in this embodiment, a first configuration file currently running on the network device is stored in the storage module 120. The configuration management module 110 includes an information reading unit 111, a comparing unit 112 and a sending unit 113; the comparing unit 112 is connected to the information reading unit 111, and the issuing unit 113 is connected to the comparing unit 112. In the working process, firstly, the information reading unit 111 reads a first configuration file currently running by the network device and a second configuration file to be updated from the storage module 120 respectively and sends the first configuration file and the second configuration file to be updated to the comparison unit 112; after receiving the first configuration file and the second configuration file, the comparing unit 112 compares the two configuration files to obtain a difference between the two configuration files, that is, updated configuration information of the second configuration file compared with the first configuration file; then, the issuing unit 113 re-issues the configuration information that needs to be updated in the second configuration file obtained by the comparing unit 112, and further synchronizes the configuration information updated in the second configuration file to the first configuration file, thereby implementing the reconfiguration of the network device. Therefore, when the configuration of the network equipment is changed, only the changed configuration information needs to be synchronized, all the configuration information does not need to be reconfigured, the network equipment and related processes do not need to be restarted, and a user does not need to wait in the process of configuring the network equipment, so that the configuration process is simplified, and the user experience is improved.
A third embodiment is obtained by modifying the above embodiment, and as shown in fig. 3, in this embodiment, the network device configuration system 100 further includes a monitoring module 130 connected to the configuration management module 110. During operation, the monitoring module 130 continuously monitors whether there is an input event for a configuration update of the network device in the network device. When an input event aiming at the configuration update of the network equipment occurs, the management module immediately reads two configuration files from the storage module 120 to realize the configuration update of the network equipment; when no input event for the network device configuration update is monitored, the monitoring is continued. Specifically, the input event is an operation of inputting the updated configuration information in the second configuration file, for example, inputting the configuration information to be updated through a CLI (Command-line interface) Command line or through a web page.
As shown in fig. 4, in the present embodiment, the network device configuration system 100 further includes a configuration file generating module 140 connected to the monitoring module 130 and the storage module 120, respectively, for acquiring configuration information that needs to be updated, and generating a second configuration file based on the configuration information. Specifically, after the user inputs the configuration information to be updated through a command line or through a web page, the configuration file generating module 140 generates a second configuration file together with all the configuration information (including the configuration information to be updated and the configuration information that does not need to be updated) of the network device, and stores the generated second configuration information in the storage module 120.
In a specific embodiment, if the network device is a wireless AP, the process of reconfiguring the wireless AP specifically includes:
the user modifies the configuration information of the wireless AP by means of the CLI command line, and the configuration file generating module 140 stores all the configuration information modified by the wireless AP in the second configuration file, and stores the configuration information in the storage module 120. The monitoring module 130 monitors that the configuration information of the wireless AP changes, and immediately sends a configuration update message to the corresponding configuration management module 110 through a process communication mechanism.
The configuration management module 110 receives the configuration update message, then reads the updated second configuration file and the first configuration file currently running by the wireless AP from the storage module 120, compares the two configuration files, and compares the difference between the two configuration files to obtain the configuration information that the wireless AP needs to change. And then, the configuration information which is obtained by comparison and needs to be changed is re-issued so as to synchronize the second configuration file into the first configuration file, thereby realizing the configuration update of the wireless AP.
As shown in fig. 5, the present invention further provides a network device configuration method, specifically, the network device configuration method includes: s1, acquiring a second configuration file to be updated; s2, the second configuration file is synchronized to the first configuration file which is currently running, and the updated configuration of the network equipment is realized.
The present embodiment is obtained by modifying the above-described embodiment, and as shown in fig. 6, the present embodiment specifically includes: s1, acquiring a second configuration file to be updated; s21, reading a first configuration file currently operated by the network equipment and a second configuration file to be updated; s22, comparing the first configuration file with the second configuration file to obtain updated configuration information of the second configuration file compared with the first configuration file; s23 resends the configuration information updated in the second configuration file, and synchronizes the configuration information updated in the second configuration file to the first configuration file, thereby implementing reconfiguration of the network device.
As shown in fig. 7, in this embodiment, the method for configuring a network device further includes: s0, monitoring whether there is an input event aiming at the network equipment configuration update; s1, acquiring a second configuration file to be updated; s21, reading a first configuration file currently operated by the network equipment and a second configuration file to be updated; s22, comparing the first configuration file with the second configuration file to obtain updated configuration information of the second configuration file compared with the first configuration file; s23 resends the configuration information updated in the second configuration file, and synchronizes the configuration information updated in the second configuration file to the first configuration file, thereby implementing reconfiguration of the network device.
The present embodiment is obtained by modifying the above-described embodiment, and as shown in fig. 8, the present embodiment specifically includes: s0, monitoring whether there is an input event aiming at the network equipment configuration update; s11, acquiring the configuration information needing to be updated, and generating a second configuration file based on the configuration information; s21, reading a first configuration file currently operated by the network equipment and a second configuration file to be updated; s22, comparing the first configuration file with the second configuration file to obtain updated configuration information of the second configuration file compared with the first configuration file; s23 resends the configuration information updated in the second configuration file, and synchronizes the configuration information updated in the second configuration file to the first configuration file, thereby implementing reconfiguration of the network device. More specifically, in this embodiment, the acquiring configuration information that needs to be updated specifically includes: and acquiring the configuration information needing to be updated of the network equipment by a command line method or a web page method.
In a specific embodiment, if the network device is a wireless router, the process of reconfiguring the wireless router specifically includes:
and the user modifies the configuration information of the wireless route by a web page method and stores all the configuration information after the modification of the wireless route into a second configuration file.
The wireless router monitors that an input event aiming at self configuration information occurs, namely the self configuration is changed; then sending the configuration update message to the corresponding configuration management process through the process communication mechanism.
And the configuration management process receives the configuration updating message, immediately reads the updated second configuration file and the first configuration file which is currently running in the wireless router, compares the two configuration files, and compares the difference of the two configuration files to obtain the configuration information of the wireless router which needs to be changed.
And then, the configuration management process re-issues the configuration information which is obtained by comparison and needs to be changed, and synchronizes the second configuration file to the first configuration file to realize the configuration updating of the wireless router.
It should be noted that the above embodiments can be freely combined as necessary. The foregoing is only a preferred embodiment of the present invention, and it should be noted that, for those skilled in the art, various modifications and decorations can be made without departing from the principle of the present invention, and these modifications and decorations should also be regarded as the protection scope of the present invention.
Claims (10)
1. A network device configuration system, comprising: the system comprises a configuration management module and a storage module which are connected with each other, wherein a second configuration file to be updated is stored in the storage module; and the configuration management module reads the second configuration file from the storage module, synchronizes the second configuration file to the first configuration file currently operated by the network equipment, and realizes the configuration update of the network equipment.
2. The network device configuration system of claim 1,
the storage module stores a first configuration file of the current operation of the network device.
3. The network device configuration system of claim 2, wherein the configuration management module comprises an information reading unit, a comparing unit and a sending unit; wherein,
the information reading unit reads the first configuration file and the second configuration file from the storage module and sends the first configuration file and the second configuration file to the comparison unit;
the comparison unit is connected with the information reading unit and is used for comparing the first configuration file with the second configuration file to obtain the updated configuration information of the second configuration file compared with the first configuration file.
The issuing unit is connected with the comparison unit, and the issuing unit re-issues the updated configuration information in the second configuration file obtained by the comparison unit, so as to synchronize the updated configuration information in the second configuration file into the first configuration file, thereby realizing the reconfiguration of the network equipment.
4. The network device configuration system according to any of claims 1-3, further comprising a monitoring module connected to the configuration management module, configured to monitor whether there is an input event for the network device configuration update.
5. The network device configuration system according to claim 4, further comprising a configuration file generation module respectively connected to the monitoring module and the storage module, and configured to obtain configuration information that needs to be updated, and generate a second configuration file based on the configuration information.
6. A network device configuration method is characterized in that the network device configuration method comprises the following steps:
acquiring a second configuration file to be updated;
and synchronizing the second configuration file to the currently running first configuration file to realize the updating configuration of the network equipment.
7. The network device configuration method according to claim 6, wherein synchronizing the second configuration file to the currently running first configuration file to implement reconfiguration of the network device specifically includes:
reading a first configuration file currently operated by the network equipment and a second configuration file to be updated;
comparing the first configuration file with the second configuration file to obtain updated configuration information of the second configuration file compared with the first configuration file;
and retransmitting the updated configuration information in the second configuration file, and further synchronizing the updated configuration information in the second configuration file into the first configuration file to realize the reconfiguration of the network equipment.
8. The network device configuration method according to claim 6 or 7, wherein the network device configuration method further comprises:
and monitoring whether an input event for updating the network equipment configuration exists.
9. The network device configuration method according to claim 8, wherein obtaining the second configuration file to be updated specifically includes:
and acquiring configuration information needing to be updated, and generating a second configuration file based on the configuration information.
10. The network device configuration method according to claim 9, wherein, in acquiring the configuration information that needs to be updated, specifically comprising:
and acquiring the configuration information needing to be updated of the network equipment by a command line method or a web page method.
Priority Applications (1)
Application Number | Priority Date | Filing Date | Title |
---|---|---|---|
CN201610133206.0A CN105812180A (en) | 2016-03-09 | 2016-03-09 | Network device configuration system and method |
Applications Claiming Priority (1)
Application Number | Priority Date | Filing Date | Title |
---|---|---|---|
CN201610133206.0A CN105812180A (en) | 2016-03-09 | 2016-03-09 | Network device configuration system and method |
Publications (1)
Publication Number | Publication Date |
---|---|
CN105812180A true CN105812180A (en) | 2016-07-27 |
Family
ID=56467898
Family Applications (1)
Application Number | Title | Priority Date | Filing Date |
---|---|---|---|
CN201610133206.0A Pending CN105812180A (en) | 2016-03-09 | 2016-03-09 | Network device configuration system and method |
Country Status (1)
Country | Link |
---|---|
CN (1) | CN105812180A (en) |
Cited By (5)
Publication number | Priority date | Publication date | Assignee | Title |
---|---|---|---|---|
CN106571957A (en) * | 2016-11-02 | 2017-04-19 | 中车株洲电力机车研究所有限公司 | Method and device for dynamically configuring MVB |
CN106878376A (en) * | 2016-12-23 | 2017-06-20 | 微梦创科网络科技(中国)有限公司 | A kind of configuring management method and system |
CN108334381A (en) * | 2018-01-30 | 2018-07-27 | 北京铂阳顶荣光伏科技有限公司 | A kind of configuration method and system, filming equipment of filming equipment parameter |
CN110086657A (en) * | 2019-04-10 | 2019-08-02 | 北京华三通信技术有限公司 | A kind of configuration and synchronization method and device |
CN113541994A (en) * | 2020-12-21 | 2021-10-22 | 南方电网数字电网研究院有限公司 | Network equipment configuration management method and system |
Citations (4)
Publication number | Priority date | Publication date | Assignee | Title |
---|---|---|---|---|
CN102255752A (en) * | 2011-06-30 | 2011-11-23 | 北京新媒传信科技有限公司 | Configuration management system and method of server cluster |
CN103186401A (en) * | 2011-12-31 | 2013-07-03 | 北京新媒传信科技有限公司 | Method for updating software system and configuration thereof |
US20130238768A1 (en) * | 2012-03-07 | 2013-09-12 | Ashish Vaidya | Systems and methods for comparing configuration files and generating corrective commands |
CN103686668A (en) * | 2012-09-20 | 2014-03-26 | 中兴通讯股份有限公司 | Data updating method, system and device |
-
2016
- 2016-03-09 CN CN201610133206.0A patent/CN105812180A/en active Pending
Patent Citations (4)
Publication number | Priority date | Publication date | Assignee | Title |
---|---|---|---|---|
CN102255752A (en) * | 2011-06-30 | 2011-11-23 | 北京新媒传信科技有限公司 | Configuration management system and method of server cluster |
CN103186401A (en) * | 2011-12-31 | 2013-07-03 | 北京新媒传信科技有限公司 | Method for updating software system and configuration thereof |
US20130238768A1 (en) * | 2012-03-07 | 2013-09-12 | Ashish Vaidya | Systems and methods for comparing configuration files and generating corrective commands |
CN103686668A (en) * | 2012-09-20 | 2014-03-26 | 中兴通讯股份有限公司 | Data updating method, system and device |
Cited By (7)
Publication number | Priority date | Publication date | Assignee | Title |
---|---|---|---|---|
CN106571957A (en) * | 2016-11-02 | 2017-04-19 | 中车株洲电力机车研究所有限公司 | Method and device for dynamically configuring MVB |
CN106571957B (en) * | 2016-11-02 | 2020-04-10 | 中车株洲电力机车研究所有限公司 | MVB dynamic configuration method and device |
CN106878376A (en) * | 2016-12-23 | 2017-06-20 | 微梦创科网络科技(中国)有限公司 | A kind of configuring management method and system |
CN108334381A (en) * | 2018-01-30 | 2018-07-27 | 北京铂阳顶荣光伏科技有限公司 | A kind of configuration method and system, filming equipment of filming equipment parameter |
CN110086657A (en) * | 2019-04-10 | 2019-08-02 | 北京华三通信技术有限公司 | A kind of configuration and synchronization method and device |
CN110086657B (en) * | 2019-04-10 | 2020-04-03 | 北京华三通信技术有限公司 | Configuration synchronization method and device |
CN113541994A (en) * | 2020-12-21 | 2021-10-22 | 南方电网数字电网研究院有限公司 | Network equipment configuration management method and system |
Similar Documents
Publication | Publication Date | Title |
---|---|---|
CN103558836B (en) | Equipment state synchronisation control means and home appliance | |
Li et al. | EHOPES: Data-centered Fog platform for smart living | |
CN105812180A (en) | Network device configuration system and method | |
CN101883108B (en) | Document transmission method and system of dynamic authentication | |
US20160012150A1 (en) | System and method for main distribution network graph/model/data integration based on remote access and information interaction | |
CN106713391B (en) | Session information sharing method and sharing system | |
RU2005115570A (en) | PRESENTING A CONSOLIDATED TYPE OF LABELS FOR REMOTE APPLICATIONS FROM A LOT OF SUPPLIERS | |
CN109245908A (en) | A kind of method and apparatus of principal and subordinate's cluster switching | |
CN112650742A (en) | Cross-link data verification method, device, equipment and storage medium | |
CN104219298A (en) | Cluster system and data backup method thereof | |
CN102843432B (en) | Network communication system applicable to sharing and synchronous updating of data at multiple clients | |
CN102761443A (en) | Collocation method and device of command lines | |
CN104243198A (en) | Network management method and system based on network configuration protocol | |
WO2022121492A1 (en) | File transmission method and apparatus, computer device, and storage medium | |
CN105656661A (en) | Single-board software management method and system | |
CN104378231A (en) | Control system and control method for enterprise wireless router | |
CN106657360A (en) | Synchronization method and system for NIS servers under Linux system | |
KR20150088462A (en) | Method for linking network device in cloud environment and apparatus therefor | |
CN103379015A (en) | Website server and IM client data transmission method, apparatus and system | |
CN102970375A (en) | Cluster configuration method and device | |
CN106462421B (en) | Telecommunication device and method for updating software in a telecommunication device | |
CN103023897B (en) | A kind of synchronous service management system and method | |
CN105607594B (en) | Method for searching equipment in server memory based on smart home | |
CN103825966A (en) | Internet of things demonstration control system and control method | |
US9361191B2 (en) | Methods and apparatus for data recovery following a service interruption at a central processing station |
Legal Events
Date | Code | Title | Description |
---|---|---|---|
C06 | Publication | ||
PB01 | Publication | ||
C10 | Entry into substantive examination | ||
SE01 | Entry into force of request for substantive examination | ||
WD01 | Invention patent application deemed withdrawn after publication | ||
WD01 | Invention patent application deemed withdrawn after publication |
Application publication date: 20160727 |