WO2021169749A1 - Method and system for cloning and upgrading between devices of dect roaming system - Google Patents

Method and system for cloning and upgrading between devices of dect roaming system Download PDF

Info

Publication number
WO2021169749A1
WO2021169749A1 PCT/CN2021/074824 CN2021074824W WO2021169749A1 WO 2021169749 A1 WO2021169749 A1 WO 2021169749A1 CN 2021074824 W CN2021074824 W CN 2021074824W WO 2021169749 A1 WO2021169749 A1 WO 2021169749A1
Authority
WO
WIPO (PCT)
Prior art keywords
base
data
upgrading
host
base station
Prior art date
Application number
PCT/CN2021/074824
Other languages
French (fr)
Chinese (zh)
Inventor
叶国真
Original Assignee
厦门亿联网络技术股份有限公司
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 厦门亿联网络技术股份有限公司 filed Critical 厦门亿联网络技术股份有限公司
Publication of WO2021169749A1 publication Critical patent/WO2021169749A1/en

Links

Images

Classifications

    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F8/00Arrangements for software engineering
    • G06F8/60Software deployment
    • G06F8/65Updates
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F8/00Arrangements for software engineering
    • G06F8/70Software maintenance or management
    • G06F8/71Version control; Configuration management

Definitions

  • the present invention relates to the field of DECT, and more specifically, to a method and system for cloning and upgrading between devices of a DECT roaming system.
  • DECT Digital Enhanced Cordless Telecommunications
  • the DECT system includes a fixed part and one or more mobile parts, such as a wireless DECT handset.
  • the fixed part is equipped with at least one base station Base.
  • Base is a DECT device with VOIP service.
  • the host that performs service clustering is called DM.
  • the bases in the same roaming system need to send and receive messages and process data. Only when each base in the system cooperates with each other can the handle roaming function be realized.
  • the handle is a wireless terminal device connected to the base. If the software versions of the Base running in the same roaming system are inconsistent, it is likely that different software versions cannot work with each other. If the old version of the software does not support the processing of messages from the new version of the software, the old and new software versions will work in the same system An exception will occur, causing the entire roaming system to work abnormally. Therefore, all Bases in the same roaming system should run the same version of software to ensure the stable operation of the roaming system.
  • the present invention provides a method and system for cloning and upgrading between devices of the DECT roaming system , It can solve the problem that all Bases cannot be upgraded uniformly in the same DECT roaming system.
  • a method for cloning and upgrading between DECT roaming system devices After receiving the notification, the base station starts the synchronization client to connect to the synchronization server of the host for data transmission; the synchronization client copies and downloads the root file system module data of the host from the synchronization server, and the base station will start from the host The root file system data of the end clone is written into the backup system memory; the data download is complete and the base station is set to start from the backup system. After the base station restarts, the system that runs is the system cloned from the host, and the clone upgrade is complete.
  • the DECT roaming system includes the host DM and the base station Base.
  • the host DM starts the synchronization server SyncServer to notify the base station Base to perform software upgrades, and the base station Base starts the synchronization client service SyncClient, and the synchronization client SyncClient connects to the synchronization server SyncServer of the host DM for data transmission; the synchronization client SyncClient copies and downloads the root file system module data of the host DM from the synchronization server SyncServer, and the base station Base writes the root file system data cloned from the host DM to the backup system On the memory Flash; after the download is complete, the base station is set to start from the backup system. After the base station is restarted, the running system is the system cloned from the host DM.
  • the software version numbers of the base station and host DM are the same, and the host base clone upgrade is completed.
  • the upgraded host checks whether the software version number of the base station is consistent with the host.
  • the base station is registered on the host through a multicast registration method or a static registration method.
  • the base station base registration to the host DM is mainly through multicast registration or static registration.
  • any DM can search for all unregistered Bases through the multicast network, and static registration is based on the specified IP. Address registration, only the designated DM can discover the Base to be registered.
  • the base station when the base station starts the synchronization client service, the base station carries the address of the synchronization server to connect to the synchronization server, and when the base station Base starts the synchronization client SyncClient service, the base station Base carries the address of the synchronization server Server IP to connect to the synchronization server SyncServer.
  • the base station Base connects synchronously, it connects to the SyncServer according to the externally provided Server IP to download data.
  • the DECT roaming system includes multiple base stations, and the host DM simultaneously triggers a unified upgrade of the multiple base stations.
  • a single upgrade trigger of the host DM can trigger a unified upgrade of multiple base stations.
  • the synchronization server SyncServer supports multiple client SyncClients to connect and download at the same time, and the number of devices to be downloaded at the same time is determined by the performance of the device.
  • the synchronization system uses TCP data encryption to transmit.
  • the communication between the synchronization client SyncClient and the synchronization server SyncServer is common to all platforms. This framework can be applied to other models.
  • the synchronization server compresses and packs the data according to the modules, and the modules with the same version number are not transmitted when the synchronization client and the synchronization server transmit data.
  • the modules in /boot/version.xml are packaged according to the modules to support data integrity verification; to determine whether the version numbers of each module are consistent, modules with the same version numbers can not be transmitted, only the upgraded version numbers are inconsistent. Module is fine.
  • the synchronization client checks the validity and integrity of the data when downloading the synchronization server data.
  • multiple system data are stored in the memory of the base station; when the device is started, only one of the system data is run, and the remaining systems are backup systems.
  • the memory Flash stores the data of multiple systems. When leaving the factory, the data of all systems is the same. When the device starts, only one of the systems will run, and the other systems will serve as backup systems.
  • the firmware data will be written to the backup system first. After the backup system data is successfully written, set the next time the system starts from the backup system, and then restart the device. After the device restarts, the backup system will run to achieve the firmware upgrade.
  • a DECT roaming system includes a host DM and a base station Base.
  • the system uses the described method for cloning and upgrading between devices of the DECT roaming system.
  • the host DM starts the synchronization server to notify the base station Base to perform software upgrades, the base station base starts the synchronization client service, and the synchronization client connects to the synchronization server of the host DM for data transmission; synchronizes the client
  • the running system is the system cloned from the host DM.
  • the software version numbers of the base station Base and the host DM are the same, and the host Base clone upgrade is completed.
  • the invention can realize the unified upgrade of the Base in the DECT roaming system.
  • the DM When the Base is connected to the DM, the DM will initialize the Base. When the DM initializes the Base, it is judged whether the software versions of the Base and the DM are consistent. If the software versions are inconsistent, the DM will trigger Base software upgrades.
  • DM triggers multiple Bases to upgrade at the same time, that is, one trigger can complete the upgrade of all Base devices in the system; according to different system performance, multiple Bases can be upgraded at the same time, and multiple Bases are triggered During the unified upgrade, the base that is not being upgraded automatically waits for the upgrade until all the bases are successfully upgraded.
  • the software upgrade of the roaming system of the present invention only needs to click the upgrade once on the DM end webpage, and there is no need to log in to each device webpage to upgrade, and the operation is convenient; at the same time, a new Base will be added to the roaming system later, if the Base software version is inconsistent with the DM software version , Can automatically identify and upgrade Base to the same software version as DM before running the system, greatly reducing human management resources.
  • the invention saves storage space and does not need to place the Base software package in a certain directory of the DM device.
  • the present invention can realize unlimited nested clone upgrades.
  • the device can choose to run in the DM mode or in the Base mode.
  • the device is registered to one of the DM devices, and the Base will automatically Upgrade to the same software version as the DM device, and then switch the Base to DM mode.
  • other Bases can be registered to the DM, and the DM can also clone and upgrade the registered Base, and clone the upgraded software
  • the version number is consistent with the software version number of DM1, and the clone upgrade method of the present invention can realize the unlimited nested upgrade function.
  • Figure 1 is a block diagram of the design of the present invention
  • FIG. 2 is a flowchart of Base clone upgrade of the present invention
  • a DECT roaming system includes a host DM and a base station Base.
  • the DM device is a host that serves clusters of all base stations in the local area network.
  • the base system is upgraded by cloning the data of the RFS module of the root file system of the DM device.
  • the upgrade and modification of the application software are included in the RFS module, so the software upgrade is only to upgrade the RFS module data, so the RFS module data can be upgraded. Realize the upgrade of the Base system.
  • the system When the device is upgraded, the system reads the root file system RFS data from the DM device, and then transmits it to the Base through the network, and then the Base writes the corresponding memory Flash location, and then sets the Base to start from the file system, and restarts the Base to realize the base Clone upgrade of software.
  • the boot system starts from the root file system RFS, and the data of the two systems are stored on the Flash, and the storage of the two systems is inconsistent.
  • the system starts it is set to start from one of the systems.
  • the DM connects to the Base, and when the Base is initialized, it detects whether the DM has the ability to upgrade the Base. When the DM has the ability to upgrade, it checks whether the version number of the Base is consistent with the host DM, and the version number is inconsistent to start. During the upgrade process, the host DM waits for the Base upgrade to succeed.
  • the Base registers with the host DM. If the firmware needs to be upgraded, the host DM sends a message to notify the base station Base. After receiving the message, the Base sends a message to notify the clone client CloneClient, and carries the Server IP to start the firmware download and upgrade process.
  • the start of the upgrade process is triggered by the roaming system call interface.
  • the server IP is carried when calling, and the client connects to the server to start the upgrade service.
  • the modules in /boot/version.xml are packaged according to the modules to support data integrity verification; to determine whether the version numbers of each module are consistent, modules with the same version numbers can not be transmitted, only the upgraded version numbers are inconsistent. Module is enough; at the same time SyncServer supports multiple clients to connect and download at the same time; through TCP data encryption transmission, the synchronization client SyncClient connects to SyncServer for data download according to the server IP provided by the outside, and the data download is completed to the validity and integrity of the data Verify check; after verification, the data is decompressed and downloaded to DownLoad. Since the communication mode between the server and the client SyncServer and SyncClient is common to all platforms, the framework of this embodiment is common to other models.
  • the base station is registered on the host through a multicast registration method or a static registration method.
  • the base station Base joins the DM roaming system, the Base first registers with the DM, and then the Base performs the initialization operation.
  • Base and DM are in the same multicast network.
  • DM searches for unregistered Base and displays it in the unregistered list of DM. Click the corresponding Base on the unregistered list of DM to realize the registration of Base. After Base registration is completed, it will be deleted from the unregistered list of the DM and switched to the registered list. The registered Base will only communicate with the DM on the network.
  • the difference between the static registration method and the multicast registration method is that the static registration method is to fill in the IP address of the DM on the base. At this time, only the designated DM can discover the base to be registered, and other DMs cannot find the base to be registered, that is, the static registration method , The base to be registered will only be in the unregistered list of the specified DM, and the base cannot be found in the unregistered list of other DMs. The base can only be registered on the specified DM, and the registration process is the same as the multicast method.
  • the main operations of Base initialization include checking whether the Base needs to be upgraded, checking whether the DM and Base versions are consistent, and if the DM and Base versions are inconsistent, you need to upgrade.
  • the initialization operation also includes synchronizing the configuration data of the DM with the Base, and the synchronized configuration data is the configuration information required for the normal operation of the Base.
  • S102 Base initialization judges whether the DM has the ability to upgrade the Base, and the Base judges based on the data difference in each block header of the Flash data.
  • DM does not support upgrades only in the development mode of internal debugging.
  • Base upgrades are supported.
  • the DM obtains the software version information of the Base and compares it with the software version of the DM itself. If the software version is inconsistent, the DM starts the SyncServer and waits for the Base to start the SyncClient to connect to the SyncServer to clone the root file system RFS module. Data. At this time, the DM's Flash data structure changes, and the data cannot be directly synchronized to the Base.
  • the DM sends a message to notify the Base that the software needs to be upgraded, and provides the IP address and port number of the DM, the Base call interface triggers the start of the SyncClient service, and the Base call carries the Server IP.
  • the base station After receiving the notification, the base station starts the synchronization client to connect to the synchronization server of the host for data transmission; the SyncClient service is started, the SyncClient successfully connects to the SyncServer through TCP data encryption transmission, and the upgrade process is started.
  • S105 The synchronization client copies and downloads the root file system module data of the host from the synchronization server, and the base station writes the root file system data cloned from the host side to the backup system memory; SyncClient starts to clone the RFS module data of the DM device from the SyncServer, Then the RFS data cloned from the DM side is written to the backup system Flash.
  • SyncClient starts to clone the RFS module data of the DM device from the SyncServer, Then the RFS data cloned from the DM side is written to the backup system Flash.
  • There are dual systems stored on the Flash The storage locations of the two systems on the Flash are inconsistent, and the startup addresses of the two systems are also inconsistent. They will only run during startup.
  • the system settings will start from the second system the next time it starts; the device restarts from the second system location Start and run the second system to achieve the effect of firmware upgrade.
  • the data is written into the first system, and after the first system data is successfully written, it is set to start from the first system. The follow-up is repeated so as to realize the firmware upgrade function.
  • the data of the two systems are stored on the Flash.
  • the data of the two systems are the same.
  • the device is started, only one of the systems will run, and the other system will be used as a backup system.
  • the firmware data will be written to the backup system first. After the backup system data is successfully written, set the next time the system starts from the backup system, and then restart the device. After the device restarts, the backup system will run to achieve the firmware upgrade.
  • the DM triggers the firmware upgrade from the web page.
  • the 30 Bases will reconnect to the DM.
  • the DM will detect the 30 Base and DM software. If the versions are inconsistent, the DM will trigger 30 Bases to upgrade at the same time, so as to realize the unified upgrade of the Base, and the upgrade of all the Base devices in the system can be completed with one trigger.
  • multiple Bases can be upgraded at the same time.
  • This embodiment can support 5 Bases to be upgraded at the same time. When the performance is sufficient, more Bases can be upgraded at the same time.
  • the current device triggers the upgrade of 30 Bases at the same time through the DM, five of which start to upgrade at the same time, and the other Bases are waiting to be upgraded; when one of the started Bases is successfully upgraded, the waiting Bases are automatically connected to the upgrade until all 30 Bases are successfully upgraded.
  • the firmware data in the Base and the firmware data in the DM are exactly the same.
  • the device registration in the DECT is running in DM mode or Base mode.
  • the device is registered to one of the DMs. Assuming the DM is DM1, the Base will be automatically upgraded to be the same as the DM1 Then switch the Base to DM mode. At this time, other Bases can be registered on DM1.
  • DM1 can also clone and upgrade the registered Base, and the software version number after the clone upgrade is kept with the software version number of DM1 Unanimous.

Landscapes

  • Engineering & Computer Science (AREA)
  • Software Systems (AREA)
  • General Engineering & Computer Science (AREA)
  • Theoretical Computer Science (AREA)
  • Computer Security & Cryptography (AREA)
  • Physics & Mathematics (AREA)
  • General Physics & Mathematics (AREA)
  • Mobile Radio Communication Systems (AREA)

Abstract

The present invention relates to the field of DECT, and disclosed are a method and system for cloning and upgrading between devices of a DECT roaming system. In view of the problem that exists in the prior art in which base stations Bases in a DECT roaming system need to be the same version in order to ensure the stable operation of the roaming system, and Bases of different versions cannot cooperate with each other, provided by the present invention are a method and system for cloning and upgrading between devices of the DECT roaming system. Data in a Base and in a host DM are synchronized to update the Base. Multiple systems are stored in the roaming system. When operating, only one system is used, and the rest are backup systems. When upgrading, the DM starts up to synchronize server services, and the Base starts up to synchronize client services. A client clones the host data and writes same into a memory backup system. The system is set to start from the backup systems, and the Base is restarted to achieve cloning and upgrading. In the present invention, the Base is upgraded to the same software version as the DM before running the system, the unified upgrading of multiple Bases and the unlimited nested clone upgrades in the roaming system are supported, the operation is simple, the number of manually managed resources is reduced, and storage space is saved.

Description

一种DECT漫游系统设备间克隆升级的方法和系统Method and system for cloning and upgrading among DECT roaming system equipment 技术领域Technical field
本发明涉及DECT领域,更具体地说,涉及一种DECT漫游系统设备间克隆升级的方法和系统。The present invention relates to the field of DECT, and more specifically, to a method and system for cloning and upgrading between devices of a DECT roaming system.
背景技术Background technique
DECT(Digital Enhanced Cordless Telecommunications—数字增强无绳通信)是由欧洲电信标准协会制定的增强型数字无绳电话标准,为无绳通信提供了一个通用的使用途径技术。目前DECT已发展为可支持访问任何的通信网络,可提供众多不同的应用和服务。DECT系统包含一个固定部分与一个或多个移动部分,例如无线DECT手持话机,此固定部备有至少一个基站Base,Base是一种具备VOIP服务的DECT设备,在DECT系统中对局域网内所有Base进行服务集群的主机称为DM。DECT (Digital Enhanced Cordless Telecommunications) is an enhanced digital cordless telephone standard formulated by the European Telecommunications Standards Association, which provides a common use technology for cordless communications. At present, DECT has been developed to support access to any communication network and can provide many different applications and services. The DECT system includes a fixed part and one or more mobile parts, such as a wireless DECT handset. The fixed part is equipped with at least one base station Base. Base is a DECT device with VOIP service. The host that performs service clustering is called DM.
在DECT漫游系统中,同个漫游系统内的Base需要互相收发消息,处理数据,只有系统内每个Base互相配合才能实现手柄漫游的功能,所述手柄是一种连接Base的无线终端设备,而同个漫游系统内Base运行的软件版本如果不一致,很可能会存在不同软件版本无法互相配合运行的情况,如旧版本软件不支持处理新版本软件的消息,那么新旧软件版本在同个系统内工作就会发生异常,从而导致整个漫游系统工作异常。因此,在同个漫游系统内的所有Base应该要运行同个版本的软件,才能确保漫游系统稳定运行。In the DECT roaming system, the bases in the same roaming system need to send and receive messages and process data. Only when each base in the system cooperates with each other can the handle roaming function be realized. The handle is a wireless terminal device connected to the base. If the software versions of the Base running in the same roaming system are inconsistent, it is likely that different software versions cannot work with each other. If the old version of the software does not support the processing of messages from the new version of the software, the old and new software versions will work in the same system An exception will occur, causing the entire roaming system to work abnormally. Therefore, all Bases in the same roaming system should run the same version of software to ensure the stable operation of the roaming system.
通常情况下要使漫游系统内所有Base都运行同个版本软件,就只能登入各个设备的网页,通过网页端升级各个Base的软件,通过该种方式不仅过程繁琐,还不易于管理,如果一个Base想从一个漫游系统内移出,再接入另外一个漫游需要,需要重新手动确认另外一个漫游系统软件版本是多少,是否需要先进行升级。过程费时费力,不便于漫游系统部署使用。Under normal circumstances, to make all Bases in the roaming system run the same version of software, you can only log in to the web page of each device and upgrade the software of each Base through the web page. This method is not only cumbersome, but also not easy to manage. If Base wants to move out of a roaming system and then access another roaming requirement, you need to manually confirm the software version of the other roaming system and whether it needs to be upgraded first. The process is time-consuming and laborious, and it is not convenient for the deployment and use of the roaming system.
发明内容Summary of the invention
1.要解决的技术问题1. Technical problems to be solved
针对现有技术中存在的DECT漫游系统中需要Base是相同版本才能确保漫游系统稳定运行,不同版本的Base无法互相配合的问题,本发明提供了一种DECT漫游系统设备间克隆升级的方法和系统,它可以实现解决在同个DECT漫游系统内所有Base无法统一升级的问题。Aiming at the problem that the base version of the DECT roaming system existing in the prior art needs to be the same version to ensure the stable operation of the roaming system, and the different versions of the Base cannot cooperate with each other, the present invention provides a method and system for cloning and upgrading between devices of the DECT roaming system , It can solve the problem that all Bases cannot be upgraded uniformly in the same DECT roaming system.
2.技术方案2. Technical solution
本发明的目的通过以下技术方案实现。The purpose of the present invention is achieved through the following technical solutions.
一种DECT漫游系统设备间克隆升级的方法,基站接收通知后启动同步客户端连接主机的同步服务器进行数据传输;同步客户端从同步服务器上复制下载主机的根文件系统模块数据,基站将从主机端克隆的根文件系统数据写入到备份系统内存;数据下载完成设置基站从备份系统启动,基站重启后运行的系统即是从主机上克隆出来的系统,克隆升级完成。A method for cloning and upgrading between DECT roaming system devices. After receiving the notification, the base station starts the synchronization client to connect to the synchronization server of the host for data transmission; the synchronization client copies and downloads the root file system module data of the host from the synchronization server, and the base station will start from the host The root file system data of the end clone is written into the backup system memory; the data download is complete and the base station is set to start from the backup system. After the base station restarts, the system that runs is the system cloned from the host, and the clone upgrade is complete.
DECT漫游系统包括主机DM和基站Base,基站Base注册加入系统后与主机DM软件版本号不一致时,主机DM启动同步服务器SyncServer通知基站Base进行软件升级,基站Base启动同步客户端服务SyncClient,同步客户端SyncClient连接主机DM的同步服务器SyncServer进行数据传输;同步客户端SyncClient从同步服务器SyncServer上复制下载主机DM的根文件系统模块数据,基站Base将从主机DM端克隆的根文件系统数据写入到备份系统内存Flash上;下载完成设置基站Base从备份系统启动,基站Base重启后运行的系统即是从主机DM上克隆出来的系统,基站Base和主机DM的软件版本号一致,完成主机Base克隆升级。The DECT roaming system includes the host DM and the base station Base. When the base station base is registered and added to the system and the version number of the host DM software is inconsistent, the host DM starts the synchronization server SyncServer to notify the base station Base to perform software upgrades, and the base station Base starts the synchronization client service SyncClient, and the synchronization client SyncClient connects to the synchronization server SyncServer of the host DM for data transmission; the synchronization client SyncClient copies and downloads the root file system module data of the host DM from the synchronization server SyncServer, and the base station Base writes the root file system data cloned from the host DM to the backup system On the memory Flash; after the download is complete, the base station is set to start from the backup system. After the base station is restarted, the running system is the system cloned from the host DM. The software version numbers of the base station and host DM are the same, and the host base clone upgrade is completed.
更进一步的,基站初始化时确认主机具备升级能力,具有升级的主机检查基站的软件版本号与主机是否一致。Furthermore, when the base station is initialized, it is confirmed that the host has the upgrade capability, and the upgraded host checks whether the software version number of the base station is consistent with the host.
更进一步的,基站通过组播注册方式或静态注册方式注册在主机上。一般来说,基站Base注册到主机DM上主要通过组播注册或静态注册两种注册方式,组播注册时任意DM通过组播网都能搜索到所有未注册的Base,静态注册根据指定的IP地址注册,只有指定的DM才能发现待注册的Base。Furthermore, the base station is registered on the host through a multicast registration method or a static registration method. Generally speaking, the base station base registration to the host DM is mainly through multicast registration or static registration. During multicast registration, any DM can search for all unregistered Bases through the multicast network, and static registration is based on the specified IP. Address registration, only the designated DM can discover the Base to be registered.
更进一步的,基站启动同步客户端服务时,基站携带同步服务器的地址与同 步服务器连接,基站Base启动同步客户端SyncClient服务时,基站Base携带同步服务器的地址Server IP与同步服务器SyncServer连接。基站Base在同步连接时,根据外部提供的Server IP连接SyncServer进行数据下载。Furthermore, when the base station starts the synchronization client service, the base station carries the address of the synchronization server to connect to the synchronization server, and when the base station Base starts the synchronization client SyncClient service, the base station Base carries the address of the synchronization server Server IP to connect to the synchronization server SyncServer. When the base station Base connects synchronously, it connects to the SyncServer according to the externally provided Server IP to download data.
更进一步的,多个基站由主机触发统一升级。所述DECT漫游系统包括多个基站Base,主机DM同时触发多个基站Base统一升级。主机DM的一次升级触发可以触发多个基站Base统一升级,同时同步服务器SyncServer支持多个客户端SyncClient同时连接下载,同时下载的设备数量根据设备性能的决定。Furthermore, multiple base stations are triggered by the host to upgrade in a unified manner. The DECT roaming system includes multiple base stations, and the host DM simultaneously triggers a unified upgrade of the multiple base stations. A single upgrade trigger of the host DM can trigger a unified upgrade of multiple base stations. At the same time, the synchronization server SyncServer supports multiple client SyncClients to connect and download at the same time, and the number of devices to be downloaded at the same time is determined by the performance of the device.
更进一步的,同步客户端和同步服务器之间数据加密传输。同步系统通过TCP数据加密传输,同步客户端SyncClient和同步服务器SyncServer之间的通信全平台通用,此框架可应用于其他机型。Furthermore, encrypted data transmission between the synchronization client and the synchronization server. The synchronization system uses TCP data encryption to transmit. The communication between the synchronization client SyncClient and the synchronization server SyncServer is common to all platforms. This framework can be applied to other models.
更进一步的,同步服务器将数据按模块进行压缩打包,同步客户端与同步服务器传输数据时版本号一致的模块不传输。同步服务器SyncServer启动时将/boot/version.xml中的模块按模块进行打包,支持数据完整性校验;判断各个模块版本号是否一致,版本号一致的模块可不传输,只传输升级版本号不一致的模块即可。Furthermore, the synchronization server compresses and packs the data according to the modules, and the modules with the same version number are not transmitted when the synchronization client and the synchronization server transmit data. When the synchronization server SyncServer starts, the modules in /boot/version.xml are packaged according to the modules to support data integrity verification; to determine whether the version numbers of each module are consistent, modules with the same version numbers can not be transmitted, only the upgraded version numbers are inconsistent. Module is fine.
更进一步的,同步客户端下载同步服务器数据时对数据的有效性和完整性校验。Furthermore, the synchronization client checks the validity and integrity of the data when downloading the synchronization server data.
更进一步的,基站的内存上存储多个系统数据;设备启动时只运行其中一个系统数据,其余系统均为备份系统。内存Flash上存储多个系统的数据,出厂时,所有系统的数据是一样的,设备启动时只会运行其中某一个系统,其余系统则作为备份系统。升级时会先将固件数据先写入到备份系统,备份系统数据写入成功后,设置下次系统从备份系统启动,然后重启设备,设备重启后即运行备份系统,实现固件升级。Furthermore, multiple system data are stored in the memory of the base station; when the device is started, only one of the system data is run, and the remaining systems are backup systems. The memory Flash stores the data of multiple systems. When leaving the factory, the data of all systems is the same. When the device starts, only one of the systems will run, and the other systems will serve as backup systems. During the upgrade, the firmware data will be written to the backup system first. After the backup system data is successfully written, set the next time the system starts from the backup system, and then restart the device. After the device restarts, the backup system will run to achieve the firmware upgrade.
一种DECT漫游系统,包括主机DM和基站Base,系统使用所述的一种DECT漫游系统设备间克隆升级的方法。基站Base注册加入系统后与主机DM软件版本号不一致时,主机DM启动同步服务器通知基站Base进行软件升级,基站Base启动同步客户端服务,同步客户端连接主机DM的同步服务器进行数据传输;同步 客户端从同步服务器上复制下载主机DM的根文件系统模块数据,基站Base将从主机DM端克隆的根文件系统数据写入到备份系统内存Flash上;下载完成设置基站Base从备份系统启动,基站Base重启后运行的系统即是从主机DM上克隆出来的系统,基站Base和主机DM的软件版本号一致,完成主机Base克隆升级。A DECT roaming system includes a host DM and a base station Base. The system uses the described method for cloning and upgrading between devices of the DECT roaming system. After the base station base is registered and added to the system and the version number of the host DM software is inconsistent, the host DM starts the synchronization server to notify the base station Base to perform software upgrades, the base station base starts the synchronization client service, and the synchronization client connects to the synchronization server of the host DM for data transmission; synchronizes the client The end copies and downloads the root file system module data of the host DM from the synchronization server, and the base station Base writes the root file system data cloned from the host DM end to the backup system memory Flash; the download is complete and the base station Base starts from the backup system and the base station Base After restarting, the running system is the system cloned from the host DM. The software version numbers of the base station Base and the host DM are the same, and the host Base clone upgrade is completed.
3.有益效果3. Beneficial effects
相比于现有技术,本发明的优点在于:Compared with the prior art, the advantages of the present invention are:
本发明能够实现DECT漫游系统内Base统一升级,在Base连接上DM时,DM会对Base进行初始化,DM初始化Base时判断Base和DM的软件版本是否一致,如果软件版本不一致,则DM就会触发Base进行软件升级。当系统中有多个Base时,DM同时触发多个Base进行升级,即一次触发就能完成系统内所有Base设备的升级;根据系统性能的不同,实现多个Base同时升级,多个Base被触发统一升级时,没有在升级的Base自动等待升级,直到所有Base都升级成功。The invention can realize the unified upgrade of the Base in the DECT roaming system. When the Base is connected to the DM, the DM will initialize the Base. When the DM initializes the Base, it is judged whether the software versions of the Base and the DM are consistent. If the software versions are inconsistent, the DM will trigger Base software upgrades. When there are multiple Bases in the system, DM triggers multiple Bases to upgrade at the same time, that is, one trigger can complete the upgrade of all Base devices in the system; according to different system performance, multiple Bases can be upgraded at the same time, and multiple Bases are triggered During the unified upgrade, the base that is not being upgraded automatically waits for the upgrade until all the bases are successfully upgraded.
本发明漫游系统软件升级只需要在DM端网页点击升级一次即可,不需要再登入各个设备网页端进行升级,操作便捷;同时后续有新Base加入漫游系统,如果Base软件版本与DM软件版本不一致,能够自动识别并将Base升级到与DM相同的软件版本后再运行系统,大大减少人力管理资源。The software upgrade of the roaming system of the present invention only needs to click the upgrade once on the DM end webpage, and there is no need to log in to each device webpage to upgrade, and the operation is convenient; at the same time, a new Base will be added to the roaming system later, if the Base software version is inconsistent with the DM software version , Can automatically identify and upgrade Base to the same software version as DM before running the system, greatly reducing human management resources.
本发明节省存储空间,不需要将Base软件包放在DM设备的某个目录下。本发明能够实现无限嵌套克隆升级,设备可以选择运行在DM模式下也可以选择运行在Base模式下,当设备选择运行在Base模式下时,设备注册到其中一个DM设备上,则Base会自动升级成与该DM设备一样的软件版本,然后将Base切换到DM模式,此时其他Base可以注册到该DM上,该DM同样能够实现对注册上来的Base进行克隆升级,且克隆升级后的软件版本号与DM1的软件版本号保持一致,本发明克隆升级方式能够实现无限嵌套升级功能。The invention saves storage space and does not need to place the Base software package in a certain directory of the DM device. The present invention can realize unlimited nested clone upgrades. The device can choose to run in the DM mode or in the Base mode. When the device chooses to run in the Base mode, the device is registered to one of the DM devices, and the Base will automatically Upgrade to the same software version as the DM device, and then switch the Base to DM mode. At this time, other Bases can be registered to the DM, and the DM can also clone and upgrade the registered Base, and clone the upgraded software The version number is consistent with the software version number of DM1, and the clone upgrade method of the present invention can realize the unlimited nested upgrade function.
附图说明Description of the drawings
图1为本发明的设计框图;Figure 1 is a block diagram of the design of the present invention;
图2为本发明Base克隆升级流程图Figure 2 is a flowchart of Base clone upgrade of the present invention
具体实施方式Detailed ways
下面结合说明书附图和具体的实施例,对本发明作详细描述。The present invention will be described in detail below with reference to the drawings and specific embodiments of the specification.
实施例Example
一种DECT漫游系统,包括主机DM和基站Base,DM设备为局域网内所有基站Base进行服务集群的主机,本实施例通过克隆DM设备的根文件系统RFS模块数据,实现对Base系统的升级。一般来说,当应用软件有添加新功能或者问题修复等需要升级时,应用软件的升级修改都包含在RFS模块中,因此软件升级也只是升级RFS模块数据,所以对RFS模块数据的升级即可实现Base系统的升级。A DECT roaming system includes a host DM and a base station Base. The DM device is a host that serves clusters of all base stations in the local area network. In this embodiment, the base system is upgraded by cloning the data of the RFS module of the root file system of the DM device. Generally speaking, when the application software needs to be upgraded to add new functions or fix problems, the upgrade and modification of the application software are included in the RFS module, so the software upgrade is only to upgrade the RFS module data, so the RFS module data can be upgraded. Realize the upgrade of the Base system.
设备升级时,系统从DM设备上读出根文件系统RFS数据,然后通过网络传输给Base,Base再写入对应的内存Flash位置,然后设置Base从该文件系统启动,重启Base即可实现对Base软件的克隆升级。设备启动时,引导系统从根文件系统RFS启动,Flash上存储两个系统的数据,且两个系统的存储不一致,系统启动时设置从其中某一个系统启动。When the device is upgraded, the system reads the root file system RFS data from the DM device, and then transmits it to the Base through the network, and then the Base writes the corresponding memory Flash location, and then sets the Base to start from the file system, and restarts the Base to realize the base Clone upgrade of software. When the device starts, the boot system starts from the root file system RFS, and the data of the two systems are stored on the Flash, and the storage of the two systems is inconsistent. When the system starts, it is set to start from one of the systems.
如图1所示,在漫游系统中,DM连接Base,在Base初始化时检测判断DM是否具有升级Base的能力,DM有升级能力的时候检查Base的版本号是否与主机DM一致,版本号不一致启动升级流程,主机DM等待Base升级成功。As shown in Figure 1, in the roaming system, the DM connects to the Base, and when the Base is initialized, it detects whether the DM has the ability to upgrade the Base. When the DM has the ability to upgrade, it checks whether the version number of the Base is consistent with the host DM, and the version number is inconsistent to start. During the upgrade process, the host DM waits for the Base upgrade to succeed.
升级时,Base注册到主机DM,如果需要升级固件,主机DM发消息通知基站Base,Base收到消息后发消息通知克隆客户端CloneClient,并携带Server IP,启动固件下载升级流程。升级流程启动通过漫游系统调用接口触发,调用时携带Server IP,Client连接Server,启动升级服务。During the upgrade, the Base registers with the host DM. If the firmware needs to be upgraded, the host DM sends a message to notify the base station Base. After receiving the message, the Base sends a message to notify the clone client CloneClient, and carries the Server IP to start the firmware download and upgrade process. The start of the upgrade process is triggered by the roaming system call interface. The server IP is carried when calling, and the client connects to the server to start the upgrade service.
同步服务器SyncServer启动时将/boot/version.xml中的模块按模块进行打包,支持数据完整性校验;判断各个模块版本号是否一致,版本号一致的模块可不传输,只传输升级版本号不一致的模块即可;同时SyncServer支持多个Client同时连接下载;通过TCP数据加密传输,同步客户端 SyncClient根据外部提供的服务器地址Server IP,连接SyncServer进行数据下载,数据下载完成对数据的有效性和完整性校验check;校验后数据解压下载DownLoad。由于服务器和客户端SyncServer和SyncClient之间的通信方式全平台通用,因为本实施例框架通用与其他机型。When the synchronization server SyncServer starts, the modules in /boot/version.xml are packaged according to the modules to support data integrity verification; to determine whether the version numbers of each module are consistent, modules with the same version numbers can not be transmitted, only the upgraded version numbers are inconsistent. Module is enough; at the same time SyncServer supports multiple clients to connect and download at the same time; through TCP data encryption transmission, the synchronization client SyncClient connects to SyncServer for data download according to the server IP provided by the outside, and the data download is completed to the validity and integrity of the data Verify check; after verification, the data is decompressed and downloaded to DownLoad. Since the communication mode between the server and the client SyncServer and SyncClient is common to all platforms, the framework of this embodiment is common to other models.
如图2所示,漫游系统具体的升级方法步骤如下:As shown in Figure 2, the specific upgrade method steps of the roaming system are as follows:
S101:基站通过组播注册方式或静态注册方式注册在主机上。基站Base加入该DM漫游系统,Base先注册上DM,然后Base进行初始化操作。S101: The base station is registered on the host through a multicast registration method or a static registration method. The base station Base joins the DM roaming system, the Base first registers with the DM, and then the Base performs the initialization operation.
Base注册到DM上主要有两种注册方式:There are two main ways to register Base to DM:
方式一:组播注册方式:Method 1: Multicast registration method:
Base和DM在同一个组播网内,DM搜索到未注册的Base,并将其显示到DM的未注册列表中,在DM的未注册列表上点击对应的Base实现Base的注册。Base注册完成后,会从DM的未注册列表中删除,切换到注册列表中,注册上的Base只会和DM进行网络通信。Base and DM are in the same multicast network. DM searches for unregistered Base and displays it in the unregistered list of DM. Click the corresponding Base on the unregistered list of DM to realize the registration of Base. After Base registration is completed, it will be deleted from the unregistered list of the DM and switched to the registered list. The registered Base will only communicate with the DM on the network.
方式二:静态注册方式:Method 2: Static registration method:
静态注册方式和组播注册方式的区别就是,静态注册方式是在Base上填写DM的IP地址,此时只有指定的DM才能发现待注册的Base,其他DM无法发现待注册Base,即静态注册方式,待注册的Base只会在指定DM的未注册列表中,其他DM的未注册列表中找不到该Base,该Base只能在指定的DM上执行注册操作,注册流程与组播方式一致。The difference between the static registration method and the multicast registration method is that the static registration method is to fill in the IP address of the DM on the base. At this time, only the designated DM can discover the base to be registered, and other DMs cannot find the base to be registered, that is, the static registration method , The base to be registered will only be in the unregistered list of the specified DM, and the base cannot be found in the unregistered list of other DMs. The base can only be registered on the specified DM, and the registration process is the same as the multicast method.
Base的初始化主要操作包括检查Base是否需要升级,检查DM和Base版本是否一致,DM和Base版本不一致则需要升级。初始化操作还包括将Base同步DM的配置数据,同步的配置数据为Base正常工作所需要的配置信息。The main operations of Base initialization include checking whether the Base needs to be upgraded, checking whether the DM and Base versions are consistent, and if the DM and Base versions are inconsistent, you need to upgrade. The initialization operation also includes synchronizing the configuration data of the DM with the Base, and the synchronized configuration data is the configuration information required for the normal operation of the Base.
S102:Base初始化判断DM是否具备升级Base的能力,Base根据Flash数据每个Block头中的数据差异判断。一般情况下,DM只有在开发内部调试的模式下才不支持升级,正常情况下都支持Base升级。确认DM具备升级Base的能力后,DM获取Base的软件版本信息,与DM本身的软件版本进行 比较,如果软件版本不一致,则DM启动SyncServer,等待Base端启动SyncClient去连接SyncServer克隆根文件系统RFS模块数据,此时DM的Flash数据结构变更,不能直接同步数据到Base上。S102: Base initialization judges whether the DM has the ability to upgrade the Base, and the Base judges based on the data difference in each block header of the Flash data. Under normal circumstances, DM does not support upgrades only in the development mode of internal debugging. Under normal circumstances, Base upgrades are supported. After confirming that the DM has the ability to upgrade the Base, the DM obtains the software version information of the Base and compares it with the software version of the DM itself. If the software version is inconsistent, the DM starts the SyncServer and waits for the Base to start the SyncClient to connect to the SyncServer to clone the root file system RFS module. Data. At this time, the DM's Flash data structure changes, and the data cannot be directly synchronized to the Base.
S103:DM发消息通知Base需要进行软件升级,并提供DM的IP地址和端口号,Base调用接口触发启动SyncClient服务,Base调用时携带Server IP。S103: The DM sends a message to notify the Base that the software needs to be upgraded, and provides the IP address and port number of the DM, the Base call interface triggers the start of the SyncClient service, and the Base call carries the Server IP.
S104:基站接收通知后启动同步客户端连接主机的同步服务器进行数据传输;SyncClient服务启动,SyncClient通过TCP数据加密传输成功连接SyncServer,启动升级流程。S104: After receiving the notification, the base station starts the synchronization client to connect to the synchronization server of the host for data transmission; the SyncClient service is started, the SyncClient successfully connects to the SyncServer through TCP data encryption transmission, and the upgrade process is started.
S105:同步客户端从同步服务器上复制下载主机的根文件系统模块数据,基站将从主机端克隆的根文件系统数据写入到备份系统内存;SyncClient开始从SyncServer上克隆DM设备的RFS模块数据,然后将从DM端克隆的RFS数据写入到备份系统Flash上,Flash上存储着双系统,两个系统在Flash上的存储位置不一致,两个系统的启动地址也不一致,启动时只会运行其中一个系统,另外一个系统作为备份系统。例如当前运行的是第一系统,升级时会将固件数据写入到第二系统存储位置,固件数据全部写入成功后,系统设置下次启动从第二系统启动;设备重启从第二系统位置启动,运行第二系统,实现固件升级的效果。当系统需要再次升级时,则将数据写入到第一系统中,第一系统数据写入成功后,再设置从第一系统启动。后续如此反复,实现固件升级功能。S105: The synchronization client copies and downloads the root file system module data of the host from the synchronization server, and the base station writes the root file system data cloned from the host side to the backup system memory; SyncClient starts to clone the RFS module data of the DM device from the SyncServer, Then the RFS data cloned from the DM side is written to the backup system Flash. There are dual systems stored on the Flash. The storage locations of the two systems on the Flash are inconsistent, and the startup addresses of the two systems are also inconsistent. They will only run during startup. One system, the other system as a backup system. For example, the first system is currently running, and the firmware data will be written to the storage location of the second system during the upgrade. After all the firmware data is successfully written, the system settings will start from the second system the next time it starts; the device restarts from the second system location Start and run the second system to achieve the effect of firmware upgrade. When the system needs to be upgraded again, the data is written into the first system, and after the first system data is successfully written, it is set to start from the first system. The follow-up is repeated so as to realize the firmware upgrade function.
Flash上存储两个系统的数据,出厂时,两个系统的数据是一样的,设备启动时只会运行其中某一个系统,另外一个系统则作为备份系统。升级时会先将固件数据先写入到备份系统,备份系统数据写入成功后,设置下次系统从备份系统启动,然后重启设备,设备重启后即运行备份系统,实现固件升级。The data of the two systems are stored on the Flash. When leaving the factory, the data of the two systems are the same. When the device is started, only one of the systems will run, and the other system will be used as a backup system. During the upgrade, the firmware data will be written to the backup system first. After the backup system data is successfully written, set the next time the system starts from the backup system, and then restart the device. After the device restarts, the backup system will run to achieve the firmware upgrade.
S106:数据下载完成设置基站从备份系统启动,Base完成DM设备RFS模块数据的克隆,Base设置系统从备份系统启动,然后重启Base。S106: After the data download is complete, the base station is set to start from the backup system, the base completes the cloning of the DM device RFS module data, the base setting system is started from the backup system, and then the base is restarted.
S107:基站重启后运行的系统即是从主机上克隆出来的系统,克隆升 级完成。Base重启后运行的系统即是从DM上克隆出来的升级后的系统,此时Base和DM的软件版本号一致,完成Base克隆升级。S107: The system running after the base station restarts is the system cloned from the host, and the clone upgrade is complete. After Base restarts, the running system is the upgraded system cloned from the DM. At this time, the software version numbers of the Base and DM are the same, and the Base clone upgrade is completed.
若DM上有30个Base连接需要升级,DM从网页上触发升级固件,当DM固件升级完成重启后,30个Base就会重新连接上DM,此时DM会检测到30个Base和DM的软件版本都不一致,则DM会同时触发30个Base进行升级,从而实现Base的统一升级,一次触发就能完成系统内所有Base设备的升级。根据设备性能的不同,实现多个Base同时升级,本实施例可以支持5个Base同时升级,性能足够时可以同时支持更多的Base升级。例如当前设备通过DM同时触发30个Base升级,其中五个Base同时开始升级,其他Base则等待升级;当启动的某个Base升级成功,等待的Base自动接入升级,直到30个Base都升级成功,多个Base升级时,Base中的固件数据和DM中的固件数据是完全一致的。If there are 30 Base connections on the DM that need to be upgraded, the DM triggers the firmware upgrade from the web page. When the DM firmware is upgraded and restarted, the 30 Bases will reconnect to the DM. At this time, the DM will detect the 30 Base and DM software. If the versions are inconsistent, the DM will trigger 30 Bases to upgrade at the same time, so as to realize the unified upgrade of the Base, and the upgrade of all the Base devices in the system can be completed with one trigger. According to different device performances, multiple Bases can be upgraded at the same time. This embodiment can support 5 Bases to be upgraded at the same time. When the performance is sufficient, more Bases can be upgraded at the same time. For example, the current device triggers the upgrade of 30 Bases at the same time through the DM, five of which start to upgrade at the same time, and the other Bases are waiting to be upgraded; when one of the started Bases is successfully upgraded, the waiting Bases are automatically connected to the upgrade until all 30 Bases are successfully upgraded. , When multiple Bases are upgraded, the firmware data in the Base and the firmware data in the DM are exactly the same.
所述DECT中的设备注册运行在DM模式下或Base模式下,当设备运行在Base模式下时,设备注册到其中一个DM上,假设该DM为DM1,则Base会自动升级成与该DM1一样的软件版本,然后将Base切换到DM模式,此时其他Base可以注册到DM1上,DM1同样能够实现对注册上来的Base进行克隆升级,且克隆升级后的软件版本号与DM1的软件版本号保持一致。The device registration in the DECT is running in DM mode or Base mode. When the device is running in Base mode, the device is registered to one of the DMs. Assuming the DM is DM1, the Base will be automatically upgraded to be the same as the DM1 Then switch the Base to DM mode. At this time, other Bases can be registered on DM1. DM1 can also clone and upgrade the registered Base, and the software version number after the clone upgrade is kept with the software version number of DM1 Unanimous.
以上示意性地对本发明创造及其实施方式进行了描述,该描述没有限制性,在不背离本发明的精神或者基本特征的情况下,能够以其他的具体形式实现本发明。附图中所示的也只是本发明创造的实施方式之一,实际的结构并不局限于此,权利要求中的任何附图标记不应限制所涉及的权利要求。所以,如果本领域的普通技术人员受其启示,在不脱离本创造宗旨的情况下,不经创造性的设计出与该技术方案相似的结构方式及实施例,均应属于本专利的保护范围。此外,“包括”一词不排除其他元件或步骤,在元件前的“一个”一词不排除包括“多个”该元件。产品权利要求中陈述的多个元件也可以由一个元件通过软件或者硬件来实现。第一,第二等词语用来表示名称,而并不表示任何特定的顺序。The above has schematically described the invention and its implementation manners. The description is not restrictive. The invention can be implemented in other specific forms without departing from the spirit or basic characteristics of the invention. What is shown in the drawings is only one of the embodiments created by the present invention, and the actual structure is not limited to this, and any reference signs in the claims should not limit the related claims. Therefore, if a person of ordinary skill in the art receives its enlightenment and does not deviate from the purpose of this creation, without creative design, structural methods and embodiments similar to the technical solution shall fall within the scope of protection of this patent. In addition, the word "comprising" does not exclude other elements or steps, and the word "a" before an element does not exclude the inclusion of "plurality" of the element. Multiple elements stated in the product claims can also be implemented by one element through software or hardware. Words such as first and second are used to denote names, but do not denote any specific order.

Claims (10)

  1. 一种DECT漫游系统设备间克隆升级的方法,其特征在于,基站接收通知后启动同步客户端连接主机的同步服务器进行数据传输;同步客户端从同步服务器上复制下载主机的根文件系统模块数据,基站将从主机端克隆的根文件系统数据写入到备份系统内存;数据下载完成设置基站从备份系统启动,基站重启后运行的系统即是从主机上克隆出来的系统,克隆升级完成。A method for cloning and upgrading between devices in a DECT roaming system is characterized in that the base station starts the synchronization client to connect to the synchronization server of the host for data transmission after receiving the notification; the synchronization client copies and downloads the root file system module data of the host from the synchronization server, The base station writes the root file system data cloned from the host side to the memory of the backup system; the data download is complete and the base station is set to start from the backup system. After the base station restarts, the running system is the system cloned from the host, and the clone upgrade is completed.
  2. 根据权利要求1所述的一种DECT漫游系统设备间克隆升级的方法,其特征在于,基站初始化时确认主机具备升级能力,具有升级的主机检查基站的软件版本号与主机是否一致。The method for cloning and upgrading between devices in a DECT roaming system according to claim 1, wherein the base station is initialized to confirm that the host has the upgrade capability, and the upgraded host checks whether the software version number of the base station is consistent with the host.
  3. 根据权利要求2所述的一种DECT漫游系统设备间克隆升级的方法,其特征在于,基站通过组播注册方式或静态注册方式注册在主机上。The method for cloning and upgrading between devices in a DECT roaming system according to claim 2, wherein the base station is registered on the host through a multicast registration method or a static registration method.
  4. 根据权利要求1所述的一种DECT漫游系统设备间克隆升级的方法,其特征在于,基站启动同步客户端服务时,基站携带同步服务器的地址与同步服务器连接。The method for cloning and upgrading between devices in a DECT roaming system according to claim 1, wherein when the base station starts the synchronization client service, the base station carries the address of the synchronization server to connect with the synchronization server.
  5. 根据权利要求4所述的一种DECT漫游系统设备间克隆升级的方法,其特征在于,多个基站由主机触发统一升级。The method for cloning and upgrading between devices in a DECT roaming system according to claim 4, wherein multiple base stations are triggered by the host to upgrade in a unified manner.
  6. 根据权利要求5所述的一种DECT漫游系统设备间克隆升级的方法,其特征在于,同步客户端和同步服务器之间数据加密传输。The method for cloning and upgrading between devices in a DECT roaming system according to claim 5, wherein the data is encrypted and transmitted between the synchronization client and the synchronization server.
  7. 根据权利要求6所述的一种DECT漫游系统设备间克隆升级的方法,其特征在于,同步服务器将数据按模块进行压缩打包,同步客户端与同步服务器传输数据时版本号一致的模块不传输。The method for cloning and upgrading between DECT roaming system devices according to claim 6, characterized in that the synchronization server compresses and packs data according to modules, and the modules with the same version number are not transmitted when the synchronization client and the synchronization server transmit data.
  8. 根据权利要求7所述的一种DECT漫游系统设备间克隆升级的方法,其特征在于,同步客户端下载同步服务器数据时对数据的有效性和完整性校验。The method for cloning and upgrading between devices in a DECT roaming system according to claim 7, wherein the synchronization client checks the validity and integrity of the data when downloading the synchronization server data.
  9. 根据权利要求1所述的一种DECT漫游系统设备间克隆升级的方法,其特征在于,基站的内存上存储多个系统数据;设备启动时只运行其中一个系统数据,其余系统均为备份系统。The method for cloning and upgrading between devices of a DECT roaming system according to claim 1, wherein multiple system data are stored in the memory of the base station; only one of the system data is run when the device is started, and the rest of the systems are backup systems.
  10. 一种DECT漫游系统,包括主机和基站,其特征在于,使用任一如权利求1-9所述的一种DECT漫游系统设备间克隆升级的方法。A DECT roaming system, including a host and a base station, is characterized in that any method for cloning and upgrading between DECT roaming system devices described in claims 1-9 is used.
PCT/CN2021/074824 2020-02-25 2021-02-02 Method and system for cloning and upgrading between devices of dect roaming system WO2021169749A1 (en)

Applications Claiming Priority (2)

Application Number Priority Date Filing Date Title
CN202010114147.9A CN111443927A (en) 2020-02-25 2020-02-25 Method and system for clone upgrading between DECT roaming system devices
CN202010114147.9 2020-02-25

Publications (1)

Publication Number Publication Date
WO2021169749A1 true WO2021169749A1 (en) 2021-09-02

Family

ID=71627173

Family Applications (1)

Application Number Title Priority Date Filing Date
PCT/CN2021/074824 WO2021169749A1 (en) 2020-02-25 2021-02-02 Method and system for cloning and upgrading between devices of dect roaming system

Country Status (2)

Country Link
CN (1) CN111443927A (en)
WO (1) WO2021169749A1 (en)

Cited By (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN115052252A (en) * 2022-08-10 2022-09-13 广州世炬网络科技有限公司 OTA (over the air) upgrading method, system and device

Families Citing this family (2)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN111443927A (en) * 2020-02-25 2020-07-24 厦门亿联网络技术股份有限公司 Method and system for clone upgrading between DECT roaming system devices
CN111769966B (en) * 2020-05-08 2023-06-23 厦门亿联网络技术股份有限公司 Clone upgrading method, system and application

Citations (3)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN108880898A (en) * 2018-06-29 2018-11-23 新华三技术有限公司 Active and standby containment system switching method and device
US10534601B1 (en) * 2017-06-30 2020-01-14 Juniper Networks, Inc. In-service software upgrade of virtual router with reduced packet loss
CN111443927A (en) * 2020-02-25 2020-07-24 厦门亿联网络技术股份有限公司 Method and system for clone upgrading between DECT roaming system devices

Family Cites Families (7)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN101674590A (en) * 2009-09-29 2010-03-17 中兴通讯股份有限公司 Client device and remote updating method and remote updating service system thereof
BR112014012772A8 (en) * 2011-12-01 2017-06-20 Tencent Tech Shenzhen Co Ltd method and system for enhancing software
CN103546912A (en) * 2012-07-09 2014-01-29 中兴通讯股份有限公司 Method, device and system for upgrading version of base station
CN103533534B (en) * 2013-10-15 2017-02-01 厦门亿联网络技术股份有限公司 Firmware wireless upgrading method for DECT (Digital Enhanced Cordless Telecommunications) mobile phone
CN105812576B (en) * 2016-05-06 2019-11-05 惠州市几米物联技术有限公司 A kind of DECT communication device being integrated with android system
CN110311960B (en) * 2019-06-19 2022-05-10 浙江吉利控股集团有限公司 Software upgrading method, system, equipment and storage medium
CN110662178B (en) * 2019-09-18 2021-07-20 厦门亿联网络技术股份有限公司 DECT network cluster system and cluster method

Patent Citations (3)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US10534601B1 (en) * 2017-06-30 2020-01-14 Juniper Networks, Inc. In-service software upgrade of virtual router with reduced packet loss
CN108880898A (en) * 2018-06-29 2018-11-23 新华三技术有限公司 Active and standby containment system switching method and device
CN111443927A (en) * 2020-02-25 2020-07-24 厦门亿联网络技术股份有限公司 Method and system for clone upgrading between DECT roaming system devices

Cited By (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN115052252A (en) * 2022-08-10 2022-09-13 广州世炬网络科技有限公司 OTA (over the air) upgrading method, system and device

Also Published As

Publication number Publication date
CN111443927A (en) 2020-07-24

Similar Documents

Publication Publication Date Title
WO2021169749A1 (en) Method and system for cloning and upgrading between devices of dect roaming system
US8285268B2 (en) System and method for delta-based over-the-air software upgrades for a wireless mobile station
KR100566224B1 (en) Apparatus and method for upgrading software of a wireless mobile station
US8572597B2 (en) Apparatus and method for performing an over-the-air software update in a dual processor mobile station
TWI365002B (en) System and method for handshaking between wireless devices and servers
US20070169093A1 (en) Centrally managed solution for all device management activities
EP2582089A1 (en) System and method for implementing automatic configuration for equipments
US20040117785A1 (en) Component download manager for a wireless mobile station and method of operation
WO2016149908A1 (en) Method for updating terminal system, terminal and system
EP2878140B1 (en) Wireless firmware upgrades to an alarm security panel
CN103200271B (en) The method of ARM server and automation installation system thereof
WO2016090846A1 (en) Network version upgrade method and apparatus
CN105677380B (en) Method and device for board-by-board upgrading of double master control isolations
CN111786893B (en) method and device for synchronizing software versions of wireless routers in mesh networking
KR101389101B1 (en) Method and apparatus for tracking device management data changes
WO2021051747A1 (en) Data update method, system and device, electronic device, and computer storage medium
KR20050084886A (en) Data synchronization
WO2012097566A1 (en) Method and apparatus for upgrading version of radio transmit receive (rtr) single-board
CN111752577B (en) Upgrading method and equipment for system version
US20140133396A1 (en) Method and system for configuring route to base station in operation maintenance center
CN112099902A (en) Network adapter configuration method and device of virtual machine, electronic device and storage medium
WO2021223549A1 (en) Clone upgrading method and system, and application
US9665364B2 (en) Dual-bank telecommunication apparatus and method of upgrading firmware in dual-bank telecommunication apparatus
CN111142948A (en) Starting optimization method and system based on Android system, Android system and terminal equipment
CN114513414B (en) Method for managing AP, AC and AP

Legal Events

Date Code Title Description
121 Ep: the epo has been informed by wipo that ep was designated in this application

Ref document number: 21760011

Country of ref document: EP

Kind code of ref document: A1

NENP Non-entry into the national phase

Ref country code: DE

122 Ep: pct application non-entry in european phase

Ref document number: 21760011

Country of ref document: EP

Kind code of ref document: A1