CN116846977A - Network sharing method, device and system, electronic equipment and storage medium - Google Patents

Network sharing method, device and system, electronic equipment and storage medium Download PDF

Info

Publication number
CN116846977A
CN116846977A CN202210293935.8A CN202210293935A CN116846977A CN 116846977 A CN116846977 A CN 116846977A CN 202210293935 A CN202210293935 A CN 202210293935A CN 116846977 A CN116846977 A CN 116846977A
Authority
CN
China
Prior art keywords
processing unit
central processing
communication module
core communication
shared data
Prior art date
Legal status (The legal status is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the status listed.)
Pending
Application number
CN202210293935.8A
Other languages
Chinese (zh)
Inventor
安超
肖翔
Current Assignee (The listed assignees may be inaccurate. Google has not performed a legal analysis and makes no representation or warranty as to the accuracy of the list.)
Beijing Xiaomi Mobile Software Co Ltd
Original Assignee
Beijing Xiaomi Mobile Software Co Ltd
Priority date (The priority date is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the date listed.)
Filing date
Publication date
Application filed by Beijing Xiaomi Mobile Software Co Ltd filed Critical Beijing Xiaomi Mobile Software Co Ltd
Priority to CN202210293935.8A priority Critical patent/CN116846977A/en
Publication of CN116846977A publication Critical patent/CN116846977A/en
Pending legal-status Critical Current

Links

Classifications

    • HELECTRICITY
    • H04ELECTRIC COMMUNICATION TECHNIQUE
    • H04LTRANSMISSION OF DIGITAL INFORMATION, e.g. TELEGRAPHIC COMMUNICATION
    • H04L69/00Network arrangements, protocols or services independent of the application payload and not provided for in the other groups of this subclass
    • H04L69/16Implementation or adaptation of Internet protocol [IP], of transmission control protocol [TCP] or of user datagram protocol [UDP]
    • H04L69/161Implementation details of TCP/IP or UDP/IP stack architecture; Specification of modified or new header fields
    • H04L69/162Implementation details of TCP/IP or UDP/IP stack architecture; Specification of modified or new header fields involving adaptations of sockets based mechanisms

Landscapes

  • Engineering & Computer Science (AREA)
  • Computer Security & Cryptography (AREA)
  • Computer Networks & Wireless Communication (AREA)
  • Signal Processing (AREA)
  • Computer And Data Communications (AREA)

Abstract

The disclosure relates to the field of computer technology, and in particular, to a network sharing method, a network sharing device, a network sharing system, electronic equipment and a storage medium. The network sharing method comprises the following steps: acquiring a data transmission instruction through an application program controlled by a first central processing unit; acquiring the socket corresponding to the data transmission instruction and the shared data corresponding to the data transmission instruction; the calling socket sends the shared data to the second central processing unit through the proxy module and the cross-core communication module set, so that the second central processing unit responds to the data transmission instruction and transmits the shared data to the network equipment based on the physical network card in the second central processing unit; the first operating system in the second central processing unit and the second operating system in the first central processing unit are heterogeneous multi-core operating systems. By adopting the method and the device, the network sharing convenience can be improved.

Description

Network sharing method, device and system, electronic equipment and storage medium
Technical Field
The disclosure relates to the field of computer technology, and in particular, to a network sharing method, a network sharing device, a network sharing system, electronic equipment and a storage medium.
Background
With the development of science and technology, electronic devices have become an indispensable tool in people's daily life. For example, a user may access a wide variety of network resources through applications running on an operating system in an electronic device. However, when multi-core asymmetric hardware exists in the electronic device, a user cannot access network resources through an application program controlled by a certain processor when the processor does not have the network card capability. Therefore, how to provide a processor without network card capability with networking functions is an important issue.
Disclosure of Invention
The disclosure provides a network sharing method, a device, a system, an electronic device and a storage medium, and aims to improve convenience of network sharing.
According to an aspect of the present disclosure, there is provided a network sharing method applied to a first central processing unit, where the first central processing unit is not provided with a physical network card, including:
acquiring a data transmission instruction through an application program controlled by the first central processing unit;
acquiring a socket corresponding to the data transmission instruction and shared data corresponding to the data transmission instruction;
the socket is called to send the shared data to a second central processing unit through an agent module and a cross-core communication module set, so that the second central processing unit responds to the data transmission instruction and transmits the shared data to network equipment based on the physical network card in the second central processing unit;
The first operating system in the second central processing unit and the second operating system in the first central processing unit are heterogeneous multi-core operating systems.
Optionally, before the application program controlled by the first central processing unit acquires the data transmission instruction, the method further includes:
acquiring proxy module calling information sent by a second central processing unit, wherein the proxy module calling information is generated when the second central processing unit calls a proxy module in the first central processing unit;
and establishing the socket on the first central processing unit and transmitting the socket to the second central processing unit.
Optionally, the first central processor further includes a daemon process, and the second central processor includes a service process;
the calling the socket to send the shared data to a second central processor through a proxy module and a cross-core communication module set comprises the following steps:
invoking the socket to transmit the shared data to the daemon through the proxy module;
and controlling the daemon to transmit the shared data to the service process of the second central processor through a cross-core communication module set.
Optionally, the cross-core communication module set includes a first asymmetric multi-core communication module in the first central processor and a second asymmetric multi-core communication module in the second central processor;
the controlling the daemon to transmit the shared data to the service process of the second central processor through a cross-core communication module set includes:
and controlling the daemon process to transmit the shared data to the second asymmetric multi-core communication module of the second central processing unit through the first asymmetric multi-core communication module so that a service process where the second asymmetric multi-core communication module is located acquires the shared data.
Optionally, the socket is a UNIX socket.
According to an aspect of the present disclosure, there is provided a network sharing method applied to a second central processing unit, where the second central processing unit is provided with a physical network card, including:
acquiring shared data sent by a first central processing unit through a cross-core communication module set; the shared data is shared data corresponding to the data transmission instruction, which is sent to the second central processor by the agent module and the cross-core communication module set of the first central processor, of a socket corresponding to the data transmission instruction, wherein the first central processor is not provided with the physical network card;
And responding to the data transmission instruction, and transmitting the shared data to network equipment based on the physical network card.
Optionally, the cross-core communication module set includes a first asymmetric multi-core communication module in the first central processor and a second asymmetric multi-core communication module in the second central processor;
the obtaining the shared data sent by the first central processing unit through crossing the core communication module set includes:
and acquiring shared data sent by the first central processing unit through the first asymmetric multi-core communication module through the second asymmetric multi-core communication module.
According to another aspect of the present disclosure, there is provided a network sharing device applied to a first central processing unit, where the first central processing unit is not provided with a physical network card, including:
the instruction acquisition unit is used for acquiring a data transmission instruction through an application program controlled by the first central processing unit;
the data acquisition unit is used for acquiring the socket corresponding to the data transmission instruction and the shared data corresponding to the data transmission instruction;
the data transmission unit is used for calling the socket to send the shared data to a second central processing unit through an agent module and a cross-core communication module set so that the second central processing unit responds to the data transmission instruction and transmits the shared data to network equipment based on the physical network card in the second central processing unit;
The first operating system in the second central processing unit and the second operating system in the first central processing unit are heterogeneous multi-core operating systems.
Optionally, the device further includes an information obtaining unit and a socket establishing unit, configured to, before the application program controlled by the first central processing unit obtains a data transmission instruction:
the information acquisition unit is used for acquiring proxy module calling information sent by a second central processing unit, wherein the proxy module calling information is generated when the second central processing unit calls a proxy module in the first central processing unit;
the socket establishing unit is used for establishing the socket on the first central processing unit and transmitting the socket to the second central processing unit.
Optionally, the first central processor further includes a daemon process, and the second central processor includes a service process;
the data transmission unit comprises a socket calling subunit and a process control subunit, and is used for calling the socket to send the shared data to the second central processor through the proxy module and the cross-core communication module set:
The socket call subunit is used for calling the socket to transmit the shared data to the daemon through the proxy module;
and the process control subunit is used for controlling the daemon to transmit the shared data to the service process of the second central processing unit through the cross-core communication module set.
Optionally, the cross-core communication module set includes a first asymmetric multi-core communication module in the first central processor and a second asymmetric multi-core communication module in the second central processor;
the process control subunit is configured to control, when the daemon process transmits the shared data to the service process of the second central processor through the cross-core communication module set, the daemon process specifically to:
and controlling the daemon process to transmit the shared data to the second asymmetric multi-core communication module of the second central processing unit through the first asymmetric multi-core communication module so that a service process where the second asymmetric multi-core communication module is located acquires the shared data.
Optionally, the socket is a UNIX socket.
According to another aspect of the present disclosure, there is provided a network sharing device applied to a second central processing unit, where the second central processing unit is provided with a physical network card, including:
the data sending unit is used for obtaining the shared data sent by the first central processing unit through the cross-core communication module set; the shared data is shared data corresponding to the data transmission instruction, which is sent to the second central processor by the agent module and the cross-core communication module set of the first central processor, of a socket corresponding to the data transmission instruction, wherein the first central processor is not provided with the physical network card;
and the instruction response unit is used for responding to the data transmission instruction and transmitting the shared data to the network equipment based on the physical network card.
Optionally, the cross-core communication module set includes a first asymmetric multi-core communication module in the first central processor and a second asymmetric multi-core communication module in the second central processor;
the data sending unit comprises a data obtaining subunit, and the data sending unit is used for obtaining shared data sent by the first central processing unit through crossing the core communication module set:
The data acquisition subunit is configured to acquire, through the second asymmetric multi-core communication module, shared data sent by the first central processor through the first asymmetric multi-core communication module.
According to another aspect of the present disclosure, there is provided a network sharing system, including the first central processor of any one of the foregoing aspects and the second central processor of any one of the foregoing aspects, where the first central processor is not provided with a physical network card, and the second central processor is provided with a physical network card.
According to another aspect of the present disclosure, there is provided an electronic device including:
at least one processor; and
a memory communicatively coupled to the at least one processor; wherein, the liquid crystal display device comprises a liquid crystal display device,
the memory stores instructions executable by the at least one processor to enable the at least one processor to perform the method of any one of the preceding aspects.
According to another aspect of the present disclosure, there is provided a non-transitory computer-readable storage medium storing computer instructions for causing the computer to perform the method of any one of the preceding aspects.
According to another aspect of the present disclosure, there is provided a computer program product comprising a computer program which, when executed by a processor, implements the method of any one of the preceding aspects.
In one or more embodiments of the present disclosure, the data transmission instruction is acquired by an application program controlled by the first central processing unit; acquiring a socket corresponding to the data transmission instruction and shared data corresponding to the data transmission instruction; the socket is called to send the shared data to a second central processing unit through an agent module and a cross-core communication module set, so that the second central processing unit responds to the data transmission instruction and transmits the shared data to network equipment based on the physical network card in the second central processing unit; the first operating system in the second central processing unit and the second operating system in the first central processing unit are heterogeneous multi-core operating systems. Therefore, when data transmission is required through the first central processing unit without the physical network card, the data to be transmitted can be sent to the second central processing unit with the physical network card by adopting the socket and the cross-core communication module set, and then the data can be transmitted to the network equipment through the second central processing unit. Therefore, even if a certain central processing unit in the electronic equipment does not have the network card capability, the network resource can be accessed through the application program controlled by the central processing unit, so that the convenience of network sharing can be improved.
It should be understood that the description in this section is not intended to identify key or critical features of the embodiments of the disclosure, nor is it intended to be used to limit the scope of the disclosure. Other features of the present disclosure will become apparent from the following specification.
Drawings
The drawings are for a better understanding of the present solution and are not to be construed as limiting the present disclosure. Wherein:
fig. 1 illustrates a background schematic diagram of a network sharing method provided by an embodiment of the present disclosure;
fig. 2 illustrates a system architecture diagram of a network sharing method provided in an embodiment of the present disclosure;
fig. 3 is a flow chart illustrating a network sharing method according to an embodiment of the disclosure;
fig. 4 is a flow chart illustrating a network sharing method according to an embodiment of the disclosure;
fig. 5 is a schematic flow chart of data transmission according to an embodiment of the disclosure;
fig. 6 illustrates a flowchart of a network sharing method provided by an embodiment of the present disclosure;
fig. 7 is a schematic structural diagram of a network sharing device according to an embodiment of the disclosure;
fig. 8 illustrates a schematic structural diagram of a network sharing device according to an embodiment of the disclosure;
fig. 9 illustrates a schematic structural diagram of a network sharing device according to an embodiment of the disclosure;
Fig. 10 illustrates a schematic structural diagram of a network sharing device according to an embodiment of the disclosure;
fig. 11 illustrates a schematic structural diagram of a network sharing device according to an embodiment of the present disclosure;
fig. 12 is a block diagram of an electronic device used to implement a network sharing method of an embodiment of the present disclosure.
Detailed Description
Exemplary embodiments of the present disclosure are described below in conjunction with the accompanying drawings, which include various details of the embodiments of the present disclosure to facilitate understanding, and should be considered as merely exemplary. Accordingly, one of ordinary skill in the art will recognize that various changes and modifications of the embodiments described herein can be made without departing from the scope and spirit of the present disclosure. Also, descriptions of well-known functions and constructions are omitted in the following description for clarity and conciseness.
With the development of scientific technology, the technology of electronic equipment is mature increasingly, and the convenience of production and living of users is improved. In an electronic device application scenario, a user may access a variety of network resources, for example, through an application running on an operating system in the electronic device.
Fig. 1 illustrates a background schematic diagram of a network sharing method according to some embodiments of the present disclosure. As shown in fig. 1, when a user accesses a network resource through an application program running on an operating system in an electronic device, a central processor in the electronic device may use a TCP/IP 4 layer network structure, so as to have a network card function, and further, the central processor may have a networking capability, and the user may access the network resource through the application program controlled by the central processor.
In some embodiments, fig. 2 illustrates a system architecture diagram of a network sharing method provided by an embodiment of the disclosure. As shown in fig. 2, when the electronic device 11 receives an acquisition instruction for a network resource in an application program, the electronic device 11 may send the acquisition instruction to the server 13 through the network 12, and further, the server 13 may acquire the network resource corresponding to the acquisition instruction and send the network resource to the electronic device 11 through the network 12.
It is easy to understand that when the TCP/IP 4 layer network structure provided in the central processor is not complete, the central processor does not have the network card function. In this case, the user cannot access the network resources through the application controlled by the central processor.
The present disclosure is described in detail below with reference to specific examples.
In an embodiment of the disclosure, as shown in fig. 3, fig. 3 shows a flowchart of a network sharing method provided in the embodiment of the disclosure, where the method may be applied to, for example, a first central processing unit, and the first central processing unit is not provided with a physical network card, and the method may be implemented by means of a computer program and may be run on a device performing the network sharing method. The computer program may be integrated in the application or may run as a stand-alone tool class application.
The network sharing device may be an electronic device with a liquid detection function, where the electronic device includes but is not limited to: wearable devices, handheld devices, personal computers, tablet computers, vehicle-mounted devices, smart phones, computing devices, or other processing devices connected to a wireless modem, etc. Electronic devices in different networks may be called different names, for example: user equipment, access electronics, subscriber units, subscriber stations, mobile stations, remote electronics, mobile devices, consumer electronics, wireless communication devices, user agents or user equipment, cellular telephones, cordless telephones, personal digital assistants (personal digital assistant, PDAs), fifth Generation mobile communication technology (5th Generation Mobile Communication Technology,5G) networks, fourth Generation mobile communication technology (the 4th Generation mobile communication technology,4G) networks, third Generation mobile communication technology (3 rd-Generation, 3G) networks, or electronics in future evolution networks, and the like.
Specifically, the network sharing method includes:
s101, acquiring a data transmission instruction through an application program controlled by a first central processing unit;
According to some embodiments, the central processing unit (central processing unit, CPU) refers to the final execution unit of the information processing, program execution. The central processing unit can be used as an operation and control core of the computer system. The CPU is a very large scale integrated circuit and may be composed of logic, register and control units.
In some embodiments, the first central processor refers to a central processor that has no network capabilities. The first cpu is not particularly limited to a fixed processor. For example, the first central processor may change when the components it contains change. When the corresponding circuit of the first central processing unit changes, the first central processing unit can also change.
In some embodiments, an application refers to a computer program that performs some particular task or tasks. The application is not specific to a particular fixed application. Including but not limited to music applications, time applications, and the like.
In some embodiments, the data transmission instruction refers to an instruction obtained by an application program controlled by the first central processing unit when the electronic device performs network sharing. The data transfer instruction is not particularly specific to a fixed instruction. The data transfer instructions include, but are not limited to, voice data transfer instructions, click data transfer instructions, and the like. When the electronic device acquires an instruction modification instruction for the data transfer instruction, the data transfer instruction may change.
It is easy to understand that when the electronic device performs network sharing, the electronic device may obtain the data transmission instruction through an application program controlled by the first central processing unit.
S102, acquiring the socket corresponding to the data transmission instruction and the shared data corresponding to the data transmission instruction;
according to some embodiments, a socket is an abstraction of an endpoint that communicates bi-directionally between application processes on different hosts in a network. One socket is the end of the network where processes communicate, providing a mechanism for application layer processes to exchange data using network protocols. The socket is not specific to a particular fixed socket. For example, when a socket uploads an application process, down a network protocol stack, the socket may be an interface for an application to communicate over a network protocol. The socket may also be an interface for an application to interact with the network protocol stack.
According to some embodiments, the shared data refers to data that needs to be shared when the electronic device performs network sharing. The shared data is not specific to a particular fixed data. For example, the shared data may change when an application changes. The shared data may also change when the data transfer instruction changes.
It is easy to understand that when the electronic device obtains the data transmission instruction, the electronic device may obtain the socket corresponding to the data transmission instruction and the shared data corresponding to the data transmission instruction.
And S103, the call socket sends the shared data to the second central processing unit through the proxy module and the cross-core communication module set, so that the second central processing unit responds to the data transmission instruction and transmits the shared data to the network equipment based on the physical network card in the second central processing unit.
According to some embodiments, a proxy module refers to a module that controls one electronic device to indirectly connect with another electronic device through the proxy module. The proxy module is not specific to a fixed proxy module. For example, the proxy module may change when a socket changes. The proxy module may also change when the first cpu changes.
According to some embodiments, cross-core communication module RPMSG (OpenAMP) refers to a module for supporting inter-core communication between different central processors. The cross-core communication module is not specific to a particular fixed module. For example, when a first central processor changes, the cross-core communication module corresponding to the first central processor may change. When the second central processing unit changes, the cross-core communication module corresponding to the second central processing unit can change.
In some embodiments, a set of cross-core communication modules refers to a set of at least one cross-core communication module. The cross-core communication module set does not refer specifically to a fixed module. For example, when a change occurs across core communication modules, the set of across core communication modules may change. The set of cross-core communication modules may also change when the data transfer instructions change.
According to some embodiments, the second central processor refers to a network-capable central processor. The second cpu is not particularly limited to a fixed processor. For example, the second central processor may change when the components it contains change. When the circuit corresponding to the second central processing unit changes, the second central processing unit can also change.
According to some embodiments, the first operating system in the second central processor and the second operating system in the first central processor are heterogeneous multi-core operating systems. Heterogeneous multi-core operating systems refer to systems composed of multiple single-core or multi-core processors of different types. The heterogeneous multi-core operating system may be two operating systems that are completely physically isolated.
In some embodiments, an operating system refers to a computer program for managing computer hardware and software resources. Including but not limited to android operating systems, IOS operating systems, and the like.
In some embodiments, the first operating system refers to an operating system disposed in a first central processor. The first operating system is not specific to a fixed operating system. For example, the first operating system may change when the first central processor changes. The first operating system may also change when the electronic device obtains a system modification instruction for the first operating system.
In some embodiments, the second operating system refers to an operating system disposed in a second central processor. The second operating system is not specific to a fixed operating system. For example, the second operating system may change when the second central processor changes. The second operating system may also change when the electronic device obtains system modification instructions for the second operating system.
In some embodiments, the physical network card is a hardware device that connects a network protocol stack of the central processor kernel space and an external network, and transmits and receives data in a 01-format bitstream. One end of the physical network card is a network protocol stack of the kernel space, and the other end is an external network. The physical network card is not particularly limited to a fixed network card. For example, the physical network card may change when the central processor changes.
According to some embodiments, a network device refers to a physical entity device connected to a network. The network device is not specific to a particular fixed device. Including but not limited to computers, hubs, switches, bridges, routers, gateways, network interface cards, wireless access points, printers and modems, fiber optic transceivers, fiber optic cables, and the like.
It is easy to understand that when the electronic device obtains the socket corresponding to the data transmission instruction and the shared data corresponding to the data transmission instruction, the electronic device may call the socket to send the shared data to the second central processing unit through the proxy module and the cross-core communication module set, and further, the electronic device may control the second central processing unit to respond to the data transmission instruction and transmit the shared data to the network device based on the physical network card in the second central processing unit.
In the embodiment of the disclosure, acquiring a data transmission instruction by an application program controlled by a first central processing unit; acquiring the socket corresponding to the data transmission instruction and the shared data corresponding to the data transmission instruction; and the calling socket sends the shared data to the second central processing unit through the proxy module and the cross-core communication module set, so that the second central processing unit responds to the data transmission instruction and transmits the shared data to the network equipment based on the physical network card in the second central processing unit. Therefore, when data transmission is required through the first central processing unit without the physical network card, the data to be transmitted can be sent to the second central processing unit with the physical network card by adopting the socket and the cross-core communication module set, and then the data can be transmitted to the network equipment through the second central processing unit. Therefore, even if a certain central processing unit in the electronic equipment does not have the network card capability, the network resource can be accessed through the application program controlled by the central processing unit, so that the convenience of network sharing can be improved.
Referring to fig. 4, fig. 4 is a flow chart illustrating a network sharing method according to an embodiment of the disclosure. The method can be applied to a scene that the first central processing unit is not provided with a physical network card, for example. Specifically, the network sharing method includes:
s201, acquiring proxy module calling information sent by a second central processing unit;
the specific process is as above, and will not be described here again.
According to some embodiments, the proxy module invocation information refers to information generated when the second central processor invokes a proxy module in the first central processor. The proxy module call information is not specific to a certain fixed information. For example, when a proxy module changes, the proxy module call information may change. When the second central processing unit changes, the proxy module calling information can also change.
For example, when the second central processor calls socket () corresponding to the proxy module usrsock in the first central processor, the second central processor may transfer call information to socket () to the first central processor.
It is easy to understand that when the electronic device performs the network sharing method, the electronic device may acquire the proxy module call information sent by the second central processing unit.
S202, establishing a socket on a first central processing unit and transmitting the socket to a second central processing unit;
the specific process is as above, and will not be described here again.
According to some embodiments, when the electronic device establishes a socket on the first central processor, the established socket may be, for example, a UNIX socket. In this case, the first operating system may provide the user space with a non-sensitive network sharing, so as to improve the convenience of network sharing.
In some embodiments, when the second central processor passes call information for socket () to the first central processor, the electronic device may establish a socket on the first central processor, and in turn, the electronic device may send the socket to the second central processor.
It is readily understood that when the electronic device obtains the proxy module invocation information, the electronic device may establish a socket on the first central processor and transmit the socket to the second central processor.
S203, acquiring a data transmission instruction through an application program controlled by the first central processing unit;
the specific process is as above, and will not be described here again.
Fig. 5 illustrates a flow diagram of a data transmission provided by an embodiment of the present disclosure, according to some embodiments. As shown in fig. 5, a data transmission key is disposed in an interactive interface corresponding to an application program controlled by the first central processing unit. When the electronic equipment detects that the user clicks the data transmission key, the electronic equipment can acquire a data transmission instruction input for the data transmission key.
It is easy to understand that when the electronic device performs network sharing, the electronic device may obtain the data transmission instruction through an application program controlled by the first central processing unit.
S204, acquiring the socket corresponding to the data transmission instruction and the shared data corresponding to the data transmission instruction;
the specific process is as above, and will not be described here again.
According to some embodiments, when the electronic device acquires the data transmission instruction, sockets corresponding to the data transmission instruction that the electronic device may acquire include, but are not limited to, socket (), send (), recv (), send (), bind (), and so on. For example, when the electronic device acquires the data transmission instruction, the electronic device may acquire a socket send () corresponding to the data transmission instruction. The electronic device may also obtain a socket bond () corresponding to the data transfer instruction.
It is easy to understand that when the electronic device obtains the data transmission instruction, the electronic device may obtain the socket corresponding to the data transmission instruction and the shared data corresponding to the data transmission instruction.
S205, calling the socket to transmit the shared data to the daemon through the proxy module;
the specific process is as above, and will not be described here again.
According to some embodiments, daemon refers to a process that runs in the background of the first central processor and is not controlled by any electronic device. The daemon is independent of the controlling electronic device and periodically performs certain tasks or waits to process certain occurring events. The daemon runs without user input and provides some service. The daemon is not specific to a particular fixed process. For example, the daemon may change when the task that the daemon performs changes. The daemon process may also change when the first central processor changes.
In some embodiments, the electronic device invokes the socket send () by controlling the application program controlled by the first central processing unit, so the electronic device may directly transmit the shared data to the daemon usrsock client through the proxy module usrsock.
It is easy to understand that when the electronic device obtains the socket corresponding to the data transmission instruction and the shared data corresponding to the data transmission instruction, the electronic device may invoke the socket to transmit the shared data to the daemon through the proxy module.
S206, the control daemon transmits the shared data to the service process of the second central processing unit through the cross-core communication module set, so that the second central processing unit responds to the data transmission instruction and transmits the shared data to the network equipment based on the physical network card in the second central processing unit;
the specific process is as above, and will not be described here again.
According to some embodiments, the service process refers to a program in the second central processing unit that is automatically completed by the system and does not require interaction with the user. The service process is not specific to a fixed process. For example, a service process may change when the task it performs changes. The service process may also change when the second central processor changes.
For example, when the electronic device transmits the shared data to the daemon usrsock client through the proxy module usrsock, the electronic device may control the daemon usrsock client to transmit the shared data to the service process usrsock server of the second central processor through the cross-core communication module set.
According to some embodiments, when the electronic device controls the daemon to transmit the shared data to the service process of the second central processor through the cross-core communication module set, the electronic device may control the daemon to transmit the shared data to the second asymmetric multi-core communication module of the second central processor through the first asymmetric multi-core communication module, so that the service process where the second asymmetric multi-core communication module is located obtains the shared data. Therefore, the accuracy of the electronic equipment for transmitting the shared data can be improved.
In some embodiments, an asymmetric multi-core communication module refers to a module that handles tasks requiring higher software flexibility with a small number of general purpose processing cores. Meanwhile, the asymmetric multi-core communication module can also adopt a large number of hardware accelerators to process more tasks.
In some embodiments, the first asymmetric multi-core communication module refers to an asymmetric multi-core communication module corresponding to a first central processor in a set of cross-core communication modules. The first asymmetric multi-core communication module is not particularly limited to a certain fixed module. For example, the first asymmetric multi-core communication module may change when the first central processor changes. The first asymmetric multi-core communication module may also change when changing across the set of core communication modules.
In some embodiments, the second asymmetric multi-core communication module refers to an asymmetric multi-core communication module corresponding to a second central processor in the set of cross-core communication modules. The second asymmetric multi-core communication module is not particularly limited to a certain fixed module. For example, the second asymmetric multi-core communication module may change when the second central processor changes. The second asymmetric multi-core communication module may also change when a change occurs across the set of core communication modules.
For example, when the electronic device transmits the shared data to the daemon usrsock client through the proxy module usrsock, the electronic device may control the daemon usrsock client to transmit the shared data to the second asymmetric multi-core communication module OpenAMP2 through the first asymmetric multi-core communication module OpenAMP 1.
It is easy to understand that when the electronic device invokes the socket to transmit the shared data to the daemon through the proxy module, the electronic device may control the daemon to transmit the shared data to the service process of the second central processing unit through the cross-core communication module set, and further, the electronic device may enable the second central processing unit to transmit the shared data to the network device based on the physical network card in the second central processing unit in response to the data transmission instruction.
In the embodiment of the disclosure, the proxy module calling information sent by the second central processing unit is obtained; establishing a socket on the first central processing unit and transmitting the socket to the second central processing unit; therefore, the acquisition efficiency of the socket corresponding to the data transmission instruction can be improved. Acquiring a data transmission instruction through an application program controlled by a first central processing unit; acquiring the socket corresponding to the data transmission instruction and the shared data corresponding to the data transmission instruction; transmitting the shared data to the daemon through the proxy module by calling the socket; the control daemon transmits the shared data to a service process of the second central processing unit through the cross-core communication module set, so that the second central processing unit responds to the data transmission instruction and transmits the shared data to the network equipment based on a physical network card in the second central processing unit; therefore, when data transmission is required through the first central processing unit without the physical network card, the data to be transmitted can be sent to the second central processing unit with the physical network card by adopting the socket and the cross-core communication module set, and then the data can be transmitted to the network equipment through the second central processing unit. Therefore, even if a certain central processing unit in the electronic equipment does not have the network card capability, the network resource can be accessed through the application program controlled by the central processing unit, so that the convenience of network sharing can be improved.
In the technical scheme of the disclosure, the related processes of collecting, storing, using, processing, transmitting, providing, disclosing and the like of the personal information of the user accord with the regulations of related laws and regulations, and the public order colloquial is not violated.
Referring to fig. 6, fig. 6 is a flowchart illustrating a network sharing method according to an embodiment of the disclosure. The network sharing method is applied to a second central processing unit, and the second central processing unit is provided with a scene of a physical network card. Specifically, the network sharing method includes:
s301, acquiring sharing data sent by a first central processing unit through a cross-core communication module set;
according to some embodiments, the sharing data refers to that the first central processing unit obtains a data transmission instruction for an application program, and invokes a socket corresponding to the data transmission instruction to send the sharing data corresponding to the data transmission instruction of the second central processing unit to the second central processing unit through the proxy module and the cross-core communication module set of the first central processing unit.
In some embodiments, when the electronic device obtains the shared data sent by the first central processor by crossing the core communication module set, the first central processor is not provided with a physical network card.
According to some embodiments, the cross-core communication module set includes a first asymmetric multi-core communication module in a first central processor and a second asymmetric multi-core communication module in a second central processor. When the electronic device obtains the shared data sent by the first central processor through the cross-core communication module set, the electronic device can obtain the shared data sent by the first central processor through the first asymmetric multi-core communication module through the second asymmetric multi-core communication module.
It is easy to understand that when the electronic device performs network sharing, the electronic device may obtain the sharing data sent by the first central processor through the cross-core communication module set.
S302, responding to a data transmission instruction, and transmitting shared data to network equipment based on a physical network card;
according to some embodiments, when the electronic device transmits the shared data to the network device based on the physical network card, the electronic device may encapsulate a data packet corresponding to the shared data in a kernel protocol stack of the second central processor, and further, the electronic device may send the data packet to the network device based on the physical network card.
It is easy to understand that when the electronic device obtains the shared data sent by the first central processing unit, the electronic device may respond to the data transmission instruction and transmit the shared data to the network device based on the physical network card.
In the embodiment of the disclosure, sharing data sent by a first central processing unit is acquired through crossing a core communication module set; responding to the data transmission instruction, and transmitting the shared data to the network equipment based on the physical network card; therefore, when data transmission is required through the first central processing unit without the physical network card, the data to be transmitted can be sent to the second central processing unit with the physical network card by adopting the socket and the cross-core communication module set, and then the data can be transmitted to the network equipment through the second central processing unit. Therefore, even if a certain central processing unit in the electronic device does not have the network card capability, the network resource can be accessed by an application program controlled by the central processing unit.
The following are device embodiments of the present disclosure that may be used to perform method embodiments of the present disclosure. For details not disclosed in the embodiments of the apparatus of the present disclosure, please refer to the embodiments of the method of the present disclosure.
Fig. 7 is a schematic structural diagram of a network sharing device according to an exemplary embodiment of the disclosure. The network sharing device may be implemented as all or part of the device by software, hardware, or a combination of both. The network sharing device 700 is applied to a scenario including a first central processing unit, where the first central processing unit is not provided with a physical network card, and the network sharing device 700 includes an instruction acquisition unit 701, a data acquisition unit 702, and a data transmission unit 703, where:
An instruction obtaining unit 701, configured to obtain a data transmission instruction through an application program controlled by the first central processing unit;
the data acquisition unit 702 is configured to acquire shared data corresponding to the socket and the data transmission instruction corresponding to the data transmission instruction;
the data transmission unit 703 is configured to invoke the socket to send the shared data to the second central processor through the proxy module and the cross-core communication module set, so that the second central processor responds to the data transmission instruction and transmits the shared data to the network device based on the physical network card in the second central processor;
the first operating system in the second central processing unit and the second operating system in the first central processing unit are heterogeneous multi-core operating systems.
Fig. 8 illustrates a schematic structural diagram of a network sharing device according to some embodiments of the present disclosure. As shown in fig. 8, the network sharing apparatus 700 further includes an information obtaining unit 704 and a socket establishing unit 705, configured to, before obtaining the data transmission instruction by the application program controlled by the first central processor:
the information obtaining unit 704 is configured to obtain proxy module calling information sent by the second central processing unit, where the proxy module calling information is generated when the second central processing unit calls a proxy module in the first central processing unit;
The socket establishing unit 705 is configured to establish a socket on the first central processing unit and transmit the socket to the second central processing unit.
Fig. 9 illustrates a schematic structural diagram of a network sharing device according to some embodiments of the present disclosure. As shown in fig. 9, the first central processor further includes a daemon process, and the second central processor includes a service process;
the data transmission unit 703 includes a socket calling subunit 713 and a process control subunit 723, where the data transmission unit 703 is configured to call the socket to send the shared data to the second central processor through the proxy module and the cross-core communication module set:
a socket call subunit 713, configured to call the socket to transmit the shared data to the daemon through the proxy module;
the process control subunit 723 is configured to control the daemon to transmit the shared data to a service process of the second central processor through the cross-core communication module set.
According to some embodiments, the cross-core communication module set includes a first asymmetric multi-core communication module in a first central processor and a second asymmetric multi-core communication module in a second central processor;
The process control subunit is configured to control the daemon process to transmit the shared data to the service process of the second central processor through the cross-core communication module set, where the process control subunit is specifically configured to:
the control daemon transmits the shared data to a second asymmetric multi-core communication module of the second central processing unit through the first asymmetric multi-core communication module, so that a service process where the second asymmetric multi-core communication module is located obtains the shared data.
According to some embodiments, the socket is a UNIX socket.
The foregoing embodiment numbers of the present disclosure are merely for description and do not represent advantages or disadvantages of the embodiments.
In the embodiment of the disclosure, an instruction acquisition unit acquires a data transmission instruction through an application program controlled by a first central processing unit; the data acquisition unit acquires the socket corresponding to the data transmission instruction and the shared data corresponding to the data transmission instruction; the data transmission unit calls the socket to send the shared data to the second central processing unit through the proxy module and the cross-core communication module set, so that the second central processing unit responds to the data transmission instruction and transmits the shared data to the network equipment based on a physical network card in the second central processing unit; the first operating system in the second central processing unit and the second operating system in the first central processing unit are heterogeneous multi-core operating systems. Therefore, when data transmission is required through the first central processing unit without the physical network card, the data to be transmitted can be sent to the second central processing unit with the physical network card by adopting the socket and the cross-core communication module set, and then the data can be transmitted to the network equipment through the second central processing unit. Therefore, even if a certain central processing unit in the electronic device does not have the network card capability, the network resource can be accessed by an application program controlled by the central processing unit.
In the technical scheme of the disclosure, the acquisition, storage, application and the like of the related user personal information all conform to the regulations of related laws and regulations, and the public sequence is not violated.
The following are device embodiments of the present disclosure that may be used to perform method embodiments of the present disclosure. For details not disclosed in the embodiments of the apparatus of the present disclosure, please refer to the embodiments of the method of the present disclosure.
Fig. 10 is a schematic structural diagram of a network sharing device according to an exemplary embodiment of the disclosure. The network sharing device may be implemented as all or part of the device by software, hardware, or a combination of both. The network sharing device 1000 is applied to a scenario including a second central processing unit, and the second central processing unit is provided with a physical network card, and the network sharing device 1000 includes a data sending unit 1001 and an instruction response unit 1002, wherein:
a data sending unit 1001, configured to obtain, by crossing a core communication module set, shared data sent by a first central processor; the shared data is shared data corresponding to the data transmission instruction which is sent to the second central processing unit through the proxy module and the cross-core communication module set of the first central processing unit by calling a socket corresponding to the data transmission instruction for the application program, and the first central processing unit is not provided with a physical network card;
The instruction response unit 1002 is configured to transmit the shared data to the network device based on the physical network card in response to the data transmission instruction.
Fig. 11 illustrates a schematic structural diagram of a network sharing device according to some embodiments of the present disclosure. As shown in fig. 11, the cross-core communication module set includes a first asymmetric multi-core communication module in a first central processor and a second asymmetric multi-core communication module in a second central processor;
the data transmission unit 1001 includes a data acquisition subunit 1011, where the data transmission unit 1001 is configured to, when acquiring the shared data transmitted by the first central processor by crossing the core communication module set:
the data obtaining subunit 1011 is configured to obtain, through the second asymmetric multi-core communication module, the shared data sent by the first central processor through the first asymmetric multi-core communication module.
The foregoing embodiment numbers of the present disclosure are merely for description and do not represent advantages or disadvantages of the embodiments.
In the embodiment of the disclosure, the shared data sent by the first central processing unit is acquired by a data sending unit through a cross-core communication module set; the instruction response unit responds to the data transmission instruction and transmits the shared data to the network equipment based on the physical network card. Therefore, when data transmission is required through the first central processing unit without the physical network card, the data to be transmitted can be sent to the second central processing unit with the physical network card by adopting the socket and the cross-core communication module set, and then the data can be transmitted to the network equipment through the second central processing unit. Therefore, even if a certain central processing unit in the electronic device does not have the network card capability, the network resource can be accessed by an application program controlled by the central processing unit.
According to embodiments of the present disclosure, the present disclosure also provides an electronic device, a data transmission system, a readable storage medium and a computer program product.
Fig. 12 shows a schematic block diagram of an example electronic device 1200 that can be used to implement embodiments of the present disclosure. Electronic devices are intended to represent various forms of digital computers, such as laptops, desktops, workstations, personal digital assistants, servers, blade servers, mainframes, and other appropriate computers. The electronic device may also represent various forms of mobile devices, such as personal digital processing, cellular telephones, smartphones, wearable devices, and other similar computing devices. The components shown herein, their connections and relationships, and their functions, are meant to be exemplary only, and are not meant to limit implementations of the disclosure described and/or claimed herein.
As shown in fig. 12, the apparatus 1200 includes a computing unit 1201, which may perform various appropriate actions and processes according to a computer program stored in a Read Only Memory (ROM) 1202 or a computer program loaded from a storage unit 1208 into a Random Access Memory (RAM) 1203. In the RAM1203, various programs and data required for the operation of the device 1200 may also be stored. The computing unit 1201, the ROM 1202, and the RAM1203 are connected to each other via a bus 1204. An input/output (I/O) interface 1205 is also connected to the bus 1204.
Various components in device 1200 are connected to I/O interface 1205, including: an input unit 1206 such as a keyboard, mouse, etc.; an output unit 1207 such as various types of displays, speakers, and the like; a storage unit 1208 such as a magnetic disk, an optical disk, or the like; and a communication unit 1209, such as a network card, modem, wireless communication transceiver, etc. The communication unit 1209 allows the device 1200 to exchange information/data with other devices via a computer network, such as the internet, and/or various telecommunications networks.
The computing unit 1201 may be a variety of general and/or special purpose processing components having processing and computing capabilities. Some examples of computing unit 1201 include, but are not limited to, a Central Processing Unit (CPU), a Graphics Processing Unit (GPU), various specialized Artificial Intelligence (AI) computing chips, various computing units running machine learning model algorithms, digital Signal Processors (DSPs), and any suitable processor, controller, microcontroller, etc. The computing unit 1201 performs the various methods and processes described above, such as the network sharing method. For example, in some embodiments, the network sharing method may be implemented as a computer software program tangibly embodied on a machine-readable medium, such as storage unit 1208. In some embodiments, part or all of the computer program may be loaded and/or installed onto device 1200 via ROM 1202 and/or communication unit 1209. When the computer program is loaded into the RAM 1203 and executed by the computing unit 1201, one or more steps of the network sharing method described above may be performed. Alternatively, in other embodiments, the computing unit 1201 may be configured to perform the network sharing method in any other suitable way (e.g., by means of firmware).
The data transmission system described herein above includes a first central processor and a second central processor. The first central processing unit is provided with a physical network card, the first central processing unit is used for executing the steps shown in fig. 3 to 5 when executing the network sharing method, and the first central processing unit is used for executing the steps shown in fig. 6 when executing the network sharing method.
Various implementations of the systems and techniques described here above may be implemented in digital electronic circuitry, integrated circuit systems, field Programmable Gate Arrays (FPGAs), application Specific Integrated Circuits (ASICs), application Specific Standard Products (ASSPs), systems On Chip (SOCs), load programmable logic devices (CPLDs), computer hardware, firmware, software, and/or combinations thereof. These various embodiments may include: implemented in one or more computer programs, the one or more computer programs may be executed and/or interpreted on a programmable system including at least one programmable processor, which may be a special purpose or general-purpose programmable processor, that may receive data and instructions from, and transmit data and instructions to, a storage system, at least one input device, and at least one output device.
Program code for carrying out methods of the present disclosure may be written in any combination of one or more programming languages. These program code may be provided to a processor or controller of a general purpose computer, special purpose computer, or other programmable data processing apparatus such that the program code, when executed by the processor or controller, causes the functions/operations specified in the flowchart and/or block diagram to be implemented. The program code may execute entirely on the machine, partly on the machine, as a stand-alone software package, partly on the machine and partly on a remote machine or entirely on the remote machine or server.
In the context of this disclosure, a machine-readable medium may be a tangible medium that can contain, or store a program for use by or in connection with an instruction execution system, apparatus, or device. The machine-readable medium may be a machine-readable signal medium or a machine-readable storage medium. The machine-readable medium may include, but is not limited to, an electronic, magnetic, optical, electromagnetic, infrared, or semiconductor system, apparatus, or device, or any suitable combination of the foregoing. More specific examples of a machine-readable storage medium would include an electrical connection based on one or more wires, a portable computer diskette, a hard disk, a Random Access Memory (RAM), a read-only memory (ROM), an erasable programmable read-only memory (EPROM or flash memory), an optical fiber, a portable compact disc read-only memory (CD-ROM), an optical storage device, a magnetic storage device, or any suitable combination of the foregoing.
To provide for interaction with a user, the systems and techniques described here can be implemented on a computer having: a display device (e.g., a CRT (cathode ray tube) or LCD (liquid crystal display) monitor) for displaying information to a user; and a keyboard and pointing device (e.g., a mouse or trackball) by which a user can provide input to the computer. Other kinds of devices may also be used to provide for interaction with a user; for example, feedback provided to the user may be any form of sensory feedback (e.g., visual feedback, auditory feedback, or tactile feedback); and input from the user may be received in any form, including acoustic input, speech input, or tactile input.
The systems and techniques described here can be implemented in a computing system that includes a background component (e.g., as a data server), or that includes a middleware component (e.g., an application server), or that includes a front-end component (e.g., a user computer having a graphical user interface or a web browser through which a user can interact with an implementation of the systems and techniques described here), or any combination of such background, middleware, or front-end components. The components of the system can be interconnected by any form or medium of digital data communication (e.g., a communication network). Examples of communication networks include: local Area Networks (LANs), wide Area Networks (WANs), the internet, and blockchain networks.
The computer system may include a client and a server. The client and server are typically remote from each other and typically interact through a communication network. The relationship of client and server arises by virtue of computer programs running on the respective computers and having a client-server relationship to each other. The server can be a cloud server, also called a cloud computing server or a cloud host, and is a host product in a cloud computing service system, so that the defects of high management difficulty and weak service expansibility in the traditional physical hosts and VPS service ("Virtual Private Server" or simply "VPS") are overcome. The server may also be a server of a distributed system or a server that incorporates a blockchain.
It should be appreciated that various forms of the flows shown above may be used to reorder, add, or delete steps. For example, the steps recited in the present disclosure may be performed in parallel or sequentially or in a different order, provided that the desired results of the technical solutions of the present disclosure are achieved, and are not limited herein.
The above detailed description should not be taken as limiting the scope of the present disclosure. It will be apparent to those skilled in the art that various modifications, combinations, sub-combinations and alternatives are possible, depending on design requirements and other factors. Any modifications, equivalent substitutions and improvements made within the spirit and principles of the present disclosure are intended to be included within the scope of the present disclosure.

Claims (13)

1. The network sharing method is characterized by being applied to a first central processing unit, wherein the first central processing unit is not provided with a physical network card and comprises the following steps:
acquiring a data transmission instruction through an application program controlled by the first central processing unit;
acquiring a socket corresponding to the data transmission instruction and shared data corresponding to the data transmission instruction;
the socket is called to send the shared data to a second central processing unit through an agent module and a cross-core communication module set, so that the second central processing unit responds to the data transmission instruction and transmits the shared data to network equipment based on the physical network card in the second central processing unit;
the first operating system in the second central processing unit and the second operating system in the first central processing unit are heterogeneous multi-core operating systems.
2. The method of claim 1, further comprising, prior to the application controlled by the first central processor obtaining data transfer instructions:
acquiring proxy module calling information sent by a second central processing unit, wherein the proxy module calling information is generated when the second central processing unit calls a proxy module in the first central processing unit;
And establishing the socket on the first central processing unit and transmitting the socket to the second central processing unit.
3. The method of claim 1, wherein the first central processor further comprises a daemon process and the second central processor comprises a service process;
the calling the socket to send the shared data to a second central processor through a proxy module and a cross-core communication module set comprises the following steps:
invoking the socket to transmit the shared data to the daemon through the proxy module;
and controlling the daemon to transmit the shared data to the service process of the second central processor through a cross-core communication module set.
4. The method of claim 1, wherein the set of cross-core communication modules includes a first asymmetric multi-core communication module in the first central processor and a second asymmetric multi-core communication module in the second central processor;
the controlling the daemon to transmit the shared data to the service process of the second central processor through a cross-core communication module set includes:
And controlling the daemon process to transmit the shared data to the second asymmetric multi-core communication module of the second central processing unit through the first asymmetric multi-core communication module so that a service process where the second asymmetric multi-core communication module is located acquires the shared data.
5. The method of claim 1, wherein the socket is a UNIX socket.
6. The network sharing method is characterized by being applied to a second central processing unit, wherein the second central processing unit is provided with a physical network card, and comprises the following steps:
acquiring shared data sent by a first central processing unit through a cross-core communication module set; the shared data is shared data corresponding to the data transmission instruction, which is sent to the second central processor by the agent module and the cross-core communication module set of the first central processor, of a socket corresponding to the data transmission instruction, wherein the first central processor is not provided with the physical network card;
and responding to the data transmission instruction, and transmitting the shared data to network equipment based on the physical network card.
7. The method of claim 6, wherein the set of cross-core communication modules includes a first asymmetric multi-core communication module in the first central processor and a second asymmetric multi-core communication module in the second central processor;
the obtaining the shared data sent by the first central processing unit through crossing the core communication module set includes:
and acquiring shared data sent by the first central processing unit through the first asymmetric multi-core communication module through the second asymmetric multi-core communication module.
8. The utility model provides a network sharing device which characterized in that is applied to first central processing unit, first central processing unit does not set up physical network card, includes:
the instruction acquisition unit is used for acquiring a data transmission instruction through an application program controlled by the first central processing unit;
the data acquisition unit is used for acquiring the socket corresponding to the data transmission instruction and the shared data corresponding to the data transmission instruction;
the data transmission unit is used for calling the socket to send the shared data to a second central processing unit through an agent module and a cross-core communication module set so that the second central processing unit responds to the data transmission instruction and transmits the shared data to network equipment based on the physical network card in the second central processing unit;
The first operating system in the second central processing unit and the second operating system in the first central processing unit are heterogeneous multi-core operating systems.
9. The utility model provides a network sharing device which characterized in that is applied to second central processing unit, the second central processing unit is provided with physical network card, includes:
the data sending unit is used for obtaining the shared data sent by the first central processing unit through the cross-core communication module set; the shared data is shared data corresponding to the data transmission instruction, which is sent to the second central processor by the agent module and the cross-core communication module set of the first central processor, of a socket corresponding to the data transmission instruction, wherein the first central processor is not provided with the physical network card;
and the instruction response unit is used for responding to the data transmission instruction and transmitting the shared data to the network equipment based on the physical network card.
10. A network sharing system, wherein the network sharing system includes a first central processor as claimed in any one of claims 1 to 5 and a second central processor as claimed in any one of claims 6 to 7, the first central processor is not provided with a physical network card, and the second central processor is provided with a physical network card.
11. An electronic device, comprising:
at least one processor; and
a memory communicatively coupled to the at least one processor; it is characterized in that the method comprises the steps of,
the memory stores instructions executable by the at least one processor to enable the at least one processor to perform the method of any one of claims 1 to 5 and the method of any one of claims 6 to 7.
12. A non-transitory computer readable storage medium storing computer instructions for causing the computer to perform the method of any one of claims 1 to 5 and the method of any one of claims 6 to 7.
13. A computer program product comprising a computer program which, when executed by a processor, implements the method according to any one of claims 1 to 5 and the method according to any one of claims 6 to 7.
CN202210293935.8A 2022-03-23 2022-03-23 Network sharing method, device and system, electronic equipment and storage medium Pending CN116846977A (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
CN202210293935.8A CN116846977A (en) 2022-03-23 2022-03-23 Network sharing method, device and system, electronic equipment and storage medium

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
CN202210293935.8A CN116846977A (en) 2022-03-23 2022-03-23 Network sharing method, device and system, electronic equipment and storage medium

Publications (1)

Publication Number Publication Date
CN116846977A true CN116846977A (en) 2023-10-03

Family

ID=88158407

Family Applications (1)

Application Number Title Priority Date Filing Date
CN202210293935.8A Pending CN116846977A (en) 2022-03-23 2022-03-23 Network sharing method, device and system, electronic equipment and storage medium

Country Status (1)

Country Link
CN (1) CN116846977A (en)

Similar Documents

Publication Publication Date Title
CN113590363B (en) Data transmission method, device, electronic equipment and storage medium
CN110933075B (en) Service calling method and device, electronic equipment and storage medium
CN113849312A (en) Data processing task allocation method and device, electronic equipment and storage medium
CN114564435A (en) Inter-core communication method, device and medium for heterogeneous multi-core chip
US11784946B2 (en) Method for improving data flow and access for a neural network processor
CN112929183B (en) Intelligent network card, message transmission method, device, equipment and storage medium
CN115514718B (en) Data interaction method, control layer and equipment based on data transmission system
CN116450554A (en) Interrupt processing method, root complex device and electronic device
CN115599571A (en) Data processing method and device, electronic equipment and storage medium
CN113726881B (en) Communication connection establishment method, related device and computer readable storage medium
CN113905040B (en) File transmission method, device, system, equipment and storage medium
CN116846977A (en) Network sharing method, device and system, electronic equipment and storage medium
CN113612643B (en) Network configuration method, device and equipment of cloud mobile phone and storage medium
CN113852718B (en) Voice channel establishing method and device, electronic equipment and storage medium
CN113760487B (en) Service processing method and device
CN113849449A (en) Communication system and information interaction method, device and medium
CN112905273A (en) Service calling method and device
CN115994022B (en) Algorithm service calling method and device, electronic equipment and storage medium
CN112311833B (en) Data updating method and device
CN114416199B (en) Windows program running method and device, electronic equipment and storage medium
CN117675897A (en) Application interaction method, device, equipment and storage medium
CN116775743A (en) Data processing method and device, electronic equipment and storage medium
CN117294597A (en) Network card binding configuration method, device, equipment and medium
CN117033029A (en) Data transmission method, device, equipment and medium
CN114327771A (en) Communication method, device, equipment and storage medium of virtual machine and host

Legal Events

Date Code Title Description
PB01 Publication
PB01 Publication
SE01 Entry into force of request for substantive examination
SE01 Entry into force of request for substantive examination