WO2017148287A1 - Procédé, appareil et plateforme de développement de logiciel incorporé, et support d'informations - Google Patents

Procédé, appareil et plateforme de développement de logiciel incorporé, et support d'informations Download PDF

Info

Publication number
WO2017148287A1
WO2017148287A1 PCT/CN2017/074092 CN2017074092W WO2017148287A1 WO 2017148287 A1 WO2017148287 A1 WO 2017148287A1 CN 2017074092 W CN2017074092 W CN 2017074092W WO 2017148287 A1 WO2017148287 A1 WO 2017148287A1
Authority
WO
WIPO (PCT)
Prior art keywords
information
user
development environment
compiler
embedded software
Prior art date
Application number
PCT/CN2017/074092
Other languages
English (en)
Chinese (zh)
Inventor
杜迎泽
罗贤国
段啸风
Original Assignee
中兴通讯股份有限公司
Priority date (The priority date is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the date listed.)
Filing date
Publication date
Application filed by 中兴通讯股份有限公司 filed Critical 中兴通讯股份有限公司
Publication of WO2017148287A1 publication Critical patent/WO2017148287A1/fr

Links

Images

Classifications

    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F9/00Arrangements for program control, e.g. control units
    • G06F9/06Arrangements 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/44Arrangements for executing specific programs
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F8/00Arrangements for software engineering
    • G06F8/20Software design
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F8/00Arrangements for software engineering
    • G06F8/30Creation or generation of source code
    • G06F8/37Compiler construction; Parser generation

Definitions

  • the invention relates to the field of embedded software development, in particular to an embedded software development method, device, platform and storage medium.
  • PC with serial port
  • embedded devices such as a single board, network cable, serial cable and switches that may be needed.
  • the software that needs to be prepared is: Serial terminal software, compiler, integrated development environment, ftp (File Transfer Protocol) / tftp (Trivial File Transfer Protocol) server software, debugger, etc.
  • the process of the embedded software development activities basically includes: setting up the development environment, connecting the serial port of the board to the serial port of the PC, and accessing the network port of the board to the network port of the PC; writing the program using the integrated development environment and compiling the link into a binary file Download the binary file to the board for debugging and running; after the development is completed, disassemble the environment and return the device to complete the development of the embedded software.
  • the object of the present invention is to provide an embedded software development method, device, platform and storage medium, which can reduce the complexity of the embedded development environment and effectively integrate and manage the internal resources of the development team by uniformly configuring and managing all resources. Reduce resource constraints for embedded development, achieve rational use of resources, and reduce development costs.
  • an embodiment of the present invention provides an embedded software development method, including:
  • configuration information includes device information, integrated development environment information, compiler information, and computing resource information;
  • the device corresponding to the device information is accessed through a physical network, and correspondingly configured according to the integrated development environment information, compiler information, and computing resource information;
  • the configured integrated development environment, compiler, and computing resources are invoked according to the user-initiated development instruction, and the corresponding software development process is performed through the accessed device.
  • the step of obtaining the development information requested by the user after the user identity verification is passed includes:
  • the configuration information is determined according to the application information.
  • the step of configuring, according to the configuration information, the device corresponding to the device information through the physical network, and correspondingly configuring the integrated development environment information, the compiler information, and the computing resource information includes:
  • the device is connected through a physical network, and the serial port of the device is redirected;
  • the corresponding integrated development environment, compiler, and computing resources are allocated according to the integrated development environment information, compiler information, and computing resource information.
  • the development instruction includes a compilation instruction
  • the configured integrated development environment, the compiler, and the computing resource are invoked, and the steps of the corresponding software development process are performed through the accessed device, including:
  • the compiler is invoked by the compiler entry provided by the integrated development environment to compile the link;
  • the running result of the device is displayed.
  • the method further includes:
  • a device that manages the device information A device that manages the device information.
  • the device information includes at least one of an architecture, a memory, a serial port, and a baud rate.
  • the integrated development environment is an online integrated development environment Web IDE or a stand-alone integrated development environment installed on a virtual machine.
  • an embodiment of the present invention further provides an embedded software development apparatus, including:
  • Obtaining a module configured to obtain configuration information requested by the user after the user authentication is passed, where the configuration information includes device information, integrated development environment information, compiler information, and computing resource information;
  • the first processing module is configured to access, according to the configuration information, a device corresponding to the device information through a physical network, and corresponding to the integrated development environment information, compiler information, and computing resources
  • the source information is configured accordingly;
  • the second processing module is configured to invoke the configured integrated development environment, the compiler, and the computing resource according to the user-initiated development instruction, and perform the corresponding software development process through the accessed device.
  • the obtaining module includes:
  • Obtaining a sub-module configured to obtain application information input by the user on the application interface
  • the determining submodule is configured to determine the configuration information according to the application information.
  • the first processing module includes:
  • Querying a sub-module configured to query a corresponding device according to the device information
  • the access sub-module is configured to connect the device through a physical network, and redirect the serial port of the device;
  • the allocation submodule is configured to allocate a corresponding integrated development environment, a compiler, and a computing resource according to the integrated development environment information, compiler information, and computing resource information.
  • the development instruction includes a compilation instruction
  • the second processing module comprises:
  • the first calling submodule is configured to invoke the integrated development environment and computing resources configured according to the compiling instruction
  • a second calling sub-module configured to: after the user completes the code compilation by using the integrated development environment and the computing resource, compiling a link by using a compiler input provided by the integrated development environment;
  • the display submodule is configured to display the running result of the device after the user starts the device to run the program.
  • the device further includes:
  • a resource entry module configured to receive device information
  • the device management module is configured to manage a device corresponding to the device information.
  • the device information includes at least one of an architecture, a memory, a serial port, and a baud rate.
  • the integrated development environment is an online integrated development environment Web IDE or a stand-alone integrated development environment installed on a virtual machine.
  • embodiments of the present invention also provide an embedded software development platform including the embedded software development apparatus as described above.
  • the embodiment of the invention further provides a computer storage medium, wherein the computer storage medium stores computer executable instructions for executing the embedded software development method described above.
  • the embedded software development method of the embodiment of the present invention acquires configuration information requested by the user, including device information, integrated development environment information, compiler information, and computing resource information, after the user identity verification is passed, and learns according to the obtained configuration information.
  • the cloud function is used to access the device applied by the user through the physical network, and the integrated development environment, the compiler, and the computing resource applied by the user are configured.
  • the user can then trigger development instructions to invoke the configured integrated development environment, compilers, and computing resources to perform the software development process through the connected devices.
  • software and hardware resources can be virtualized, and users can be provided with software development work conveniently and conveniently.
  • the complexity of the embedded development environment is reduced, and the internal resources of the development team are effectively integrated. Management reduces resource constraints for embedded development, rationally utilizes resources, and reduces development costs.
  • FIG. 1 is a schematic flowchart 1 of an embedded software development method according to an embodiment of the present invention.
  • FIG. 2 is a second schematic flowchart of an embedded software development method according to an embodiment of the present invention.
  • FIG. 3 is a schematic flowchart 3 of an embedded software development method according to an embodiment of the present invention.
  • FIG. 4 is a schematic structural diagram 1 of an embedded software development apparatus according to an embodiment of the present invention.
  • FIG. 5 is a schematic structural diagram 2 of an embedded software development apparatus according to an embodiment of the present invention.
  • FIG. 6 is a schematic diagram of functions of an embedded software development platform according to an embodiment of the present invention.
  • the invention aims at the problems of complicated debugging, low degree of environmental reuse, high cost and low resource utilization in the existing software development mode, and proposes an embedded software development method, which reduces the configuration and management of all resources to reduce
  • the complexity of the embedded development environment builds, effectively integrates and manages the internal resources of the development team, reduces the resource constraints of embedded development, realizes the rational use of resources, and reduces development costs.
  • an embedded software development method includes:
  • Step 101 After the user identity verification is passed, obtain configuration information requested by the user, where the configuration information includes device information, integrated development environment information, compiler information, and computing resource information.
  • Step 102 Access, according to the configuration information, a device corresponding to the device information through a physical network, and perform corresponding configuration according to the integrated development environment information, compiler information, and computing resource information.
  • Step 103 According to the development instruction triggered by the user, invoke the configured integrated development environment, the compiler, and the computing resource, and perform the corresponding software development process through the accessed device.
  • the embedded software development method of the embodiment of the invention is applied to a corresponding embedded software development platform.
  • a corresponding embedded software development platform On this platform, users need to register, so when the user logs in to the platform, the platform will authenticate the user and determine whether the current user has permission to use the platform.
  • the user can use the platform to perform software development, and apply for the device, the integrated development environment, the compiler, and the computing resource to be used by the user. Therefore, in the embodiment of the present invention, after the user identity verification is passed, the user obtains Configuration information requested by the user, including device information, integrated development environment information, compiler information, and computing resource information.
  • the platform learns the user's needs by obtaining the configuration information, and according to the information, accesses the device applied by the user through the physical network, and applies to the user. Please configure the integrated development environment, compiler, and computing resources. The user can then trigger development instructions to invoke the configured integrated development environment, compiler, and computing resources to perform the software development process through the connected devices.
  • the embedded software development method of the embodiment of the invention is based on the cloud computing technology, and virtualizes the software and hardware resources required for the embedded software development, and correspondingly performs access and configuration when the user applies, so that the user can conveniently and quickly provide the software.
  • Development work through the unified configuration and management of all resources, reduce the complexity of the embedded development environment, effectively integrate and manage the internal resources of the development team, reduce the resource constraints of embedded development, realize the rational use of resources, and reduce the development cost. .
  • the device information includes at least one of an architecture, a memory, a serial port, and a baud rate.
  • Integrated development environment information includes types of integrated development environments, such as the online integrated development environment Web IDE or a stand-alone integrated development environment installed on a virtual machine. Therefore, in the above embodiment, the integrated development environment is an online integrated development environment Web IDE or a stand-alone integrated development environment installed on a virtual machine.
  • Compiler information primarily includes the architecture of the compiler, including but not limited to x86, x64, arm, mips, and powerpc.
  • the computing resource is a CPU, memory, and storage resource required by the user to compile the linked embedded program, and the computing resource information may include the type and size of the computing resource.
  • a user-application interface is provided, and the user applies at the interface.
  • the application interface can display resource information of the platform, such as various aspects of embedded devices, integrated development environments, compilers, and computing resources. Users can choose their own embedded devices, integrated development environment, compiler and computing resources by selecting or filling out application information according to their needs and capabilities.
  • step 101 includes:
  • Step 1011 Obtain application information input by the user on the application interface.
  • Step 1012 Determine configuration information according to the application information.
  • the user can select the x86 architecture in the device list of the application interface, the memory is 1G, and the serial port baud rate is 115200.
  • applications for integrated development environments, compilers, and computing resources are available.
  • step 102 is performed according to the user.
  • the configuration information of the application is specifically prepared before the development includes:
  • Step 1021 Query a corresponding device according to the device information.
  • Step 1022 Connect the device through a physical network, and redirect the serial port of the device.
  • Step 1023 Allocate a corresponding integrated development environment, a compiler, and a computing resource according to the integrated development environment information, compiler information, and computing resource information.
  • the resources of the embedded software development platform are virtualized, and some device information of the embedded device is recorded in the embedded device resource, and is provided to the user.
  • the device information of the embedded device is input, and the device information input by the user and the device information recorded by the platform are respectively queried to determine the embedded device that the user applies for. Then connect the device through the physical network and redirect its serial port to the browser where the user logs in to the embedded software development platform.
  • the user login platform in Beijing can also use an embedded device located in Shanghai under the platform for software development, freeing the geographical restrictions.
  • the integrated development environment, compiler, and computing resources are distributed based on the user's application for integrated development environment information, compiler information, and computing resource information.
  • the serial port redirection of the device is determined according to the port of the login platform, and is not limited to the browser or the client, and is not enumerated here.
  • the user Trigger on/off/restart the device.
  • the user logs in to the embedded software development platform in the browser, and the virtual button is triggered by the user interface provided by the platform.
  • the embedded device is marked, the computing resource is privately set, and other users are not authorized. Can not be accessed, each device can only be applied by one user at the same time, allocating other resources to users who apply the same application, improving efficiency and resource privateness.
  • the development instruction refers to the user software. a corresponding startup instruction of the development process, the development instruction including a compilation instruction;
  • step 103 includes:
  • Step 1031 Call the integrated development environment and computing resources that are configured according to the compiling instruction.
  • Step 1032 after the user completes the code compilation by using the integrated development environment and the computing resource, the compiler is invoked by the compiler entry provided by the integrated development environment to compile the link;
  • Step 1033 After the user starts the device to run the program, the running result of the device is displayed.
  • the user can trigger the compiling instruction through the user interface, call the integrated development environment and computing resources requested by the user, and provide the user with the integrated development environment and the computing resource to complete the code compiling, and then correspondingly through the compiling entry call provided by the integrated development environment.
  • the compiler compiles the link and links the compiled program to a binary that can be run on the corresponding embedded device.
  • the user then triggers the device power management button through the user interface to start the embedded device, and the binary file is downloaded to the embedded device. Because the serial port is redirected to the browser, the program is run on the serial interface provided by the browser to view the running result of the program. If the program runs as expected, Users can use the debugging function of the integrated development environment to cross- debug the program. The debugging process will not be described here.
  • the device resource needs to be stored and recorded on the platform of the application, and the method further includes:
  • Step 104 Receive device information entered by an administrator.
  • Step 105 Manage a device corresponding to the device information.
  • the administrator After the platform is successfully initialized, the administrator needs to configure basic information, configure the network where all kinds of resources are located, and ensure network interworking. In addition, the administrator can also perform grouping, permission setting, and the like of the user. After that, the embedded device is accessed according to the preset rules. Of course, the access at this time is not connected, but the network, serial port redirection, and power management are correctly wired. The administrator then enters the device information of these embedded devices. . The platform receives the device information entered by the administrator and stores it to manage the devices. For example, the user can quickly and conveniently approve the application, assign the corresponding device to the user, or display the running result after the device runs the program.
  • administrators can modify and enter new device information in the case of newly added devices or device upgrades, and the platform receives new device information for updating and storage.
  • the embedded software development method of the embodiment of the present invention reduces the complexity of the embedded development environment by uniformly configuring and managing all resources, effectively integrating and managing internal resources of the development team, and reducing embedded development. Resource constraints, rational use of resources, and reduced development costs.
  • FIG. 4 is a block diagram of an embedded software development apparatus according to an embodiment of the present invention, including:
  • the obtaining module 401 is configured to: after the user identity verification is passed, obtain configuration information requested by the user, where the configuration information includes device information, integrated development environment information, compiler information, and computing resource information;
  • the first processing module 402 is configured to access, according to the configuration information, a device corresponding to the device information through a physical network, and perform corresponding configuration according to the integrated development environment information, compiler information, and computing resource information;
  • the second processing module 403 is configured to invoke the configured integrated development environment, the compiler, and the computing resource according to the development instruction triggered by the user, and perform the corresponding software development process through the accessed device.
  • the obtaining module 401 includes:
  • the obtaining submodule 4011 is configured to obtain application information input by the user on the application interface
  • the determining submodule 4012 is configured to determine the configuration information according to the application information.
  • the first processing module 402 includes:
  • the query sub-module 4021 is configured to query the corresponding device according to the device information
  • the access sub-module 4022 is configured to connect the device through a physical network, and redirect the serial port of the device.
  • the distribution sub-module 4023 is configured to allocate a corresponding integrated development environment, a compiler, and a computing resource according to the integrated development environment information, compiler information, and computing resource information.
  • the development instruction includes a compilation instruction
  • the second processing module 403 includes:
  • the first calling submodule 4031 is configured to invoke the configured integrated development environment and computing resources according to the compiling instruction
  • the second calling sub-module 4032 is configured to: after the user completes the code compilation by using the integrated development environment and the computing resource, compiling a link by using a compiler input provided by the integrated development environment;
  • the display submodule 4033 is configured to display a running result of the device after the user starts the device to perform a program running.
  • the device further comprises:
  • the resource entry module 404 is configured to receive device information; the device information may be entered by an administrator;
  • the device management module 405 is configured to manage a device corresponding to the device information.
  • the function performed by the device management module 405 can be implemented by a device resource pool.
  • the device information includes at least one of an architecture, a memory, a serial port, and a baud rate.
  • the integrated development environment is an online integrated development environment Web IDE or a stand-alone integrated development environment installed on a virtual machine.
  • the embedded software development device of the embodiment of the invention reduces the complexity of the embedded development environment by uniformly configuring and managing all resources, effectively integrates and manages the internal resources of the development team, reduces the resource limitation of the embedded development, and realizes Rational use of resources to reduce development costs.
  • the embedded software development apparatus is an apparatus to which the above-mentioned embedded software development method is applied, and the implementation manner of the above-mentioned embedded software development method is applicable to the apparatus, and the same technical effect can be achieved.
  • Embodiments of the present invention also provide an embedded software development platform, including the embedded software development apparatus as described above.
  • the embedded software development platform of the embodiment of the present invention provides a user interface, an administrator interface, a computing resource management, a network management, an embedded device management, and an integrated development environment management, etc., based on the basic cloud platform.
  • the interaction between the user client and the browser is implemented; the resource is entered for the user to apply for; the embedded device is managed by the device resource pool, including but not limited to the physical board. , simulation board, After the user applies successfully, the embedded device is connected to China Unicom; the integrated development environment required by the user is provided; the compiler required by the user is provided; and the computing resources required by the user are provided.
  • the embedded software development platform reduces the complexity of the embedded development environment by uniformly configuring and managing all resources, effectively integrating and managing the internal resources of the development team, reducing resource constraints of embedded development, and realizing the rational use of resources. Reduce development costs.
  • the platform can be deployed inside the enterprise, as an enterprise private cloud, or deployed on the network as a public cloud platform.
  • the embedded software development platform of the embodiment of the present invention is also a platform to which the foregoing embedded software development method is applied, and the implementation manner of the foregoing embedded software development method is applicable to the platform, and can also achieve the same technical effect.
  • the functions performed by the obtaining module 401, the first processing module 402, the second processing module 403, and the resource input module 404 in the embedded software development apparatus provided in the embodiment of the present invention may be implemented by a processor, and may also be specifically The logic circuit is implemented; wherein the processor may be a processor of an embedded software development platform, and in practical applications, the processor may be a central processing unit (CPU), a microprocessor (MPU), a digital signal processor (DSP) ) or field programmable gate array (FPGA).
  • CPU central processing unit
  • MPU microprocessor
  • DSP digital signal processor
  • FPGA field programmable gate array
  • the above embedded software development method is implemented in the form of a software function module and sold or used as a stand-alone product, it may also be stored in a computer readable storage medium.
  • the technical solution of the embodiments of the present invention may be embodied in the form of a software product in essence or in the form of a software product stored in a storage medium, including a plurality of instructions.
  • a computer device (which may be a personal computer, server, or network device, etc.) is caused to perform all or part of the methods described in various embodiments of the present invention.
  • the foregoing storage medium includes: a U disk, a mobile hard disk, a read only memory (ROM), a magnetic disk, or an optical disk, and the like, which can store program codes. medium.
  • ROM read only memory
  • magnetic disk magnetic disk
  • optical disk optical disk
  • embodiments of the invention are not limited to any specific combination of hardware and software.
  • an embodiment of the present invention further provides a computer storage medium, where the computer storage medium stores a computer program, and the computer program is used to execute the foregoing embedded software development method of the embodiment of the present invention.

Landscapes

  • Engineering & Computer Science (AREA)
  • Software Systems (AREA)
  • Theoretical Computer Science (AREA)
  • General Engineering & Computer Science (AREA)
  • Physics & Mathematics (AREA)
  • General Physics & Mathematics (AREA)
  • Stored Programmes (AREA)

Abstract

L'invention concerne un procédé, un appareil et une plateforme de développement de logiciel incorporé et un support d'informations, qui se rapportent au champ du développement de logiciel incorporé. Le procédé consiste : après le succès de l'authentification de l'identité d'un utilisateur, à obtenir des informations de configuration appliquées par l'utilisateur, les informations de configuration comprenant des informations de dispositif, des informations d'environnement de développement intégré, des informations de compilateur et des informations de ressources de calcul (101) ; à accéder, par un réseau physique, à un dispositif correspondant aux informations de dispositif selon les informations de configuration, et à configurer de manière correspondante les informations d'environnement de développement intégré, les informations de compilateur et les informations de ressources de calcul (102) ; et à programmer un environnement configuré de développement intégré, un compilateur configuré et une ressource configurée de calcul selon une instruction de développement déclenchée par l'utilisateur, et à procéder à un processus de développement de logiciel correspondant au moyen du dispositif auquel on a accédé (103). Dans la solution, les ressources sont allouées et gérées de manière unifiée, réduisant ainsi la complexité de construction d'un environnement de développement ; les ressources sont intégrées et gérées efficacement, de sorte que des limitations sur les ressources développées sont réduites, et que les ressources sont utilisées correctement, réduisant ainsi les coûts de développement.
PCT/CN2017/074092 2016-03-02 2017-02-20 Procédé, appareil et plateforme de développement de logiciel incorporé, et support d'informations WO2017148287A1 (fr)

Applications Claiming Priority (2)

Application Number Priority Date Filing Date Title
CN201610117676.8 2016-03-02
CN201610117676.8A CN107153529A (zh) 2016-03-02 2016-03-02 一种嵌入式软件开发方法、装置及平台

Publications (1)

Publication Number Publication Date
WO2017148287A1 true WO2017148287A1 (fr) 2017-09-08

Family

ID=59742510

Family Applications (1)

Application Number Title Priority Date Filing Date
PCT/CN2017/074092 WO2017148287A1 (fr) 2016-03-02 2017-02-20 Procédé, appareil et plateforme de développement de logiciel incorporé, et support d'informations

Country Status (2)

Country Link
CN (1) CN107153529A (fr)
WO (1) WO2017148287A1 (fr)

Cited By (4)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN110308908A (zh) * 2018-03-20 2019-10-08 北京小米移动软件有限公司 应用的配置文件的生成和应用页面的展示方法、装置及存储介质
CN111061460A (zh) * 2019-12-13 2020-04-24 杭州中恒电气股份有限公司 基于嵌入式系统的通用软件开发平台
CN111475147A (zh) * 2019-01-24 2020-07-31 西安诺瓦电子科技有限公司 视频处理方法、系统、装置及其开发系统以及存储介质
CN114785847A (zh) * 2022-03-09 2022-07-22 中车唐山机车车辆有限公司 网络控制软件开发配置方法、终端及存储介质

Families Citing this family (5)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN108595169B (zh) * 2018-04-28 2021-07-27 南京南瑞继保电气有限公司 一种可视化编程方法、云端服务器及存储介质
CN111190605A (zh) * 2019-12-05 2020-05-22 五邑大学 嵌入式平台的部署方法、设备及存储介质
CN114401306B (zh) * 2022-01-14 2024-03-12 中航机载系统共性技术有限公司 一种异地协同嵌入式开发系统及方法
CN116932449B (zh) * 2023-09-15 2023-12-15 浪潮(山东)计算机科技有限公司 串口重定向到远端设备的实现方法、系统、设备及介质
CN117560285B (zh) * 2024-01-08 2024-04-09 河北普兰特生物科技有限公司 一种智控物联整机ota升级方法、客户端及服务端

Citations (4)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN1725177A (zh) * 2004-07-21 2006-01-25 中国科学院软件研究所 嵌入式设备集成开发系统及其使用方法
CN101923465A (zh) * 2010-06-25 2010-12-22 深圳创维-Rgb电子有限公司 一种面向嵌入式应用的易扩展web服务系统
CN102063818A (zh) * 2010-08-12 2011-05-18 华东交通大学 一种服务于高校计算机与软件教学的实验云平台系统
CN104660680A (zh) * 2015-01-26 2015-05-27 青岛市环境信息中心 一种应用系统集成云终端平台及集成方法

Patent Citations (4)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN1725177A (zh) * 2004-07-21 2006-01-25 中国科学院软件研究所 嵌入式设备集成开发系统及其使用方法
CN101923465A (zh) * 2010-06-25 2010-12-22 深圳创维-Rgb电子有限公司 一种面向嵌入式应用的易扩展web服务系统
CN102063818A (zh) * 2010-08-12 2011-05-18 华东交通大学 一种服务于高校计算机与软件教学的实验云平台系统
CN104660680A (zh) * 2015-01-26 2015-05-27 青岛市环境信息中心 一种应用系统集成云终端平台及集成方法

Cited By (8)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN110308908A (zh) * 2018-03-20 2019-10-08 北京小米移动软件有限公司 应用的配置文件的生成和应用页面的展示方法、装置及存储介质
CN110308908B (zh) * 2018-03-20 2023-07-18 北京小米移动软件有限公司 应用的配置文件的生成和应用页面的展示方法、装置及存储介质
CN111475147A (zh) * 2019-01-24 2020-07-31 西安诺瓦电子科技有限公司 视频处理方法、系统、装置及其开发系统以及存储介质
CN111475147B (zh) * 2019-01-24 2024-03-15 西安诺瓦星云科技股份有限公司 视频处理方法、系统、装置及其开发系统以及存储介质
CN111061460A (zh) * 2019-12-13 2020-04-24 杭州中恒电气股份有限公司 基于嵌入式系统的通用软件开发平台
CN111061460B (zh) * 2019-12-13 2023-09-29 杭州中恒电气股份有限公司 基于嵌入式系统的通用软件开发平台
CN114785847A (zh) * 2022-03-09 2022-07-22 中车唐山机车车辆有限公司 网络控制软件开发配置方法、终端及存储介质
CN114785847B (zh) * 2022-03-09 2024-01-12 中车唐山机车车辆有限公司 网络控制软件开发配置方法、终端及存储介质

Also Published As

Publication number Publication date
CN107153529A (zh) 2017-09-12

Similar Documents

Publication Publication Date Title
WO2017148287A1 (fr) Procédé, appareil et plateforme de développement de logiciel incorporé, et support d'informations
US10203941B1 (en) Cross platform content management and distribution system
US11086661B2 (en) Container chaining for automated process completion
Azab Enabling docker containers for high-performance and many-task computing
US8549288B2 (en) Dynamic creation and hierarchical organization of trusted platform modules
US8990809B1 (en) Creating a virtual appliance using existing installation manifest
JP6518346B2 (ja) 分散型コンピューティング環境における仮想マシンインスタンス上のコマンドの実行
US11902251B2 (en) Socket transferring for HPC networks using kernel tracing
Krintz The appscale cloud platform: Enabling portable, scalable web application deployment
US10838751B1 (en) Virtual machine configuration
US9747091B1 (en) Isolated software installation
US12015613B2 (en) Method and system for secure container application framework
Kaiser et al. Container technologies for arm architecture: A comprehensive survey of the state-of-the-art
JP2022522643A (ja) 初期プログラムロード機構を用いたセキュア・ゲストの起動
Faynberg et al. Cloud computing: Business trends and technologies
JP2023548500A (ja) ワークフローパッチング
Muzumdar et al. Navigating the Docker Ecosystem: A Comprehensive Taxonomy and Survey
Di Martino et al. Cross-platform cloud APIs
US9454383B2 (en) Autowiring location agnostic services into application software
Baier et al. Getting Started with Kubernetes: Extend your containerization strategy by orchestrating and managing large-scale container deployments
Rothman et al. Harnessing the UEFI Shell: Moving the platform beyond DOS
Azab et al. Software provisioning inside a secure environment as docker containers using stroll file-system
Kurtzer Singularity
WO2022170157A1 (fr) Procédé et système d'environnement d'application de conteneur sécurisé
Cochrane et al. Docker Cookbook: Over 100 practical and insightful recipes to build distributed applications with Docker

Legal Events

Date Code Title Description
NENP Non-entry into the national phase

Ref country code: DE

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

Ref document number: 17759138

Country of ref document: EP

Kind code of ref document: A1

122 Ep: pct application non-entry in european phase

Ref document number: 17759138

Country of ref document: EP

Kind code of ref document: A1