CN115052048A - Data processing method and device and electronic equipment - Google Patents

Data processing method and device and electronic equipment Download PDF

Info

Publication number
CN115052048A
CN115052048A CN202210648320.2A CN202210648320A CN115052048A CN 115052048 A CN115052048 A CN 115052048A CN 202210648320 A CN202210648320 A CN 202210648320A CN 115052048 A CN115052048 A CN 115052048A
Authority
CN
China
Prior art keywords
storage device
instruction
communication protocol
data
reading
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
CN202210648320.2A
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.)
Lenovo Beijing Ltd
Original Assignee
Lenovo Beijing 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 Lenovo Beijing Ltd filed Critical Lenovo Beijing Ltd
Priority to CN202210648320.2A priority Critical patent/CN115052048A/en
Publication of CN115052048A publication Critical patent/CN115052048A/en
Pending legal-status Critical Current

Links

Images

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/08Protocols for interworking; Protocol conversion
    • HELECTRICITY
    • H04ELECTRIC COMMUNICATION TECHNIQUE
    • H04LTRANSMISSION OF DIGITAL INFORMATION, e.g. TELEGRAPHIC COMMUNICATION
    • H04L63/00Network architectures or network communication protocols for network security
    • H04L63/08Network architectures or network communication protocols for network security for authentication of entities
    • H04L63/083Network architectures or network communication protocols for network security for authentication of entities using passwords

Abstract

The application discloses a data processing method, a data processing device and electronic equipment, wherein the method is applied to the electronic equipment, the electronic equipment is connected between storage equipment and reading equipment, and the method comprises the following steps: receiving a first instruction sent by the reading equipment according to a first communication protocol between the electronic equipment and the reading equipment; converting the first instruction according to a second communication protocol between the storage device and the electronic device to obtain a second instruction; the second communication protocol is different from the first communication protocol; sending the second instruction to the storage device to cause the storage device to execute the second instruction.

Description

Data processing method and device and electronic equipment
Technical Field
The present application relates to the field of computer technologies, and in particular, to a data processing method and apparatus, and an electronic device.
Background
With the development of network technology, the application of network storage is more and more extensive, and the sharing protocols of network storage are also various, such as various types of network disks, File transfer protocol ftp (filetransfer protocol), network File system nfs (network File system), and service Message block smb (server Message block). The computer reads data on the network storage device by configuring the operating system.
However, due to the limitations of the operating system of the computer, there may be situations where a computer configured with an operating system of a certain type may not be able to read data on a network storage device of a specified type.
Disclosure of Invention
In view of this, the present application provides a data processing method, an apparatus and an electronic device, as follows:
a data processing method applied to an electronic device connected between a storage device and a reading device, the method comprising:
receiving a first instruction sent by the reading equipment according to a first communication protocol between the electronic equipment and the reading equipment;
converting the first instruction according to a second communication protocol between the storage device and the electronic device to obtain a second instruction; the second communication protocol is different from the first communication protocol;
sending the second instruction to the storage device to cause the storage device to execute the second instruction.
In the above method, preferably, the second instruction is used to instruct to read the first data in the storage device;
wherein after sending the second instruction to the storage device, the method further comprises:
receiving the first data sent by the storage device according to the second communication protocol;
converting the first data according to the first communication protocol to obtain second data;
sending the second data to the reading device.
In the method, preferably, the second communication protocol is an application layer communication protocol, an application program corresponding to the storage device is configured in the electronic device, and login identification information is set on the application program, where the login identification information is used to represent that data in the storage device is allowed to be read;
the second instruction at least carries the login identification information, so that the storage device can read the first data corresponding to the second instruction according to the login identification information.
The above method, preferably, further comprises:
configuring the storage device as a target folder according to the first communication protocol, wherein a file directory of the target folder corresponds to a file directory of the storage device, so that the target folder can be displayed on the reading device.
In the method, preferably, a connection module is configured in the electronic device, and the connection module is configured to establish a data connection based on the second communication protocol, so that the electronic device can send the second instruction to the storage device.
In the method, preferably, the first communication protocol is a universal serial bus type communication protocol.
A data processing apparatus applied to an electronic device connected between a storage device and a reading device, the apparatus comprising:
the receiving module is used for receiving a first instruction sent by the reading equipment according to a first communication protocol between the electronic equipment and the reading equipment;
the conversion module is used for converting the first instruction according to a second communication protocol between the storage device and the electronic device to obtain a second instruction; the second communication protocol is different from the first communication protocol;
a sending module, configured to send the second instruction to the storage device, so that the storage device executes the second instruction.
In the above apparatus, preferably, the second instruction is configured to instruct to read the first data in the storage device;
wherein the receiving module is further configured to: after the sending module sends the second instruction to the storage device, receiving the first data sent by the storage device according to the second communication protocol;
the conversion module is further configured to convert the first data according to the first communication protocol to obtain second data;
the sending module is further configured to send the second data to the reading device.
The above apparatus, preferably, further comprises:
a configuration module, configured to configure the storage device as a target folder according to the first communication protocol, where a file directory of the target folder corresponds to a file directory of the storage device, so that the target folder can be displayed on the reading device.
An electronic device, the electronic device comprising:
a first port for connecting a reading device;
the second port is used for connecting the storage equipment;
a processor, connected to the first port and the second port, respectively, the processor configured to: receiving a first instruction sent by the reading equipment through the first port according to a first communication protocol between the electronic equipment and the reading equipment; converting the first instruction according to a second communication protocol between the storage device and the electronic device to obtain a second instruction; the second communication protocol is different from the first communication protocol; sending the second instruction to the storage device through the second port to cause the storage device to execute the second instruction.
According to the above scheme, in the data processing method, the data processing apparatus and the electronic device provided by the application, the electronic device capable of performing protocol communication is arranged between the reading device and the storage device, so that the electronic device performs protocol conversion on the instruction between the storage device and the reading device according to the first communication protocol between the electronic device and the reading device and the second communication device between the electronic device and the storage device, respectively, so that the storage device executes the instruction after receiving the recognizable instruction, and thus, the reading device can process the data in the storage device without being limited by the configured operating system.
Drawings
In order to more clearly illustrate the technical solutions of the embodiments of the present application, the drawings needed to be used in the description of the embodiments are briefly introduced below, and it is obvious that the drawings in the following description are only some embodiments of the present application, and it is obvious for those skilled in the art to obtain other drawings without creative efforts.
Fig. 1 is a flowchart of a data processing method according to an embodiment of the present application;
FIG. 2 is a schematic diagram illustrating connection between an electronic device, a storage device and a reading device according to an embodiment of the present application;
fig. 3 and fig. 4 are another flow charts of a data processing method according to an embodiment of the present disclosure;
FIG. 5 is a diagram of an example of a connection for data processing between a computer and a network disk according to an embodiment of the present application;
FIG. 6 is a diagram of an example of a connection for data processing between various reading devices and a storage device according to an embodiment of the present application;
fig. 7 is a schematic structural diagram of a data processing apparatus according to a second embodiment of the present application;
fig. 8 is another schematic structural diagram of a data processing apparatus according to a second embodiment of the present application;
fig. 9 is a schematic structural diagram of an electronic device according to a third embodiment of the present application.
Detailed Description
The technical solutions in the embodiments of the present application will be clearly and completely described below with reference to the drawings in the embodiments of the present application, and it is obvious that the described embodiments are only a part of the embodiments of the present application, and not all of the embodiments. All other embodiments, which can be derived by a person skilled in the art from the embodiments given herein without making any creative effort, shall fall within the protection scope of the present application.
Referring to fig. 1, a flowchart of an implementation of a data processing method provided in an embodiment of the present application is shown, where the method may be applied to an electronic device connected between a storage device and a reading device, such as a network storage switching device, and the electronic device is connected to the reading device through a first port and connected to the storage device through a second port, as shown in fig. 2. The storage device refers to a device storing data, such as a network disk, an FTP, an NFS, an SMB, and the like, and the reading device may be a device that needs to read data in the storage device, such as a computer, a mobile phone, a tablet computer, and a server.
Specifically, the method in this embodiment may include the following steps:
step 101: according to a first communication protocol between the electronic equipment and the reading equipment, a first instruction sent by the reading equipment is received.
The first instruction is used for indicating the first data in the storage device to be processed. For example, the first instruction is used for instructing to read and store the first data, or the first instruction is used for instructing to modify at least part of the first data, or the first instruction is used for deleting the first data.
It should be noted that the first communication protocol may be a bus interface layer communication protocol, such as a universal Serial bus (usb) type communication protocol.
Specifically, a data transmission channel is established between the electronic device and the reading device through a first communication protocol, so that the electronic device can receive a first instruction sent by the reading device based on the data transmission channel established by the first communication protocol, and the electronic device can recognize the first instruction.
Step 102: and converting the first instruction according to a second communication protocol between the storage device and the electronic device to obtain a second instruction.
Wherein the second communication protocol is different from the first communication protocol. For example, the second communication protocol may be an application layer communication protocol, and specifically may be a network sharing protocol, such as a network disk protocol, sftp (small File Transfer protocol), NFS protocol, and SMB protocol.
It should be noted that, in this embodiment, after the instruction is converted according to the second communication protocol, the storage device is enabled to recognize the converted second instruction.
Step 103: and sending the second instruction to the storage device so that the storage device executes the second instruction.
Specifically, a data transmission channel is established between the electronic device and the storage device through a second communication protocol, so that the electronic device can send the second instruction to the storage device based on the data transmission channel established by the second communication protocol.
It should be noted that, in this embodiment, the second instruction is converted according to the second communication protocol, and therefore the storage device can recognize the converted second instruction, and thus the storage device can execute the second instruction.
For example, the storage device reads the first data, modifies the first data, or deletes the first data according to the second instruction.
As can be seen from the foregoing solution, in the data processing method provided in the first embodiment of the present application, by providing the electronic device capable of performing protocol communication between the reading device and the storage device, the electronic device performs protocol conversion on the instruction between the storage device and the reading device according to the first communication protocol with the reading device and the second communication device with the storage device, respectively, so that the storage device executes the instruction after receiving the recognizable instruction, and thus the reading device can process data in the storage device without being limited by the configured operating system.
In an implementation manner, taking the second instruction as an example for instructing to read the first data in the storage device, after sending the second instruction to the storage device so that the storage device reads the first data according to the second instruction, the following steps may be further included, as shown in fig. 3:
step 104: and receiving the first data sent by the storage device according to the second communication protocol.
The electronic device can receive the first data sent by the storage device according to a data transmission channel established by the second communication protocol.
Step 105: the first data is converted to obtain second data according to a first communication protocol.
In this embodiment, after the data is converted according to the first communication protocol, the reading device can recognize the converted second data.
Step 106: the second data is sent to the reading device.
Specifically, the second data may be sent to the reading device according to a data transmission channel established by the first communication protocol on the electronic device, so that the reading device can recognize the received second data, and the reading device may further process the second data, for example, perform data calculation or data modification on the second data.
In another implementation manner, taking the second instruction as an example for instructing to modify the first data in the storage device, after the second instruction is sent to the storage device, the storage device may modify the first data according to the second instruction, send the modification result to the electronic device through the second communication protocol, and the electronic device converts the modification result according to the first communication protocol and sends the converted modification result to the reading device, so that the reading device can obtain the modification result which is fed back and can be identified.
In another implementation manner, taking the second instruction as an example for instructing to delete the first data in the storage device, after the second instruction is sent to the storage device, the storage device may delete the first data according to the second instruction, send a result of successful or failed deletion to the electronic device through the second communication protocol, and convert, by the electronic device according to the first communication protocol, the result of successful or failed deletion and send the converted result to the reading device, so that the reading device can obtain a result of successful or failed deletion that is fed back and can be identified.
In a specific implementation, the second communication protocol is an application layer communication protocol, based on which an application program corresponding to the storage device may be configured in the electronic device, and the application program is provided with login identification information, where the login identification information is used to represent that data in the storage device is allowed to be read. For example, the login identification information may be a user name and password of the application program, so that the application program can access the data stored in the storage device through the user name and password.
Therefore, in this embodiment, when the first instruction is converted, the login identification information is added to the converted second instruction, so that the second instruction at least carries the login identification information, and the storage device can read the first data corresponding to the second instruction according to the login identification information.
Taking the login identification information as the user name and the password of the application program as an example, after receiving a first instruction of a USB protocol sent by a computer, the network storage conversion device performs protocol conversion on the first instruction according to a network disk protocol, adds the user name and the password of the network disk application to a second instruction obtained by conversion, and sends the second instruction to the network disk, so that the network disk can access first data corresponding to the second instruction according to the user name and the password, and then sends the read first data to the network storage conversion device according to the network disk protocol, and then sends the obtained second data to the computer after the network storage conversion device performs protocol conversion on the first data according to the USB protocol.
In one implementation, the method in this embodiment may further include the following steps, as shown in fig. 4:
step 107: the storage device is configured as a target folder according to a first communication protocol.
The file directory of the target folder corresponds to the file directory of the storage device, so that the target folder can be displayed on the reading device, and based on the file directory of the target folder, the reading device can operate on the data of the file or the folder needing to be processed to generate corresponding instructions, such as instructions for reading the data, modifying the data or deleting the data.
For example, the network storage conversion device is connected to the computer through the USB interface while establishing a data transmission channel with the network disk through the network disk protocol, as shown in fig. 5, an F disk is displayed in the computer, and a file directory in the F disk corresponds to a file and/or a folder stored in the network disk.
In one implementation, a connection module may be configured in the electronic device, and the connection module is configured to establish a data connection based on the second communication protocol, so that the electronic device can send the second instruction to the storage device.
The connection module may be a wired connection module or a wireless connection module.
For example, a connection module of a wired network is arranged in the network storage conversion device, so that a data transmission channel between the network storage conversion device and a network disk is established through a second port according to a network disk protocol; for another example, the network storage conversion device is internally provided with a connection module of a wireless network, so that a data transmission channel with the network disk is established through the second port according to the network disk protocol.
Taking the first communication protocol as the network protocol and the second communication protocol as the USB protocol as an example, the network storage conversion device in this embodiment is connected to a device such as a computer or a mobile phone, which needs to read storage, through a USB interface, as shown in fig. 6, a connection module is built in the network storage conversion device, so that the network storage conversion device establishes a wired network connection or a wireless network connection between network storage devices through the connection module, the network storage device may be a network disk, NFS storage, FTP/SFTP or http sharing, and other storage devices, meanwhile, application programs corresponding to the network storage devices, such as a network disk client, an FTP/SFTP client, and the like, are configured in the network storage conversion device, and pre-registered user names and passwords are bound in the application programs, after the application programs are configured in the network storage device and the user names and passwords are bound, the file directory in the network storage device is mapped to a specific file directory, such as directory 1 of the network storage device 1 and directory 2 of the network storage device 2, and when the network storage conversion device is connected to the computer through the USB interface, the network storage device and the network storage conversion device are mapped to corresponding drive characters in the computer, such as E-disk and F-disk, through the USB protocol, at this time, the E-disk in the computer is mapped to directory 1 of the network storage device 1, and the F-disk in the computer is mapped to directory 2 of the network storage device 2, based on which, the file in the E-disk accessed on the computer is mapped to the network file in directory 1 of the network storage device 1 accessed by the computer, the file in the F-disk accessed on the computer is mapped to the network file in directory 2 of the network storage device 2 accessed by the computer, when the computer accesses the file in directory 1 or directory 2, and carrying out protocol conversion on the access instruction of the computer to enable the network storage device 1 or the network storage device 2 to receive the access instruction which can be identified, further sending the accessed data to the network storage conversion device, carrying out protocol conversion on the accessed data by the network storage conversion device, and then sending the converted data to the computer to realize data access.
In summary, in this embodiment, the connection device (i.e., the network storage conversion device) based on the USB protocol is connected between the network storage device and the computer based on the built-in wired or wireless network module, so that the compatibility of the storage device can be ensured, and the connection device has built-in authentication (configures the client of the network storage device and binds the user name and the password), so that the computer does not need to repeatedly input authentication information, and thus, the access to the network data can be realized without depending on the operating system configured on the computer.
Referring to fig. 7, a schematic structural diagram of a data processing apparatus according to a second embodiment of the present disclosure is provided, where the apparatus may be configured in an electronic device connected between a storage device and a reading device, such as a network storage switching device, and the electronic device is connected to the reading device through a first port and connected to the storage device through a second port, as shown in fig. 2. The storage device refers to a device storing data, such as a network disk, an FTP, an NFS, an SMB, and the like, and the reading device may be a device that needs to read data in the storage device, such as a computer, a mobile phone, a tablet computer, and a server.
Specifically, the apparatus in this embodiment may include the following structure:
a receiving module 701, configured to receive a first instruction sent by the reading device according to a first communication protocol between the electronic device and the reading device;
a conversion module 702, configured to convert the first instruction according to a second communication protocol between the storage device and the electronic device to obtain a second instruction; the second communication protocol is different from the first communication protocol;
a sending module 703, configured to send the second instruction to the storage device, so that the storage device executes the second instruction.
As can be seen from the foregoing solution, in the data processing apparatus provided in the second embodiment of the present application, by providing the electronic device capable of performing protocol communication between the reading device and the storage device, the electronic device performs protocol conversion on the instruction between the storage device and the reading device according to the first communication protocol with the reading device and the second communication protocol with the storage device, respectively, so that the storage device executes the instruction after receiving the recognizable instruction, and thus the reading device can process data in the storage device without being limited by the configured operating system.
In one implementation, the second instruction is used to instruct to read the first data in the storage device;
wherein the receiving module 701 is further configured to: after the sending module sends the second instruction to the storage device, receiving the first data sent by the storage device according to the second communication protocol;
the conversion module 702 is further configured to convert the first data according to the first communication protocol to obtain second data;
the sending module 703 is further configured to send the second data to the reading device.
The second communication protocol is an application layer communication protocol, an application program corresponding to the storage device is configured in the electronic device, login identification information is set on the application program, and the login identification information is used for representing that data in the storage device is allowed to be read; the second instruction at least carries the login identification information, so that the storage device can read the first data corresponding to the second instruction according to the login identification information.
In one implementation, the apparatus in this embodiment may further include the following structure, as shown in fig. 8:
a configuring module 704, configured to configure the storage device as a target folder according to the first communication protocol, where a file directory of the target folder corresponds to a file directory of the storage device, so that the target folder can be displayed on the reading device.
In one implementation manner, a connection module is configured in the electronic device, and the connection module is configured to establish a data connection based on the second communication protocol, so that the electronic device can send the second instruction to the storage device.
In a specific implementation, the first communication protocol is a universal serial bus type communication protocol.
It should be noted that, for the specific implementation of each module in the present embodiment, reference may be made to the corresponding description in the foregoing, and details are not described here.
Referring to fig. 9, a schematic structural diagram of an electronic device according to a third embodiment of the present application is shown, where the electronic device may include the following structure:
a first port 901 for connecting a reading device;
a second port 902 for connecting a storage device;
a processor 903, where the processor 903 is connected to the first port 901 and the second port 902, respectively, and the processor 903 is configured to: receiving a first instruction sent by the reading device through the first port 901 according to a first communication protocol between the electronic device and the reading device; converting the first instruction according to a second communication protocol between the storage device and the electronic device to obtain a second instruction; the second communication protocol is different from the first communication protocol; the second instruction is sent to the storage device through the second port 902 to cause the storage device to execute the second instruction.
It can be seen from the foregoing solutions that, in the electronic device provided in the third embodiment of the present application, the electronic device is connected between the reading device and the storage device, and thus, the electronic device performs protocol conversion on the instruction between the storage device and the reading device according to the first communication protocol with the reading device and the second communication protocol with the storage device, respectively, so that the storage device executes the instruction after receiving the recognizable instruction, and thus, the reading device can process data in the storage device without being limited by the configured operating system.
The embodiments in the present description are described in a progressive manner, each embodiment focuses on differences from other embodiments, and the same and similar parts among the embodiments are referred to each other. The device disclosed by the embodiment corresponds to the method disclosed by the embodiment, so that the description is simple, and the relevant points can be referred to the method part for description.
Those of skill would further appreciate that the various illustrative elements and algorithm steps described in connection with the embodiments disclosed herein may be implemented as electronic hardware, computer software, or combinations of both, and that the various illustrative components and steps have been described above generally in terms of their functionality in order to clearly illustrate this interchangeability of hardware and software. Whether such functionality is implemented as hardware or software depends upon the particular application and design constraints imposed on the implementation. Skilled artisans may implement the described functionality in varying ways for each particular application, but such implementation decisions should not be interpreted as causing a departure from the scope of the present application.
The steps of a method or algorithm described in connection with the embodiments disclosed herein may be embodied directly in hardware, in a software module executed by a processor, or in a combination of the two. A software module may reside in Random Access Memory (RAM), memory, Read Only Memory (ROM), electrically programmable ROM, electrically erasable programmable ROM, registers, hard disk, a removable disk, a CD-ROM, or any other form of storage medium known in the art.
The previous description of the disclosed embodiments is provided to enable any person skilled in the art to make or use the present application. Various modifications to these embodiments will be readily apparent to those skilled in the art, and the generic principles defined herein may be applied to other embodiments without departing from the spirit or scope of the application. Thus, the present application is not intended to be limited to the embodiments shown herein but is to be accorded the widest scope consistent with the principles and novel features disclosed herein.

Claims (10)

1. A data processing method applied to an electronic device connected between a storage device and a reading device, the method comprising:
receiving a first instruction sent by the reading equipment according to a first communication protocol between the electronic equipment and the reading equipment;
converting the first instruction according to a second communication protocol between the storage device and the electronic device to obtain a second instruction; the second communication protocol is different from the first communication protocol;
sending the second instruction to the storage device to cause the storage device to execute the second instruction.
2. The method of claim 1, the second instruction to instruct to read first data in the storage device;
wherein after sending the second instruction to the storage device, the method further comprises:
receiving the first data sent by the storage device according to the second communication protocol;
converting the first data according to the first communication protocol to obtain second data;
sending the second data to the reading device.
3. The method according to claim 2, wherein the second communication protocol is an application layer communication protocol, an application program corresponding to the storage device is configured in the electronic device, and login identification information is set on the application program, and the login identification information is used for representing that data in the storage device is allowed to be read;
the second instruction at least carries the login identification information, so that the storage device can read the first data corresponding to the second instruction according to the login identification information.
4. The method of claim 1 or 2, further comprising:
configuring the storage device as a target folder according to the first communication protocol, wherein a file directory of the target folder corresponds to a file directory of the storage device, so that the target folder can be displayed on the reading device.
5. The method according to claim 1 or 2, wherein a connection module is configured in the electronic device, and the connection module is configured to establish a data connection based on the second communication protocol, so that the electronic device can send the second instruction to the storage device.
6. The method of claim 1 or 2, the first communication protocol being a universal serial bus type communication protocol.
7. A data processing apparatus applied to an electronic device connected between a storage device and a reading device, the apparatus comprising:
the receiving module is used for receiving a first instruction sent by the reading equipment according to a first communication protocol between the electronic equipment and the reading equipment;
the conversion module is used for converting the first instruction according to a second communication protocol between the storage device and the electronic device to obtain a second instruction; the second communication protocol is different from the first communication protocol;
a sending module, configured to send the second instruction to the storage device, so that the storage device executes the second instruction.
8. The apparatus of claim 7, the second instructions to direct reading first data in the storage device;
wherein the receiving module is further configured to: after the sending module sends the second instruction to the storage device, receiving the first data sent by the storage device according to the second communication protocol;
the conversion module is further configured to convert the first data according to the first communication protocol to obtain second data;
the sending module is further configured to send the second data to the reading device.
9. The apparatus of claim 7 or 8, further comprising:
a configuration module, configured to configure the storage device as a target folder according to the first communication protocol, where a file directory of the target folder corresponds to a file directory of the storage device, so that the target folder can be displayed on the reading device.
10. An electronic device, the electronic device comprising:
a first port for connecting a reading device;
the second port is used for connecting the storage equipment;
a processor, the processor being connected to the first port and the second port, respectively, the processor being configured to: receiving a first instruction sent by the reading equipment through the first port according to a first communication protocol between the electronic equipment and the reading equipment; converting the first instruction according to a second communication protocol between the storage device and the electronic device to obtain a second instruction; the second communication protocol is different from the first communication protocol; sending the second instruction to the storage device through the second port to enable the storage device to execute the second instruction.
CN202210648320.2A 2022-06-09 2022-06-09 Data processing method and device and electronic equipment Pending CN115052048A (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
CN202210648320.2A CN115052048A (en) 2022-06-09 2022-06-09 Data processing method and device and electronic equipment

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
CN202210648320.2A CN115052048A (en) 2022-06-09 2022-06-09 Data processing method and device and electronic equipment

Publications (1)

Publication Number Publication Date
CN115052048A true CN115052048A (en) 2022-09-13

Family

ID=83161243

Family Applications (1)

Application Number Title Priority Date Filing Date
CN202210648320.2A Pending CN115052048A (en) 2022-06-09 2022-06-09 Data processing method and device and electronic equipment

Country Status (1)

Country Link
CN (1) CN115052048A (en)

Citations (4)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN102576339A (en) * 2009-09-23 2012-07-11 桑迪士克以色列有限公司 Multi-protocol storage device bridge
US20150169231A1 (en) * 2013-12-13 2015-06-18 Ineda Systems Pvt. Ltd Virtualized storage systems
US10075524B1 (en) * 2015-09-29 2018-09-11 Amazon Technologies, Inc. Storage bridge device for communicating with network storage
US11093144B1 (en) * 2020-02-18 2021-08-17 EMC IP Holding Company LLC Non-disruptive transformation of a logical storage device from a first access protocol to a second access protocol

Patent Citations (4)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN102576339A (en) * 2009-09-23 2012-07-11 桑迪士克以色列有限公司 Multi-protocol storage device bridge
US20150169231A1 (en) * 2013-12-13 2015-06-18 Ineda Systems Pvt. Ltd Virtualized storage systems
US10075524B1 (en) * 2015-09-29 2018-09-11 Amazon Technologies, Inc. Storage bridge device for communicating with network storage
US11093144B1 (en) * 2020-02-18 2021-08-17 EMC IP Holding Company LLC Non-disruptive transformation of a logical storage device from a first access protocol to a second access protocol

Similar Documents

Publication Publication Date Title
JP6515207B2 (en) Internet access authentication method and client, and computer storage medium
US7805527B2 (en) Using a variable identity pipe for constrained delegation and connection pooling
EP2633667B1 (en) System and method for on the fly protocol conversion in obtaining policy enforcement information
CN101156167A (en) Methods and apparatus for gifting over a data network
CN102209156A (en) Method of synchronizing contact person information, apparatus thereof and system thereof
US20030046374A1 (en) Bidirectional remote communication VIA browser plug-in
CN113190778A (en) Business data pushing method, system, computer equipment and computer storage medium
CN104158908A (en) Method and system for transmitting files based on WiFi (Wireless Fidelity) equipment
CN112752245A (en) Network distribution method and device, electronic equipment and storage medium
US10367894B2 (en) Information processing apparatus, method for controlling the same, non-transitory computer-readable storage medium, and information processing system
CN107018189A (en) Migrate application data and receive the method and device of application data
CN112165727A (en) Parallel network distribution system and method and mobile terminal
CN112187921B (en) Object file downloading method, device, system, server and storage medium
CN115052048A (en) Data processing method and device and electronic equipment
CN105391702A (en) Audio/video communication method, terminal, server and platform
US11778451B2 (en) 5G Network Exposure Function (NEF) capturing processor identity
CN108737350B (en) Information processing method and client
CN106095739A (en) Information creating method and information creating device
CN113395326B (en) Network service-based login method, device and computer-readable storage medium
CN113395741B (en) Network distribution system, method and device of equipment, electronic equipment and storage medium
CN111885664B (en) User equipment routing method and related product
CN113542282A (en) Cross-computing center file transmission method, device, equipment and storage medium
CN109450885B (en) Network data interception method and device, electronic equipment and storage medium
CN113438251A (en) Protocol conversion method, device and system
CN106850862B (en) Method and device for migrating data from sending end to receiving end

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