WO2012122767A1 - Method, system and terminal for implementing cloud computing - Google Patents
Method, system and terminal for implementing cloud computing Download PDFInfo
- Publication number
- WO2012122767A1 WO2012122767A1 PCT/CN2011/077237 CN2011077237W WO2012122767A1 WO 2012122767 A1 WO2012122767 A1 WO 2012122767A1 CN 2011077237 W CN2011077237 W CN 2011077237W WO 2012122767 A1 WO2012122767 A1 WO 2012122767A1
- Authority
- WO
- WIPO (PCT)
- Prior art keywords
- cloud computing
- service
- interface
- computing terminal
- module
- Prior art date
- Legal status (The legal status is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the status listed.)
- Ceased
Links
Classifications
-
- G—PHYSICS
- G06—COMPUTING OR CALCULATING; COUNTING
- G06F—ELECTRIC DIGITAL DATA PROCESSING
- G06F9/00—Arrangements for program control, e.g. control units
- G06F9/06—Arrangements for program control, e.g. control units using stored programs, i.e. using an internal store of processing equipment to receive or retain programs
- G06F9/46—Multiprogramming arrangements
- G06F9/54—Interprogram communication
- G06F9/547—Remote procedure calls [RPC]; Web services
Definitions
- the present invention relates to the field of mobile communication networks, and in particular, to a method, system and terminal for implementing cloud computing. Background technique
- Cloud Computing is an emerging business computing model. It distributes computing tasks across resource pools of large numbers of computers, enabling applications to acquire computing power, storage space, and various software services as needed. This resource pool is called a “cloud.” "Cloud” is a virtual computing resource that can be self-maintained and managed, usually a cluster of large servers, including compute servers, storage servers, broadband resources, and more. Cloud computing centralizes computing resources and is automatically managed by software without human involvement; this eliminates the need for application providers to worry about cumbersome details, focus more on their own business, and help innovate and reduce costs.
- cloud computing has the following characteristics:
- Cloud computing allows users to access application services from any location using a variety of terminals.
- the requested resource comes from a "cloud” rather than a fixed tangible entity.
- the app runs somewhere in the "cloud", but in reality the user doesn't need to know, and there is no need to worry about where the app is running.
- Cloud uses data multi-copy fault tolerance, and compute node isomorphism is interchangeable to ensure high reliability of services, making cloud computing more reliable than using local computers.
- Universality Cloud computing is not targeted at specific applications. Under the support of "cloud”, it can construct ever-changing applications. The same “cloud” can support different application operations at the same time.
- the size of the "cloud” can be dynamically scaled to better meet the needs of applications and user-scale growth.
- Cloud is a huge resource pool that users can purchase on demand; “cloud” can be billed like tap water, electricity, gas, etc.
- the working mode of the cloud computing terminal advocated by the industry can carry out the calculation of large data volume by the cloud computing server, and the cloud computing terminal is only responsible for performing necessary data collection, user input and result presentation.
- the cloud computing terminal in this working mode reduces the requirement of hardware processing capability and can load more complex applications.
- cloud computing servers can provide a wide variety of services, how to ensure that cloud computing terminals can effectively utilize the powerful computing power of cloud computing servers without major changes in the existing Internet and mobile communication network architectures. A major challenge in the field of cloud computing. Summary of the invention
- the main purpose of the present invention is to provide a method, a system, and a terminal for implementing cloud computing, which can achieve the purpose of efficiently utilizing the powerful computing power of the cloud computing server by the cloud computing terminal.
- a method for implementing cloud computing comprising:
- the cloud computing terminal sends the request information input by the user to the service bus;
- the service bus sends the request information to the cloud computing server by the transmission network through a predefined service interface;
- the cloud computing server provides services for the cloud computing terminal according to the received information.
- the service bus sends the request information to the cloud computing server through a pre-defined service interface through a transmission network:
- the service bus communicates with the transport network via one or more of a communication primitive based request service interface, a receive service interface, a wait service interface, and an execution service interface, and the request information is sent to the cloud computing server.
- the service bus communicates with the transmission network as:
- the service interface is encapsulated in a Session Description Protocol (SDP) description information, carried by an attribute parameter or an Extensible Markup Language (XML) file, and sent to the transport network.
- SDP Session Description Protocol
- XML Extensible Markup Language
- the method further includes:
- the cloud computing server returns the result of the application service operation to the cloud computing terminal;
- the cloud computing terminal displays the result of the received application service operation.
- a cloud computing implementation system including a transmission network, the system further includes: a cloud computing terminal, a service bus, and a cloud computing server; wherein
- a cloud computing terminal configured to send user input request information to a service bus
- a service bus configured to send the request information to a cloud computing server by using a pre-defined service interface
- the cloud computing server is configured to provide services for the cloud computing terminal according to the received information.
- the service bus is specifically configured to communicate with the transmission network by using one or more of a communication primitive-based request service interface, a receiving service interface, a waiting service interface, and an execution service interface, and the request information is Send to the cloud server.
- the service bus is specifically configured to encapsulate the service interface in the SDP description information, carry it by using an attribute parameter or an XML file, and send the message to the transmission network.
- the cloud computing server is further configured to return a result of the application service calculation to the cloud computing terminal;
- the cloud computing terminal further includes: a human machine operation interface module, an interface display module, and a local device driver module; wherein
- a man-machine interface module for receiving input from a user
- the interface display module is configured to display the result of the received application service operation; the local device driver module is used for driving the local device, wherein the local device includes one or more of a camera, a microphone, and an earpiece.
- a cloud computing terminal includes: a human-machine operation interface module and an interface display module; wherein
- a man-machine interface module for receiving input from a user
- An interface display module is configured to display a result of the received application service operation.
- the human-machine interface module is further configured to adapt the interface function of the cloud computing terminal to the application module of the cloud computing terminal;
- the interface display module is specifically configured to display a screen of a man-machine interface, and display a screen of the received audio and video data;
- the cloud computing terminal further includes: a local device driving module, configured to drive the local device, wherein the local device includes one or more of a camera, a microphone, and an earpiece.
- a local device driving module configured to drive the local device, wherein the local device includes one or more of a camera, a microphone, and an earpiece.
- the cloud computing terminal provided by the present invention is only displayed as a result of the user performing the control input node of the application service and the application service running, and the application service is provided by the cloud computing server, and the service bus is configured by a predefined communication primitive-based service interface.
- the existing transmission network establishes the connection between the cloud computing terminal and the cloud computing server, and realizes the purpose of efficiently utilizing the powerful computing capability of the cloud computing server by the cloud computing terminal without changing the existing network architecture and the transmission protocol.
- FIG. 1 is a schematic flowchart of a method for implementing cloud computing provided by the present invention
- FIG. 2 is a schematic structural diagram of a system for implementing a cloud computing provided by the present invention.
- Communication primitives can be understood as a theoretical term, describing the relationship of service levels, and the N users of two communications and their connected N layers ( Sub-layer) treats the relationship between the protocol entities; it can also be understood that the communication primitive is just a term in the specification, which is reflected in the protocol stack code is a specific function.
- the basic idea of the present invention is: the cloud computing terminal sends the request information input by the user to the service bus; the service bus sends the request information to the cloud computing server through the pre-defined service interface, and the cloud computing server receives the received Information, providing services for cloud computing terminals.
- FIG. 1 shows a flow of a method for implementing cloud computing provided by the present invention. As shown in FIG. 1, the implementation method includes the following steps:
- Step 101 The cloud computing terminal sends the request information input by the user to the service bus.
- the user inputs the request information through the screen of the human-machine operation interface displayed by the interface of the cloud computing terminal.
- the service bus is a service bus based on the communication primitive.
- Step 102 The service bus sends the received request information to the cloud computing server through a predefined service interface.
- the service bus encapsulates the communication primitive-based service interface in the Session Description Protocol (SDP) description information through the transmission network, It is carried by an attribute parameter or an Extensible Markup Language (XML) file, wherein the predefined communication primitive-based service interface includes:
- Request service interface Send service name [, parameter 1 [, parameter 2...]], delay duration, where the service name identifies the application service requested by the cloud computing server; parameter 1, parameter 2... is optional
- the delay duration refers to how long after the service is requested; when the return service result is: TRUE, it indicates that the request service is correctly executed and successfully sent; FALSE, indicating that the request service is executed incorrectly.
- the request service interface is used to not only unify the request mode of the cloud computing service on the interface, but also expand the service such as the subscription and the customized service.
- Receive service interface Receive service name [message name/status code], timeout duration, where service name identifies the type of application service that needs to be judged; message name/status code refers to the expected received message or status code; timeout duration refers to How long does it take to receive the above information is judged as timeout; when the return service result is: TRUE, the cloud computing server identifies the request to execute correctly and returns; FALSE, identifies the request execution error; TIMEOUT, identifies the timeout of the request in the setting Timeout has not been received within the duration of the message.
- TRUE the cloud computing server identifies the request to execute correctly and returns
- FALSE identifies the request execution error
- TIMEOUT identifies the timeout of the request in the setting Timeout has not been received within the duration of the message.
- the waiting time length refers to the time that needs to be waited.
- the cloud computing terminal thread is in a dormant state; the waiting service interface has no returned service result.
- the service name identifies the application service requested by the cloud computing server; parameter 1, parameter 2... is optional, and is related to the specific service; the delay duration refers to how long after the service is requested.
- the connection between the cloud computing terminal and the cloud computing server is established through the service interface described in the above 1), 2), and 3), and the cloud computing terminal is completed through the execution service interface illustrated by 4) Request execution and invocation of the service.
- the application service module may be independent or non-independent, and the plurality of application service modules maintain logical independence, and the cloud computing service response of the cloud computing terminal is not coupled.
- step 102 the service bus sends the received request information to the cloud computing server through a predefined service interface for description.
- PERL Practical Extraction Report Language
- $ret FALSE is the return value used to identify the result of the service execution.
- Line 6 calls the standard service interface "Send” and sends the "CMMB init” command to perform local initialization operations, including device initialization, local data extraction, and encapsulation.
- Line 7 calls the standard service interface "Send” and sends the "CMMB Register” command with the necessary parameters for the operation.
- Line 8 calls the standard service interface "Receive” and receives the status of successful authentication "200".
- the timeout period is set to 10 seconds, and the received return value is judged using the variable $1. If 200 is received, then $ ⁇ is set to TRUE; otherwise it is FALSE. Subsequent output is performed according to the authentication result, and the service request is ended.
- FIG. 2 is a diagram showing the structure of an implementation system of the cloud computing provided by the present invention. As shown in FIG. 2, the system includes: a cloud computing terminal, a service bus, a transmission network, and a cloud computing server;
- a cloud computing terminal configured to send user input request information to a service bus
- a service bus configured to send the request information to a cloud computing server by using a predefined service interface, where the transmission network includes an existing transmission network such as the Internet or a mobile communication network;
- the cloud computing server is configured to provide services for the cloud computing terminal according to the received information.
- the service bus is specifically configured to communicate with the transport network by using one or more of a communication primitive-based request service interface, a receive service interface, a wait service interface, and an execution service interface, and send the request information to the cloud. Calculation server.
- the service bus is specifically configured to encapsulate the service interface in the SDP description information, carry the attribute parameter or the XML file, and communicate with the transmission network.
- the cloud computing server is further configured to return the result of the application service calculation to the cloud computing terminal; wherein the cloud computing server may further include an application service module, configured to invoke the application service of the enterprise according to the received information.
- the module provides services for cloud computing terminals.
- the application service module may be independent or non-independent, and the plurality of application service modules maintain logical independence, and the cloud computing service response of the cloud computing terminal is not coupled.
- the cloud computing terminal further includes: a human machine operation interface module, an interface display module, and a local device driver module; wherein
- a man-machine interface module for receiving input from a user
- the interface display module is configured to display the result of the received application service operation; the local device driver module is used for driving the local device, wherein the local device includes one or more of a camera, a microphone, and an earpiece.
- the present invention also provides a cloud computing terminal, where the cloud computing terminal includes: a human-machine operating interface module and an interface display module;
- a man-machine interface module for receiving input from a user
- An interface display module is configured to display a result of the received application service operation.
- the human-machine interface module is further configured to adapt the interface function of the cloud computing terminal to the application module of the cloud computing terminal;
- the interface display module is specifically configured to display a screen of a man-machine interface, and display a screen of the received audio and video data;
- the cloud computing terminal further includes: a local device driving module, configured to drive the local device, wherein the local device includes one or more of a camera, a microphone, and an earpiece.
- a local device driving module configured to drive the local device, wherein the local device includes one or more of a camera, a microphone, and an earpiece.
Landscapes
- Engineering & Computer Science (AREA)
- Software Systems (AREA)
- Theoretical Computer Science (AREA)
- Physics & Mathematics (AREA)
- General Engineering & Computer Science (AREA)
- General Physics & Mathematics (AREA)
- Computer And Data Communications (AREA)
- Telephonic Communication Services (AREA)
Abstract
Description
一种云计算的实现方法、 系统及终端 技术领域 Method, system and terminal for implementing cloud computing
本发明涉及移动通信网络领域, 尤其涉及一种云计算的实现方法、 系 统及终端。 背景技术 The present invention relates to the field of mobile communication networks, and in particular, to a method, system and terminal for implementing cloud computing. Background technique
云计算(Cloud Computing )是一种新兴的商业计算模型。 它将计算任 务分布在大量计算机构成的资源池上, 使各种应用系统能够根据需要获取 计算能力、 存储空间和各种软件服务, 这种资源池称为 "云"。 "云" 是一 些可以自我维护和管理的虚拟计算资源, 通常为一些大型服务器集群, 包 括计算服务器、 存储服务器、 宽带资源等等。 云计算将计算资源集中起来, 并由软件实现自动管理, 无需人为参与; 这就使得应用提供者无需为繁瑣 的细节而烦恼, 能够更加专注于自己的业务, 有利于创新和降低成本。 Cloud Computing is an emerging business computing model. It distributes computing tasks across resource pools of large numbers of computers, enabling applications to acquire computing power, storage space, and various software services as needed. This resource pool is called a "cloud." "Cloud" is a virtual computing resource that can be self-maintained and managed, usually a cluster of large servers, including compute servers, storage servers, broadband resources, and more. Cloud computing centralizes computing resources and is automatically managed by software without human involvement; this eliminates the need for application providers to worry about cumbersome details, focus more on their own business, and help innovate and reduce costs.
总的来说, 云计算具有以下特点: In general, cloud computing has the following characteristics:
( 1 )超大规模。 "云" 具有相当的规模, 例如 IBM、 微软等的 "云" 拥有数十万台服务器, 企业的私有云一般也拥有数百上千台服务器。 "云" 能够赋予用户前所未有的计算能力。 (1) Very large scale. "Cloud" has considerable scale. For example, "Cloud" of IBM, Microsoft, etc. has hundreds of thousands of servers, and enterprise private clouds generally have hundreds of thousands of servers. "Cloud" gives users unprecedented computing power.
( 2 )虚拟化。 云计算支持用户在任意位置、 使用各种终端获取应用服 务。 所请求的资源来自 "云", 而不是固定的有形的实体。 应用在 "云" 中 某处运行, 但实际上用户无需了解, 也不用担心应用运行的具体位置。 只 需一个终端, 如手机、 笔记本电脑等, 就可以通过网络服务来实现用户所 需, 甚至包括超级计算这样的任务。 (2) Virtualization. Cloud computing allows users to access application services from any location using a variety of terminals. The requested resource comes from a "cloud" rather than a fixed tangible entity. The app runs somewhere in the "cloud", but in reality the user doesn't need to know, and there is no need to worry about where the app is running. Only one terminal, such as a mobile phone or a laptop, can be used to implement the tasks required by the user, including even supercomputing.
( 3 ) 高可靠性。 "云" 使用了数据多副本容错, 计算节点同构可互换 等措施来保障服务的高可靠性, 使得云计算比使用本地计算机可靠。 ( 4 )通用性。 云计算不针对特定的应用, 在 "云" 的支撑下可以构造 出千变万化的应用, 同一个 "云" 可以同时支撑不同的应用运行。 (3) High reliability. "Cloud" uses data multi-copy fault tolerance, and compute node isomorphism is interchangeable to ensure high reliability of services, making cloud computing more reliable than using local computers. (4) Universality. Cloud computing is not targeted at specific applications. Under the support of "cloud", it can construct ever-changing applications. The same "cloud" can support different application operations at the same time.
( 5 ) 高可扩展性。 "云" 的规模可以动态伸缩, 更好地满足应用和用 户规模增长的需要。 (5) High scalability. The size of the "cloud" can be dynamically scaled to better meet the needs of applications and user-scale growth.
( 6 )按需服务。 "云"是一个庞大的资源池, 用户可以按需购买; "云" 可以像自来水、 电、 煤气等进行计费。 (6) On-demand service. "Cloud" is a huge resource pool that users can purchase on demand; "cloud" can be billed like tap water, electricity, gas, etc.
( 7 )极其廉价。 由于 "云" 的特殊容错措施可以采用极其廉价的节点 来构成 "云", "云" 的自动化集中式管理使大量企业无需负担日益高昂的 数据中心管理成本, "云" 的通用性使资源的利用率较之传统系统大幅提 升, 因此用户可以充分享受 "云" 的低成本优势, 往往能够只要花费几百 美元、 几天时间就能完成以前需要数万美元、 数月时间才能完成的任务。 (7) Extremely cheap. Because of the special fault-tolerant measures of "cloud", it can use extremely cheap nodes to form a "cloud". The automated centralized management of "cloud" makes it unnecessary for a large number of enterprises to bear the increasing cost of data center management. The versatility of "cloud" makes resources The utilization rate is greatly improved compared with the traditional system, so users can fully enjoy the low cost advantage of the "cloud", and often can spend hundreds of dollars and several days to complete tasks that previously required tens of thousands of dollars and months to complete.
而目前业界推崇的云计算终端的工作模式, 可以将大数据量的运算由 云计算服务器来进行, 云计算终端只负责进行必要的数据采集、 用户输入 和结果呈现。 该工作模式下的云计算终端, 降低了对硬件处理能力的要求, 可以加载更加复杂的应用, 可是目前业界还没有一个统一的标准来规范云 计算服务器和云计算终端之间的通信模式。 而由于云计算服务器可以提供 的服务种类繁多, 如何保证在现有互联网、 移动通信网等传输网络的架构 不发生重大改变的情况下, 实现云计算终端高效利用云计算服务器的强大 运算能力, 成为云计算领域面临的重大挑战。 发明内容 At present, the working mode of the cloud computing terminal advocated by the industry can carry out the calculation of large data volume by the cloud computing server, and the cloud computing terminal is only responsible for performing necessary data collection, user input and result presentation. The cloud computing terminal in this working mode reduces the requirement of hardware processing capability and can load more complex applications. However, there is currently no unified standard in the industry to regulate the communication mode between the cloud computing server and the cloud computing terminal. Because cloud computing servers can provide a wide variety of services, how to ensure that cloud computing terminals can effectively utilize the powerful computing power of cloud computing servers without major changes in the existing Internet and mobile communication network architectures. A major challenge in the field of cloud computing. Summary of the invention
有鉴于此, 本发明的主要目的在于提供一种云计算的实现方法、 系统 及终端, 能够实现云计算终端高效利用云计算服务器强大运算能力的目的。 In view of this, the main purpose of the present invention is to provide a method, a system, and a terminal for implementing cloud computing, which can achieve the purpose of efficiently utilizing the powerful computing power of the cloud computing server by the cloud computing terminal.
为达到上述目的, 本发明的技术方案是这样实现的: In order to achieve the above object, the technical solution of the present invention is achieved as follows:
一种云计算的实现方法, 所述方法包括: A method for implementing cloud computing, the method comprising:
云计算终端发送用户输入的请求信息给服务总线; 服务总线将所述请求信息通过预先定义的服务接口, 由传输网络发送 至云计算服务器; The cloud computing terminal sends the request information input by the user to the service bus; The service bus sends the request information to the cloud computing server by the transmission network through a predefined service interface;
云计算服务器根据接收到的信息, 为云计算终端提供服务。 The cloud computing server provides services for the cloud computing terminal according to the received information.
其中, 所述服务总线将所述请求信息通过预先定义的服务接口, 由传 输网络发送至云计算服务器为: The service bus sends the request information to the cloud computing server through a pre-defined service interface through a transmission network:
服务总线通过基于通信原语的请求服务接口、 接收服务接口、 等待服 务接口、 执行服务接口的一种或多种, 与传输网络进行通信, 将所述请求 信息发送至云计算服务器。 The service bus communicates with the transport network via one or more of a communication primitive based request service interface, a receive service interface, a wait service interface, and an execution service interface, and the request information is sent to the cloud computing server.
其中, 所述服务总线与传输网络进行通信为: The service bus communicates with the transmission network as:
将服务接口封装在会话描述协议( SDP )描述信息中, 以属性参数或可 扩展标记语言 (XML )文件进行携带, 发送给传输网络。 The service interface is encapsulated in a Session Description Protocol (SDP) description information, carried by an attribute parameter or an Extensible Markup Language (XML) file, and sent to the transport network.
进一步地, 所述方法还包括: Further, the method further includes:
云计算服务器将应用服务运算的结果返回给云计算终端; The cloud computing server returns the result of the application service operation to the cloud computing terminal;
云计算终端对接收到的应用服务运算的结果进行显示。 The cloud computing terminal displays the result of the received application service operation.
一种云计算的实现系统, 包括传输网络, 所述系统还包括: 云计算终 端、 服务总线、 云计算服务器; 其中, A cloud computing implementation system, including a transmission network, the system further includes: a cloud computing terminal, a service bus, and a cloud computing server; wherein
云计算终端, 用于发送用户输入的请求信息给服务总线; a cloud computing terminal, configured to send user input request information to a service bus;
服务总线, 用于将所述请求信息通过预先定义的服务接口, 由传输网 络发送至云计算服务器; a service bus, configured to send the request information to a cloud computing server by using a pre-defined service interface;
云计算服务器, 用于根据接收到的信息, 为云计算终端提供服务。 进一步地, 所述服务总线, 具体用于通过基于通信原语的请求服务接 口、 接收服务接口、 等待服务接口、 执行服务接口的一种或多种, 与传输 网络进行通信, 将所述请求信息发送至云计算服务器。 The cloud computing server is configured to provide services for the cloud computing terminal according to the received information. Further, the service bus is specifically configured to communicate with the transmission network by using one or more of a communication primitive-based request service interface, a receiving service interface, a waiting service interface, and an execution service interface, and the request information is Send to the cloud server.
进一步地, 所述服务总线, 具体用于将服务接口封装在 SDP描述信息 中, 以属性参数或 XML文件进行携带, 发送给传输网络。 其中, 所述云计算服务器, 还用于将应用服务计算的结果返回给云计 算终端; Further, the service bus is specifically configured to encapsulate the service interface in the SDP description information, carry it by using an attribute parameter or an XML file, and send the message to the transmission network. The cloud computing server is further configured to return a result of the application service calculation to the cloud computing terminal;
所述云计算终端进一步包括: 人机操作接口模块、 界面显示模块、 以 及本地设备驱动模块; 其中, The cloud computing terminal further includes: a human machine operation interface module, an interface display module, and a local device driver module; wherein
人机操作接口模块, 用于接收用户的输入; a man-machine interface module for receiving input from a user;
界面显示模块, 用于对接收到的应用服务运算的结果进行显示; 本地设备驱动模块, 用于本地设备的驱动, 其中本地设备包括摄像头、 话筒、 听筒的一种或多种。 The interface display module is configured to display the result of the received application service operation; the local device driver module is used for driving the local device, wherein the local device includes one or more of a camera, a microphone, and an earpiece.
一种云计算终端, 所述云计算终端包括: 人机操作接口模块、 界面显 示模块; 其中, A cloud computing terminal, the cloud computing terminal includes: a human-machine operation interface module and an interface display module; wherein
人机操作接口模块, 用于接收用户的输入; a man-machine interface module for receiving input from a user;
界面显示模块, 用于对接收到的应用服务运算的结果进行显示。 An interface display module is configured to display a result of the received application service operation.
其中, 所述人机操作接口模块, 还用于向上兼容所述云计算终端的接 口函数, 对云计算终端的应用模块进行适配; The human-machine interface module is further configured to adapt the interface function of the cloud computing terminal to the application module of the cloud computing terminal;
所述界面显示模块, 具体用于人机操作接口的画面显示, 以及对接收 到的音视频数据进行画面显示; The interface display module is specifically configured to display a screen of a man-machine interface, and display a screen of the received audio and video data;
所述云计算终端还包括: 本地设备驱动模块, 用于本地设备的驱动, 其中本地设备包括摄像头、 话筒、 听筒的一种或多种。 The cloud computing terminal further includes: a local device driving module, configured to drive the local device, wherein the local device includes one or more of a camera, a microphone, and an earpiece.
本发明提供的云计算终端仅仅作为用户进行应用服务的控制输入节点 和应用服务运行的结果展示, 而应用服务通过云计算服务器进行提供, 服 务总线通过预先定义的基于通信原语的服务接口, 由现有的传输网络进行 云计算终端和云计算服务器之间连接的建立, 在不改变现有网络架构、 传 输协议的前提下, 实现了云计算终端高效利用云计算服务器强大运算能力 的目的。 附图说明 The cloud computing terminal provided by the present invention is only displayed as a result of the user performing the control input node of the application service and the application service running, and the application service is provided by the cloud computing server, and the service bus is configured by a predefined communication primitive-based service interface. The existing transmission network establishes the connection between the cloud computing terminal and the cloud computing server, and realizes the purpose of efficiently utilizing the powerful computing capability of the cloud computing server by the cloud computing terminal without changing the existing network architecture and the transmission protocol. DRAWINGS
图 1为本发明提供的云计算的实现方法的流程示意图; 1 is a schematic flowchart of a method for implementing cloud computing provided by the present invention;
图 2为本发明提供的云计算的实现系统的组成结构示意图。 具体实施方式 为了便于理解, 首先说明下通信原语的概念: 通信原语可以理解为一 个理论层面上的术语, 描述了服务层次的关系, 以及两个通信的 N用户和 它们相连的 N层(子层)对待协议实体之间的关系; 也可以这样理解, 通 信原语只是规范里面的一个术语, 反映到协议栈代码里就是一个个具体的 函数了。 FIG. 2 is a schematic structural diagram of a system for implementing a cloud computing provided by the present invention. DETAILED DESCRIPTION OF THE PREFERRED EMBODIMENT For ease of understanding, the concept of a communication primitive is first described: Communication primitives can be understood as a theoretical term, describing the relationship of service levels, and the N users of two communications and their connected N layers ( Sub-layer) treats the relationship between the protocol entities; it can also be understood that the communication primitive is just a term in the specification, which is reflected in the protocol stack code is a specific function.
本发明的基本思想为: 云计算终端发送用户输入的请求信息给服务总 线; 服务总线将所述请求信息通过预先定义的服务接口, 由传输网络发送 至云计算服务器; 云计算服务器根据接收到的信息, 为云计算终端提供服 务。 The basic idea of the present invention is: the cloud computing terminal sends the request information input by the user to the service bus; the service bus sends the request information to the cloud computing server through the pre-defined service interface, and the cloud computing server receives the received Information, providing services for cloud computing terminals.
为使本发明的目的、 技术方案和优点更加清楚明白, 以下举实施例并 参照附图, 对本发明进一步详细说明。 The present invention will be further described in detail below with reference to the accompanying drawings.
图 1示出了本发明提供的云计算的实现方法的流程, 如图 1所示, 所 述实现方法包括下述步骤: FIG. 1 shows a flow of a method for implementing cloud computing provided by the present invention. As shown in FIG. 1, the implementation method includes the following steps:
步骤 101 , 云计算终端发送用户输入的请求信息给服务总线; Step 101: The cloud computing terminal sends the request information input by the user to the service bus.
具体地, 本步骤中, 用户通过云计算终端的界面显示模块显示的人机 操作接口的画面, 输入请求信息; 其中本发明实施例中, 所述服务总线为 基于通信原语的服务总线。 Specifically, in this step, the user inputs the request information through the screen of the human-machine operation interface displayed by the interface of the cloud computing terminal. In the embodiment of the present invention, the service bus is a service bus based on the communication primitive.
步骤 102,服务总线将接收到的请求信息通过预先定义的服务接口,发 送至云计算服务器; Step 102: The service bus sends the received request information to the cloud computing server through a predefined service interface.
具体地, 本步骤中, 服务总线通过传输网络, 将基于通信原语的服务 接口封装在会话描述协议( Session Description Protocol, SDP )描述信息中, 以属性参数或可扩展标记语言 (Extensible Markup Language, XML )文件 进行携带, 其中, 预先定义的基于通信原语的服务接口包括: Specifically, in this step, the service bus encapsulates the communication primitive-based service interface in the Session Description Protocol (SDP) description information through the transmission network, It is carried by an attribute parameter or an Extensible Markup Language (XML) file, wherein the predefined communication primitive-based service interface includes:
1 )请求服务接口: Send服务名称 [, 参数 1 [, 参数 2...] ],延迟时长 其中,服务名称标识向云计算服务器请求的应用服务;参数 1 ,参数 2... 是可以选择的, 与具体服务相关; 延迟时长指经过多长时间后请求该服务; 当返回服务结果为: TRUE, 标识该请求服务被正确地执行并成功发送; FALSE, 标识该请求服务执行有误。 1) Request service interface: Send service name [, parameter 1 [, parameter 2...]], delay duration, where the service name identifies the application service requested by the cloud computing server; parameter 1, parameter 2... is optional The delay duration refers to how long after the service is requested; when the return service result is: TRUE, it indicates that the request service is correctly executed and successfully sent; FALSE, indicating that the request service is executed incorrectly.
在具体实现时, 通过上述请求服务接口, 不仅在接口上统一了对云计 算服务的请求模式, 而且可以在预约和定制服务等业务上进行扩展。 In the specific implementation, the request service interface is used to not only unify the request mode of the cloud computing service on the interface, but also expand the service such as the subscription and the customized service.
2 )接收服务接口: Receive服务名称 [消息名称 /状态码] , 超时时长 其中, 服务名称标识需要进行判断的应用服务类型; 消息名称 /状态码 指预期接收的消息或状态码; 超时时长指在多长时间内没有接收到上述信 息判断为超时; 当返回服务结果为: TRUE, 标识云计算服务器对请求正确 执行并返回; FALSE, 标识该请求执行有误; TIMEOUT, 标识该请求在设 置的超时时长内没有接收到想要得到的信息而超时。 2) Receive service interface: Receive service name [message name/status code], timeout duration, where service name identifies the type of application service that needs to be judged; message name/status code refers to the expected received message or status code; timeout duration refers to How long does it take to receive the above information is judged as timeout; when the return service result is: TRUE, the cloud computing server identifies the request to execute correctly and returns; FALSE, identifies the request execution error; TIMEOUT, identifies the timeout of the request in the setting Timeout has not been received within the duration of the message.
3 )等待服务接口: Sleep 等待时长 3) Waiting for the service interface: Sleep Waiting time
其中, 等待时长指需要等待的时间, 本发明实施例中, 云计算终端线 程处于休眠状态; 该等待服务接口没有返回的服务结果。 The waiting time length refers to the time that needs to be waited. In the embodiment of the present invention, the cloud computing terminal thread is in a dormant state; the waiting service interface has no returned service result.
4 )执行服务接口: EXECUTIVE服务名称 [,参数 1 [,参数 2...] ] ,延迟 时长 4) Execution service interface: EXECUTIVE service name [, parameter 1 [, parameter 2...]], delay duration
其中,服务名称标识向云计算服务器请求的应用服务;参数 1 ,参数 2... 是可以选择的, 与具体服务相关; 延迟时长指经过多长时间后请求该服务。 The service name identifies the application service requested by the cloud computing server; parameter 1, parameter 2... is optional, and is related to the specific service; the delay duration refers to how long after the service is requested.
本发明实施例中, 通过上述 1 )、 2 )、 3 )说明的服务接口, 建立了云计 算终端和云计算服务器之间的连接, 通过 4 )说明的执行服务接口, 完成对 云计算终端所请求服务的执行和调用。 步骤 103 , 云计算服务器根据接收到的信息, 为云计算终端提供服务; 具体地, 云计算服务器的应用服务模块根据接收到的信息, 调用自身 的应用服务模块为云计算终端提供服务; 其中, 所述应用服务模块在物理 上可以是独立的, 也可以是非独立的, 众多的应用服务模块保持逻辑上的 独立性, 对云计算终端的云计算服务响应没有耦合性。 In the embodiment of the present invention, the connection between the cloud computing terminal and the cloud computing server is established through the service interface described in the above 1), 2), and 3), and the cloud computing terminal is completed through the execution service interface illustrated by 4) Request execution and invocation of the service. Step 103: The cloud computing server provides a service for the cloud computing terminal according to the received information. Specifically, the application service module of the cloud computing server invokes its own application service module to provide services for the cloud computing terminal according to the received information. The application service module may be independent or non-independent, and the plurality of application service modules maintain logical independence, and the cloud computing service response of the cloud computing terminal is not coupled.
下面以云计算终端进行电视业务鉴权请求的流程为例, 进一步地对步 骤 102,服务总线将接收到的请求信息通过预先定义的服务接口,发送至云 计算服务器的过程进行说明。 The following takes the flow of the TV service authentication request by the cloud computing terminal as an example. Further, in step 102, the service bus sends the received request information to the cloud computing server through a predefined service interface for description.
下表示出了使用 4 录和才艮告语言 ( Practical Extraction Report Language, PERL ) 实现的通信原语描述脚本, PERL作为一种解释性执行语言, 当规 范或服务流程有变化时, 可以方便地对服务总线进行重新配置, 从而大大 增强了云计算终端的适应性和灵活性。 The following table shows the communication primitive description script implemented using the 4th Record and the Practical Extraction Report Language (PERL). PERL is an interpreted execution language. When the specification or service flow changes, it can be conveniently The service bus is reconfigured to greatly enhance the adaptability and flexibility of the cloud computing terminal.
#001 $SG_IP = " sg.mbbms .chinamobile: 80" #001 $SG_IP = " sg.mbbms .chinamobile: 80"
#002 $Proxy_IP = "10.0.0.172" #002 $Proxy_IP = "10.0.0.172"
#003 $Proxy_Port = "80" #003 $Proxy_Port = "80"
#004 $APN = "cmwap" #004 $APN = "cmwap"
#005 $ret = FALSE #005 $ret = FALSE
#006 Send "CMMB init" ,0; #006 Send "CMMB init" ,0;
#007 Send "CMMB register ,$SG_IP,$Proxy_IP,$Proxy_IP,IP,$Proxy_Port,$APN" ,5; #008 $ret = Receive( "CMMB 200" ,10); #007 Send "CMMB register , $SG_IP, $Proxy_IP, $Proxy_IP, IP, $Proxy_Port, $APN" , 5; #008 $ret = Receive( "CMMB 200" ,10);
#009 If($ret != true) #009 If($ret != true)
#010 { #010 {
#011Print "鉴权失败, 请重试。 " #011Print "Authentication failed, please try again."
#012 } #012 }
#013 exit; #013 exit;
表 1 Table 1
第 1-5行声明变量并初始化,其中, $SG_IP ="sg.mbbms.chinamobile:80" 表示手机电视 SG服务器域名为 "sg.mbbms.chinamobile:80" ; Lines 1-5 declare variables and initialize them, where $SG_IP="sg.mbbms.chinamobile:80" means that the mobile TV SG server domain name is "sg.mbbms.chinamobile:80";
$Proxy_IP ="10.0.0.172"表示手机电视代理业务服务器 IP 地址为 "10.0.0.172" ; $Proxy_IP ="10.0.0.172" indicates that the IP address of the mobile TV proxy service server is "10.0.0.172";
$Proxy_Port ="80"表示手机电视代理服务器端口为 80; $Proxy_Port ="80" means that the mobile TV proxy server port is 80;
$APN ="cmwap"表示接入网关为 "cmwap" ; $APN="cmwap" means the access gateway is "cmwap";
$ret = FALSE为返回值, 用以标识服务执行的结果。 $ret = FALSE is the return value used to identify the result of the service execution.
第 6行调用标准服务接口 "Send" , 发送 "CMMB init" 命令, 进行本 地初始化操作, 包括设备的初始化、 本地数据的提取和封装。 Line 6 calls the standard service interface "Send" and sends the "CMMB init" command to perform local initialization operations, including device initialization, local data extraction, and encapsulation.
第 7行调用标准服务接口 "Send" , 发送 "CMMB Register" 命令, 包 含该操作的必要参数。 Line 7 calls the standard service interface "Send" and sends the "CMMB Register" command with the necessary parameters for the operation.
第 8行调用标准服务接口 "Receive" , 接收鉴权成功的状态 "200" , 按照中国移动手机电视规范, 设置超时时间为 10秒, 使用变量$ 1判断接 收的返回值, 接收到 200, 则$^赋值为 TRUE; 否则为 FALSE。 后续根据 鉴权结果进行相应的输出, 并结束该服务请求。 Line 8 calls the standard service interface "Receive" and receives the status of successful authentication "200". According to the China Mobile Mobile TV specification, the timeout period is set to 10 seconds, and the received return value is judged using the variable $1. If 200 is received, then $^ is set to TRUE; otherwise it is FALSE. Subsequent output is performed according to the authentication result, and the service request is ended.
图 2示出了本发明提供的云计算的实现系统的组成结构, 如图 2所示, 所述系统包括: 云计算终端、 服务总线、 传输网络、 以及云计算服务器; 其中, FIG. 2 is a diagram showing the structure of an implementation system of the cloud computing provided by the present invention. As shown in FIG. 2, the system includes: a cloud computing terminal, a service bus, a transmission network, and a cloud computing server;
云计算终端, 用于发送用户输入的请求信息给服务总线; a cloud computing terminal, configured to send user input request information to a service bus;
服务总线, 用于将所述请求信息通过预先定义的服务接口, 由传输网 络发送至云计算服务器; 其中传输网络包括互联网、 移动通信网等现有传 输网络; a service bus, configured to send the request information to a cloud computing server by using a predefined service interface, where the transmission network includes an existing transmission network such as the Internet or a mobile communication network;
云计算服务器, 用于根据接收到的信息, 为云计算终端提供服务。 其中, 服务总线, 具体用于通过基于通信原语的请求服务接口、 接收 服务接口、 等待服务接口、 执行服务接口的一种或多种, 与传输网络进行 通信, 将所述请求信息发送至云计算服务器。 The cloud computing server is configured to provide services for the cloud computing terminal according to the received information. The service bus is specifically configured to communicate with the transport network by using one or more of a communication primitive-based request service interface, a receive service interface, a wait service interface, and an execution service interface, and send the request information to the cloud. Calculation server.
其中, 所述服务总线, 具体用于将服务接口封装在 SDP描述信息中, 以属性参数或 XML文件进行携带, 与传输网络进行通信, 进一步地, 所述云计算服务器, 还用于将应用服务计算的结果返回给 云计算终端; 其中, 云计算服务器还可以进一步包括应用服务模块, 用于 根据接收到的信息, 调用自身的应用服务模块为云计算终端提供服务。 所 述应用服务模块在物理上可以是独立的, 也可以是非独立的, 众多的应用 服务模块保持逻辑上的独立性, 对云计算终端的云计算服务响应没有耦合 性。 The service bus is specifically configured to encapsulate the service interface in the SDP description information, carry the attribute parameter or the XML file, and communicate with the transmission network. Further, the cloud computing server is further configured to return the result of the application service calculation to the cloud computing terminal; wherein the cloud computing server may further include an application service module, configured to invoke the application service of the enterprise according to the received information. The module provides services for cloud computing terminals. The application service module may be independent or non-independent, and the plurality of application service modules maintain logical independence, and the cloud computing service response of the cloud computing terminal is not coupled.
所述云计算终端进一步包括: 人机操作接口模块、 界面显示模块、 以 及本地设备驱动模块; 其中, The cloud computing terminal further includes: a human machine operation interface module, an interface display module, and a local device driver module; wherein
人机操作接口模块, 用于接收用户的输入; a man-machine interface module for receiving input from a user;
界面显示模块, 用于对接收到的应用服务运算的结果进行显示; 本地设备驱动模块, 用于本地设备的驱动, 其中本地设备包括摄像头、 话筒、 听筒的一种或多种。 The interface display module is configured to display the result of the received application service operation; the local device driver module is used for driving the local device, wherein the local device includes one or more of a camera, a microphone, and an earpiece.
本发明还提供了一种云计算终端, 所述云计算终端包括: 人机操作接 口模块、 界面显示模块; 其中, The present invention also provides a cloud computing terminal, where the cloud computing terminal includes: a human-machine operating interface module and an interface display module;
人机操作接口模块, 用于接收用户的输入; a man-machine interface module for receiving input from a user;
界面显示模块, 用于对接收到的应用服务运算的结果进行显示。 An interface display module is configured to display a result of the received application service operation.
其中, 所述人机操作接口模块, 还用于向上兼容所述云计算终端的接 口函数, 对云计算终端的应用模块进行适配; The human-machine interface module is further configured to adapt the interface function of the cloud computing terminal to the application module of the cloud computing terminal;
所述界面显示模块, 具体用于人机操作接口的画面显示, 以及对接收 到的音视频数据进行画面显示; The interface display module is specifically configured to display a screen of a man-machine interface, and display a screen of the received audio and video data;
所述云计算终端还包括: 本地设备驱动模块, 用于本地设备的驱动, 其中本地设备包括摄像头、 话筒、 听筒的一种或多种。 The cloud computing terminal further includes: a local device driving module, configured to drive the local device, wherein the local device includes one or more of a camera, a microphone, and an earpiece.
以上所述, 仅为本发明的较佳实施例而已, 并非用于限定本发明的保 护范围。 The above is only the preferred embodiment of the present invention and is not intended to limit the scope of the present invention.
Claims
Applications Claiming Priority (2)
| Application Number | Priority Date | Filing Date | Title |
|---|---|---|---|
| CN2011100653841A CN102118448A (en) | 2011-03-17 | 2011-03-17 | Method, system and terminal for realizing cloud computing |
| CN201110065384.1 | 2011-03-17 |
Publications (1)
| Publication Number | Publication Date |
|---|---|
| WO2012122767A1 true WO2012122767A1 (en) | 2012-09-20 |
Family
ID=44217036
Family Applications (1)
| Application Number | Title | Priority Date | Filing Date |
|---|---|---|---|
| PCT/CN2011/077237 Ceased WO2012122767A1 (en) | 2011-03-17 | 2011-07-18 | Method, system and terminal for implementing cloud computing |
Country Status (2)
| Country | Link |
|---|---|
| CN (1) | CN102118448A (en) |
| WO (1) | WO2012122767A1 (en) |
Cited By (1)
| Publication number | Priority date | Publication date | Assignee | Title |
|---|---|---|---|---|
| CN111147537A (en) * | 2018-12-29 | 2020-05-12 | 王彬 | Adaptive cloud computing channel processing method and storage medium |
Families Citing this family (9)
| Publication number | Priority date | Publication date | Assignee | Title |
|---|---|---|---|---|
| CN102118448A (en) * | 2011-03-17 | 2011-07-06 | 中兴通讯股份有限公司 | Method, system and terminal for realizing cloud computing |
| CN103458054B (en) * | 2011-10-14 | 2017-01-18 | 深圳市京华科讯科技有限公司 | Cloud equipment macro control system |
| CN102419643B (en) * | 2011-10-26 | 2014-07-23 | 南京华设科技股份有限公司 | Method and system for remotely entering words based on cloud computing |
| CN103179167B (en) * | 2011-12-26 | 2017-02-22 | 深圳光启高等理工研究院 | Method and system for cloud computing and load balancing server |
| CN103428255A (en) * | 2012-05-25 | 2013-12-04 | 苏州工业园区讯贝智能系统有限公司 | Cloud computing communication method and system |
| CN102821042B (en) * | 2012-07-27 | 2015-05-06 | 华为技术有限公司 | Data processing method, device and system |
| CN102868749A (en) * | 2012-09-20 | 2013-01-09 | 张晋 | Agricultural planting and breeding-based Internet of things cloud service system and service flow method |
| CN106131003B (en) * | 2016-06-30 | 2021-04-30 | 中国电力科学研究院 | Service primitive description-based method for identifying service between main station and sub station |
| CN109905380B (en) * | 2019-02-15 | 2021-07-27 | 腾讯科技(深圳)有限公司 | Node control method and related device in a distributed system |
Citations (5)
| Publication number | Priority date | Publication date | Assignee | Title |
|---|---|---|---|---|
| US20100042720A1 (en) * | 2008-08-12 | 2010-02-18 | Sap Ag | Method and system for intelligently leveraging cloud computing resources |
| US20100131649A1 (en) * | 2008-11-26 | 2010-05-27 | James Michael Ferris | Systems and methods for embedding a cloud-based resource request in a specification language wrapper |
| CN101976266A (en) * | 2010-11-22 | 2011-02-16 | 何吴迪 | Visualized media unit-based cloud computing search output architecture method |
| CN201765535U (en) * | 2010-08-02 | 2011-03-16 | 龙山 | Portable mini-station device |
| CN102118448A (en) * | 2011-03-17 | 2011-07-06 | 中兴通讯股份有限公司 | Method, system and terminal for realizing cloud computing |
-
2011
- 2011-03-17 CN CN2011100653841A patent/CN102118448A/en active Pending
- 2011-07-18 WO PCT/CN2011/077237 patent/WO2012122767A1/en not_active Ceased
Patent Citations (5)
| Publication number | Priority date | Publication date | Assignee | Title |
|---|---|---|---|---|
| US20100042720A1 (en) * | 2008-08-12 | 2010-02-18 | Sap Ag | Method and system for intelligently leveraging cloud computing resources |
| US20100131649A1 (en) * | 2008-11-26 | 2010-05-27 | James Michael Ferris | Systems and methods for embedding a cloud-based resource request in a specification language wrapper |
| CN201765535U (en) * | 2010-08-02 | 2011-03-16 | 龙山 | Portable mini-station device |
| CN101976266A (en) * | 2010-11-22 | 2011-02-16 | 何吴迪 | Visualized media unit-based cloud computing search output architecture method |
| CN102118448A (en) * | 2011-03-17 | 2011-07-06 | 中兴通讯股份有限公司 | Method, system and terminal for realizing cloud computing |
Non-Patent Citations (1)
| Title |
|---|
| XIAO YUNPENG ET AL.: "Design and Implementation of OMS IM System Based on Cloud Computing", JOURNAL OF CHONGQING UNIVERSITY OF POSTS AND TELECOMMUNICATIONS (NATURAL SCIENCE EDITION), vol. 22, no. 4, 15 August 2010 (2010-08-15) * |
Cited By (3)
| Publication number | Priority date | Publication date | Assignee | Title |
|---|---|---|---|---|
| CN111147537A (en) * | 2018-12-29 | 2020-05-12 | 王彬 | Adaptive cloud computing channel processing method and storage medium |
| CN111147537B (en) * | 2018-12-29 | 2020-10-09 | 王彬 | Adaptive cloud computing channel processing method and storage medium |
| CN111147537B8 (en) * | 2018-12-29 | 2020-10-30 | 上海蓝云网络科技有限公司 | Adaptive cloud computing channel processing method and storage medium |
Also Published As
| Publication number | Publication date |
|---|---|
| CN102118448A (en) | 2011-07-06 |
Similar Documents
| Publication | Publication Date | Title |
|---|---|---|
| WO2012122767A1 (en) | Method, system and terminal for implementing cloud computing | |
| CN108712485B (en) | Resource subscription method and device for Internet of things equipment | |
| JP5726300B2 (en) | Data card and data card networking method | |
| KR101984413B1 (en) | Systems and methods for enabling access to third party services via service layer | |
| EP2854376B1 (en) | Transmission method, device and system for media stream | |
| CN104253856A (en) | Scalable Web Real-Time Communications (WebRTC) media engines, and related method and system | |
| EP3440546A1 (en) | Building pool-based m2m service layer through nfv | |
| WO2010127531A1 (en) | Apparatus, web service component and method based on web service | |
| WO2013178099A1 (en) | System, method, client and service centre for realizing remote desktop | |
| CN106131138A (en) | A kind of display data real time propelling movement system and method based on non-obstruction queue | |
| CN111182074A (en) | Intelligent device terminal with edge computing capability and computer-readable storage medium | |
| CN113556584A (en) | Screenshot transmission method, device, electronic device and storage medium of cloud mobile phone | |
| CN104410982A (en) | Terminal aggregation and refactoring method in wireless heterogeneous network | |
| CN115174603A (en) | NAS service system, implementation method, electronic equipment and storage medium | |
| CN102281197A (en) | Radio frequency identification (RFID) router architecture system | |
| US11411812B2 (en) | Dynamic service creation for microservice-based integration service | |
| CN101551758B (en) | System and method for implementing paralleling work of device management and tasks | |
| CN103905498B (en) | Service information management method and service information management system | |
| WO2012079374A1 (en) | Method, device, and system for binding virtual serial port and physical serial port | |
| CN104243573B (en) | It is a kind of to support data and the Synergistic method for servicing between wearable device | |
| WO2023246060A1 (en) | User authentication and authorization method and apparatus, and medium and device | |
| CN115623057A (en) | RDMA-based connection establishment method, device, equipment and storage medium | |
| CN115567616A (en) | Service protocol conversion method and device | |
| WO2013123688A1 (en) | Method and device for data access | |
| WO2011130962A1 (en) | Remote processing method, device and system |
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: 11861006 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: 11861006 Country of ref document: EP Kind code of ref document: A1 |