WO2020119316A1 - Terminal system architecture, communication system and communication method, and storage medium - Google Patents
Terminal system architecture, communication system and communication method, and storage medium Download PDFInfo
- Publication number
- WO2020119316A1 WO2020119316A1 PCT/CN2019/114745 CN2019114745W WO2020119316A1 WO 2020119316 A1 WO2020119316 A1 WO 2020119316A1 CN 2019114745 W CN2019114745 W CN 2019114745W WO 2020119316 A1 WO2020119316 A1 WO 2020119316A1
- Authority
- WO
- WIPO (PCT)
- Prior art keywords
- layer
- virtual
- hal
- terminal
- hardware
- Prior art date
Links
- 238000004891 communication Methods 0.000 title claims abstract description 94
- 238000000034 method Methods 0.000 title claims abstract description 27
- 238000004590 computer program Methods 0.000 claims description 13
- 238000004088 simulation Methods 0.000 claims description 3
- 230000002093 peripheral effect Effects 0.000 description 13
- 238000013461 design Methods 0.000 description 9
- 238000010586 diagram Methods 0.000 description 9
- 230000006870 function Effects 0.000 description 8
- 238000007726 management method Methods 0.000 description 8
- 238000004519 manufacturing process Methods 0.000 description 6
- 238000005516 engineering process Methods 0.000 description 5
- 230000000694 effects Effects 0.000 description 4
- 230000008569 process Effects 0.000 description 4
- 230000009286 beneficial effect Effects 0.000 description 3
- 230000005540 biological transmission Effects 0.000 description 3
- 238000011161 development Methods 0.000 description 3
- 230000001133 acceleration Effects 0.000 description 2
- 230000005484 gravity Effects 0.000 description 2
- 230000007246 mechanism Effects 0.000 description 2
- 238000012545 processing Methods 0.000 description 2
- 238000000926 separation method Methods 0.000 description 2
- 230000006978 adaptation Effects 0.000 description 1
- 238000004364 calculation method Methods 0.000 description 1
- 230000008878 coupling Effects 0.000 description 1
- 238000010168 coupling process Methods 0.000 description 1
- 238000005859 coupling reaction Methods 0.000 description 1
- 238000013500 data storage Methods 0.000 description 1
- 238000002955 isolation Methods 0.000 description 1
- 230000007774 longterm Effects 0.000 description 1
- 238000013507 mapping Methods 0.000 description 1
- 230000003287 optical effect Effects 0.000 description 1
- 239000013307 optical fiber Substances 0.000 description 1
- 230000009466 transformation Effects 0.000 description 1
- 238000011144 upstream manufacturing Methods 0.000 description 1
Images
Classifications
-
- H—ELECTRICITY
- H04—ELECTRIC COMMUNICATION TECHNIQUE
- H04Q—SELECTING
- H04Q9/00—Arrangements in telecontrol or telemetry systems for selectively calling a substation from a main station, in which substation desired apparatus is selected for applying a control signal thereto or for obtaining measured values therefrom
-
- 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/08—Protocols specially adapted for terminal emulation, e.g. Telnet
-
- H—ELECTRICITY
- H04—ELECTRIC COMMUNICATION TECHNIQUE
- H04Q—SELECTING
- H04Q2209/00—Arrangements in telecontrol or telemetry systems
- H04Q2209/40—Arrangements in telecontrol or telemetry systems using a wireless architecture
Definitions
- the embodiments of the present invention relate to, but are not limited to, the field of 5G (NR) New Radio radio communication technology, and specifically, to but not limited to a terminal system architecture, a communication system, a communication method, and a storage medium.
- 5G New Radio radio communication technology
- 5G is the current and future trend. 5G brings greater wireless bandwidth and smaller delay. Compared with previous generations of mobile networks, the capabilities of 5G networks will leap forward. For example, the downstream peak data rate can reach 20Gbps, while the upstream peak data rate may exceed 10Gbps; In addition, 5G will greatly reduce latency and improve overall network efficiency: The simplified network architecture will provide end-to-end latency of less than 5 milliseconds. So 5G brings us beyond the transmission speed of optical fiber (Mobile Beyond Giga), beyond the real-time capability of the industrial bus (RealTime World) and all-space connection (All-Online Everywhere), 5G will open an era of opportunities.
- IOT Internet of Things
- Lightweight smartphones can save expensive CPU, GPU (Graphics Processing Unit, graphics processor), memory and other hardware resources, and can have a larger storage space, based on the close-range cloud of 5G as a channel, to achieve hardware-level solutions Coupling.
- a terminal system architecture, a communication system, a communication method, and a storage medium provided by the embodiments of the present invention mainly solve the technical problem that the existing mobile phone terminal architecture is difficult to implement the technical application of operating system separation.
- an embodiment of the present invention provides a terminal system architecture, which is applied to a thin terminal side.
- the terminal system architecture includes: a physical layer, a virtual hardware abstraction (HAL) service, and first hardware Abstract HAL layer and first network card;
- HAL virtual hardware abstraction
- the thin terminal After the thin terminal is started, establish a communication connection between the virtual HAL service and the server, and obtain hardware parameters in the physical layer and send it to the server through the first network card;
- the virtual HAL service receives a call request returned by the server through the first network card, and the call request is a request obtained by the server performing driver registration of a virtual device on its actual operating system according to the hardware parameter;
- the virtual HAL service controls external device calls of the physical layer according to the call request, and call communication between the first HAL layer and the physical layer.
- an embodiment of the present invention also provides a terminal system architecture, which is applied to the server side.
- the terminal system architecture includes: an application layer, a second hardware abstraction HAL layer, and a second network card;
- the second network card receives hardware parameters sent by the thin terminal, where the hardware parameters are hardware interface types corresponding to external devices and/or virtual file system node information in the physical layer of the thin terminal;
- the second HAL layer performs virtual device driver registration on its actual operating system according to the hardware parameters, and generates the same virtual hardware layer as the physical layer of the thin terminal;
- the application layer generates a corresponding call request according to the virtual hardware layer and feeds it back to the thin terminal.
- the call request is used to access the virtual hardware layer to implement remote control of the physical layer of the thin terminal.
- an embodiment of the present invention also provides a communication system, including a server and at least one thin terminal, wherein the thin terminal includes the terminal system architecture as described above, and the server includes the terminal system as described above Framework
- the thin terminal After the thin terminal is started, establish a communication connection between the virtual HAL service and the server, and obtain hardware parameters in the physical layer and send it to the server through the first network card;
- the second network card receives hardware parameters sent by the thin terminal
- the second HAL layer performs virtual device driver registration on its actual operating system according to the hardware parameters, and generates the same virtual hardware layer as the physical layer of the thin terminal;
- the application layer generates a corresponding call request according to the virtual hardware layer and feeds it back to the thin terminal, and the second HAL layer performs virtual device driver registration on its actual operating system according to the hardware parameters to generate and A virtual hardware layer with the same physical layer of the thin terminal;
- the application layer generates a corresponding call request according to the virtual hardware layer and feeds back to the thin terminal;
- the virtual HAL service controls external device calls of the physical layer according to the call request, and call communication between the first HAL layer and the physical layer.
- an embodiment of the present invention also provides a communication method, and the method includes:
- the thin terminal After the thin terminal is started, a communication connection between the virtual HAL service in the thin terminal and the server is established, and the hardware parameters in the physical layer of the thin terminal are obtained and sent to the server;
- the server receives the hardware parameters sent by the thin terminal
- the second HAL layer in the server performs virtual device driver registration on its actual operating system according to the hardware parameters, and generates the same virtual hardware layer as the physical layer of the thin terminal;
- the application layer in the server generates a corresponding call request according to the virtual hardware layer and feeds back to the thin terminal, and the second HAL layer performs virtual device driver registration on its actual operating system according to the hardware parameters Generating a virtual hardware layer that is the same as the physical layer of the thin terminal; and generating a corresponding call request according to the virtual hardware layer and feeding it back to the thin terminal;
- the virtual HAL service in the thin terminal controls external device calls of the physical layer according to the call request, and call communication between the first HAL layer and the physical layer.
- an embodiment of the present invention also provides a communication system, including a processor, a memory, a communication unit, and a communication bus;
- the communication bus is used to implement a communication connection between the processor, the communication unit, and the memory;
- the processor is used to execute one or more programs stored in the memory to implement the steps of the communication method as described above.
- embodiments of the present invention also provide a computer-readable storage medium, where the computer-readable storage medium stores one or more computer programs, and the one or more computer programs may be used by one or more Each processor executes to implement the steps of the communication method as described above.
- FIG. 1 is a schematic structural diagram of a communication system provided by an embodiment of the present invention.
- FIG. 2 is a schematic structural diagram of a terminal system architecture provided by an embodiment of the present invention.
- FIG. 3 is another schematic structural diagram of a terminal system architecture provided by an embodiment of the present invention.
- FIG. 5 is a topology diagram of a communication system provided by an embodiment of the present invention.
- FIG. 6 is a schematic structural diagram of a server-side system provided by an embodiment of the present invention.
- FIG. 7 is a schematic structural diagram of a system of a thin terminal provided by an embodiment of the present invention.
- FIG. 8 is a startup flowchart of a thin terminal provided by an embodiment of the present invention.
- FIG. 9 is a flowchart of starting a server provided by an embodiment of the present invention.
- FIG. 10 is a diagram of a searched remote connection interface provided by an embodiment of the present invention.
- FIG. 11 is another schematic structural diagram of a communication system according to an embodiment of the present invention.
- FIG. 1 is a schematic structural diagram of a communication system provided by this embodiment.
- the communication system includes two devices, one is a thin terminal 11, and the other is a server 12, of course, the thin terminal may be based on The actual situation is to select a specific number, that is, the communication system includes a server 12 and at least one thin terminal 11, wherein the thin terminal 11 includes a first terminal system architecture, and the server 12 includes a second terminal system architecture.
- the first end system architecture includes: a physical layer, a virtual hardware abstract HAL service, a first hardware abstract HAL layer, and a first network card;
- the second end system architecture includes: an application layer, a second hardware abstract HAL layer, and a second Network card.
- the second network card receives the hardware parameters sent by the thin terminal 11;
- the second HAL layer performs virtual device driver registration on its actual operating system according to the hardware parameters, and generates the same virtual hardware layer as the physical layer of the thin terminal 11;
- the application layer generates a corresponding call request according to the virtual hardware layer and feeds back to the thin terminal 11, and the second HAL layer performs virtual device driver registration on its actual operating system according to the hardware parameters to generate The same virtual hardware layer as the physical layer of the thin terminal 11;
- the application layer generates a corresponding call request according to the virtual hardware layer, and feeds back to the thin terminal 11;
- the virtual HAL service controls external device calls of the physical layer according to the call request, and call communication between the first HAL layer and the physical layer.
- FIG. 4 Based on the structure of the communication system in FIG. 1, the specific communication method is shown in FIG. 4:
- the server receives hardware parameters sent by the thin terminal
- the second HAL layer in the server performs virtual device driver registration on its actual operating system according to the hardware parameters, and generates the same virtual hardware layer as the physical layer of the thin terminal;
- the application layer in the server generates a corresponding call request according to the virtual hardware layer and feeds back to the thin terminal
- the second HAL layer performs virtual device on its actual operating system according to the hardware parameters Drive registration to generate the same virtual hardware layer as the physical layer of the thin terminal; and generate a corresponding call request according to the virtual hardware layer and feed it back to the thin terminal;
- the virtual HAL service in the thin terminal controls external device invocation of the physical layer according to the invocation request, and invocation communication between the first HAL layer and the physical layer.
- the thin terminal provides the HAL service by controlling the virtual HAL service for the 5G network extension and the server, that is, after the thin terminal starts and establishes communication with the server, it informs the server of some hardware parameters of the thin terminal itself , Specifically through the virtual HAL service notification, and after receiving the HAL layer on the server side, the HAL layer is used to virtualize the hardware according to the received hardware parameters, that is, the hardware on the thin terminal is virtualized to the server through the 5G network Form a virtual hardware layer, the virtual hardware layer represents the calling interface of each external device in the thin terminal, and the actual operating system on the server implements the existing mobile phone with operating system according to the virtual hardware layer Features.
- the corresponding call request is fed back to the thin terminal, and the thin terminal implements the corresponding system operation according to the call request, that is, the virtual HAL service communicates with the server to achieve Obtain the mapping data of the operating system from the server and operate on the thin terminal side, reducing the design of the operating system on the thin terminal, greatly reducing the development of CPU and GPU, and thereby reducing the development and design costs of the thin terminal.
- a virtual HAL service is extended on the thin terminal, and the virtual HAL service sends the hardware parameters in the physical layer of the thin terminal to the server, and the server generates the corresponding virtual hardware layer and accesses the virtual
- the call request of the hardware layer the virtual HAL service implements the call communication between the physical layer and the first HAL layer on the thin terminal according to the call request, or the call to the physical layer on the thin terminal, and the call request is based on the server
- the request for the hardware parameter to register the driver of the virtual device on its actual operating system can be seen through the above terminal system architecture design of the user terminal, using the virtual HAL service to realize the functions of the existing CPU and GPU, and is directly obtained from the server
- the call request uses the physical layer, which saves the actual operating system on the user terminal side, greatly simplifies the structure of the thin terminal, and also reduces the terminal's production costs. It also enables mobile phone sharing through the server. Mass data sharing, remote control effect.
- FIG. 2 is a terminal system architecture provided by this embodiment.
- the system architecture is mainly applied to the thin terminal side.
- the terminal system architecture includes: a physical layer 21 and a virtual hardware abstraction HAL service 22, first hardware abstract HAL layer 23 and first network card 24;
- the virtual HAL service 22 receives a call request returned by the server through the first network card 24, and the call request is a request obtained by the server performing driver registration of a virtual device on its actual operating system according to the hardware parameter ;
- the virtual HAL service 22 controls an external device call of the physical layer 21 according to the call request, and call communication between the first HAL layer 23 and the physical layer 21.
- the communication connection here refers to a 5G network or a link with a bandwidth greater than or equal to the bandwidth of the 5G network.
- the 5G network is selected here, and the virtual HAL service 22 is also specifically a 5G virtual HAL service.
- the hardware parameters include an interface type of a hardware interface corresponding to each external device in the physical layer of the thin terminal and/or virtual file system node information.
- the external device here refers to only one of the following: display output device, touch screen, keyboard input device, audio input output device, communication module, multimedia device, sensor device, and so on.
- the terminal system architecture further includes a management application layer 25 and an application programming API interface provided by the virtual HAL service; the management application layer 25 searches for connectable remote devices through the API interface, And establish its communication connection with the thin terminal.
- the thin terminal can search for a connectable remote device, that is, a mobile phone terminal, through the API interface, and establish its The communication connection of the thin terminal further improves the sharing of data on the server.
- the operating system in the CPU and GPU of the existing terminal is replaced by extending the design of the virtual HAL service and HAL layer, and the operation data of the operating system is obtained from the server.
- FIG. 3 is a terminal system architecture provided by this embodiment.
- the system architecture is mainly applied to the server side.
- the terminal system architecture includes: an application layer 31 and a second hardware abstraction HAL layer 32 and second network card 33;
- the second network card 33 receives hardware parameters sent by the thin terminal, where the hardware parameters are the hardware interface type corresponding to the external device and/or virtual file system node information in the physical layer 21 of the thin terminal;
- the second HAL layer 32 performs driver registration of a virtual device on its actual operating system according to the hardware parameters, and generates the same virtual hardware layer as the physical layer 21 of the thin terminal;
- the application layer 31 generates a corresponding call request according to the virtual hardware layer and feeds it back to the thin terminal.
- the call request is used to access the virtual hardware layer to achieve remote access to the physical layer 21 of the thin terminal control.
- the second HAL layer 32 includes a virtual HAL layer 321, which is used to simulate the virtual hardware layer of the physical layer 21 in the thin terminal according to the hardware parameters, the virtual hardware
- the layer includes several virtual HAL interfaces, and the virtual HAL interface is a calling interface corresponding to each external device in the physical layer of the thin terminal.
- the virtual HAL interface includes at least one of the following: display output device, touch screen, keyboard input device, audio input output device, communication module, multimedia device, and sensor device.
- the hardware on the thin terminal is virtualized to the server according to the hardware parameters, so that the server can implement the existing hardware with an operating system and peripheral auxiliary hardware Terminal functions, such as existing Android phones, in addition to the Android operating system, existing Android phones also need some peripheral hardware to assist to achieve a complete operating system, and the virtual HAL interface in this application is in Based on the operating system in the server, the hardware on the thin terminal is virtualized to the local server through the HAL layer to realize the function of simulating peripheral hardware.
- an operating system and peripheral auxiliary hardware Terminal functions such as existing Android phones, in addition to the Android operating system, existing Android phones also need some peripheral hardware to assist to achieve a complete operating system
- the virtual HAL interface in this application is in Based on the operating system in the server, the hardware on the thin terminal is virtualized to the local server through the HAL layer to realize the function of simulating peripheral hardware.
- the second HAL layer 32 performs virtual device driver registration on its actual operating system according to the hardware parameters, and further includes: registration of a callback interface, which is used to provide the thin terminal
- the actual operating system in the server is remotely called through the 5G network for simulation debugging.
- the second network card 33 is further used to receive a communication establishment request sent by the thin terminal, and establish communication between the first network card 24 and the second network card 33 according to the communication establishment request.
- Connection the communication connection is a 5G network or a link with a bandwidth greater than or equal to the bandwidth of the 5G network.
- the system architecture of the server virtualizes a virtual hardware layer according to the hardware parameters on the thin terminal through the second HAL layer, and accesses the virtual hardware layer, so as to realize the system operation on the thin terminal.
- the terminal system architecture design server uses a virtual HAL layer to realize the functions of the CPU and GPU on the existing terminal, eliminating the actual operating system on the user terminal side, greatly simplifying the structure of the thin terminal, and also reducing the production of the terminal Cost, at the same time, it can also achieve the effect of mobile phone sharing, massive data sharing, and remote control through the server.
- An embodiment of the present invention provides a complete solution design of a terminal operating system.
- the overall architecture of the solution of the present invention involves an end-to-end system connected to the transmission layer of a 5G network.
- the mobile phone terminal 51 runs a thin terminal operating system (that is, the terminal system architecture provided in the second embodiment above), and at one end is the server terminal 52 that runs the actual terminal operating system (that is, the terminal system architecture provided in the third embodiment above).
- a virtual HAL service is extended on the existing mobile phone system to replace the operating system based on CPU, GPU and other chips developed in the existing mobile phone, that is to say, such an alternative design method will make the mobile terminal 51 side
- the hardware resource requirements are relatively low, mainly to provide basic mobile phone peripherals such as screen, touch, buttons, speakers, microphone, camera, SIM card, 5G network module, etc. These peripherals can drive their basic SOC (system on chip ) Unified management of the system on chip, if necessary, can also provide the most basic EMMC, RAM and other SOC need extended storage and computing memory support.
- the server 52 has high requirements on hardware resources.
- the hardware needs to provide CPU and GPU computing capabilities that can meet the requirements of mobile phones, and provide sufficient memory and storage space support.
- the actual terminal operating system runs on the server side 52 and runs the actual mobile phone operating system. It can be compatible with different chips. For example, it can support the ARM64 or x86 platform. Because the actual terminal operating system does not have the hardware peripherals of the mobile phone, its purpose is to make the mobile phone operating system It can run seamlessly. The operating system needs to add a virtual hardware adaptation layer (HAL) to virtualize the peripherals of the thin terminal to the local through the network.
- HAL virtual hardware adaptation layer
- the actual terminal operating system is divided into an application layer, a framework layer, a HAL layer, a driver layer, and a hardware layer, where the HAL layer is divided into a real HAL layer and a virtual HAL layer.
- the real HAL layer provides hardware interfaces that are not related to the terminal, such as storage devices such as audio, image engines such as GPU, bus management such as CPU, memory, clock, network access devices such as network cards, and so on.
- the virtual HAL layer is an implementation of the HAL virtual layer that simulates thin terminal hardware. It mainly provides virtual HAL interfaces including: display output devices (LCD), touch screen or keyboard input devices, audio input and output devices (microphones and microphones), and communication devices (modems Data), multimedia equipment (camera), sensor equipment (gravity acceleration, gyroscope, geomagnetic sensor).
- the thin terminal OS itself can be transformed based on smart operating systems such as Android.
- the most basic requirement is that it needs to be able to initialize the hardware resources and kernel on the mobile phone side normally, and guide the terminal management application.
- 5G virtual HAL service On this basis, the 5G virtual HAL service is extended. This service provides the virtual HAL layer of the actual terminal operating system through the 5G network layer, provides a virtual file system node and IOCTL call interface, and can support operating systems like uevent. Callback mechanism.
- the hardware driver is initialized.
- the 5G virtual HAL service is started, it is necessary to detect which hardware interfaces are supported by the HAL layer on the mobile phone side and which can be shared with the remote actual operating system.
- the HAL service also An API interface is provided to the device management application.
- the device management application searches the connectable remote device through the API and connects. Based on the connection interface shown in FIG. 10, the specific startup steps may be as follows:
- the peripheral service Daemon serves the virtual host.
- the connection process begins, the remote operating system starts, and it knows which virtual hardware the other party supports. After that, the driver of the real operating system will register the virtual device, and the application layer of the real operating system can be accessed. The virtual HAL layer, and then the virtual HAL layer will route all calls and send to the 5G virtual HAL service reception of the thin terminal through the 5G network, including the registration of the callback interface.
- the callback is responsible for transmitting the feedback information of the hardware driver layer to the actual operating system. Once the callback registration from the actual operating system is received, the 5G virtual HAL service will save the callback token. When the time when the mobile terminal hardware meets the callback request occurs, Call the callback interface of the actual operating system remotely through the network to realize the transparent simulation of the HAL layer.
- the 5G virtual HAL service After receiving the request of the actual operating system, the 5G virtual HAL service will call the real HAL layer to communicate with peripherals through the HAL layer.
- peripherals mainly include: display output device (LCD), touch screen or keyboard input device, audio input and output Equipment (microphone and microphone), communication equipment (modem data), multimedia equipment (camera), sensor equipment (gravity acceleration, gyroscope, geomagnetic sensor).
- the boot process of the host system of the actual operating system is started in conjunction with the thin terminal of FIG. 8.
- the actual operating system host needs long-term power and network support. After booting, it enters the state of waiting for access, broadcasts its presence through the network, and performs handshake connection with the thin terminal through the necessary authentication process.
- the phase of waiting for connection only needs to be in a system that can initialize the 5G network, such as a bootloader or linux kernel. Once the connection is successful, the complete boot process begins.
- the virtual HAL and virtual driver layers are different from traditional operating systems (such as Android), as described above, after the transformation of the present invention, the virtual HAL can access the thin terminal hardware as hardware, and the specific startup steps can be as follows:
- S902 initialize a 5G network card and generate a host node.
- the terminal system architecture provided by the embodiment of the present invention can also be flexibly based on actual use Combine application.
- the actual operating system of multiple home users can reuse the host, that is, the actual hardware of each host is also virtual, and multiple actual operating systems (similar to Android) are provided in the virtual machine. If it is based on a trusted foundation, multiple hosts can be switched at will, implementing multi-user measures similar to physical isolation, and providing AFW (Android For Work)-like functions.
- AFW Android For Work
- Sharing is simpler: the hardware of the actual operating system host can provide a huge amount of data storage capacity of NTB, and it can be shared across the host, data calculation and resource downloading can be performed asynchronously, and shared to all hosts, and then It is equal to sharing to all users who use thin terminals.
- Embodiment 12 is a diagrammatic representation of Embodiment 12
- This embodiment provides a communication system, as shown in FIG. 11, the system includes a processor 211, a memory 212, a communication unit 213, and a communication bus 214;
- the communication bus 214 is used to implement the communication connection between the processor 211, the communication unit 213, and the memory 212;
- the processor 211 is used to execute one or more first programs stored in a memory to implement the steps of the communication method in the above embodiments.
- This embodiment also provides a computer-readable storage medium, which is implemented in any method or technology for storing information (such as computer-readable instructions, data structures, computer program modules, or other data) Volatile or non-volatile, removable or non-removable media.
- Computer-readable storage media include but are not limited to RAM (Random Access Memory), ROM (Read-Only Memory, read-only memory), EEPROM (Electrically Erasable Programmable read only memory, live erasable programmable read-only memory ), flash memory or other memory technology, CD-ROM (Compact Disc Read-Only Memory, CD-ROM), digital versatile disk (DVD) or other optical disk storage, magnetic box, magnetic tape, magnetic disk storage or other magnetic storage devices, Or any other medium that can be used to store desired information and can be accessed by a computer.
- RAM Random Access Memory
- ROM Read-Only Memory
- EEPROM Electrically Erasable Programmable read only memory
- live erasable programmable read-only memory live erasable
- the computer-readable storage medium in this embodiment may be used to store one or more computer programs, and the one or more computer programs may be executed by one or more processors to implement the foregoing embodiments. Steps of the communication method.
- This embodiment also provides a first computer program (or computer software).
- the first computer program may be distributed on a computer-readable medium and executed by a computable device to implement communication as shown in the above embodiments At least one step of the method; and in some cases, at least one step shown or described may be performed in an order different from that described in the above embodiment.
- This embodiment also provides a computer program product, which includes a computer-readable device, and the computer program as shown above is stored on the computer-readable device.
- the computer-readable device may include the computer-readable storage medium shown above.
- communication media generally contains computer readable instructions, data structures, computer program modules, or other data in a modulated data signal such as a carrier wave or other transmission mechanism, and may include any information delivery medium. Therefore, the present invention is not limited to any specific combination of hardware and software.
- a virtual HAL service is extended on the thin terminal, and the virtual HAL service sends the hardware parameters in the physical layer of the thin terminal
- the server generates the corresponding virtual hardware layer and a call request to access the virtual hardware layer.
- the virtual HAL service implements call communication between the physical layer and the first HAL layer on the thin terminal according to the call request, or on the thin terminal
- the physical layer is called, and the call request is the request that the server registers the driver of the virtual device on its actual operating system according to the hardware parameters. It can be seen that the user terminal is designed through the above terminal system architecture and is implemented by using the virtual HAL service.
- the functions of the existing CPU and GPU, and the use of the physical layer to obtain the call request directly from the server omits the actual operating system on the user terminal side, greatly simplifies the structure of the thin terminal, and also reduces the terminal production Cost, at the same time, it can also achieve the effect of mobile phone sharing, massive data sharing, and remote control through the server.
Landscapes
- Engineering & Computer Science (AREA)
- Computer Networks & Wireless Communication (AREA)
- Signal Processing (AREA)
- Telephonic Communication Services (AREA)
Abstract
Provided in the embodiments of the present invention are a terminal system architecture, a communication system and a communication method, and a computer-readable storage medium. The terminal system architecture applied to a thin terminal side comprises: a physical layer, a virtual hardware abstract (HAL) service, a first hardware abstract (HAL) layer and a first network card. The terminal system architecture applied to a server side comprises: an application layer, a second hardware abstract (HAL) layer and a second network card. The communication system comprises a server and at least one thin terminal. The communication method comprises: establishing a communication connection between the virtual HAL service in the thin terminal and the server, and acquiring a hardware parameter in the physical layer of the thin terminal and sending same to the server; the second HAL layer carrying out driver registration of a virtual device on an actual operating system, and generating a virtual hardware layer; generating a corresponding calling request, and feeding same back to the thin terminal; and the virtual HAL service in the thin terminal controlling external device calling of the physical layer and calling communication between the first HAL layer and the physical layer according to the calling request.
Description
相关申请的交叉引用Cross-reference of related applications
本申请基于申请号为201811512926.3、申请日为2018年12月11日的中国专利申请提出,并要求该中国专利申请的优先权,该中国专利申请的全部内容在此引入本申请作为参考。This application is based on a Chinese patent application with an application number of 201811512926.3 and an application date of December 11, 2018, and claims the priority of the Chinese patent application. The entire content of the Chinese patent application is hereby incorporated by reference.
本发明实施例涉及但不限于5G NR(New Radio)无线通信技术领域,具体而言,涉及但不限于一种终端系统构架、通信系统及通信方法、存储介质。The embodiments of the present invention relate to, but are not limited to, the field of 5G (NR) New Radio radio communication technology, and specifically, to but not limited to a terminal system architecture, a communication system, a communication method, and a storage medium.
5G是目前和未来的趋势,5G带来了更大的无线带宽,更小的延时。与前几代移动网络相比,5G网络的能力将有飞跃发展。例如,下行峰值数据速率可达20Gbps,而上行峰值数据速率可能超过10Gbps;此外,5G还将大大降低时延及提高整体网络效率:简化后的网络构架将提供小于5毫秒的端到端延迟。那么5G给我们带来的是超越光纤的传输速度(Mobile Beyond Giga),超越工业总线的实时能力(RealTime World)以及全空间的连接(All-Online Everywhere),5G将开启充满机会的时代。5G is the current and future trend. 5G brings greater wireless bandwidth and smaller delay. Compared with previous generations of mobile networks, the capabilities of 5G networks will leap forward. For example, the downstream peak data rate can reach 20Gbps, while the upstream peak data rate may exceed 10Gbps; In addition, 5G will greatly reduce latency and improve overall network efficiency: The simplified network architecture will provide end-to-end latency of less than 5 milliseconds. So 5G brings us beyond the transmission speed of optical fiber (Mobile Beyond Giga), beyond the real-time capability of the industrial bus (RealTime World) and all-space connection (All-Online Everywhere), 5G will open an era of opportunities.
基于5G技术,IOT(Internet of things,物联网)会得到更加广泛的应用,IOT的终端普遍都是瘦终端。在当前技术的持续发展下,手机可能会逐渐将计算能力和存储通过5G分隔开,未来会出现一种新的产品形态,轻量型智能手机。Based on 5G technology, IOT (Internet of Things) will be more widely used, and the terminals of IOT are generally thin terminals. With the continuous development of the current technology, mobile phones may gradually separate computing power and storage through 5G. In the future, a new product form will appear, lightweight smartphones.
轻量型智能手机可以节约昂贵的CPU,GPU(Graphics Processing Unit,图形处理器),内存等硬件资源,而且可以拥有更大的存储空间,基于5G作为通道的近距离云端,实现硬件级别的解耦。Lightweight smartphones can save expensive CPU, GPU (Graphics Processing Unit, graphics processor), memory and other hardware resources, and can have a larger storage space, based on the close-range cloud of 5G as a channel, to achieve hardware-level solutions Coupling.
而基于目前的手机终端结构来说,还难以实现上述的操作系统分离化操作的应用,即使是可以实现,其性能要求过高,导致生产成本过高的问题。Based on the current mobile phone terminal structure, it is still difficult to realize the application of the above operating system separation operation. Even if it can be implemented, its performance requirements are too high, resulting in the problem of excessive production costs.
发明内容Summary of the invention
本发明实施例提供的一种终端系统构架、通信系统及通信方法、存储介质,主要解决的技术问题是:现有的手机终端构架难以实现操作系统分离化应用的技术问题。A terminal system architecture, a communication system, a communication method, and a storage medium provided by the embodiments of the present invention mainly solve the technical problem that the existing mobile phone terminal architecture is difficult to implement the technical application of operating system separation.
为解决上述技术问题,本发明实施例提供了一种终端系统构架,应用于瘦终端侧,所述终端系统构架包括:物理层、虚拟硬件抽象(Hardware Abstraction Layer,简称HAL)服务、第一硬件抽象HAL层和第一网卡;To solve the above technical problems, an embodiment of the present invention provides a terminal system architecture, which is applied to a thin terminal side. The terminal system architecture includes: a physical layer, a virtual hardware abstraction (HAL) service, and first hardware Abstract HAL layer and first network card;
在所述瘦终端启动后,建立所述虚拟HAL服务与服务器之间的通信连接,并获取所述物理层中的硬件参数通过所述第一网卡发送至所述服务器;After the thin terminal is started, establish a communication connection between the virtual HAL service and the server, and obtain hardware parameters in the physical layer and send it to the server through the first network card;
所述虚拟HAL服务通过所述第一网卡接收所述服务器返回的调用请求,所述调用请求为所述服务器根据所述硬件参数在其实际操作系统上进行虚拟设备的驱动注册得到的请求;The virtual HAL service receives a call request returned by the server through the first network card, and the call request is a request obtained by the server performing driver registration of a virtual device on its actual operating system according to the hardware parameter;
所述虚拟HAL服务根据所述调用请求控制物理层的外设备调用,以及所述第一HAL层与所述物理层之间的调用通信。The virtual HAL service controls external device calls of the physical layer according to the call request, and call communication between the first HAL layer and the physical layer.
为解决上述技术问题,本发明实施例还提供了一种终端系统构架,应用于服务器侧,所述终端系统构架包括:应用层、第二硬件抽象HAL层和第二网卡;To solve the above technical problems, an embodiment of the present invention also provides a terminal system architecture, which is applied to the server side. The terminal system architecture includes: an application layer, a second hardware abstraction HAL layer, and a second network card;
所述第二网卡接收瘦终端发送的硬件参数,所述硬件参数为所述瘦终端的物理层中对应与外设备的硬件接口类型和/或虚拟的文件系统节点信息;The second network card receives hardware parameters sent by the thin terminal, where the hardware parameters are hardware interface types corresponding to external devices and/or virtual file system node information in the physical layer of the thin terminal;
所述第二HAL层根据所述硬件参数在其实际操作系统上进行虚拟设备的驱动注册,生成与所述瘦终端的物理层相同的虚拟硬件层;The second HAL layer performs virtual device driver registration on its actual operating system according to the hardware parameters, and generates the same virtual hardware layer as the physical layer of the thin terminal;
所述应用层根据所述虚拟硬件层生成对应的调用请求,并反馈给所述瘦终端,所述调用请求用于访问所述虚拟硬件层来实现对所述瘦终端的物理层的远程控制。The application layer generates a corresponding call request according to the virtual hardware layer and feeds it back to the thin terminal. The call request is used to access the virtual hardware layer to implement remote control of the physical layer of the thin terminal.
为解决上述技术问题,本发明实施例还提供了一种通信系统,包括服务器和至少一个瘦终端,其中所述瘦终端包括如上所述的终端系统构架,所述服务器包括如上所述的终端系统构架;To solve the above technical problems, an embodiment of the present invention also provides a communication system, including a server and at least one thin terminal, wherein the thin terminal includes the terminal system architecture as described above, and the server includes the terminal system as described above Framework
在所述瘦终端启动后,建立所述虚拟HAL服务与服务器之间的通信连接,并获取所述物理层中的硬件参数通过所述第一网卡发送至所述服务器;After the thin terminal is started, establish a communication connection between the virtual HAL service and the server, and obtain hardware parameters in the physical layer and send it to the server through the first network card;
所述第二网卡接收瘦终端发送的硬件参数;The second network card receives hardware parameters sent by the thin terminal;
所述第二HAL层根据所述硬件参数在其实际操作系统上进行虚拟设备的驱动注册,生成与所述瘦终端的物理层相同的虚拟硬件层;The second HAL layer performs virtual device driver registration on its actual operating system according to the hardware parameters, and generates the same virtual hardware layer as the physical layer of the thin terminal;
所述应用层根据所述虚拟硬件层生成对应的调用请求,并反馈给所述瘦终端,所述第二HAL层根据所述硬件参数在其实际操作系统上进行虚拟设备的驱动注册,生成与所述瘦终端的物理层相同的虚拟硬件层;The application layer generates a corresponding call request according to the virtual hardware layer and feeds it back to the thin terminal, and the second HAL layer performs virtual device driver registration on its actual operating system according to the hardware parameters to generate and A virtual hardware layer with the same physical layer of the thin terminal;
所述应用层根据所述虚拟硬件层生成对应的调用请求,并反馈给所述瘦终端;The application layer generates a corresponding call request according to the virtual hardware layer and feeds back to the thin terminal;
所述虚拟HAL服务根据所述调用请求控制物理层的外设备调用,以及所述第一HAL层与所述物理层之间的调用通信。The virtual HAL service controls external device calls of the physical layer according to the call request, and call communication between the first HAL layer and the physical layer.
为解决上述技术问题,本发明实施例还提供了一种通信方法,所述方法包括:To solve the above technical problems, an embodiment of the present invention also provides a communication method, and the method includes:
在瘦终端启动后,建立所述瘦终端中的虚拟HAL服务与服务器之间的通信连接,并获取所述瘦终端的物理层中的硬件参数发送至所述服务器;After the thin terminal is started, a communication connection between the virtual HAL service in the thin terminal and the server is established, and the hardware parameters in the physical layer of the thin terminal are obtained and sent to the server;
所述服务器接收瘦终端发送的硬件参数;The server receives the hardware parameters sent by the thin terminal;
所述服务器中的第二HAL层根据所述硬件参数在其实际操作系统上进行虚拟设备的驱动注册,生成与所述瘦终端的物理层相同的虚拟硬件层;The second HAL layer in the server performs virtual device driver registration on its actual operating system according to the hardware parameters, and generates the same virtual hardware layer as the physical layer of the thin terminal;
所述服务器中的应用层根据所述虚拟硬件层生成对应的调用请求,并反馈给所述瘦终端,所述第二HAL层根据所述硬件参数在其实际操作系统上进行虚拟设备的驱动注册,生成与所述瘦终端的物理层相同的虚拟硬件层;以及根据所述虚拟硬件层生成对应的调用请求,并反馈给所述瘦终端;The application layer in the server generates a corresponding call request according to the virtual hardware layer and feeds back to the thin terminal, and the second HAL layer performs virtual device driver registration on its actual operating system according to the hardware parameters Generating a virtual hardware layer that is the same as the physical layer of the thin terminal; and generating a corresponding call request according to the virtual hardware layer and feeding it back to the thin terminal;
所述瘦终端中的虚拟HAL服务根据所述调用请求控制物理层的外设备调用,以及所述第一HAL层与所述物理层之间的调用通信。The virtual HAL service in the thin terminal controls external device calls of the physical layer according to the call request, and call communication between the first HAL layer and the physical layer.
为解决上述技术问题,本发明实施例还提供了一种通信系统,包括处理器、存储器、通信单元和通信总线;To solve the above technical problems, an embodiment of the present invention also provides a communication system, including a processor, a memory, a communication unit, and a communication bus;
所述通信总线用于实现所述处理器、所述通信单元和所述存储器之间的通信连接;The communication bus is used to implement a communication connection between the processor, the communication unit, and the memory;
所述处理器用于执行存储器中存储的一个或者多个程序,以实现如上所述的通信方法的步骤。The processor is used to execute one or more programs stored in the memory to implement the steps of the communication method as described above.
为解决上述技术问题,本发明实施例还提供了一种计算机可读存储介质,所述计算机可读存储介质存储有一个或者多个计算机程序,所述一个或者多个计算机程序可被一个或者多个处理器执行,以实现如上所述的通信方法的步骤。To solve the above technical problems, embodiments of the present invention also provide a computer-readable storage medium, where the computer-readable storage medium stores one or more computer programs, and the one or more computer programs may be used by one or more Each processor executes to implement the steps of the communication method as described above.
本发明其他特征和相应的有益效果在说明书的后面部分进行阐述说明,且应当理解,至少部分有益效果从本发明说明书中的记载变的显而易见。Other features and corresponding beneficial effects of the present invention are explained in the later part of the description, and it should be understood that at least part of the beneficial effects will become apparent from the description in the description of the present invention.
图1为本发明实施例提供的通信系统的结构示意图;1 is a schematic structural diagram of a communication system provided by an embodiment of the present invention;
图2为本发明实施例提供的终端系统构架的结构示意图;2 is a schematic structural diagram of a terminal system architecture provided by an embodiment of the present invention;
图3为本发明实施例提供的终端系统构架的另一种结构示意图;3 is another schematic structural diagram of a terminal system architecture provided by an embodiment of the present invention;
图4为本发明实施例提供的通信方法的流程图;4 is a flowchart of a communication method provided by an embodiment of the present invention;
图5为本发明实施例提供的通信系统的拓扑图;5 is a topology diagram of a communication system provided by an embodiment of the present invention;
图6为本发明实施例提供的服务器端的系统的结构示意图;6 is a schematic structural diagram of a server-side system provided by an embodiment of the present invention;
图7为本发明实施例提供的瘦终端的系统的结构示意图;7 is a schematic structural diagram of a system of a thin terminal provided by an embodiment of the present invention;
图8为本发明实施例提供的瘦终端的启动流程图;FIG. 8 is a startup flowchart of a thin terminal provided by an embodiment of the present invention;
图9为本发明实施例提供的服务器的启动流程图;9 is a flowchart of starting a server provided by an embodiment of the present invention;
图10为本发明实施例提供的所搜远程连接界面图;10 is a diagram of a searched remote connection interface provided by an embodiment of the present invention;
图11为本发明实施例的通信系统的另一种结构示意图。FIG. 11 is another schematic structural diagram of a communication system according to an embodiment of the present invention.
为了使本发明的目的、技术方案及优点更加清楚明白,下面通过具体实施方式结合附图对本发明实施例作进一步详细说明。应当理解,此处所描述的具体实施例仅仅用以解释本发明,并不用于限定本发明。In order to make the objectives, technical solutions and advantages of the present invention clearer, the embodiments of the present invention will be further described in detail below through specific implementations in conjunction with the accompanying drawings. It should be understood that the specific embodiments described herein are only used to explain the present invention, and are not intended to limit the present invention.
实施例一:Example one:
请参考图1,图1为本实施例提供的一种通信系统的结构示意图,该通信系统包括了两种设备,一种是瘦终端11,另一种是服务器12,当然瘦终端可以是根据实际情况来选择具体的数量,即是该通信系统包括服务器12和至少一个瘦终端11,其中所述瘦终端11包括第一终端系统构架,所述服务器12包括第二终端系统构架。Please refer to FIG. 1, which is a schematic structural diagram of a communication system provided by this embodiment. The communication system includes two devices, one is a thin terminal 11, and the other is a server 12, of course, the thin terminal may be based on The actual situation is to select a specific number, that is, the communication system includes a server 12 and at least one thin terminal 11, wherein the thin terminal 11 includes a first terminal system architecture, and the server 12 includes a second terminal system architecture.
所述第一终端系统构架包括:物理层、虚拟硬件抽象HAL服务、第一硬件抽象HAL层和第一网卡;所述第二终端系统构架包括:应用层、第二硬件抽象HAL层和第二网卡。The first end system architecture includes: a physical layer, a virtual hardware abstract HAL service, a first hardware abstract HAL layer, and a first network card; the second end system architecture includes: an application layer, a second hardware abstract HAL layer, and a second Network card.
在本实施例中,在所述瘦终端11启动后,建立所述虚拟HAL服务与服务器12之间的通信连接,并获取所述物理层中的硬件参数通过所述第一网卡发送至所述服务器12;In this embodiment, after the thin terminal 11 is started, a communication connection between the virtual HAL service and the server 12 is established, and the hardware parameters in the physical layer are acquired and sent to the Server 12;
所述第二网卡接收瘦终端11发送的硬件参数;The second network card receives the hardware parameters sent by the thin terminal 11;
所述第二HAL层根据所述硬件参数在其实际操作系统上进行虚拟设备的驱动注册,生成与所述瘦终端11的物理层相同的虚拟硬件层;The second HAL layer performs virtual device driver registration on its actual operating system according to the hardware parameters, and generates the same virtual hardware layer as the physical layer of the thin terminal 11;
所述应用层根据所述虚拟硬件层生成对应的调用请求,并反馈给所述瘦终端11,所述第二HAL层根据所述硬件参数在其实际操作系统上进行虚拟设备的驱动注册,生成与所述瘦终端11的物理层相同的虚拟硬件层;The application layer generates a corresponding call request according to the virtual hardware layer and feeds back to the thin terminal 11, and the second HAL layer performs virtual device driver registration on its actual operating system according to the hardware parameters to generate The same virtual hardware layer as the physical layer of the thin terminal 11;
所述应用层根据所述虚拟硬件层生成对应的调用请求,并反馈给所述瘦终端11;The application layer generates a corresponding call request according to the virtual hardware layer, and feeds back to the thin terminal 11;
所述虚拟HAL服务根据所述调用请求控制物理层的外设备调用,以及所述第一HAL层与所述物理层之间的调用通信。The virtual HAL service controls external device calls of the physical layer according to the call request, and call communication between the first HAL layer and the physical layer.
基于图1中的通信系统的结构,其通信方法具体如图4所示:Based on the structure of the communication system in FIG. 1, the specific communication method is shown in FIG. 4:
S401,在瘦终端启动后,建立所述瘦终端中的虚拟HAL服务与服务器之间的通信连接,并获取所述瘦终端的物理层中的硬件参数发送至所述服务器;S401: After the thin terminal is started, establish a communication connection between the virtual HAL service in the thin terminal and the server, and obtain hardware parameters in the physical layer of the thin terminal and send it to the server;
S402,所述服务器接收瘦终端发送的硬件参数;S402, the server receives hardware parameters sent by the thin terminal;
S403,所述服务器中的第二HAL层根据所述硬件参数在其实际操作系统上进行虚拟设备的驱动注册,生成与所述瘦终端的物理层相同的虚拟硬件层;S403. The second HAL layer in the server performs virtual device driver registration on its actual operating system according to the hardware parameters, and generates the same virtual hardware layer as the physical layer of the thin terminal;
S404,所述服务器中的应用层根据所述虚拟硬件层生成对应的调用请求,并反馈给所述瘦终端,所述第二HAL层根据所述硬件参数在其实际操作系统上进行虚拟设备的驱动注册,生成与所述瘦终端的物理层相同的虚拟硬件层;以及根据所述虚拟硬件层生成对应的调用请求,并反馈给所述瘦终端;S404, the application layer in the server generates a corresponding call request according to the virtual hardware layer and feeds back to the thin terminal, and the second HAL layer performs virtual device on its actual operating system according to the hardware parameters Drive registration to generate the same virtual hardware layer as the physical layer of the thin terminal; and generate a corresponding call request according to the virtual hardware layer and feed it back to the thin terminal;
S405,所述瘦终端中的虚拟HAL服务根据所述调用请求控制物理层的外设备调用,以及所述第一HAL层与所述物理层之间的调用通信。S405. The virtual HAL service in the thin terminal controls external device invocation of the physical layer according to the invocation request, and invocation communication between the first HAL layer and the physical layer.
在实际应用,所述瘦终端通过控制针对于5G网络扩展的虚拟HAL服务与服务器提供HAL服务,也即是瘦终端在启动并与服务器建立通信后,将瘦终端自身的一些硬件参数告知给服务器,具体是通过虚拟HAL服务告知,而服务器端的HAL层接收到后,通过HAL层根据接收到的硬件参数进行硬件的虚拟实现,也即是将瘦终端上的硬件通过5G网络将其虚拟到服务器上,形成一个虚拟硬件层,该虚拟硬件层代表着瘦终端中的各外设备的调用接口,而服务器上的实际操作系统,根据虚拟到的虚拟硬件层实现现有的带有操作系统的手机功能。In practical applications, the thin terminal provides the HAL service by controlling the virtual HAL service for the 5G network extension and the server, that is, after the thin terminal starts and establishes communication with the server, it informs the server of some hardware parameters of the thin terminal itself , Specifically through the virtual HAL service notification, and after receiving the HAL layer on the server side, the HAL layer is used to virtualize the hardware according to the received hardware parameters, that is, the hardware on the thin terminal is virtualized to the server through the 5G network Form a virtual hardware layer, the virtual hardware layer represents the calling interface of each external device in the thin terminal, and the actual operating system on the server implements the existing mobile phone with operating system according to the virtual hardware layer Features.
而瘦终端侧,在服务器完成了硬件的虚拟后,将对应的调用请求反馈给瘦终端,瘦终端根据调用请求实现对应的系统操作,也即是说,通过虚拟HAL服务与服务器通信连接,实现从服务器上获取操作系统的映射数据,并在瘦终端侧进行操作,减少了瘦终端上操作系统的设计,大大减少了对CPU、GPU的开发,从而降低了瘦终端的开发设计成本。On the thin terminal side, after the server completes the hardware virtualization, the corresponding call request is fed back to the thin terminal, and the thin terminal implements the corresponding system operation according to the call request, that is, the virtual HAL service communicates with the server to achieve Obtain the mapping data of the operating system from the server and operate on the thin terminal side, reducing the design of the operating system on the thin terminal, greatly reducing the development of CPU and GPU, and thereby reducing the development and design costs of the thin terminal.
本实施例提供的通信系统,通过在瘦终端上扩展出一个虚拟HAL服务,该虚拟HAL服务将瘦终端的物理层中的硬件参数发送给服务器,由服务器生成对应的虚拟硬件层以及访问该虚拟硬件层的调用请求,虚拟HAL服务根据该调用请求实现物理层与瘦终端上的第一HAL层的调用通信,或者是对瘦终端上物理层的调用,而调用请求是所述服务器根据所述硬件参数在其实际操作系统上进行虚拟设备的驱动注册得到的请求,可见通过上述的终端系统构架设计用户终端,采用虚拟HAL服务来实现现有CPU、GPU的功能,并且是直接从服务器上获取调用请求对物理层的调用使用,省去了用户终端侧的实际操作系统,大大简化了瘦终端的结构,同时也降低了终端的生产成本,同时还可以实现了通过服务器的方式进行手机共享,海量数据共享,远程控制的效果。In the communication system provided in this embodiment, a virtual HAL service is extended on the thin terminal, and the virtual HAL service sends the hardware parameters in the physical layer of the thin terminal to the server, and the server generates the corresponding virtual hardware layer and accesses the virtual The call request of the hardware layer, the virtual HAL service implements the call communication between the physical layer and the first HAL layer on the thin terminal according to the call request, or the call to the physical layer on the thin terminal, and the call request is based on the server The request for the hardware parameter to register the driver of the virtual device on its actual operating system can be seen through the above terminal system architecture design of the user terminal, using the virtual HAL service to realize the functions of the existing CPU and GPU, and is directly obtained from the server The call request uses the physical layer, which saves the actual operating system on the user terminal side, greatly simplifies the structure of the thin terminal, and also reduces the terminal's production costs. It also enables mobile phone sharing through the server. Mass data sharing, remote control effect.
实施例二:Example 2:
请参考图2,图2为本实施例提供的一种终端系统构架,在本实施例中,该系统构架主要是应用于瘦终端侧,所述终端系统构架包括:物理层21、虚拟硬件抽象HAL服务22、第一硬件抽象HAL层23和第一网卡24;Please refer to FIG. 2, which is a terminal system architecture provided by this embodiment. In this embodiment, the system architecture is mainly applied to the thin terminal side. The terminal system architecture includes: a physical layer 21 and a virtual hardware abstraction HAL service 22, first hardware abstract HAL layer 23 and first network card 24;
在所述瘦终端启动后,建立所述虚拟HAL服务22与服务器之间的通信连接,并获取所述物理层21中的硬件参数通过所述第一网卡24发送至所述服务器;After the thin terminal is started, establish a communication connection between the virtual HAL service 22 and the server, and obtain the hardware parameters in the physical layer 21 and send it to the server through the first network card 24;
所述虚拟HAL服务22通过所述第一网卡24接收所述服务器返回的调用请求,所述调用请求为所述服务器根据所述硬件参数在其实际操作系统上进行虚拟设备的驱动注册得到的请求;The virtual HAL service 22 receives a call request returned by the server through the first network card 24, and the call request is a request obtained by the server performing driver registration of a virtual device on its actual operating system according to the hardware parameter ;
所述虚拟HAL服务22根据所述调用请求控制物理层21的外设备调用,以及所述第一HAL层23与所述物理层21之间的调用通信。The virtual HAL service 22 controls an external device call of the physical layer 21 according to the call request, and call communication between the first HAL layer 23 and the physical layer 21.
在本实施例中,这里的通信连接指的是5G网络或者带宽大于等于5G网络的带宽的链路,优选的,这里选择5G网络,而虚拟HAL服务22也具体是5G虚拟HAL服务。In this embodiment, the communication connection here refers to a 5G network or a link with a bandwidth greater than or equal to the bandwidth of the 5G network. Preferably, the 5G network is selected here, and the virtual HAL service 22 is also specifically a 5G virtual HAL service.
进一步的,所述硬件参数包括与所述瘦终端的物理层中各外设备对应的硬件接口的接口类型和/或虚拟的文件系统节点信息。Further, the hardware parameters include an interface type of a hardware interface corresponding to each external device in the physical layer of the thin terminal and/or virtual file system node information.
这里的外设备指的是以下中的只是一种:显示输出设备、触摸屏、键盘输入设备、音频输入输出设备、通信模块、多媒体设备、传感器设备等等。The external device here refers to only one of the following: display output device, touch screen, keyboard input device, audio input output device, communication module, multimedia device, sensor device, and so on.
在本实施例中,所述终端系统构架还包括管理应用层25和由所述虚拟HAL服务提供的应用程序编程API接口;所述管理应用层25通过所述API接口搜索可连接的远程设备,并建立其与所述瘦终端的通信连接。In this embodiment, the terminal system architecture further includes a management application layer 25 and an application programming API interface provided by the virtual HAL service; the management application layer 25 searches for connectable remote devices through the API interface, And establish its communication connection with the thin terminal.
在实际应用中,当所述服务器具体是一个移动式的终端时,例如手机终端,这时,瘦终端可以通过所述API接口搜索可连接的远程设备,即是手机终端,并建立其与所述瘦终端的通信连接,从而进一步的提高了服务端上的数据的共享。In practical applications, when the server is specifically a mobile terminal, such as a mobile phone terminal, at this time, the thin terminal can search for a connectable remote device, that is, a mobile phone terminal, through the API interface, and establish its The communication connection of the thin terminal further improves the sharing of data on the server.
通过本实施例提供的瘦终端的终端系统结构,通过扩展设计虚拟HAL服务和HAL层的方式代替现有的终端的CPU、GPU中的操作系统,实现通过从服务器中获取操作系统的操作数据来直接控制瘦终端上的外设备来实现模拟带有实际操作系统的瘦终端,这样轻量型的智能手机终端的终端系统构架,该新型系统构架有别于目前现有的智能操作系统,是完全不同的设计。Through the terminal system structure of the thin terminal provided in this embodiment, the operating system in the CPU and GPU of the existing terminal is replaced by extending the design of the virtual HAL service and HAL layer, and the operation data of the operating system is obtained from the server. Directly control the external devices on the thin terminal to simulate the thin terminal with the actual operating system, such a lightweight smart phone terminal terminal system architecture, the new system architecture is different from the current smart operating system, is completely Different designs.
基于这个设计,实现智能终端结构的简化生产,同时其生产的价格可以大幅下降,并具额外的能力,比如家人手机共享,海量数据共享,远程控制等。Based on this design, the simplified production of smart terminal structures is realized, and the price of its production can be greatly reduced, and it has additional capabilities, such as family mobile phone sharing, mass data sharing, and remote control.
实施例三:Example three:
请参考图3,图3为本实施例提供的一种终端系统构架,在本实施例中,该系统构架主要是应用于服务器侧,所述终端系统构架包括:应用层31、第二硬件抽象HAL层32和第二网卡33;Please refer to FIG. 3, which is a terminal system architecture provided by this embodiment. In this embodiment, the system architecture is mainly applied to the server side. The terminal system architecture includes: an application layer 31 and a second hardware abstraction HAL layer 32 and second network card 33;
所述第二网卡33接收瘦终端发送的硬件参数,所述硬件参数为所述瘦终端的物理层21中对应与外设备的硬件接口类型和/或虚拟的文件系统节点信息;The second network card 33 receives hardware parameters sent by the thin terminal, where the hardware parameters are the hardware interface type corresponding to the external device and/or virtual file system node information in the physical layer 21 of the thin terminal;
所述第二HAL层32根据所述硬件参数在其实际操作系统上进行虚拟设备的驱动注册,生成与所述瘦终端的物理层21相同的虚拟硬件层;The second HAL layer 32 performs driver registration of a virtual device on its actual operating system according to the hardware parameters, and generates the same virtual hardware layer as the physical layer 21 of the thin terminal;
所述应用层31根据所述虚拟硬件层生成对应的调用请求,并反馈给所述瘦终端,所述调用请求用于访问所述虚拟硬件层来实现对所述瘦终端的物理层21的远程控制。The application layer 31 generates a corresponding call request according to the virtual hardware layer and feeds it back to the thin terminal. The call request is used to access the virtual hardware layer to achieve remote access to the physical layer 21 of the thin terminal control.
在本实施例中,所述第二HAL层32包括虚拟HAL层321,所述虚拟HAL层321用于根据所述硬件参数模拟所述瘦终端中物理层21的虚拟硬件层,所述虚拟硬件层包括若干个虚拟的HAL接口,所述虚拟的HAL接口为与所述瘦终端的物理层中各外设备对应的调用接 口。In this embodiment, the second HAL layer 32 includes a virtual HAL layer 321, which is used to simulate the virtual hardware layer of the physical layer 21 in the thin terminal according to the hardware parameters, the virtual hardware The layer includes several virtual HAL interfaces, and the virtual HAL interface is a calling interface corresponding to each external device in the physical layer of the thin terminal.
所述虚拟的HAL接口包括以下中的至少一种:显示输出设备、触摸屏、键盘输入设备、音频输入输出设备、通信模块、多媒体设备、传感器设备。The virtual HAL interface includes at least one of the following: display output device, touch screen, keyboard input device, audio input output device, communication module, multimedia device, and sensor device.
在本实施例中,通过从瘦终端的虚拟HAL服务获取瘦终端的硬件参数,根据硬件参数将瘦终端上的硬件虚拟到服务器上,使得服务器可以实现现有的带有操作系统以及外围辅助硬件的终端功能,例如现有的安卓手机,现有的安卓手机除了有安卓操作系统之外,还需要一些外围硬件来辅助才能实现一个完整的操作系统,而本申请中的虚拟的HAL接口就是在服务器中的操作系统的基础上,通过HAL层将瘦终端上的硬件虚拟到服务器本地上,来实现模拟外围硬件的作用。In this embodiment, by acquiring the hardware parameters of the thin terminal from the virtual HAL service of the thin terminal, the hardware on the thin terminal is virtualized to the server according to the hardware parameters, so that the server can implement the existing hardware with an operating system and peripheral auxiliary hardware Terminal functions, such as existing Android phones, in addition to the Android operating system, existing Android phones also need some peripheral hardware to assist to achieve a complete operating system, and the virtual HAL interface in this application is in Based on the operating system in the server, the hardware on the thin terminal is virtualized to the local server through the HAL layer to realize the function of simulating peripheral hardware.
在本实施例中,述第二HAL层32根据所述硬件参数在其实际操作系统上进行虚拟设备的驱动注册,还包括:回调接口的注册,所述回调接口用于为所述瘦终端提供通过5G网络远程调用所述服务器中的实际操作系统进行模拟调试。In this embodiment, the second HAL layer 32 performs virtual device driver registration on its actual operating system according to the hardware parameters, and further includes: registration of a callback interface, which is used to provide the thin terminal The actual operating system in the server is remotely called through the 5G network for simulation debugging.
在本实施例中,所述第二网卡33还用于接收所述瘦终端发送的通信建立请求,根据所述通信建立请求建立两者第一网卡24与所述第二网卡33之间的通信连接,所述通信连接为5G网络或者带宽大于等于5G网络的带宽的链路。In this embodiment, the second network card 33 is further used to receive a communication establishment request sent by the thin terminal, and establish communication between the first network card 24 and the second network card 33 according to the communication establishment request. Connection, the communication connection is a 5G network or a link with a bandwidth greater than or equal to the bandwidth of the 5G network.
本实施例提供的服务器的系统构架,通过第二HAL层根据瘦终端上的硬件参数虚拟一个虚拟硬件层,并在该虚拟硬件层上进行访问,从而实现对瘦终端的系统运行,可见通过上述的终端系统构架设计服务器,采用虚拟HAL层来实现现有终端上的CPU、GPU的功能,省去了用户终端侧的实际操作系统,大大简化了瘦终端的结构,同时也降低了终端的生产成本,同时还可以实现了通过服务器的方式进行手机共享,海量数据共享,远程控制的效果。The system architecture of the server provided in this embodiment virtualizes a virtual hardware layer according to the hardware parameters on the thin terminal through the second HAL layer, and accesses the virtual hardware layer, so as to realize the system operation on the thin terminal. The terminal system architecture design server uses a virtual HAL layer to realize the functions of the CPU and GPU on the existing terminal, eliminating the actual operating system on the user terminal side, greatly simplifying the structure of the thin terminal, and also reducing the production of the terminal Cost, at the same time, it can also achieve the effect of mobile phone sharing, massive data sharing, and remote control through the server.
实施例四:Example 4:
下面结合具体的具体的应用场景来对本发明上述实施例提供的终端系统构架进行详细说明。The terminal system architecture provided by the foregoing embodiments of the present invention will be described in detail below in conjunction with specific specific application scenarios.
下面以5G网络为例进行说明,本发明实施例提供了一套终端操作系统的整体方案设计,如图5所示,本发明方案总体构架上,涉及5G网络传输层连接的端到端系统,一端是手机终端51运行瘦终端操作系统(即是上述实施例二提供的终端系统构架),一端是服务器端52运行实际的终端操作系统(即是上述实施例三提供的终端系统构架)。The following uses a 5G network as an example for description. An embodiment of the present invention provides a complete solution design of a terminal operating system. As shown in FIG. 5, the overall architecture of the solution of the present invention involves an end-to-end system connected to the transmission layer of a 5G network. At one end, the mobile phone terminal 51 runs a thin terminal operating system (that is, the terminal system architecture provided in the second embodiment above), and at one end is the server terminal 52 that runs the actual terminal operating system (that is, the terminal system architecture provided in the third embodiment above).
本实施例通过在现有的手机系统上扩展出一个虚拟HAL服务来代替现有手机中的基于CPU、GPU等芯片开发的操作系统,也即是说这样的替换设计方式会使得手机终端51侧的硬件资源要求较低,主要是提供基本的手机外设比如屏幕,触摸,按键,喇叭,麦克风,摄像头,SIM卡,5G网络模块等,这些外设通过能够驱动他们的基本SOC(system on chip)片上系统进行统一管理,如果有必要,还可以提供最基本的EMMC,RAM等SOC所需要扩展 的存储和运算内存支持。In this embodiment, a virtual HAL service is extended on the existing mobile phone system to replace the operating system based on CPU, GPU and other chips developed in the existing mobile phone, that is to say, such an alternative design method will make the mobile terminal 51 side The hardware resource requirements are relatively low, mainly to provide basic mobile phone peripherals such as screen, touch, buttons, speakers, microphone, camera, SIM card, 5G network module, etc. These peripherals can drive their basic SOC (system on chip ) Unified management of the system on chip, if necessary, can also provide the most basic EMMC, RAM and other SOC need extended storage and computing memory support.
服务器端52对硬件资源要求较高,硬件上需要能提供能够满足手机要求的CPU和GPU运算能力,并提供足够的内存和存储空间支持。The server 52 has high requirements on hardware resources. The hardware needs to provide CPU and GPU computing capabilities that can meet the requirements of mobile phones, and provide sufficient memory and storage space support.
实际终端操作系统运行在服务器端52,运行实际的手机操作系统,可以兼容不同的芯片,比如可以支持ARM64或x86平台,因为实际终端操作系统没有手机的硬件外设,所以其为了让手机操作系统可以无缝运行,操作系统需要增加虚拟硬件适配层(HAL),通过网络将瘦终端的外设虚拟到本地。The actual terminal operating system runs on the server side 52 and runs the actual mobile phone operating system. It can be compatible with different chips. For example, it can support the ARM64 or x86 platform. Because the actual terminal operating system does not have the hardware peripherals of the mobile phone, its purpose is to make the mobile phone operating system It can run seamlessly. The operating system needs to add a virtual hardware adaptation layer (HAL) to virtualize the peripherals of the thin terminal to the local through the network.
如图6所示,实际终端操作系统分为应用层,框架层,HAL层,驱动层和硬件层,其中HAL层分为真实HAL层和虚拟HAL层。As shown in Figure 6, the actual terminal operating system is divided into an application layer, a framework layer, a HAL layer, a driver layer, and a hardware layer, where the HAL layer is divided into a real HAL layer and a virtual HAL layer.
真实HAL层提供与终端无关的硬件接口,比如音频等存储设备,GPU等图像引擎,CPU,内存,时钟等总线管理,网卡等网络访问设备等等。The real HAL layer provides hardware interfaces that are not related to the terminal, such as storage devices such as audio, image engines such as GPU, bus management such as CPU, memory, clock, network access devices such as network cards, and so on.
虚拟的HAL层是模拟瘦终端硬件的HAL虚拟层实现,主要提供虚拟的HAL接口包括:显示输出设备(LCD),触摸屏或键盘输入设备,音频输入输出设备(麦克风和话筒),通信设备(调制解调器数据),多媒体设备(摄像头),传感器设备(重力加速度,陀螺仪,地磁传感器)。The virtual HAL layer is an implementation of the HAL virtual layer that simulates thin terminal hardware. It mainly provides virtual HAL interfaces including: display output devices (LCD), touch screen or keyboard input devices, audio input and output devices (microphones and microphones), and communication devices (modems Data), multimedia equipment (camera), sensor equipment (gravity acceleration, gyroscope, geomagnetic sensor).
如图7所示,是瘦终端的整体构架,瘦终端OS本身可以是安卓等智能操作系统为基础进行改造,最基本的要求是需要能够正常初始化手机侧的硬件资源和内核,引导终端管理应用和5G虚拟HAL服务。在此基础上,扩展出5G虚拟HAL服务,这个服务通过5G网络层,为实际终端操作系统的虚拟HAL层提供服务,提供虚拟的文件系统节点和IOCTL调用接口,并且可以支持类似uevent等操作系统回调机制。As shown in Figure 7, it is the overall structure of the thin terminal. The thin terminal OS itself can be transformed based on smart operating systems such as Android. The most basic requirement is that it needs to be able to initialize the hardware resources and kernel on the mobile phone side normally, and guide the terminal management application. And 5G virtual HAL service. On this basis, the 5G virtual HAL service is extended. This service provides the virtual HAL layer of the actual terminal operating system through the 5G network layer, provides a virtual file system node and IOCTL call interface, and can support operating systems like uevent. Callback mechanism.
如图8所示,瘦终端启动后,初始化硬件驱动,5G虚拟HAL服务启动时,需要探测手机侧的HAL层支持哪些硬件接口,哪些是可以被共享给远程的实际操作系统的,HAL服务还会提供API接口给设备管理应用,设备管理应用通过API去搜索可连接的远程设备,并连接,基于如图10所示连接界面,具体启动步骤可以为如下:As shown in Figure 8, after the thin terminal is started, the hardware driver is initialized. When the 5G virtual HAL service is started, it is necessary to detect which hardware interfaces are supported by the HAL layer on the mobile phone side and which can be shared with the remote actual operating system. The HAL service also An API interface is provided to the device management application. The device management application searches the connectable remote device through the API and connects. Based on the connection interface shown in FIG. 10, the specific startup steps may be as follows:
S801,启动Bootloader ARM引导程序。S801, start the Bootloader ARM boot program.
S802,Boot.img设备驱动初始化。S802, Boot.img device driver initialization.
S803,瘦System.img系统框架启动外设服务Daemon运行。S803, the thin System.img system framework starts the peripheral service Daemon to run.
S804,管理应用启动,搜索可用主机。S804, the management application is started, and an available host is searched.
S805,连接主机,启动主机。S805, connect the host and start the host.
S806,外设服务Daemon,为虚拟主机服务。S806, the peripheral service Daemon serves the virtual host.
在找到远程的实际操作系统主机后,连接过程开始,远端的操作系统开始启动,并获知对方支持哪些虚拟硬件,之后真实操作系统的驱动会注册虚拟设备,真实操作系统的应 用层就可以访问虚拟HAL层,然后虚拟HAL层会路由所有的调用,通过5G网络发送给瘦终端的5G虚拟HAL服务接收,包括回调接口的注册等。After finding the remote actual operating system host, the connection process begins, the remote operating system starts, and it knows which virtual hardware the other party supports. After that, the driver of the real operating system will register the virtual device, and the application layer of the real operating system can be accessed. The virtual HAL layer, and then the virtual HAL layer will route all calls and send to the 5G virtual HAL service reception of the thin terminal through the 5G network, including the registration of the callback interface.
其中回调负责传输硬件驱动层的反馈信息给实际操作系统,一旦收到来自实际操作系统的回调注册,5G虚拟HAL服务会保存好回调的令牌,当手机终端硬件满足回调要求的时机发生后,透过网络远程调用实际操作系统的回调接口,实现HAL层的透明模拟。The callback is responsible for transmitting the feedback information of the hardware driver layer to the actual operating system. Once the callback registration from the actual operating system is received, the 5G virtual HAL service will save the callback token. When the time when the mobile terminal hardware meets the callback request occurs, Call the callback interface of the actual operating system remotely through the network to realize the transparent simulation of the HAL layer.
当收到实际操作系统的请求后,5G虚拟HAL服务会调用真实HAL层,通过HAL层和外设通信,这些外设主要包括:显示输出设备(LCD),触摸屏或键盘输入设备,音频输入输出设备(麦克风和话筒),通信设备(调制解调器数据),多媒体设备(摄像头),传感器设备(重力加速度,陀螺仪,地磁传感器)。After receiving the request of the actual operating system, the 5G virtual HAL service will call the real HAL layer to communicate with peripherals through the HAL layer. These peripherals mainly include: display output device (LCD), touch screen or keyboard input device, audio input and output Equipment (microphone and microphone), communication equipment (modem data), multimedia equipment (camera), sensor equipment (gravity acceleration, gyroscope, geomagnetic sensor).
如图9所示,实际操作系统的主机系统引导过程是配合图8的瘦终端启动的。一般而言实际操作系统主机,需要长期有电源和网络支撑,开机后进入等待接入的状态,通过网络对外广播自己的存在,并经过必要的认证流程和瘦终端进行握手连接。等待连接的阶段只要在可以初始化5G网络的系统中即可,比如bootloader或者linux kernel中,一旦连接成功,就开始完整的引导流程,在虚拟HAL和虚拟驱动层有别于传统的操作系统(比如Android),这部分上文有介绍,经过本发明的改造后,虚拟HAL可以将瘦终端硬件作为硬件进行访问,具体的启动步骤可以为如下:As shown in FIG. 9, the boot process of the host system of the actual operating system is started in conjunction with the thin terminal of FIG. 8. Generally speaking, the actual operating system host needs long-term power and network support. After booting, it enters the state of waiting for access, broadcasts its presence through the network, and performs handshake connection with the thin terminal through the necessary authentication process. The phase of waiting for connection only needs to be in a system that can initialize the 5G network, such as a bootloader or linux kernel. Once the connection is successful, the complete boot process begins. The virtual HAL and virtual driver layers are different from traditional operating systems (such as Android), as described above, after the transformation of the present invention, the virtual HAL can access the thin terminal hardware as hardware, and the specific startup steps can be as follows:
S901,Bootloader X86引导程序。S901, Bootloader X86 boot program.
S902,初始化5G网卡,生成主机节点。S902, initialize a 5G network card and generate a host node.
S903,等待瘦终端连接。S903, waiting for the thin terminal to connect.
S904,连接瘦终端外设服务。S904, connect the peripheral service of the thin terminal.
S905,加载完整版本systemimage。S905, load the full version of systemimage.
S906,加载launcher/systemui等其他应用。S906, load launcher/systemui and other applications.
基于以上的构架,由于在手机终端侧不需要开发具体的操作系统了,只需要提供一些用户使用的外围硬件电路,对此本发明实施例提供的终端系统构架还可以根据实际的使用进行灵活的结合应用。Based on the above architecture, since there is no need to develop a specific operating system on the mobile phone terminal side, only some peripheral hardware circuits used by the user need to be provided. For this, the terminal system architecture provided by the embodiment of the present invention can also be flexibly based on actual use Combine application.
1、比如设计一卡多用,一个手机卡如果接入在实际操作系统的主机端,那么多个手机可以服用一个号码。1. For example, if one card is designed to be used for multiple purposes, if a mobile phone card is connected to the host end of the actual operating system, multiple mobile phones can take one number.
2、如果不希望一卡多用,可以每个瘦终端有一个sim卡,这取决于对哪些硬件进行虚拟化。2. If you don't want to use one card for multiple purposes, you can have one SIM card for each thin terminal, depending on which hardware is being virtualized.
3、一拖多模式,多个家庭用户的实际操作系统可以复用主机,即每个主机实际运行的硬件也是虚拟的,在虚拟机中提供多个实际操作系统(类似Android)。如果基于可信的基础,多个主机可以被随意切换,实现类似物理隔绝的多用户措施,可以提供类似AFW (Android For Work)的功能。3. One-to-multiple mode, the actual operating system of multiple home users can reuse the host, that is, the actual hardware of each host is also virtual, and multiple actual operating systems (similar to Android) are provided in the virtual machine. If it is based on a trusted foundation, multiple hosts can be switched at will, implementing multi-user measures similar to physical isolation, and providing AFW (Android For Work)-like functions.
4、共享更加简单:实际操作系统主机的硬件可以提供N TB的巨量的数据存储能力,而且是可以跨越主机共享,可以异步执行数据计算和资源下载工作,并实施共享给所有的主机,继而等于共享给所有使用瘦终端的用户。4. Sharing is simpler: the hardware of the actual operating system host can provide a huge amount of data storage capacity of NTB, and it can be shared across the host, data calculation and resource downloading can be performed asynchronously, and shared to all hosts, and then It is equal to sharing to all users who use thin terminals.
实施例十二:Embodiment 12:
本实施例提供了一种通信系统,参见图11所示,该系统包括处理器211、存储器212、通信单元213和通信总线214;This embodiment provides a communication system, as shown in FIG. 11, the system includes a processor 211, a memory 212, a communication unit 213, and a communication bus 214;
通信总线214用于实现处理器211、通信单元213和存储器212之间的通信连接;The communication bus 214 is used to implement the communication connection between the processor 211, the communication unit 213, and the memory 212;
一种实例中,所述处理器211用于执行存储器中存储的一个或者多个第一程序,以实现如上各个实施例中的通信方法的步骤。In an example, the processor 211 is used to execute one or more first programs stored in a memory to implement the steps of the communication method in the above embodiments.
本实施例还提供了一种计算机可读存储介质,该计算机可读存储介质包括在用于存储信息(诸如计算机可读指令、数据结构、计算机程序模块或其他数据)的任何方法或技术中实施的易失性或非易失性、可移除或不可移除的介质。计算机可读存储介质包括但不限于RAM(Random Access Memory,随机存取存储器),ROM(Read-Only Memory,只读存储器),EEPROM(Electrically Erasable Programmable read only memory,带电可擦可编程只读存储器)、闪存或其他存储器技术、CD-ROM(Compact Disc Read-Only Memory,光盘只读存储器),数字多功能盘(DVD)或其他光盘存储、磁盒、磁带、磁盘存储或其他磁存储装置、或者可以用于存储期望的信息并且可以被计算机访问的任何其他的介质。This embodiment also provides a computer-readable storage medium, which is implemented in any method or technology for storing information (such as computer-readable instructions, data structures, computer program modules, or other data) Volatile or non-volatile, removable or non-removable media. Computer-readable storage media include but are not limited to RAM (Random Access Memory), ROM (Read-Only Memory, read-only memory), EEPROM (Electrically Erasable Programmable read only memory, live erasable programmable read-only memory ), flash memory or other memory technology, CD-ROM (Compact Disc Read-Only Memory, CD-ROM), digital versatile disk (DVD) or other optical disk storage, magnetic box, magnetic tape, magnetic disk storage or other magnetic storage devices, Or any other medium that can be used to store desired information and can be accessed by a computer.
在一种示例中,本实施例中的计算机可读存储介质可用于存储一个或者多个计算机程序,该一个或者多个计算机程序可被一个或者多个处理器执行,以实现如上各实施例中的通信方法的步骤。In an example, the computer-readable storage medium in this embodiment may be used to store one or more computer programs, and the one or more computer programs may be executed by one or more processors to implement the foregoing embodiments. Steps of the communication method.
本实施例还提供了一种第一计算机程序(或称计算机软件),该第一计算机程序可以分布在计算机可读介质上,由可计算装置来执行,以实现如上各实施例所示的通信方法的至少一个步骤;并且在某些情况下,可以采用不同于上述实施例所描述的顺序执行所示出或描述的至少一个步骤。This embodiment also provides a first computer program (or computer software). The first computer program may be distributed on a computer-readable medium and executed by a computable device to implement communication as shown in the above embodiments At least one step of the method; and in some cases, at least one step shown or described may be performed in an order different from that described in the above embodiment.
本实施例还提供了一种计算机程序产品,包括计算机可读装置,该计算机可读装置上存储有如上所示的计算机程序。本实施例中该计算机可读装置可包括如上所示的计算机可读存储介质。This embodiment also provides a computer program product, which includes a computer-readable device, and the computer program as shown above is stored on the computer-readable device. In this embodiment, the computer-readable device may include the computer-readable storage medium shown above.
可见,本领域的技术人员应该明白,上文中所公开方法中的全部或某些步骤、系统、装置中的功能模块/单元可以被实施为软件(可以用计算装置可执行的计算机程序代码来实现)、固件、硬件及其适当的组合。在硬件实施方式中,在以上描述中提及的功能模块/单元之间的划分不一定对应于物理组件的划分;例如,一个物理组件可以具有多个功能,或者一个功能或步骤可以由若干物理组件合作执行。某些物理组件或所有物理组件可以被 实施为由处理器,如中央处理器、数字信号处理器或微处理器执行的软件,或者被实施为硬件,或者被实施为集成电路,如专用集成电路。It can be seen that those skilled in the art should understand that all or some of the steps, systems, and functional modules/units in the method disclosed above can be implemented as software (which can be implemented by computer program code executable by a computing device) ), firmware, hardware and their appropriate combinations. In a hardware implementation, the division between the functional modules/units mentioned in the above description does not necessarily correspond to the division of physical components; for example, one physical component may have multiple functions, or one function or step may be composed of several physical The components are executed in cooperation. Some or all physical components may be implemented as software executed by a processor, such as a central processing unit, digital signal processor, or microprocessor, or as hardware, or as an integrated circuit, such as an application specific integrated circuit .
此外,本领域普通技术人员公知的是,通信介质通常包含计算机可读指令、数据结构、计算机程序模块或者诸如载波或其他传输机制之类的调制数据信号中的其他数据,并且可包括任何信息递送介质。所以,本发明不限制于任何特定的硬件和软件结合。In addition, it is well known to those of ordinary skill in the art that communication media generally contains computer readable instructions, data structures, computer program modules, or other data in a modulated data signal such as a carrier wave or other transmission mechanism, and may include any information delivery medium. Therefore, the present invention is not limited to any specific combination of hardware and software.
根据本发明的若干实施例,具有以下有益技术效果:According to several embodiments of the present invention, it has the following beneficial technical effects:
根据本发明实施例提供的终端系统构架、通信系统及通信方法、计算机可读存储介质,通过在瘦终端上扩展出一个虚拟HAL服务,该虚拟HAL服务将瘦终端的物理层中的硬件参数发送给服务器,由服务器生成对应的虚拟硬件层以及访问该虚拟硬件层的调用请求,虚拟HAL服务根据该调用请求实现物理层与瘦终端上的第一HAL层的调用通信,或者是对瘦终端上物理层的调用,而调用请求是所述服务器根据所述硬件参数在其实际操作系统上进行虚拟设备的驱动注册得到的请求,可见通过上述的终端系统构架设计用户终端,采用虚拟HAL服务来实现现有CPU、GPU的功能,并且是直接从服务器上获取调用请求对物理层的调用使用,省去了用户终端侧的实际操作系统,大大简化了瘦终端的结构,同时也降低了终端的生产成本,同时还可以实现了通过服务器的方式进行手机共享,海量数据共享,远程控制的效果。According to the terminal system architecture, communication system and communication method, and computer-readable storage medium provided by the embodiments of the present invention, a virtual HAL service is extended on the thin terminal, and the virtual HAL service sends the hardware parameters in the physical layer of the thin terminal To the server, the server generates the corresponding virtual hardware layer and a call request to access the virtual hardware layer. The virtual HAL service implements call communication between the physical layer and the first HAL layer on the thin terminal according to the call request, or on the thin terminal The physical layer is called, and the call request is the request that the server registers the driver of the virtual device on its actual operating system according to the hardware parameters. It can be seen that the user terminal is designed through the above terminal system architecture and is implemented by using the virtual HAL service. The functions of the existing CPU and GPU, and the use of the physical layer to obtain the call request directly from the server, omits the actual operating system on the user terminal side, greatly simplifies the structure of the thin terminal, and also reduces the terminal production Cost, at the same time, it can also achieve the effect of mobile phone sharing, massive data sharing, and remote control through the server.
以上内容是结合具体的实施方式对本发明实施例所作的进一步详细说明,不能认定本发明的具体实施只局限于这些说明。对于本发明所属技术领域的普通技术人员来说,在不脱离本发明构思的前提下,还可以做出若干简单推演或替换,都应当视为属于本发明的保护范围。The above is a further detailed description of the embodiments of the present invention in conjunction with specific implementations, and it cannot be assumed that the specific implementation of the present invention is limited to these descriptions. For a person of ordinary skill in the technical field to which the present invention belongs, without deviating from the concept of the present invention, several simple deductions or replacements can be made, which should be regarded as falling within the protection scope of the present invention.
Claims (14)
- 一种终端系统构架,应用于瘦终端侧,其中,所述终端系统构架包括:物理层、虚拟硬件抽象HAL服务、第一硬件抽象HAL层和第一网卡;A terminal system architecture is applied to a thin terminal side, wherein the terminal system architecture includes: a physical layer, a virtual hardware abstract HAL service, a first hardware abstract HAL layer, and a first network card;在所述瘦终端启动后,建立所述虚拟HAL服务与服务器之间的通信连接,并获取所述物理层中的硬件参数通过所述第一网卡发送至所述服务器;After the thin terminal is started, establish a communication connection between the virtual HAL service and the server, and obtain hardware parameters in the physical layer and send it to the server through the first network card;所述虚拟HAL服务通过所述第一网卡接收所述服务器返回的调用请求,所述调用请求为所述服务器根据所述硬件参数在其实际操作系统上进行虚拟设备的驱动注册得到的请求;The virtual HAL service receives a call request returned by the server through the first network card, and the call request is a request obtained by the server performing driver registration of a virtual device on its actual operating system according to the hardware parameter;所述虚拟HAL服务根据所述调用请求控制物理层的外设备调用,以及所述第一HAL层与所述物理层之间的调用通信。The virtual HAL service controls external device calls of the physical layer according to the call request, and call communication between the first HAL layer and the physical layer.
- 如权利要求1所述的终端系统构架,其中,所述系统构架还包括管理应用层和由所述虚拟HAL服务提供的应用程序编程API接口;所述管理应用层通过所述API接口搜索可连接的远程设备,并建立其与所述瘦终端的通信连接。The terminal system architecture according to claim 1, wherein the system architecture further includes a management application layer and an application programming API interface provided by the virtual HAL service; the management application layer searches connectable through the API interface Remote device and establish its communication connection with the thin terminal.
- 如权利要求2所述的终端系统构架,其中,所述通信连接为5G网络或者带宽大于等于5G网络的带宽的链路。The terminal system architecture according to claim 2, wherein the communication connection is a 5G network or a link with a bandwidth greater than or equal to the bandwidth of the 5G network.
- 如权利要求3所述的终端系统构架,其中,所述硬件参数包括与所述瘦终端的物理层中各外设备对应的硬件接口的接口类型和/或虚拟的文件系统节点信息。The terminal system architecture according to claim 3, wherein the hardware parameters include an interface type of a hardware interface corresponding to each external device in the physical layer of the thin terminal and/or virtual file system node information.
- 如权利要求1-4任一项所述的终端系统构架,其中,所述外设备包括以下中的至少一种:显示输出设备、触摸屏、键盘输入设备、音频输入输出设备、通信模块、多媒体设备、传感器设备。The terminal system architecture according to any one of claims 1 to 4, wherein the external device includes at least one of the following: a display output device, a touch screen, a keyboard input device, an audio input and output device, a communication module, and a multimedia device , Sensor equipment.
- 一种终端系统构架,应用于服务器侧,其中,所述终端系统构架包括:应用层、第二硬件抽象HAL层和第二网卡;A terminal system architecture is applied to the server side, wherein the terminal system architecture includes: an application layer, a second hardware abstraction HAL layer, and a second network card;所述第二网卡接收瘦终端发送的硬件参数,所述硬件参数为所述瘦终端的物理层中对应与外设备的硬件接口类型和/或虚拟的文件系统节点信息;The second network card receives hardware parameters sent by the thin terminal, where the hardware parameters are hardware interface types corresponding to external devices and/or virtual file system node information in the physical layer of the thin terminal;所述第二HAL层根据所述硬件参数在其实际操作系统上进行虚拟设备的驱动注册,生成与所述瘦终端的物理层相同的虚拟硬件层;The second HAL layer performs virtual device driver registration on its actual operating system according to the hardware parameters, and generates the same virtual hardware layer as the physical layer of the thin terminal;所述应用层根据所述虚拟硬件层生成对应的调用请求,并反馈给所述瘦终端,所述调用请求用于访问所述虚拟硬件层来实现对所述瘦终端的物理层的远程控制。The application layer generates a corresponding call request according to the virtual hardware layer and feeds it back to the thin terminal. The call request is used to access the virtual hardware layer to implement remote control of the physical layer of the thin terminal.
- 如权利要求6所述的终端系统构架,其中,所述第二HAL层包括虚拟HAL层,所述虚拟HAL层用于根据所述硬件参数模拟所述瘦终端中物理层的虚拟硬件层,所述虚拟硬件层包括若干个虚拟的HAL接口,所述虚拟的HAL接口为与所述瘦终端的物理层中各外设备对应的调用接口。The terminal system architecture of claim 6, wherein the second HAL layer includes a virtual HAL layer, and the virtual HAL layer is used to simulate the virtual hardware layer of the physical layer in the thin terminal according to the hardware parameters, so The virtual hardware layer includes several virtual HAL interfaces, and the virtual HAL interface is a calling interface corresponding to each external device in the physical layer of the thin terminal.
- 如权利要求7所述的终端系统构架,其中,所述第二网卡还用于接收所述瘦终端发送的通信建立请求,根据所述通信建立请求建立两者第一网卡与所述第二网卡之间的通信连接,所述通信连接为5G网络或者带宽大于等于5G网络的带宽的链路。The terminal system architecture according to claim 7, wherein the second network card is further used to receive a communication establishment request sent by the thin terminal, and establish both the first network card and the second network card according to the communication establishment request A communication connection between the 5G network or a link with a bandwidth greater than or equal to the bandwidth of the 5G network.
- 如权利要求6所述的终端系统构架,其中,所述第二HAL层根据所述硬件参数在其实际操作系统上进行虚拟设备的驱动注册,还包括:回调接口的注册,所述回调接口用于为所述瘦终端提供通过5G网络远程调用所述服务器中的实际操作系统进行模拟调试。The terminal system architecture according to claim 6, wherein the second HAL layer performs driver registration of a virtual device on its actual operating system according to the hardware parameters, further comprising: registration of a callback interface, the callback interface is used Yu provides the thin terminal with a 5G network to remotely call the actual operating system in the server for simulation debugging.
- 如权利要求7所述的终端系统构架,其中,所述虚拟的HAL接口包括以下中的至少一种:显示输出设备、触摸屏、键盘输入设备、音频输入输出设备、通信模块、多媒体设备、传感器设备。The terminal system architecture of claim 7, wherein the virtual HAL interface includes at least one of the following: display output device, touch screen, keyboard input device, audio input and output device, communication module, multimedia device, sensor device .
- 一种通信系统,其中,包括服务器和至少一个瘦终端,其中所述瘦终端包括如权利要求1-5任一项所述的终端系统构架,所述服务器包括如权利要求6-10任一项所述的终端系统构架;A communication system, including a server and at least one thin terminal, wherein the thin terminal includes the terminal system architecture according to any one of claims 1-5, and the server includes any one of claims 6-10 The terminal system architecture described;在所述瘦终端启动后,建立所述虚拟HAL服务与服务器之间的通信连接,并获取所述物理层中的硬件参数通过所述第一网卡发送至所述服务器;After the thin terminal is started, establish a communication connection between the virtual HAL service and the server, and obtain hardware parameters in the physical layer and send it to the server through the first network card;所述第二网卡接收瘦终端发送的硬件参数;The second network card receives hardware parameters sent by the thin terminal;所述第二HAL层根据所述硬件参数在其实际操作系统上进行虚拟设备的驱动注册,生成与所述瘦终端的物理层相同的虚拟硬件层;The second HAL layer performs virtual device driver registration on its actual operating system according to the hardware parameters, and generates the same virtual hardware layer as the physical layer of the thin terminal;所述应用层根据所述虚拟硬件层生成对应的调用请求,并反馈给所述瘦终端,所述第二HAL层根据所述硬件参数在其实际操作系统上进行虚拟设备的驱动注册,生成与所述瘦终端的物理层相同的虚拟硬件层;The application layer generates a corresponding call request according to the virtual hardware layer and feeds it back to the thin terminal, and the second HAL layer performs virtual device driver registration on its actual operating system according to the hardware parameters to generate and A virtual hardware layer with the same physical layer of the thin terminal;所述应用层根据所述虚拟硬件层生成对应的调用请求,并反馈给所述瘦终端;The application layer generates a corresponding call request according to the virtual hardware layer and feeds back to the thin terminal;所述虚拟HAL服务根据所述调用请求控制物理层的外设备调用,以及所述第一HAL层与所述物理层之间的调用通信。The virtual HAL service controls external device calls of the physical layer according to the call request, and call communication between the first HAL layer and the physical layer.
- 一种通信方法,其中,所述方法包括:A communication method, wherein the method includes:在瘦终端启动后,建立所述瘦终端中的虚拟HAL服务与服务器之间的通信连接,并获取所述瘦终端的物理层中的硬件参数发送至所述服务器;After the thin terminal is started, a communication connection between the virtual HAL service in the thin terminal and the server is established, and the hardware parameters in the physical layer of the thin terminal are obtained and sent to the server;所述服务器接收瘦终端发送的硬件参数;The server receives the hardware parameters sent by the thin terminal;所述服务器中的第二HAL层根据所述硬件参数在其实际操作系统上进行虚拟设备的驱动注册,生成与所述瘦终端的物理层相同的虚拟硬件层;The second HAL layer in the server performs virtual device driver registration on its actual operating system according to the hardware parameters, and generates the same virtual hardware layer as the physical layer of the thin terminal;所述服务器中的应用层根据所述虚拟硬件层生成对应的调用请求,并反馈给所述瘦终端,所述第二HAL层根据所述硬件参数在其实际操作系统上进行虚拟设备的驱动注册,生成与所述瘦终端的物理层相同的虚拟硬件层;以及根据所述虚拟硬件层生成对应的调用请 求,并反馈给所述瘦终端;The application layer in the server generates a corresponding call request according to the virtual hardware layer and feeds back to the thin terminal, and the second HAL layer performs virtual device driver registration on its actual operating system according to the hardware parameters Generating a virtual hardware layer that is the same as the physical layer of the thin terminal; and generating a corresponding call request according to the virtual hardware layer and feeding it back to the thin terminal;所述瘦终端中的虚拟HAL服务根据所述调用请求控制物理层的外设备调用,以及所述第一HAL层与所述物理层之间的调用通信。The virtual HAL service in the thin terminal controls external device calls of the physical layer according to the call request, and call communication between the first HAL layer and the physical layer.
- 一种通信系统,其中,包括处理器、存储器、通信单元和通信总线;A communication system, which includes a processor, a memory, a communication unit, and a communication bus;所述通信总线用于实现所述处理器、所述通信单元和所述存储器之间的无线通信连接;The communication bus is used to implement a wireless communication connection between the processor, the communication unit, and the memory;所述处理器用于执行存储器中存储的一个或者多个程序,以实现如权利要求12所述的通信方法的步骤。The processor is used to execute one or more programs stored in the memory to implement the steps of the communication method according to claim 12.
- 一种计算机可读存储介质,所述计算机可读存储介质存储有一个或者多个计算机程序,所述一个或者多个计算机程序可被一个或者多个处理器执行,以实现如权利要求12所述的通信方法的步骤。A computer-readable storage medium storing one or more computer programs, the one or more computer programs can be executed by one or more processors to implement claim 12 Steps of the communication method.
Applications Claiming Priority (2)
Application Number | Priority Date | Filing Date | Title |
---|---|---|---|
CN201811512926.3A CN111314799A (en) | 2018-12-11 | 2018-12-11 | Terminal system architecture, communication system, communication method, and storage medium |
CN201811512926.3 | 2018-12-11 |
Publications (1)
Publication Number | Publication Date |
---|---|
WO2020119316A1 true WO2020119316A1 (en) | 2020-06-18 |
Family
ID=71075728
Family Applications (1)
Application Number | Title | Priority Date | Filing Date |
---|---|---|---|
PCT/CN2019/114745 WO2020119316A1 (en) | 2018-12-11 | 2019-10-31 | Terminal system architecture, communication system and communication method, and storage medium |
Country Status (2)
Country | Link |
---|---|
CN (1) | CN111314799A (en) |
WO (1) | WO2020119316A1 (en) |
Cited By (6)
Publication number | Priority date | Publication date | Assignee | Title |
---|---|---|---|---|
CN111901095A (en) * | 2020-07-23 | 2020-11-06 | 上海世麦智能科技有限公司 | Safe starting method and system based on hardware encryption |
CN112099978A (en) * | 2020-11-12 | 2020-12-18 | 南京创维信息技术研究院有限公司 | Universal awakening recognition algorithm management device and method located in hardware abstraction layer |
CN114265714A (en) * | 2021-12-20 | 2022-04-01 | 奇安信科技集团股份有限公司 | Drive control method and device based on cloud mobile phone and storage medium |
CN114785775A (en) * | 2022-03-24 | 2022-07-22 | 广东悦伍纪网络技术有限公司 | Cloud mobile phone capable of realizing drive docking with real mobile phone and drive docking method thereof |
CN115460257A (en) * | 2021-06-07 | 2022-12-09 | 中移(成都)信息通信科技有限公司 | Signal processing method, server and campus equipment |
EP4167081A4 (en) * | 2020-07-28 | 2023-11-01 | Guangdong Oppo Mobile Telecommunications Corp., Ltd. | Drive system, information processing method, electronic device, and storage medium |
Families Citing this family (8)
Publication number | Priority date | Publication date | Assignee | Title |
---|---|---|---|---|
CN113946370B (en) * | 2020-07-16 | 2024-02-06 | Oppo广东移动通信有限公司 | Driving system, information processing method, information processing apparatus, and storage medium |
CN111885170B (en) * | 2020-07-23 | 2022-03-11 | 平安科技(深圳)有限公司 | Processing method and system of Internet of things control system, cloud server and medium |
CN112135052B (en) * | 2020-09-24 | 2022-06-14 | 张晏铭 | Desktop cloud-based photographing system and method |
CN113220262A (en) * | 2021-03-26 | 2021-08-06 | 西安神鸟软件科技有限公司 | Multi-application audio data distribution method and terminal equipment |
CN113220260A (en) * | 2021-03-26 | 2021-08-06 | 西安神鸟软件科技有限公司 | Multi-application audio data processing method and terminal equipment |
CN113220261A (en) * | 2021-03-26 | 2021-08-06 | 西安神鸟软件科技有限公司 | Audio data acquisition method based on virtual microphone and terminal equipment |
CN114020364B (en) * | 2021-11-16 | 2024-04-26 | 北京字节跳动网络技术有限公司 | Sensor device adaptation method, device, electronic device and storage medium |
CN114153564B (en) * | 2021-12-07 | 2024-04-26 | 北京字节跳动网络技术有限公司 | Near field communication unit access method and device in multiple systems, electronic equipment and storage medium |
Citations (4)
Publication number | Priority date | Publication date | Assignee | Title |
---|---|---|---|---|
CN103685399A (en) * | 2012-09-17 | 2014-03-26 | 腾讯科技(深圳)有限公司 | Method, device and system for logging in Unix-like virtual container |
CN106301865A (en) * | 2015-06-11 | 2017-01-04 | 阿里巴巴集团控股有限公司 | It is applied to data processing method and the equipment of service providing device |
CN108124475A (en) * | 2017-12-29 | 2018-06-05 | 深圳前海达闼云端智能科技有限公司 | Virtual system Bluetooth communication method and device, virtual system, storage medium and electronic equipment |
WO2018205105A1 (en) * | 2017-05-08 | 2018-11-15 | 深圳前海达闼云端智能科技有限公司 | Apparatus and method for implementing sensor of virtual machine |
Family Cites Families (5)
Publication number | Priority date | Publication date | Assignee | Title |
---|---|---|---|---|
FR2912233B1 (en) * | 2007-02-01 | 2009-08-21 | Sagem Comm | LIGHT CLIENT DEVICE AND METHOD OF USE |
JP5678508B2 (en) * | 2010-07-29 | 2015-03-04 | 日本電気株式会社 | Thin client system, management server, virtual machine creation management method, and virtual machine creation management program |
CN202772969U (en) * | 2012-09-25 | 2013-03-06 | 浙江省电力公司 | Power dispatching desk system |
US10083054B2 (en) * | 2015-12-28 | 2018-09-25 | Amazon Technologies, Inc. | Application-based computing resource management |
CN108304247A (en) * | 2017-12-19 | 2018-07-20 | 华为技术有限公司 | The method and apparatus of access camera, server, readable storage medium storing program for executing |
-
2018
- 2018-12-11 CN CN201811512926.3A patent/CN111314799A/en active Pending
-
2019
- 2019-10-31 WO PCT/CN2019/114745 patent/WO2020119316A1/en active Application Filing
Patent Citations (4)
Publication number | Priority date | Publication date | Assignee | Title |
---|---|---|---|---|
CN103685399A (en) * | 2012-09-17 | 2014-03-26 | 腾讯科技(深圳)有限公司 | Method, device and system for logging in Unix-like virtual container |
CN106301865A (en) * | 2015-06-11 | 2017-01-04 | 阿里巴巴集团控股有限公司 | It is applied to data processing method and the equipment of service providing device |
WO2018205105A1 (en) * | 2017-05-08 | 2018-11-15 | 深圳前海达闼云端智能科技有限公司 | Apparatus and method for implementing sensor of virtual machine |
CN108124475A (en) * | 2017-12-29 | 2018-06-05 | 深圳前海达闼云端智能科技有限公司 | Virtual system Bluetooth communication method and device, virtual system, storage medium and electronic equipment |
Non-Patent Citations (1)
Title |
---|
SHI, YUSEN: "The Research and Implementation of Desktop Cloud Oriented Virtualization for Android Virtual Machine Device", INFORMATION SCIENCE AND TECHNOLOGY, CHINESE MASTER’S THESES FULL-TEXT DATABASE, 15 May 2017 (2017-05-15) * |
Cited By (9)
Publication number | Priority date | Publication date | Assignee | Title |
---|---|---|---|---|
CN111901095A (en) * | 2020-07-23 | 2020-11-06 | 上海世麦智能科技有限公司 | Safe starting method and system based on hardware encryption |
CN111901095B (en) * | 2020-07-23 | 2021-04-30 | 上海世麦智能科技有限公司 | Safe starting method and system based on hardware encryption |
EP4167081A4 (en) * | 2020-07-28 | 2023-11-01 | Guangdong Oppo Mobile Telecommunications Corp., Ltd. | Drive system, information processing method, electronic device, and storage medium |
CN112099978A (en) * | 2020-11-12 | 2020-12-18 | 南京创维信息技术研究院有限公司 | Universal awakening recognition algorithm management device and method located in hardware abstraction layer |
CN112099978B (en) * | 2020-11-12 | 2021-03-23 | 南京创维信息技术研究院有限公司 | Universal awakening recognition algorithm management device and method located at hardware abstraction layer |
CN115460257A (en) * | 2021-06-07 | 2022-12-09 | 中移(成都)信息通信科技有限公司 | Signal processing method, server and campus equipment |
CN114265714A (en) * | 2021-12-20 | 2022-04-01 | 奇安信科技集团股份有限公司 | Drive control method and device based on cloud mobile phone and storage medium |
CN114785775A (en) * | 2022-03-24 | 2022-07-22 | 广东悦伍纪网络技术有限公司 | Cloud mobile phone capable of realizing drive docking with real mobile phone and drive docking method thereof |
CN114785775B (en) * | 2022-03-24 | 2023-11-24 | 广东悦伍纪网络技术有限公司 | Cloud mobile phone capable of realizing drive docking with true mobile phone and drive docking method thereof |
Also Published As
Publication number | Publication date |
---|---|
CN111314799A (en) | 2020-06-19 |
Similar Documents
Publication | Publication Date | Title |
---|---|---|
WO2020119316A1 (en) | Terminal system architecture, communication system and communication method, and storage medium | |
CN109101352B (en) | Image processing algorithm architecture, algorithm calling method, device, storage medium and mobile terminal | |
US12061566B2 (en) | IO processing method and apparatus | |
US9081709B2 (en) | Virtualizable and forward-compatible hardware-software interface | |
US9720712B2 (en) | Physical/virtual device failover with a shared backend | |
WO2017049945A1 (en) | Accelerator virtualization method and apparatus, and centralized resource manager | |
US20130083690A1 (en) | Network Adapter Hardware State Migration Discovery in a Stateful Environment | |
US20130086298A1 (en) | Live Logical Partition Migration with Stateful Offload Connections Using Context Extraction and Insertion | |
CN106557444B (en) | Method and device for realizing SR-IOV network card and method and device for realizing dynamic migration | |
US20220291929A1 (en) | Method for multi-core communication, electronic device and storage medium | |
CN107580011B (en) | Data sharing method and desktop cloud server | |
US20190317783A1 (en) | Methods, apparatus, and systems for providing access to serial ports of virtual machines in self-deployed virtual applications | |
US10621124B2 (en) | Method, device and computer program product for enabling SR-IOV functions in endpoint device | |
CN116886751B (en) | High-speed communication method and device of heterogeneous equipment and heterogeneous communication system | |
US11784946B2 (en) | Method for improving data flow and access for a neural network processor | |
AU2019256257A1 (en) | Processor core scheduling method and apparatus, terminal, and storage medium | |
CN113886019B (en) | Virtual machine creation method, device, system, medium and equipment | |
CN116257320B (en) | DPU-based virtualization configuration management method, device, equipment and medium | |
CN114817120A (en) | Cross-domain data sharing method, system-on-chip, electronic device and medium | |
EP2810161A1 (en) | Methods and apparatuses for providing application level device transparency via device devirtualization | |
WO2024005982A1 (en) | Accelerating networking by multiplexing driver data paths | |
JP7217376B2 (en) | BLOCKCHAIN SYSTEM STARTUP METHOD, DEVICE, DEVICE AND STORAGE MEDIUM | |
WO2019127475A1 (en) | Method and apparatus for implementing virtual sim card, storage medium, and electronic device | |
US11847316B2 (en) | System and method for managing data storage in network interface controllers | |
US20240291890A1 (en) | System and method for managing end point presenting devices |
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: 19896932 Country of ref document: EP Kind code of ref document: A1 |
|
NENP | Non-entry into the national phase |
Ref country code: DE |
|
32PN | Ep: public notification in the ep bulletin as address of the adressee cannot be established |
Free format text: NOTING OF LOSS OF RIGHTS PURSUANT TO RULE 112(1) EPC (EPO FORM 1205A DATED 22/10/2021) |
|
122 | Ep: pct application non-entry in european phase |
Ref document number: 19896932 Country of ref document: EP Kind code of ref document: A1 |