WO2010135875A1 - M2m业务平台及其工作方法 - Google Patents
M2m业务平台及其工作方法 Download PDFInfo
- Publication number
- WO2010135875A1 WO2010135875A1 PCT/CN2009/073670 CN2009073670W WO2010135875A1 WO 2010135875 A1 WO2010135875 A1 WO 2010135875A1 CN 2009073670 W CN2009073670 W CN 2009073670W WO 2010135875 A1 WO2010135875 A1 WO 2010135875A1
- Authority
- WO
- WIPO (PCT)
- Prior art keywords
- service
- module
- business
- data
- platform
- Prior art date
Links
Classifications
-
- H—ELECTRICITY
- H04—ELECTRIC COMMUNICATION TECHNIQUE
- H04W—WIRELESS COMMUNICATION NETWORKS
- H04W4/00—Services specially adapted for wireless communication networks; Facilities therefor
- H04W4/50—Service provisioning or reconfiguring
-
- H—ELECTRICITY
- H04—ELECTRIC COMMUNICATION TECHNIQUE
- H04L—TRANSMISSION OF DIGITAL INFORMATION, e.g. TELEGRAPHIC COMMUNICATION
- H04L67/00—Network arrangements or protocols for supporting network services or applications
- H04L67/01—Protocols
- H04L67/12—Protocols specially adapted for proprietary or special-purpose networking environments, e.g. medical networks, sensor networks, networks in vehicles or remote metering networks
-
- H—ELECTRICITY
- H04—ELECTRIC COMMUNICATION TECHNIQUE
- H04W—WIRELESS COMMUNICATION NETWORKS
- H04W4/00—Services specially adapted for wireless communication networks; Facilities therefor
- H04W4/70—Services for machine-to-machine communication [M2M] or machine type communication [MTC]
Definitions
- the present invention relates to communication or, in particular, to an M2M (Machine To Machine) service platform and a method for its operation.
- M2M Machine To Machine
- M2M refers to the wireless data service of the industry user M2M through a variety of transmission methods (CDMA/GSM/ SMS, etc.) using a mobile network operator's wireless network as a platform.
- CDMA/GSM/ SMS wireless network operator's wireless network
- M2M mobile network operator's wireless network
- the existing M2M platform only the industrial applications provided by the application provider are integrated through standardized interface protocols.
- the corresponding M2M application In the current technology background, for a new M2M business demand, the corresponding M2M application must be developed. The application developer needs to invest more manpower and material resources to complete the requirements research, design, coding, and testing.
- the developed application system also needs to be configured with a hardware system for installation and interfacing with the M2M platform.
- the high cost and long development cycle brought by this development method are obviously unable to meet the needs of individuals and home applications that require a high degree of personalization, a faster demand, and a high demand response timeliness. Therefore, it is objectively required that the M2M platform has a common business generation capability and provides a business development and operation platform to users.
- the platform should be equipped with the necessary technical means to make it easy to use. Ordinary users can define their own business logic to meet their own individual needs.
- Step 1 According to the access mode of the M2M terminal used by the customer (such as: SMS, GPRS, CDMA IX, or other wired or wireless data network) Develop different interfaces;
- Step 2 Develop an application system according to user requirements, usually need to be coded based on programming languages such as C/C++ or JAVA, and database development;
- Step 3 Purchasing hardware devices, usually including servers, network devices, racks, etc., and requiring certain sites to install these devices;
- Step 4 Install the developed application software on the hardware device and complete debugging.
- this technology has the following disadvantages: First, since the M2M terminal may communicate with the application by means of short message, GPRS, CDMA IX, and other wired or wireless data networks, the application needs to provide an interface to the above different access modes at the same time, increasing The complexity of application development; Secondly, it is difficult to meet the individual needs of users, the application system is not open, and it is impossible to adjust and deploy new business processes in time. In addition, a lot of manpower is needed for development, testing, installation and debugging. Moreover, hardware equipment costs are high, and a set of hardware equipment can only be attributed to one industry user and cannot be shared by multiple industry users.
- the technical problem to be solved by the present invention is that the M2M application cannot meet the individualized needs of various users, the cost of developing a new M2M application is high, the cycle is long, the deployment cost of the new M2M application is high, and the debugging difficulty is large.
- An M2M service platform and a working method for solving the problem According to an aspect of the present invention, an M2M service platform is provided.
- the M2M service platform includes: a business process editing module, a business management module, and a business execution module, wherein the business process editing module is configured to combine functional units, edit business logic, and generate services; Loading and managing the service, and notifying the service execution module; the service execution module is configured to receive the notification of the service management module, and parse the script of the business logic, and perform corresponding actions according to the analysis result.
- the data management module is further configured to create a service data table, and import the service data into the service data table. When the service execution module executes the service, if the related data is needed, the service data table is used.
- the business execution module queries business data related to the business.
- the data management module includes a service data definition sub-module and a service data import sub-module, and the service data definition sub-module is used to define a data structure of the service data, so that the user inputs data according to the data structure, and then according to the user.
- the input data, the corresponding statement is generated, and the business data table is created in the database.
- the business data import sub-module is used to import the business data selected by the user into the business data table.
- the data management module further includes a service data presentation sub-module, and the service data presentation sub-module is configured to provide a user interface for the user to select a service data table that is created or authorized to be accessed by the user.
- the business execution module includes a database proxy sub-module, and the database proxy sub-module uses a Java DataBase Connectivity (JDBC) connection to connect to the heterogeneous database.
- JDBC Java DataBase Connectivity
- the platform interface module is further configured to receive and forward information generated when the service execution module executes the service.
- the service execution module includes an adaptation sub-module, and the adaptation sub-module is connected with the platform interface module to complete service adaptation and interface functions.
- the service commissioning module is further included, and the service commissioning module is used to test the business generated by the business process editing module.
- a method of operating an M2M service platform comprises the following steps: combining the functional units by the business process editing module, editing the business logic, generating the business; the business management module loading and managing the business, and notifying the business execution module; the business execution module receiving the service
- the management module notifies the parsing of the business logic, and then performs corresponding actions according to the parsing result.
- the functional unit is provided with at least one basic capability for constructing the business logic, and the basic capabilities include communication capability, file access capability, computing capability, database access capability, and flow control capability.
- the M2M service platform and the working method thereof are used to combine the functional units through the business process editing module, edit the business logic, and quickly generate a user-defined M2M application, which not only satisfies the individual needs of various users. And provide users with convenient business generation methods.
- the M2M service platform has common service generation capabilities and commissioning functions. Different services can use the same M2M service platform, which makes the development of new M2M applications lower in cost, shorter in cycle, and lower in deployment cost of new M2M applications. The difficulty of commissioning is helpful to increase the penetration rate of M2M business platforms and services in personal and home applications.
- FIG. 1 is a schematic diagram of an M2M service platform module according to an embodiment of the present invention
- FIG. 2 is a schematic diagram of a data management module of an M2M service platform according to an embodiment of the present invention
- FIG. 4 is a schematic flowchart of the working method of the M2M service platform according to the embodiment of the present invention.
- an M2M service platform is first provided.
- 1 is a schematic diagram of an M2M service platform module according to an embodiment of the present invention.
- an M2M service platform according to an embodiment of the present invention includes: a service management module 11 and a data management module. 12.
- the business process editing module 13 the business execution module 14, the service commissioning module 15, and the platform interface module 16.
- the service management module 11 configures basic service information, sets service parameters, service trigger mode, and manages loading, activating, deactivating, and uninstalling services.
- the data management module 12 provides the user with a tool for describing the metadata of the service data. The user only needs to describe the metadata of the service data, including the field name, the field data type, and the field length.
- the data management module 12 defines the metadata according to the service data. Generate a SQL statement and create a data table in the database.
- the data management module 12 also provides a data bulk import function, and the user can import data into the business data table in batches. In addition, the module provides the ability to query and present business data.
- the business process editing module 13 provides a graphical business process editing function for the user, and the user calls the basic functional unit (including communication capability, calculation, string processing, logic judgment, flow control, database access, etc.) to construct the business process and generate the business. And access to custom business data.
- the business execution module 14 executes the business generated by the business process editing module 13.
- the user-generated service can be simulated and tested by the service commissioning module 15 to simulate the input and output of the business process.
- the platform interface module 16 is an interface module of the M2M service platform and the M2M platform of the present invention, and the module follows the existing M2M platform and application interface standards. The function of each module will be specifically explained below.
- the service management module 11 is configured to configure basic information of the M2M service, manage the parameters of the service, and load, activate, deactivate, and uninstall the service.
- the basic information of the M2M service includes: service name, service code, service description information, service validity period, and communication method used for service message delivery.
- the business management module 11 provides a user interface for the operator to maintain the above information.
- Business parameters are usually relatively stable and fixed data in a business process, and the data is allowed to be modified by the operator to affect the execution of the business process.
- the service management module 11 provides a user interface for the operator to modify the business parameters.
- the service management module 11 captures the location of the service and identifies the service execution module 14, which is the service loading operation.
- the operator activates the loaded service through the service management module 11, that is, notifies the service execution module 14 to start executing the service.
- the operator can also activate the service through the business management module 11.
- the service is deactivated to terminate the service of the service. Or the service is uninstalled, and the service execution module 14 releases related resources such as memory.
- the data management module 12 manages business data.
- Business data refers to data that needs to be saved in the database during business execution.
- the business data may be pre-imported or generated during the execution of the business process and saved by the business execution module 14.
- 2 is a schematic diagram of an M2M service platform data management module 12 according to an embodiment of the present invention.
- the data management module 12 includes a service data definition sub-module 121, a service data import sub-module 122, and a service data storage sub-module. 123 and business data presentation sub-module 124.
- the service data definition sub-module 121 is configured to provide a user interface for the user to describe the data structure of the service data.
- the data structure of the business data includes: the field name, the text description of the field, the data type of the field, and the maximum length of the field.
- the service data definition sub-module 121 After the user fills in and submits the description of the field data structure, the service data definition sub-module 121 generates an SQL statement according to the above description information, and creates a service data table for the user in the database.
- the service data importing sub-module 122 is configured to provide a user interface for the user to import business data in batches. The user selects the business data table that needs to import the data and then submits the data file.
- the data file can be a text file, specifying the separator between the fields; it can also be an EXCEL form.
- the service data storage sub-module 123 is configured to store the data generated by the imported business data or the business process.
- the service data storage sub-module 123 divides the access rights of the data by the user. Only the user who creates the service data or is authorized by the user who created the service data has the right to access the data in the WEB page and the business process.
- the service data presentation sub-module 124 is configured to provide a user interface for the user to select a service data table that is created or accessed by the user, and set the query condition and query the service data, thereby facilitating the user to query the business data of the user. The results of the query are presented as a list.
- the business process editing module 13 constructs an M2M application by combining a number of column functional units.
- a functional unit usually has one or more basic capabilities for building M2M applications, including communication capabilities, file access capabilities, computing power, database access capabilities, and process control capabilities.
- Communication ability Provide basic communication capabilities of SMS, MMS, USSD, WAP Push.
- File Access Capability Provides operations on files, including file creation, reading, and deletion.
- Computational power Basic arithmetic operations such as addition, subtraction, multiplication and division, and string processing (including obtaining string length, truncating substring, case conversion, finding characters or substring position, etc.).
- Database access capabilities Encapsulates common access operations to data. Including query, insert, delete, update records, call stored procedures.
- a graphical operation interface is provided for the operator to select the data table generated by the business data definition sub-module 121 in the list. After the data table is selected, the system displays the data field of the data table in a list manner, and the operator can select the query.
- the data field the operator can edit the logical expression as the query condition through the operation interface provided by the data management module 12, and the operator can complete the operation of the database without writing the SQL statement.
- Process control capabilities Includes basic process operations such as conditional judgment, branching, and looping.
- the service generated by the business process editing module 13 is stored on the disk in a file manner, and the business execution module 14 executes the business steps defined in the business file by reading and parsing the business file.
- the service execution module 14 is the execution machine of the M2M general M2M service platform and is the core of the entire platform. The module is based on parsing and executing the business generated by the business process editing module 13, and accessing the user-defined business data in the process.
- the business execution module 14 includes a database proxy sub-module 149, which connects the heterogeneous database of the enterprise by using a Java database connection (JDBC) to enable the service to transparently access the heterogeneous data.
- JDBC Java database connection
- FIG. 3 is a schematic diagram of an M2M service platform service execution module 14 according to an embodiment of the present invention. As shown in FIG.
- the service execution module 14 includes an adaptation submodule 141, a total control submodule 142, a routing submodule 143, and a service execution process.
- the adaptation sub-module 141 is connected to the platform interface module 16 to complete the adaptation/interface function of the service.
- the function includes: complete the communication interface module for sending and receiving SMS, MMS, USSD, WAP, the interface between these modules and the mobile SMS gateway (industry gateway, etc.), and the interface of http, ftp, file (interfacing with the customer's internal system) functional module.
- Each function becomes a thread independently.
- the master control sub-module 142 performs the control functions of the business execution module 14. It controls each sub-module in the business execution module 14, and each sub-module has a message interface, which realizes activation and deactivation of the service platform, and controls the activation and deactivation functions of each module.
- the routing sub-module 143 is configured to complete the corresponding service logic according to the instruction after receiving the message of the adaptation sub-module 141, and then send the message and the service ID to the service execution process sub-module 144 to the service execution process sub-module 144. deal with.
- the business execution process sub-module 144 completes the parsing of the business logic, and performs corresponding actions according to the business process, which is the central module of the entire platform. In view of efficiency, the business execution process sub-module 144 internally initiates multi-threading, and upon initialization, reads out the business script and parses it. There is no need to repeat the parsing when executing a business process. In addition, the message interaction with other modules is asynchronous.
- the data access function sub-module 145 mainly completes the interface with the database, performs connection pool management and database operations. For different databases, complete the connection, disconnection, etc. of the database according to the business configuration.
- the log sub-module 146 provides the common log module function of the service execution module 14, and the logs of each module are uniformly sent to the module for processing.
- the receipt sub-module 147 uniformly processes the receipt receipt.
- the timed task processing sub-module 148 periodically scans the database, obtains the business logic to be executed, or sends a short message, and requests the service execution process sub-module 144 or the adaptation sub-module 141 to perform processing according to different categories.
- the database agent sub-module 149 primarily handles connection management and database operations with heterogeneous databases of peripheral interfaces. For convenience, the module uses JDBC to connect to the enterprise database.
- Service commissioning module 15 The service commissioning module 15 mainly performs the simulation test of the service. After the user or the application developer finishes writing the business logic, it can be loaded into the business execution module 14 and then simulated by the service commissioning module 15 test. In order to avoid the impact of networks such as firewalls, business simulation testing is also conducted through the WEB approach.
- the service commissioning module 15 provides a terminal simulation interface, and the tester inputs a command string on the terminal simulation interface.
- the service commissioning module 15 reads the command string written by the tester and sends it to the service.
- Execution module 14, the business execution module 14 completes the execution of the business process. When the service needs to send a message to the terminal, the message is sent to the service commissioning module 15, and the service commissioning module 15 presents the received data.
- the log record is displayed on the service commissioning module 15 during the test, the service execution module 14 writes the log generated by the test service to the database, and the service commissioning module 15 periodically refreshes to see the log information.
- the platform interface module 16 mainly completes the interface between the service execution module 14 and the M2M platform.
- the message of the M2M terminal is first sent to the M2M platform, and the M2M platform forwards the message to the platform interface module 16 according to the M2M platform and the application interface specification defined by the operator.
- the platform interface module 16 parses the terminal message forwarded by the M2M platform, converts the message into an internal message format, and then forwards the message to the adaptation sub-module 141 of the service execution module 14.
- the platform interface module 16 is further configured to encapsulate the message delivered by the adaptation sub-module 141, complete the encryption and decryption of the message according to the M2M platform and the application interface specification defined by the operator, and parse and load the message, and send it to the M2M. platform.
- an M2M service platform working method is also provided.
- FIG. 4 is a schematic flowchart of a working method of an M2M service platform according to an embodiment of the present invention. As shown in FIG. 4, the M2M service platform according to the embodiment of the present invention is used.
- Step S1 The user creates basic business information through the service management module, including a business name, a text description of the service, and defines a triggering instruction of the service, that is, what instruction is used to trigger the business; Step S2, through data management The module creates a business data table, and imports the business data into the business data table.
- the data management module defines a data structure of the business data, and the user inputs the data according to the data structure, and then, the data management The module generates a corresponding statement based on the user's input data, and creates a business data table in the database.
- Step S3 the business process editing module edits the business logic corresponding to the triggering instruction, and generates a service;
- Step S4 testing the business generated by the business process editing module by using the service commissioning module;
- Step S5 The service management module receives the triggering instruction, and notifies the service execution module to execute the service corresponding to the triggering instruction.
- Step S6 The platform interface module receives and forwards the information generated when the service execution module executes the service.
- Scenario introduction The security device of a certain community detects that someone is abnormally intrusive, and the sensor sends a message to the general M2M service platform.
- Step 1 Through the business management module, the user creates basic business information, the business name is "alarm notification service", the text description of the business, and the trigger instruction for defining the service is "YCCR"; the second step: defining the service through the data management module The data structure of the data, the service data table is created, and the service data table is the contact mode of the community owner, and the field includes the owner name, the owner's mobile phone number and the like, and further, the required owner contact data is manually imported into the corresponding business data table; Step 3: Edit the business logic through the business process editing module.
- the business logic first analyzes the terminal uplink command as "YCCR", the instruction is an abnormal intrusion notification instruction, and then executes the "abnormal intrusion notification" branch of the business process, queries the owner's contact information from the database, and finally generates a notification message, Send to the owner's mobile phone; Step 5: Perform simulation test through the business commissioning module.
- the service commissioning module receives the command and executes the service, and generates a notification message to be sent to the analog terminal according to the setting of the process, and the simulated terminal displays the content delivered by the service commissioning module;
- the service management module receives the "YCCR”, notifies the service execution module to execute the service, and generates a notification message to be sent to the platform interface module according to the setting of the business logic;
- Step 7 The platform interface module sends a notification message to the owner Mobile phone.
- the M2M service platform and the working method thereof are used to combine the functional units through the business process editing module, edit the business logic, and quickly generate a user-defined M2M application, which not only satisfies the individual needs of various users. And provide users with convenient business generation methods.
- the M2M service platform has universal service generation capabilities and commissioning functions. Different services can use the same M2M service platform, which makes the development of new M2M applications lower in cost, shorter in cycle time, lower deployment cost of new M2M applications, and less difficult to debug, which helps to improve the M2M service platform and services in individuals. And the popularity of home applications.
Landscapes
- Engineering & Computer Science (AREA)
- Computer Networks & Wireless Communication (AREA)
- Signal Processing (AREA)
- Health & Medical Sciences (AREA)
- Computing Systems (AREA)
- General Health & Medical Sciences (AREA)
- Medical Informatics (AREA)
- Debugging And Monitoring (AREA)
- Stored Programmes (AREA)
- Computer And Data Communications (AREA)
- Information Retrieval, Db Structures And Fs Structures Therefor (AREA)
Description
Claims
Priority Applications (2)
Application Number | Priority Date | Filing Date | Title |
---|---|---|---|
CA2763544A CA2763544A1 (en) | 2009-05-27 | 2009-09-01 | M2m service platform and working method thereof |
EP09845091.9A EP2437524A4 (en) | 2009-05-27 | 2009-09-01 | M2m service platform and work method thereof |
Applications Claiming Priority (2)
Application Number | Priority Date | Filing Date | Title |
---|---|---|---|
CN2009101077442A CN101902756B (zh) | 2009-05-27 | 2009-05-27 | M2m业务平台及其工作方法 |
CN200910107744.2 | 2009-05-27 |
Publications (1)
Publication Number | Publication Date |
---|---|
WO2010135875A1 true WO2010135875A1 (zh) | 2010-12-02 |
Family
ID=43222122
Family Applications (1)
Application Number | Title | Priority Date | Filing Date |
---|---|---|---|
PCT/CN2009/073670 WO2010135875A1 (zh) | 2009-05-27 | 2009-09-01 | M2m业务平台及其工作方法 |
Country Status (4)
Country | Link |
---|---|
EP (1) | EP2437524A4 (zh) |
CN (1) | CN101902756B (zh) |
CA (1) | CA2763544A1 (zh) |
WO (1) | WO2010135875A1 (zh) |
Cited By (4)
Publication number | Priority date | Publication date | Assignee | Title |
---|---|---|---|---|
CN102497630A (zh) * | 2011-11-25 | 2012-06-13 | 北京握奇数据系统有限公司 | 一种m2m设备及其实现业务的方法、智能卡和通信模组 |
CN114637502A (zh) * | 2020-12-16 | 2022-06-17 | 广州云徙科技有限公司 | 一种业务功能包的灵活组装的实现方法及系统 |
CN115037577A (zh) * | 2022-06-27 | 2022-09-09 | 江苏安超云软件有限公司 | 智能化网关服务管理平台 |
CN116107914A (zh) * | 2023-04-12 | 2023-05-12 | 北京尽微致广信息技术有限公司 | 一种测试用例管理系统及方法 |
Families Citing this family (17)
Publication number | Priority date | Publication date | Assignee | Title |
---|---|---|---|---|
CN102487488A (zh) * | 2010-12-02 | 2012-06-06 | 中国移动通信集团上海有限公司 | 信息发送系统、方法、信息采集与设备控制系统及设备 |
CN102750157A (zh) | 2011-04-20 | 2012-10-24 | 中兴通讯股份有限公司 | 一种应用程序加载的方法及装置 |
WO2012154198A1 (en) * | 2011-05-09 | 2012-11-15 | Intel Corporation | Techniques for machine-to-machine device management |
CN102214100A (zh) * | 2011-06-24 | 2011-10-12 | 南京中兴新软件有限责任公司 | 业务执行方法及装置 |
CN102263793A (zh) * | 2011-08-12 | 2011-11-30 | 电信科学技术研究院 | 一种mtc服务器权限验证控制方法、系统及装置 |
CN103179549A (zh) * | 2011-12-23 | 2013-06-26 | 华为技术有限公司 | 一种确定信息传输方式的方法和装置 |
CN103188406B (zh) * | 2011-12-27 | 2016-01-06 | 中国电信股份有限公司 | 实现交互语音应答流程控制的方法和系统 |
CN103188648A (zh) * | 2011-12-30 | 2013-07-03 | 中国移动通信集团公司 | 一种物联网系统及其管理方法 |
CN103812905B (zh) * | 2012-11-14 | 2017-10-24 | 中兴通讯股份有限公司 | 一种物联网终端应用一体化生成系统和方法 |
EP2954705B1 (en) | 2013-02-07 | 2020-01-01 | Iot Holdings, Inc. | Methods and apparatuses for restful batch services |
US20150195349A1 (en) * | 2014-01-06 | 2015-07-09 | Qnx Software Systems Limited | System and method for machine-to-machine communication |
CN104580342A (zh) * | 2014-08-01 | 2015-04-29 | 南京坦道信息科技有限公司 | 一种可扩展和完全自定义的统一接口服务平台 |
WO2018066932A1 (ko) * | 2016-10-06 | 2018-04-12 | 세종대학교 산학협력단 | M2m 어플리케이션 테스트 장치 및 방법 |
CN106775628B (zh) * | 2016-11-22 | 2019-07-02 | 山东博旭自动化科技有限公司 | 业务定义系统 |
CN106713018B (zh) * | 2016-12-08 | 2020-01-03 | 天翼物联科技有限公司 | 消息队列业务数据调度及消息队列的实现方法 |
CN107835147B (zh) * | 2017-05-31 | 2020-10-13 | 中国石油化工股份有限公司 | 实现企业应用系统集成的方法 |
CN110674103B (zh) | 2018-06-15 | 2022-04-29 | 华为技术有限公司 | 数据管理方法及装置 |
Citations (3)
Publication number | Priority date | Publication date | Assignee | Title |
---|---|---|---|---|
CN101180852A (zh) * | 2005-05-23 | 2008-05-14 | 西门子股份有限公司 | 经由ip多媒体子系统ims的ip链路远程管理机器的方法和系统 |
WO2008088414A1 (en) * | 2006-12-22 | 2008-07-24 | Cellco Partnership D/B/A Verizon Wireless | Mdn-less sms messaging (network solution) for wireless m2m application |
WO2009045329A2 (en) * | 2007-09-28 | 2009-04-09 | Caterpillar Inc. | Machine-to-machine communication system for payload control |
Family Cites Families (6)
Publication number | Priority date | Publication date | Assignee | Title |
---|---|---|---|---|
US7555538B2 (en) * | 2002-12-26 | 2009-06-30 | Research In Motion Limited | System and method for building and execution of platform-neutral generic services' client applications |
US20070168749A1 (en) * | 2005-12-19 | 2007-07-19 | Stewart James B Iii | Method and system for tracing program execution in field programmable gate arrays |
CN101155332B (zh) * | 2006-09-29 | 2010-05-12 | 中国电信股份有限公司 | 一种移动通信业务平台体系架构及其实现方法 |
CN100571422C (zh) * | 2007-04-11 | 2009-12-16 | 华为技术有限公司 | 基于组件的增值业务配置方法和增值业务系统 |
CN101436265A (zh) * | 2007-11-16 | 2009-05-20 | 中国移动通信集团福建有限公司 | 一种通信网络信息化解决方案自动生成系统及其方法 |
CN100530015C (zh) * | 2007-12-26 | 2009-08-19 | 航天东方红卫星有限公司 | 一种卫星自动化测试框架系统 |
-
2009
- 2009-05-27 CN CN2009101077442A patent/CN101902756B/zh not_active Expired - Fee Related
- 2009-09-01 EP EP09845091.9A patent/EP2437524A4/en not_active Withdrawn
- 2009-09-01 CA CA2763544A patent/CA2763544A1/en not_active Abandoned
- 2009-09-01 WO PCT/CN2009/073670 patent/WO2010135875A1/zh active Application Filing
Patent Citations (3)
Publication number | Priority date | Publication date | Assignee | Title |
---|---|---|---|---|
CN101180852A (zh) * | 2005-05-23 | 2008-05-14 | 西门子股份有限公司 | 经由ip多媒体子系统ims的ip链路远程管理机器的方法和系统 |
WO2008088414A1 (en) * | 2006-12-22 | 2008-07-24 | Cellco Partnership D/B/A Verizon Wireless | Mdn-less sms messaging (network solution) for wireless m2m application |
WO2009045329A2 (en) * | 2007-09-28 | 2009-04-09 | Caterpillar Inc. | Machine-to-machine communication system for payload control |
Non-Patent Citations (3)
Title |
---|
CHEN JIN WEI: "Design and Implementation of M2M Communication Solution", CNKI-CHINA EXCELLENT MASTER DEGREE DISSERTATION DATABASE, April 2007 (2007-04-01), pages 38 - 53, XP008166234 * |
See also references of EP2437524A4 * |
YANG DA WEI: "Research and Implementation of M2M terminal software platform based onJ2ME", CNKI-CHINA EXCELLENT MASTER DEGREE DISSERTATION DATABASE, April 2008 (2008-04-01), pages 1 - 80, XP008166232 * |
Cited By (5)
Publication number | Priority date | Publication date | Assignee | Title |
---|---|---|---|---|
CN102497630A (zh) * | 2011-11-25 | 2012-06-13 | 北京握奇数据系统有限公司 | 一种m2m设备及其实现业务的方法、智能卡和通信模组 |
CN114637502A (zh) * | 2020-12-16 | 2022-06-17 | 广州云徙科技有限公司 | 一种业务功能包的灵活组装的实现方法及系统 |
CN114637502B (zh) * | 2020-12-16 | 2023-08-04 | 广州云徙科技有限公司 | 一种业务功能包的灵活组装的实现方法及系统 |
CN115037577A (zh) * | 2022-06-27 | 2022-09-09 | 江苏安超云软件有限公司 | 智能化网关服务管理平台 |
CN116107914A (zh) * | 2023-04-12 | 2023-05-12 | 北京尽微致广信息技术有限公司 | 一种测试用例管理系统及方法 |
Also Published As
Publication number | Publication date |
---|---|
EP2437524A1 (en) | 2012-04-04 |
CN101902756A (zh) | 2010-12-01 |
CA2763544A1 (en) | 2010-12-02 |
CN101902756B (zh) | 2013-12-11 |
EP2437524A4 (en) | 2017-06-07 |
Similar Documents
Publication | Publication Date | Title |
---|---|---|
WO2010135875A1 (zh) | M2m业务平台及其工作方法 | |
CN103856961B (zh) | 用于基于飞蜂窝的应用程序的开发和管理的网络和产品 | |
CN112162753B (zh) | 软件部署方法、装置、计算机设备和存储介质 | |
RU2595890C2 (ru) | Способ и устройство для исполнения команд действий пользователя | |
US9563415B2 (en) | Generating visually encoded dynamic codes for remote launching of applications | |
US11846972B2 (en) | Method and apparatus for generating software test reports | |
JP2009501964A (ja) | 無線デバイス上の未認証の実行可能命令を検出及び管理するための装置及び方法 | |
CN102437998B (zh) | 应用商店系统及使用该应用商店系统进行开发的方法 | |
US9681251B1 (en) | Customization for preloaded applications | |
CN104182681B (zh) | 基于hook的iOS系统关键行为检测装置和方法 | |
CN106599085A (zh) | web系统配置文件的自动刷新方法及装置 | |
CN108804399B (zh) | 表单的校验方法及装置 | |
CN108228464B (zh) | 一种基于数据驱动的移动应用ui测试框架及其实现方法 | |
CN103577568A (zh) | 一种跨平台的移动安全综合信息聚合系统及其方法 | |
CN110602043A (zh) | 一种面向移动应用的api网关实现系统及方法 | |
CN110149363A (zh) | 一种消息推送方法、装置及存储介质 | |
CN111045893B (zh) | 监控任务的执行方法、装置及系统、存储介质、电子装置 | |
CN112099972A (zh) | 基于rpa机器人的办公文件处理方法、装置、设备和存储介质 | |
CN102567517A (zh) | 发布数据库数据的装置和方法 | |
CN107122307B (zh) | 一种物联网执行系统 | |
CN115296999B (zh) | 移动端热修复方法、装置、热修复系统及可读存储介质 | |
CN104104788B (zh) | 通过移动终端浏览器页面进行语音通话的实现方法及装置 | |
CN116112457A (zh) | 消息通知的方法、装置、计算机设备及存储介质 | |
CN116795673A (zh) | 一种系统测试方法、装置、电子设备及存储介质 | |
CN113760688A (zh) | 一种远程调试方法、系统、网页服务器、设备及存储介质 |
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: 09845091 Country of ref document: EP Kind code of ref document: A1 |
|
WWE | Wipo information: entry into national phase |
Ref document number: 2763544 Country of ref document: CA |
|
NENP | Non-entry into the national phase |
Ref country code: DE |
|
WWE | Wipo information: entry into national phase |
Ref document number: 2009845091 Country of ref document: EP |
|
REG | Reference to national code |
Ref country code: BR Ref legal event code: B01A Ref document number: PI0925045 Country of ref document: BR |
|
ENP | Entry into the national phase |
Ref document number: PI0925045 Country of ref document: BR Kind code of ref document: A2 Effective date: 20111128 |