WO2015006599A1 - Method and apparatus for firmware virtualization - Google Patents
Method and apparatus for firmware virtualization Download PDFInfo
- Publication number
- WO2015006599A1 WO2015006599A1 PCT/US2014/046215 US2014046215W WO2015006599A1 WO 2015006599 A1 WO2015006599 A1 WO 2015006599A1 US 2014046215 W US2014046215 W US 2014046215W WO 2015006599 A1 WO2015006599 A1 WO 2015006599A1
- Authority
- WO
- WIPO (PCT)
- Prior art keywords
- firmware
- user device
- data
- virtualized
- remote
- Prior art date
Links
Classifications
-
- G—PHYSICS
- G06—COMPUTING; CALCULATING OR COUNTING
- G06F—ELECTRIC DIGITAL DATA PROCESSING
- G06F8/00—Arrangements for software engineering
- G06F8/60—Software deployment
-
- G—PHYSICS
- G06—COMPUTING; CALCULATING OR COUNTING
- G06F—ELECTRIC DIGITAL DATA PROCESSING
- G06F8/00—Arrangements for software engineering
- G06F8/60—Software deployment
- G06F8/65—Updates
- G06F8/654—Updates using techniques specially adapted for alterable solid state memories, e.g. for EEPROM or flash memories
-
- G—PHYSICS
- G06—COMPUTING; CALCULATING OR 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/44—Arrangements for executing specific programs
- G06F9/4401—Bootstrapping
- G06F9/4416—Network booting; Remote initial program loading [RIPL]
-
- G—PHYSICS
- G06—COMPUTING; CALCULATING OR 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/44—Arrangements for executing specific programs
- G06F9/455—Emulation; Interpretation; Software simulation, e.g. virtualisation or emulation of application or operating system execution engines
-
- G—PHYSICS
- G06—COMPUTING; CALCULATING OR 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/44—Arrangements for executing specific programs
- G06F9/455—Emulation; Interpretation; Software simulation, e.g. virtualisation or emulation of application or operating system execution engines
- G06F9/45533—Hypervisors; Virtual machine monitors
- G06F9/45558—Hypervisor-specific management and integration aspects
-
- 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/10—Protocols in which an application is distributed across nodes in the network
-
- 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/34—Network arrangements or protocols for supporting network services or applications involving the movement of software or configuration parameters
Definitions
- Embodiments of the present invention generally relate to a method and apparatus for firmware virtual ization.
- firmware is the combination of persistent memory, with program code and data stored in the memory.
- Typical examples of devices containing firmware are embedded firmware systems (such as traffic lights, consumer appliances, and digital watches, computers, computer peripherals, digital cameras and the like).
- the firmware contained in these devices provides the control program for the device.
- Firmware is typically held in nonvolatile memory devices such as ROM, EEPROM, or flash memory often embedded in the device. Changing the firmware of a device may rarely or never be done during its economic lifetime.
- Some firmware memory devices are permanently installed and cannot be changed after manufacturing. Common reasons for updating firmware include fixing bugs or adding features to the device after the device is made available to users.
- Firmware such as the ROM BIOS of a personal computer may contain only elementary basic functions of a device and may only provide services to higher-level software.
- Firmware such as the program of the embedded system memory may be the only program that will run on the system and provide all of its functions.
- Embodiments of the present invention generally relate to a method, apparatus for firmware virtualization of a user device using calls to remotely stored firmware to execute remote processes and returning the results of the process to the user device firmware that is substantially shown in and/or described in connection with at least one of the figures, as set forth more completely in the claims.
- Figure 1 is an illustration of a firmware virtualization system in accordance with one or more embodiments of the present invention.
- Figure 2 is an illustration of a firmware virtualization system in accordance with one or more embodiments of the present invention
- Figure 3 is a flow diagram of an overview method using the virtualized firmware providers disclosed in Figure 2 interfacing with embedded firmware of a user device in accordance with one or more embodiments of the present invention
- Figure 4 is a flow diagram of a method for generating a virtualized firmware on the platform in accordance to one or more embodiments of the present invention
- Figure 5 is a flow diagram of a method for standalone operation of the user device using the virtualized firmware platform in accordance with one or more embodiments of the present invention
- Figure 6 is a block diagram of modules within an exemplary computing server in accordance with one or more embodiments of the present invention.
- a "process” shall refer to a ready- to-run code base or pre-generated process code for a function that is stored on an execution computer (e.g., server, personal computer, mobile device, etc.). Each process is uniquely identified by name, process ID, icon, or other identifier indicating functionality of the process to the user of an integrated development environment (IDE).
- IDE integrated development environment
- the process includes the firmware data communicated between the embedded firmware of user devices.
- Execution shall refer to the launch of a process on a computer (local or remote, or CLOUD based). Deployment is sending or storing final code that is conditioned to be executed at a later time.
- a "bundle” shall refer to a collection of processes organized by a common attribute (API name, common parameters, SDK, parameter names, remote service, and the like).
- Functions e.g., processes
- functions are descriptive terms and/or images for presentation to the user that describe the operation of code associated with the process.
- functions may include process code.
- Firmware shall refer to code stored in non-volatile memory embedded in a user device including code for basic functions to provide services to higher-level software.
- the user device is an electronic device capable of connecting to a remote server to access a virtual ized firmware.
- Non- limiting examples of a user device include laptops, tablets, cell phones, computers, appliances, gaming systems, printers, scanners, peripherals, motor vehicles, processors, microcontrollers, and other electronic devices with stored firmware.
- Embodiments disclosed herein relate to a firmware library on a remote server or group of servers (i.e. "in the CLOUD") wherein the user device can remotely select or automatically connect to the remote server to access the process from firmware on the user device.
- a remote process call is downloaded and installed into the firmware of the user device for directly calling the process on the remote server from the user device.
- a computing platform includes a hardware architecture and a software framework (including application frameworks), where the combination allows software to run.
- Typical platforms include a computer architecture, operating system, and runtime libraries.
- FIG. 1 is an illustration of a firmware virtualization system 100 in accordance with one or more embodiments of the present invention.
- the system 100 comprises at least one user device (102a...102n), a network 1 10, and at least one remote server (104a...104n).
- the at least one user device (102a...102n) is collectively referred to as user devices 102 comprise an electronic device capable of storing and executing a program such as a personal computer, peripherals, appliances, gaming systems, server, virtual server, microcontroller (MCU) and controller, sensor, actuator, edge device connected to a gateway, application- specific integrated circuit (ASIC), micro-processor and processor, cellular phone, smart phone, tablet, laptop, and the like.
- MCU microcontroller
- ASIC application-specific integrated circuit
- Each user device (102a...102n) comprises a corresponding memory (1 12a...1 12n) storing embedded firmware (103a...103n) and code necessary to connect to and authenticate into the network 1 10 to connect to at least one remote server (104a...104n).
- the firmware utilizes a connection agent to facilitate connection to the network 1 10 and remote servers 104.
- the network 1 10 may comprise at least one of or combination of a wired and/or wireless network such as: a local area network (LAN), wide area network (WAN), wireless local area network WLAN, cellular network, Wi-Fi, Internet, or Intranet networks.
- the at least one remote server (104a...104n) may comprise a remote application server, web server, mail server, host server, database server, storage server, and the like.
- the at least one remote server (104a...104n) comprises a remote firmware virtualization platform (hereinafter "platform") 108 and memory (1 14a...1 14n) to store and execute particular process calls for virtualized firmware using a firmware collection 120, device profiles 122, and execution engine 124.
- Platform a remote firmware virtualization platform
- Device profiles 122 may include additional information regarding the user device 102a (e.g., firmware update histories, known errors, extensions, libraries, and the like).
- the memory 1 14a...1 14n may also store a user interface module, database of user profiles/accounts, collection of processes (i.e., process libraries), SDKs, and associated parameters to link and execute the processes across other servers (104n) on the network 1 10.
- processes i.e., process libraries
- SDKs Secure Digital Keys
- the execution engine 124 deploys a remote process based on the virtualized firmware and firmware data received from the user devices 102.
- the execution engine 124 processes calls to routines in process libraries by correlating an identified routine called and running/executing the process using the firmware parameters and call parameters.
- Call parameters are stored either on a user device 102a or remote server 104a, and in some embodiments specified directly by the user via interaction with the firmware of the user device 102a such as via a graphical user interface or button press.
- Process call parameters are parsed from firmware data communications from the user device 102a.
- the execution engine 126 may send output to another process call or the original process call stored on the remote server 104 prior to returning the results of the process to the firmware of user device 102a.
- FIG. 2 is an illustration of a firmware virtualization system 200 in accordance with one or more embodiments of the present invention.
- the system 200 comprises a user device 102n, a firmware virtualized firmware platform 108, and virtualized firmware services (202i ...202 N ).
- the user device 102n includes at least a CPU 203N, support circuits 204 N , and memory 1 12n containing instructions and algorithms.
- the CPU 203 N processes inputs and outputs to the user device 102n.
- the CPU 203N may be any commercially available processor, microprocessor, microcontroller, and the like. In other embodiments, the CPU 203N is a microcontroller such as a PIC.
- the support circuits 204 N comprise well known circuits that provide functionality to the CPU 203N such as clock circuits, network communications, cache, power supplies, I/O circuits, and the like. Alternative embodiments may use control algorithms on a custom Application Specific Integrated Circuit (ASIC).
- ASIC Application Specific Integrated Circuit
- the memory 1 12n may be any form of digital storage used for storing data and executable software. Such memory includes, but is not limited to, random access memory, read only memory, disk storage, optical storage, and the like.
- the memory 1 12n stores computer readable instructions corresponding to: a user interface 21 1 N , embedded firmware 215N, and a network connection manager 220N .
- the user interface 21 1 N comprises a keypad, electronic buttons, speaker, touchscreen, display, or other user interaction mechanism.
- the user interface 21 1 N may communicate with the embedded firmware 215N such that the user may interact with the user device 102n.
- the embedded firmware 215N includes instructions for operation of the user device 102n.
- the embedded firmware 215N may be a basic instruction set utilized to execute programs written in a higher level language.
- the embedded firmware 215 N may be an executable program.
- the embedded firmware 215N communicates with the network connection manager 220N such that the embedded firmware may be coupled to external virtualized firmware services (202i ...202 N ).
- the embedded firmware 215N further includes code that allows substantially all basic input signals and output signals of the user device 102n to be available for communication by the network connection manager 220N.
- the embedded firmware 215N selectively allows firmware data for buttons, indicators (e.g., LEDs), display screens, or cached print file data to be transmitted to the network connection manager 220.
- the network connection manager 220N prepares firmware data for communication from the user device 102n, as well as receiving firmware data from the virtualized firmware platform 108.
- the network connection manager 220N may be coupled via wired or wireless networking and operates as a bridge to access the network 1 10 and the platform 108.
- the virtualized firmware platform 108 encodes signals to, and decodes signals from, the network connection manager 220N-
- the virtualized firmware platform 108 comprises at least one virtual firmware provider (VFP) 202 N that are collectively referred to as VFPs 202.
- VFPs 202 include a virtualized firmware library 120N, execution engine 124 N , device authentication module 228N, firmware virtualization module 230N, process extension module 235N, and a database of device profiles 122 N .
- the virtualized firmware platform 108 includes code to execute processes with other VFPs 202 as well as code to call and interface with remote services offered by classical service components (CSCs) 210i ...210 N .
- CSCs classical service components
- the device authentication module 228 N determines the embedded firmware of the user device 102n by comparing the firmware to virtualized firmware stored in the virtualized firmware library 120N and/or device profiles 122 N .
- device profiles 122 N also include user account information and preferences for customization of virtualized firmware and execution of the virtualized firmware based on user preferences. For example, user account preferences may specify that when a printer matching the firmware and ownership of the user connects to the virtualized firmware platform 108, a PDF document is generated and emailed to a specified user email account of every document printed. Account information such as the email address of the email account may be stored as part of the user account.
- the device authentication module 228N verifies tokens and credentials associated with virtualized firmware services (202i ...202 N ) for a specific user account corresponding to a specific CSC 210. For example, the device authentication module 228N may also retrieve stored email credentials to login to a CSC 210 that is a POP3 email server to execute a sending email process based on a process from the process extension module 235N .
- the firmware virtualization module 230N processes firmware data from the user device 102n as well as generate virtualized firmware.
- the firmware virtualization module 230N receives firmware (e.g., from a software developer or manufacturer of the user device 102n).
- the firmware instructions and parameters e.g., variables
- Sources of the values for the parameters are determined based on whether the values originate from the user device 102n, a process from the VFPs 202, or a service offered by the CSCs 210.
- the parameters are also examined to determine relative association with other parameters in the firmware.
- the parameters are then assigned and linked to the respective data sources.
- the linked and associated format of the firmware is stored as a virtualized firmware instruction set in the virtualized firmware library 120N .
- the virtualized firmware library 120N includes updated firmware instructions for the user device 102n.
- developers may quickly distribute and determine the firmware version being deployed on user device(s) 102 without having to install new firmware on the user device 102n.
- a user device 102n may operate on the virtualized firmware over the network 1 10 that extends the capabilities of the embedded firmware 215 N .
- the user device 102 operates with the factory installed firmware until such time the network 1 10 and virtualized firmware is again available.
- the process extension module 235N coordinates with the firmware virtualization module 230 N to execute processes between the virtualized firmware and services offered by platform 108 as deployed on CSCs 210.
- the process extension module 235N coordinates the linking of virtualized firmware parameters and parameter value sources to execute a process specified by the user or by a developer in the device profiles 122 N .
- the process extension module 235 N also generates code to link the virtualized firmware with corresponding APIs and SDKs to implement a specific process as necessary for CSCs 210.
- a printer i.e., user device 102n
- the same button pressed twice can trigger the printer to send the printer cache data to the VFPs 202 to subsequently extract the cache data and generate a digital PDF image of the file.
- the PDF image is then emailed to an email address stored in the device profiles 122 N .
- CSCs 210 are virtualized by the cloud client 205N and interfaced with the platform 108, such that processes are deployed on the CSCs 210.
- the CSCs 210 are communicatively coupled to the platform 108 via network 1 10.
- the CSC 21 ON comprises a remote interface 206N, an application layer 208N, virtualization layer 212 N , and physical equipment 214 N .
- Each CSC 210 represents a specific remote service offered by the platform 180.
- CSC 21 ON may be an Internet service and corresponding servers (e.g., FACEBOOK, EBAY, POP3 e-mail, TWITTER, AMAZON, SMS, FTP, HTTP, and the like) and CSC 2102 may be a computer offering conventional local data information processing (e.g., image rendering, code compiling, data analytics, data storage, and the like).
- servers e.g., FACEBOOK, EBAY, POP3 e-mail, TWITTER, AMAZON, SMS, FTP, HTTP, and the like
- CSC 2102 may be a computer offering conventional local data information processing (e.g., image rendering, code compiling, data analytics, data storage, and the like).
- Physical equipment 214 N or machines are virtualized in a virtualization layer 212 N to make processing and storage resources available to the application layer 208N. Virtualization creates redundancy and increased operating bandwidth in a single computer, and even more in embodiments where multiple machines are virtualized. In such embodiments, the processing workload can also be allocated to various equipment based on priority and independent of the physical location.
- An application layer 208N allows execution runtime of programs and functionalities such as database operations (e.g., storing account profiles, warehousing data, and the like) on the virtualized machines.
- a remote interface layer 206N comprises code to access web servers and utilize APIs. The remote interface 206N communicates with the CLOUD client(s) 205N (e.g., a thin client, web browser, mobile application, terminal emulator program, and the like).
- the CLOUD client 205N facilitates communication of data to and from the VCPs 245 with the application layer 208 .
- the CLOUD client 205 simplifies the layer interfaces 206i , 208i , 212i, and 215i by presenting a web browser, terminal emulator or other client interface.
- Aforementioned embodiments of the present invention may utilize the CLOUD client 205 to facilitate remote process call code generation based on firmware data from the user device 102n using the virtualized firmware.
- the virtualized firmware links process calls generated and offered by VFPs 202 to the application layer 208 N .
- the virtualized firmware platform 108 may comprise additional libraries of code to extend the capabilities of the embedded firmware 215.
- the DVR embedded firmware includes a network connection manager 220N for remote network storage of recorded television programs.
- the embedded firmware 215 N comprises instructions only to communicate with the remote platform 108.
- VFPs 202 of the remote platform 108 subsequently processes the firmware data to receive the video and coordinates with additional and/or redundant storage on the network 1 10 using the virtualized firmware platform 108 to redirect the recording from the embedded firmware 215 N .
- the VFPs 202 may include a virtualized firmware to independently tune to the channel so as to store the channel for recording upon triggering by a set-top box.
- the set-top box embedded firmware 215N sends a triggering parameter and the recording process is shifted to the VFPs 202 such that the set-top box firmware has the extended capability as a DVR.
- Figure 3 is a flow diagram of an overview method 300 using the virtualized firmware providers 202 disclosed in Figure 2 interfacing with embedded firmware 215N of a user device 102 N in accordance with one or more embodiments of the present invention.
- the method 300 begins at step 305 and continues to step 310.
- the user device 102 N receives input firmware data.
- the firmware data includes data entered by a user as well as parameters for a process offered by the remote server 104 N .
- the firmware data also includes device operational data, processor instructions, and analog signals converted to digital signals from external peripherals (e.g., sensor data, switches, push buttons, and the like).
- the method 300 coordinates the embedded firmware 215N and connection agent (e.g., network connection manager 220) to communicate the firmware data to the platform 108.
- the method then continues to step 320.
- the user device 102 N is authenticated by the platform 108 on the remote server 104 N . Authentication includes verifying a firmware operating on the user device 102 N as well as a predetermined user profile associated with the user device 102 N .
- the method 300 matches the embedded firmware 215N to a corresponding virtualized firmware stored in the virtualized firmware library 120N .
- the virtualization of a firmware for respective user devices 102 is further described in Figure 4.
- the method 300 may continue to step 335 where a web link or remote process call is transmitted and stored in the embedded firmware 215N.
- the user device 102 N is stores instructions to trigger a remote process call of a process on the remote servers 104 directly, and without coordination step 315.
- the type of remote process to store is specified by the user or software developer of the virtualized firmware on the remote servers 104.
- the firmware data from the user device 102 N is parsed into respective parameters and contextually mapped to the virtualized firmware.
- parameters originating from a specific input or output on the user device is allocated to the corresponding virtualized firmware.
- the embedded firmware parameter indicates a power light is ON in a television is accordingly associated to the equivalent parameter in the virtualized firmware.
- firmware data is pre-parsed and only such a portion (i.e., the parameters) are communicated to the remote server 104 N .
- pre-parsed firmware data is assigned to equivalent virtualized firmware based on the mapping in step 325.
- step 340 the parsed firmware data is inserted into the virtualized firmware based on the matching and mapping in steps 325 and 330.
- step 345 a remote process is executed by the platform 108 based on the virtualized firmware and the firmware data received from the user device 102 N .
- the process is deployed by the platform on a corresponding CSC 210.
- a user may specify a process on the platform 108 to send an SMS text message to their cellphone when the television power light is ON to monitor television viewing in their home.
- the firmware data is the power light of the television that is interpreted by the virtualized firmware and subsequently triggers a process that executes code to send a SMS message on a SMS server (i.e., CSC 210).
- the text message includes a notification of TV usage and sent to a specified cellphone number of a user cell phone as defined in the process or as stored on the remote servers 104 based on data associated with the user account.
- processed resultant data from the CSC 210 is returned to the platform 108.
- Resultant data includes a confirmation signal that a process has been successfully deployed.
- resultant data includes actively listening and receiving additional responses from the CSC 210.
- the platform 108 listens for a SMS text message from the cell phone number of the user as well as content of the text message. The user may thus text a predetermined process command stored with the user profile on the remote server 104 N so as to control the television monitoring such as: power on, power off, reset viewing timer, and the like.
- the received data from the CSC is converted based on the virtualized firmware library and remote process parameters.
- the VFPs 202 also utilize corresponding APIs and SDKs to generate code or signals that are native to the embedded firmware 215N of the user device 102.
- the resultant data is received by the connection agent and communicated to the embedded firmware 215N to complete execution of the remote process.
- the received data is thus in a native language of the embedded firmware 215N such that the user device 102 N is operated as if the remote process data originated and was generated by the embedded firmware 215N.
- the method 300 then ends at step 370.
- FIG. 4 is a flow diagram of a method 400 for generating a virtualized firmware on the platform 108 in accordance to one or more embodiments of the present invention.
- Each firmware version for user devices is separately stored on the remote servers 104.
- firmware versions may include multiple sub- iterations with modified parameters in order to facilitate execution of remote processes for various offered services.
- the method begins at step 405 and continues to step 410.
- a firmware set is received from a software developer or user.
- the firmware is compared with previously received and stored firmware by the VFPs 202. The comparison reduces the number of unnecessary copies of the same firmware stored on the remote servers 104.
- the method 400 determines the firmware has already been virtualized, the method 400 ends at step 445. If however, the firmware is different or otherwise a modification of pre-existing virtualized firmware, the method 400 proceeds to step 425.
- the firmware instructions are parsed into respective variable parameters. Parsing is based on a contextual mapping of the parameters (i.e., how one parameter value is related to another parameter).
- the parameters are also parsed as to the context of a given parameter represents. For example, for firmware of a scanner, the parameter value of whether a signal from a certain pin represents a physical button press of a start button was received is parsed and recognized for remote processes.
- the method 400 determines where the values of the specific parameters originate.
- Parameter values may be inputted by a user, generated during operation of the user devices 102, stored in a specific memory block on the user devices, stored with a user profile for the device on the remote servers 104, or received from a remote source (e.g., CSCs 210).
- the parameters are assigned to the corresponding value sources. Assignment includes linking the parameters to network parameters in order for the firmware to listen for firmware data or routing data from a process for insertion into the firmware.
- the firmware is stored as a virtualized firmware instruction set in the virtualized firmware library 120N .
- the library is available to the platform 108 to execute remote processes as well as ensure an updated firmware is operating on a given user device.
- the method 400 then ends at step 445.
- the virtualized firmware is called and operated in real-time execution and embedded firmware commands are integrated with remote firmware to provide real-time execution of the virtualized firmware via the user interface 21 1 .
- the real-time execution may include remote process calls and decoding of commands or inquiries for services that are updated on the remote server 104a such that services developed after the user device 102n may be called in addition to those offered as when the user device 102n was developed. For example, a user may be presented with an option to assign a key on a television remote to post a TWEET of what show is currently being watched by the user.
- the virtualized firmware platform 108 allows the TWEET to be sent regardless of the fact that the TWITTER social service was developed after the remote control. Thus, firmware capabilities are limited to that which is offered by the virtualized firmware platform 108 and not purely the capabilities of the embedded firmware 215 on the user device 102n.
- FIG. 5 is a flow diagram of a method 500 for standalone operation of the user device 102 N using the virtualized firmware platform 108 in accordance with one or more embodiments of the present invention.
- the method 500 is an exemplary method for handling instances wherein the user device may not have access to the virtualized firmware platform 108.
- the method 500 begins at step 505 and continues to step 510 wherein the connection manager 220 determines the network connection is lost or unavailable.
- the method 500 may notify the user of the dropped connection and reduced firmware capabilities.
- the user device 102 N operates on a reduced embedded instruction set.
- the reduced embedded instruction set is the default firmware instructions set of the user device 102 N .
- the user device 102 N the embedded firmware operates with capabilities that do not require virtualized firmware to be executed by the embedded firmware.
- the user device 102 N creates and stores a queue of capabilities requiring virtualized firmware functions and queries.
- the method 500 continues to step 530 to determine if a connection to the remote server 104 N is available returns to building the queue list at step 525 until there is a connection. If a connection is available, the method 500 continues to step 535 to transfer the stored queries to the remote server 104 N to access the virtualized firmware platform 108.
- step 540 the transferred queries are decoded and parsed for remote processes on the remote server 104 N .
- step 545 the method executes, deploys, and returns resultant data from remote services as described above in method 300.
- the method 500 then ends at step 550.
- Figure 6 is a block diagram of modules within an exemplary computing server in accordance with one or more embodiments of the present invention.
- the computer system 600 comprises substantially similar structure comprising servers or electronic devices in the aforementioned embodiments.
- FIG. 6 Various embodiments of methods and apparatus for virtualized firmware.
- One such computer system is computer system 600 illustrated by Figure 6, which may in various embodiments implement any of the elements or functionality illustrated in Figures 1 -5.
- computer system 600 may be configured to implement methods described above.
- the computer system 600 may be used to implement any other system, device, element, functionality or method of the above-described embodiments.
- computer system 600 may be configured to implement methods 300, 400, and 500 as processor-executable executable program instructions 622 (e.g., program instructions executable by processor(s) 610) in various embodiments.
- computer system 600 includes one or more processors 610a-610n coupled to a system memory 620 via an input/output (I/O) interface 630.
- Computer system 600 further includes a network interface 640 coupled to I/O interface 630, and one or more input/output devices 660, such as cursor control device 660, keyboard 670, and display(s) 680.
- the keyboard 670 may be a touchscreen input device.
- any of the components may be utilized by the system to virtualize firmware described above.
- a user interface may be generated and displayed on display 680.
- embodiments may be implemented using a single instance of computer system 600, while in other embodiments multiple such systems, or multiple nodes making up computer system 600, may be configured to host different portions or instances of various embodiments.
- some elements may be implemented via one or more nodes of computer system 600 that are distinct from those nodes implementing other elements.
- multiple nodes may implement computer system 600 in a distributed manner.
- computer system 600 may be any of various types of devices, including, but not limited to, personal computer systems, mainframe computer systems, handheld computers, workstations, network computers, application servers, storage devices, a peripheral devices such as a switch, modem, router, or in general any type of computing or electronic device.
- computer system 600 may be a uniprocessor system including one processor 610, or a multiprocessor system including several processors 610 (e.g., two, four, eight, or another suitable number).
- the uniprocessor system including a one processor 610 may split functionality of the single processor to appear as multiple processors for processing and executing simultaneous data of a program.
- Processors 610 may be any suitable processor capable of executing instructions.
- processors 610 may be general-purpose or embedded processors implementing any of a variety of instruction set architectures (ISAs). In multiprocessor systems, each of processors 610 may commonly, but not necessarily, implement the same ISA.
- ISAs instruction set architectures
- System memory 620 may be configured to store program instructions 622, firmware 633, and/or data 632 accessible by processor 610.
- system memory 620 may be implemented using any suitable memory technology, such as static random access memory (SRAM), synchronous dynamic RAM (SDRAM), nonvolatile/Flash-type memory, or any other type of memory.
- SRAM static random access memory
- SDRAM synchronous dynamic RAM
- program instructions and data implementing any of the elements of the embodiments described above may be stored within system memory 620.
- program instructions and/or data may be received, sent or stored upon different types of computer-accessible media or on similar media separate from system memory 620 or computer system 600.
- I/O interface 630 may be configured to coordinate I/O traffic between processor 610, system memory 620, and any peripheral devices in the device, including network interface 640 or other peripheral interfaces, such as input/output devices 650.
- I/O interface 630 may perform any necessary protocol, timing or other data transformations to convert data signals from one component (e.g., system memory 620) into a format suitable for use by another component (e.g., processor 610).
- I/O interface 630 may include support for devices attached through various types of peripheral buses, such as a variant of the Peripheral Component Interconnect (PCI) bus standard or the Universal Serial Bus (USB) standard, for example.
- PCI Peripheral Component Interconnect
- USB Universal Serial Bus
- I/O interface 630 may be split into two or more separate components, such as a north bridge and a south bridge, for example. Also, in some embodiments some or all of the functionality of I/O interface 630, such as an interface to system memory 620, may be incorporated directly into processor 610.
- Network interface 640 may be configured to allow data to be exchanged between computer system 600 and other devices attached to a network (e.g., network 690), such as one or more external systems or between nodes of computer system 600.
- network 690 may include one or more networks including but not limited to Local Area Networks (LANs) (e.g., an Ethernet or corporate network), Wide Area Networks (WANs) (e.g., the Internet), wireless data networks, cellular networks, Wi-Fi, some other electronic data network, or some combination thereof.
- LANs Local Area Networks
- WANs Wide Area Networks
- wireless data networks e.g., cellular networks, Wi-Fi, some other electronic data network, or some combination thereof.
- network interface 640 may support communication via wired or wireless general data networks, such as any suitable type of Ethernet network, for example; via telecommunications/telephony networks such as analog voice networks or digital fiber communications networks; via storage area networks such as Fibre Channel SANs, or via any other suitable type of network and/or protocol.
- Input/output devices 650 may, in some embodiments, include one or more display terminals, keyboards, keypads, touchpads, touchscreens, scanning devices, voice or optical recognition devices, or any other devices suitable for entering or accessing data by one or more computer systems 600. Multiple input/output devices 650 may be present in computer system 600 or may be distributed on various nodes of computer system 600. In some embodiments, similar input/output devices may be separate from computer system 600 and may interact with one or more nodes of computer system 600 through a wired or wireless connection, such as over network interface 640.
- the illustrated computer system may implement any of the methods described above, such as the methods illustrated by the flowchart of Figures 3-5. In other embodiments, different elements and data may be included.
- computer system 600 is merely illustrative and is not intended to limit the scope of embodiments.
- the computer system and devices may include any combination of hardware or software that can perform the indicated functions of various embodiments, including computers, network devices, Internet appliances, smartphones, tablets, PDAs, wireless phones, pagers, and the like.
- Computer system 600 may also be connected to other devices that are not illustrated, or instead may operate as a stand-alone system.
- the functionality provided by the illustrated components may in some embodiments be combined in fewer components or distributed in additional components. Similarly, in some embodiments, the functionality of some of the illustrated components may not be provided and/or other additional functionality may be available.
- instructions stored on a computer-accessible medium separate from computer system 600 may be transmitted to computer system 600 via transmission media or signals such as electrical, electromagnetic, or digital signals, conveyed via a communication medium such as a network and/or a wireless link.
- Various embodiments may further include receiving, sending or storing instructions and/or data implemented in accordance with the foregoing description upon a computer-accessible medium or via a communication medium.
- a computer-accessible medium may include a storage medium or memory medium such as magnetic or optical media, e.g., disk or DVD/CD-ROM, volatile or non-volatile media such as RAM (e.g., SDRAM, DDR, RDRAM, SRAM, and the like), ROM, and the like.
Landscapes
- Engineering & Computer Science (AREA)
- Software Systems (AREA)
- Theoretical Computer Science (AREA)
- General Engineering & Computer Science (AREA)
- Physics & Mathematics (AREA)
- General Physics & Mathematics (AREA)
- Computer Security & Cryptography (AREA)
- Computer Networks & Wireless Communication (AREA)
- Signal Processing (AREA)
- Stored Programmes (AREA)
- Information Transfer Between Computers (AREA)
Abstract
Description
Claims
Priority Applications (6)
Application Number | Priority Date | Filing Date | Title |
---|---|---|---|
CA2915695A CA2915695C (en) | 2013-07-12 | 2014-07-10 | Method and apparatus for firmware virtualization |
EP14823798.5A EP3019956A4 (en) | 2013-07-12 | 2014-07-10 | Method and apparatus for firmware virtualization |
SG11201600194SA SG11201600194SA (en) | 2013-07-12 | 2014-07-10 | Method and apparatus for firmware virtualization |
JP2016525493A JP6464162B2 (en) | 2013-07-12 | 2014-07-10 | Method and apparatus for firmware virtualization |
CN201480038517.8A CN105765533B (en) | 2013-07-12 | 2014-07-10 | Method and apparatus for firmware virtualization |
KR1020167000659A KR102073678B1 (en) | 2013-07-12 | 2014-07-10 | Method and apparatus for firmware virtualization |
Applications Claiming Priority (2)
Application Number | Priority Date | Filing Date | Title |
---|---|---|---|
US201361845395P | 2013-07-12 | 2013-07-12 | |
US61/845,395 | 2013-07-12 |
Publications (1)
Publication Number | Publication Date |
---|---|
WO2015006599A1 true WO2015006599A1 (en) | 2015-01-15 |
Family
ID=52278052
Family Applications (1)
Application Number | Title | Priority Date | Filing Date |
---|---|---|---|
PCT/US2014/046215 WO2015006599A1 (en) | 2013-07-12 | 2014-07-10 | Method and apparatus for firmware virtualization |
Country Status (9)
Country | Link |
---|---|
US (2) | US9830136B2 (en) |
EP (1) | EP3019956A4 (en) |
JP (1) | JP6464162B2 (en) |
KR (1) | KR102073678B1 (en) |
CN (1) | CN105765533B (en) |
CA (1) | CA2915695C (en) |
HK (1) | HK1225471A1 (en) |
SG (1) | SG11201600194SA (en) |
WO (1) | WO2015006599A1 (en) |
Families Citing this family (9)
Publication number | Priority date | Publication date | Assignee | Title |
---|---|---|---|---|
FR3054763B1 (en) * | 2016-07-29 | 2019-08-30 | Dover Europe Sarl | SYSTEM FOR ADVANCED PROTECTION OF CONSUMABLE OR DETACHABLE ELEMENTS OF INDUSTRIAL PRINTER |
CN106301914B (en) * | 2016-08-16 | 2019-10-25 | 上海斐讯数据通信技术有限公司 | A kind of configuration data method |
CN106897027B (en) * | 2017-01-18 | 2020-03-24 | 成都电科致远网络科技有限公司 | Distributed storage service system and method based on desktop virtualization |
JP2018120422A (en) * | 2017-01-25 | 2018-08-02 | ルネサスエレクトロニクス株式会社 | On-vehicle communication system, domain master, and firmware updating method |
WO2019023359A1 (en) * | 2017-07-25 | 2019-01-31 | BioHiTech America, LLC | Systems and methods of intelligently controlling equipment such as food waste machines |
EP3717976A4 (en) | 2017-12-01 | 2021-08-04 | Ciambella Ltd. | Method and apparatus for creating and managing smart programmable logic controller (plc) solutions |
US10802821B2 (en) * | 2018-07-24 | 2020-10-13 | Vmware, Inc. | Firmware management |
US11789748B2 (en) | 2020-10-05 | 2023-10-17 | SK Hynix Inc. | Firmware parameters optimizing systems and methods |
KR102553371B1 (en) | 2023-03-29 | 2023-07-07 | 주식회사 하임아이엔씨 | Method and device for automating mcu firmware update customized according to use environment |
Citations (5)
Publication number | Priority date | Publication date | Assignee | Title |
---|---|---|---|---|
US5623604A (en) * | 1992-11-18 | 1997-04-22 | Canon Information Systems, Inc. | Method and apparatus for remotely altering programmable firmware stored in an interactive network board coupled to a network peripheral |
US20020194313A1 (en) * | 2001-06-18 | 2002-12-19 | Brannock Kirk D. | Method and apparatus for distributing computer platform firmware across a network |
US20040267926A1 (en) * | 2003-06-26 | 2004-12-30 | Rothman Michael A. | Accessing firmware of a remote computer system using a remote firmware interface |
US20070234341A1 (en) * | 2001-11-06 | 2007-10-04 | Sandisk Corporation | Implementation of In-System Programming to Update Firmware 0n Memory Cards |
US20110271269A1 (en) * | 2008-08-25 | 2011-11-03 | Davide Tazzari | Hardware Virtualization System |
Family Cites Families (59)
Publication number | Priority date | Publication date | Assignee | Title |
---|---|---|---|---|
US562360A (en) * | 1896-06-16 | Drawing-press | ||
US6108715A (en) | 1994-12-13 | 2000-08-22 | Microsoft Corporation | Method and system for invoking remote procedure calls |
US6266809B1 (en) * | 1997-08-15 | 2001-07-24 | International Business Machines Corporation | Methods, systems and computer program products for secure firmware updates |
US6158031A (en) | 1998-09-08 | 2000-12-05 | Lucent Technologies, Inc. | Automated code generating translator for testing telecommunication system devices and method |
US7376904B2 (en) | 2000-06-13 | 2008-05-20 | National Instruments Corporation | Automatic generation of programs with GUI controls for interactively setting or viewing values |
US6907446B1 (en) | 2000-10-16 | 2005-06-14 | Implicit Networks, Inc. | Method and system for dynamic delivery of beads |
US20020111995A1 (en) * | 2001-02-14 | 2002-08-15 | Mansour Peter M. | Platform-independent distributed user interface system architecture |
US20020194608A1 (en) | 2001-04-26 | 2002-12-19 | Goldhor Richard S. | Method and apparatus for a playback enhancement system implementing a "Say Again" feature |
US8082318B2 (en) | 2001-09-28 | 2011-12-20 | British Telecommunications Plc | Controlling service requests transmitted from a client to a server |
US6895573B2 (en) | 2001-10-26 | 2005-05-17 | Resultmaker A/S | Method for generating a workflow on a computer, and a computer system adapted for performing the method |
US7346672B2 (en) | 2002-03-12 | 2008-03-18 | Hewlett-Packard Development Company, L.P. | Automatic TFTP firmware download |
EP1518268A2 (en) | 2002-07-03 | 2005-03-30 | Tokyo Electron Limited | Method for dynamic sensor configuration and runtime execution |
US8074201B2 (en) | 2002-07-10 | 2011-12-06 | National Instruments Corporation | Deployment and execution of a program on an embedded device |
SE524627C2 (en) | 2002-10-07 | 2004-09-07 | Abb Research Ltd | Wireless controller and method for controlling a device arranged relative to a robot |
US7246319B2 (en) | 2003-08-22 | 2007-07-17 | Idx Systems Corporation | Information system supporting customizable user interfaces and process flows |
US8104043B2 (en) | 2003-11-24 | 2012-01-24 | Microsoft Corporation | System and method for dynamic cooperative distributed execution of computer tasks without a centralized controller |
US20060036755A1 (en) | 2004-05-07 | 2006-02-16 | Abdullah Ibrahim S | Meta-protocol |
US7810099B2 (en) | 2004-06-17 | 2010-10-05 | International Business Machines Corporation | Optimizing workflow execution against a heterogeneous grid computing topology |
US7603562B2 (en) * | 2005-02-02 | 2009-10-13 | Insyde Software Corporation | System and method for reducing memory requirements of firmware |
US7530059B2 (en) | 2005-02-18 | 2009-05-05 | International Business Machines Corporation | Method for inlining native functions into compiled java code |
US9317259B2 (en) | 2005-05-12 | 2016-04-19 | International Business Machines Corporation | Apparatus, system, and method for automatically generating a reusable software component for interfacing with a web service |
US7558915B2 (en) * | 2005-06-06 | 2009-07-07 | Dell Products L.P. | System and method for updating the firmware of a device in a storage network |
US20070056024A1 (en) * | 2005-09-05 | 2007-03-08 | Ho-Hsiung Hsu | Method for remote server login |
US7481361B2 (en) | 2005-09-29 | 2009-01-27 | International Business Machines Corporation | Method and system for identifying unsafe synthetic transactions and modifying parameters for automated playback |
KR100687762B1 (en) | 2006-03-07 | 2007-02-27 | 한국전자통신연구원 | Apparatus for resolving code, apparatus for providing code information and the method thereof |
JP4808558B2 (en) | 2006-07-12 | 2011-11-02 | 日本電信電話株式会社 | Cooperation scenario creation support system, method and program thereof |
US7886234B2 (en) | 2006-10-13 | 2011-02-08 | Mediatek Inc. | Systems and methods for creating embedded target images |
KR20080044576A (en) | 2006-11-17 | 2008-05-21 | 오종택 | Apparatus, system and method for electric power distribution using ad-hoc communication network |
US10997531B2 (en) | 2007-09-11 | 2021-05-04 | Ciambella Ltd. | System, method and graphical user interface for workflow generation, deployment and/or execution |
US20090198770A1 (en) | 2008-02-04 | 2009-08-06 | Universal Scientific Industrial Co., Ltd. | System and method of updating codes in controller |
US9311115B2 (en) | 2008-05-13 | 2016-04-12 | Apple Inc. | Pushing a graphical user interface to a remote device with display rules provided by the remote device |
US8249950B2 (en) | 2008-07-11 | 2012-08-21 | Ebay Inc. | Payment mechanism integration wizard |
CN101373441B (en) * | 2008-09-19 | 2012-04-18 | 苏州壹世通科技有限公司 | Virtual platform system based on firmware |
DE102009011679A1 (en) | 2009-02-23 | 2010-08-26 | Pilz Gmbh & Co. Kg | Method and device for creating a user program for a safety control |
US8948067B2 (en) | 2009-04-23 | 2015-02-03 | Honeywell International Inc. | Wireless controller grids for process control and other systems and related apparatus and method |
WO2010135359A2 (en) * | 2009-05-19 | 2010-11-25 | Smx Inet Global Services Sa | Providing a local device with computing services from a remote host |
US8214653B1 (en) * | 2009-09-04 | 2012-07-03 | Amazon Technologies, Inc. | Secured firmware updates |
JP2011150430A (en) | 2010-01-19 | 2011-08-04 | Kyocera Mita Corp | Sdk distribution package generation device, sdk distribution package generation method, and sdk distribution package generation program |
US8869138B2 (en) * | 2011-11-11 | 2014-10-21 | Wyse Technology L.L.C. | Robust firmware update with recovery logic |
US8775781B2 (en) * | 2010-03-25 | 2014-07-08 | Microsoft Corporation | Intelligent boot device selection and recovery |
CN102262557B (en) | 2010-05-25 | 2015-01-21 | 运软网络科技(上海)有限公司 | Method for constructing virtual machine monitor by bus architecture and performance service framework |
US8655461B2 (en) | 2010-05-25 | 2014-02-18 | Siemens Product Lifecycle Management Software Inc. | Method, system, and non-transitory computer readable storage medium for generating code for a closed-loop controller |
US8959363B2 (en) * | 2010-06-03 | 2015-02-17 | Intel Corporation | Systems, methods, and apparatus to virtualize TPM accesses |
US8479154B1 (en) | 2010-08-20 | 2013-07-02 | Google Inc. | Interaction with partially constructed mobile device applications |
CN102479079B (en) | 2010-11-29 | 2015-04-01 | 中兴通讯股份有限公司 | Method and device for generating application |
US20120198434A1 (en) * | 2011-01-31 | 2012-08-02 | Digi International Inc. | Virtual bundling of remote device firmware upgrade |
US20120233588A1 (en) | 2011-03-10 | 2012-09-13 | Infosys Technologies Ltd. | Blended service creation, test, and deployment environment for multiple service endpoints |
US9250883B2 (en) | 2011-06-02 | 2016-02-02 | Open Invention Network, Llc | System and method for pervasive software platform-based model driven architecture application generator |
DE112011105752T5 (en) * | 2011-10-21 | 2014-10-02 | Hewlett-Packard Development Company, L.P. | Web-based interface for accessing a function of a basic input / output system |
US20130201316A1 (en) | 2012-01-09 | 2013-08-08 | May Patents Ltd. | System and method for server based control |
EP2807523B1 (en) | 2012-01-23 | 2023-08-02 | Schneider Electric Buildings Americas, Inc. | Programmable peripheral unit |
WO2013152431A1 (en) | 2012-04-12 | 2013-10-17 | Absolute Software Corporation | Configuration of third party applications in a sandboxed environment |
US9015694B2 (en) * | 2012-10-31 | 2015-04-21 | Aruba Networks, Inc | Cloud-based firmware distribution service |
DK3011442T3 (en) | 2013-06-18 | 2021-01-04 | Ciambella Ltd | METHOD AND DEVICE FOR GENERATING A CUSTOM SOFTWARE DEVELOPMENT KIT (SDK) |
CN105849691B (en) | 2013-06-18 | 2019-09-13 | 西安姆贝拉有限公司 | The method and apparatus generated for code virtualization and remote process call |
US20150127192A1 (en) | 2013-11-06 | 2015-05-07 | Hitachi, Ltd | Wireless vehicle control system |
US9619122B2 (en) | 2014-01-10 | 2017-04-11 | Ciambella Ltd. | Method and apparatus for automatic device program generation |
JP6441061B2 (en) | 2014-12-16 | 2018-12-19 | 株式会社ダイヘン | Machine control system and user interface setting method of machine control system |
US9547482B2 (en) | 2015-06-02 | 2017-01-17 | Sap Portals Israel Ltd. | Declarative design-time experience platform for code generation |
-
2014
- 2014-07-10 WO PCT/US2014/046215 patent/WO2015006599A1/en active Application Filing
- 2014-07-10 US US14/328,415 patent/US9830136B2/en active Active
- 2014-07-10 CA CA2915695A patent/CA2915695C/en active Active
- 2014-07-10 JP JP2016525493A patent/JP6464162B2/en active Active
- 2014-07-10 CN CN201480038517.8A patent/CN105765533B/en active Active
- 2014-07-10 KR KR1020167000659A patent/KR102073678B1/en active IP Right Grant
- 2014-07-10 EP EP14823798.5A patent/EP3019956A4/en not_active Withdrawn
- 2014-07-10 SG SG11201600194SA patent/SG11201600194SA/en unknown
-
2016
- 2016-12-02 HK HK16113791A patent/HK1225471A1/en unknown
-
2017
- 2017-11-27 US US15/823,508 patent/US10282185B2/en active Active
Patent Citations (5)
Publication number | Priority date | Publication date | Assignee | Title |
---|---|---|---|---|
US5623604A (en) * | 1992-11-18 | 1997-04-22 | Canon Information Systems, Inc. | Method and apparatus for remotely altering programmable firmware stored in an interactive network board coupled to a network peripheral |
US20020194313A1 (en) * | 2001-06-18 | 2002-12-19 | Brannock Kirk D. | Method and apparatus for distributing computer platform firmware across a network |
US20070234341A1 (en) * | 2001-11-06 | 2007-10-04 | Sandisk Corporation | Implementation of In-System Programming to Update Firmware 0n Memory Cards |
US20040267926A1 (en) * | 2003-06-26 | 2004-12-30 | Rothman Michael A. | Accessing firmware of a remote computer system using a remote firmware interface |
US20110271269A1 (en) * | 2008-08-25 | 2011-11-03 | Davide Tazzari | Hardware Virtualization System |
Also Published As
Publication number | Publication date |
---|---|
US20180081658A1 (en) | 2018-03-22 |
CN105765533B (en) | 2019-03-01 |
KR102073678B1 (en) | 2020-02-06 |
CA2915695C (en) | 2022-03-29 |
JP2016529602A (en) | 2016-09-23 |
KR20160061306A (en) | 2016-05-31 |
CN105765533A (en) | 2016-07-13 |
EP3019956A4 (en) | 2017-03-15 |
CA2915695A1 (en) | 2015-01-15 |
US9830136B2 (en) | 2017-11-28 |
US20150019692A1 (en) | 2015-01-15 |
JP6464162B2 (en) | 2019-02-06 |
HK1225471A1 (en) | 2017-09-08 |
EP3019956A1 (en) | 2016-05-18 |
US10282185B2 (en) | 2019-05-07 |
SG11201600194SA (en) | 2016-02-26 |
Similar Documents
Publication | Publication Date | Title |
---|---|---|
US10282185B2 (en) | Method and apparatus for firmware virtualization | |
EP3011442B1 (en) | Method and apparatus for customized software development kit (sdk) generation | |
EP3011444B1 (en) | Method and apparatus for code virtualization and remote process call generation | |
KR20140126328A (en) | Using an application cache to update resources of installed applications | |
WO2010020124A1 (en) | Method, server and system for software installing | |
CN106911500B (en) | Physical machine configuration method and device and physical machine | |
CN102945182A (en) | Application program updating method and device | |
CN104899068A (en) | Method and device for multi-process start by container | |
US20180059650A1 (en) | Techniques for multiple application banks in a welding or cutting system | |
EP3872630B1 (en) | Request processing method and apparatus, electronic device, and computer storage medium | |
CN110574006B (en) | System and method for automatically synchronizing responses and conditions on a device | |
CN108595195B (en) | Application program updating method, device, terminal and storage medium | |
US10520929B2 (en) | Techniques for implementing universal commands in a welding or cutting system | |
CN112732265A (en) | Data processing method and related device | |
CN112667350B (en) | Configuration scheduling method, device and system | |
KR102506155B1 (en) | Electronic device, application executing system and control methods thereof | |
US20180059640A1 (en) | Techniques for event driven scheduling in a welding or cutting system | |
CN113849839A (en) | Picture display method and device, server, electronic equipment and storage medium | |
CN112650537A (en) | Server configuration method, device, equipment and computer readable storage medium | |
CN109840156B (en) | Data caching method and equipment, storage medium and terminal thereof | |
TW201635140A (en) | Method and system for installing application | |
US20190028530A1 (en) | Information processing apparatus, method of controlling the same, and computer readable medium | |
CN113504924A (en) | Application manifest updating method, device, equipment and storage medium | |
CN114461266A (en) | Code processing method and device | |
CN110925935A (en) | Timing control method and device, storage medium and computer equipment |
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: 14823798 Country of ref document: EP Kind code of ref document: A1 |
|
WWE | Wipo information: entry into national phase |
Ref document number: 2014823798 Country of ref document: EP |
|
ENP | Entry into the national phase |
Ref document number: 2915695 Country of ref document: CA |
|
ENP | Entry into the national phase |
Ref document number: 2016525493 Country of ref document: JP Kind code of ref document: A |
|
ENP | Entry into the national phase |
Ref document number: 20167000659 Country of ref document: KR Kind code of ref document: A |
|
NENP | Non-entry into the national phase |
Ref country code: DE |