WO2011140754A1 - 无线优盘的实现方法及系统 - Google Patents

无线优盘的实现方法及系统 Download PDF

Info

Publication number
WO2011140754A1
WO2011140754A1 PCT/CN2010/075998 CN2010075998W WO2011140754A1 WO 2011140754 A1 WO2011140754 A1 WO 2011140754A1 CN 2010075998 W CN2010075998 W CN 2010075998W WO 2011140754 A1 WO2011140754 A1 WO 2011140754A1
Authority
WO
WIPO (PCT)
Prior art keywords
data packet
smb
l2cap
client
mobile terminal
Prior art date
Application number
PCT/CN2010/075998
Other languages
English (en)
French (fr)
Inventor
李斌
张芝萍
傅启洪
Original Assignee
中兴通讯股份有限公司
Priority date (The priority date is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the date listed.)
Filing date
Publication date
Application filed by 中兴通讯股份有限公司 filed Critical 中兴通讯股份有限公司
Priority to US13/696,979 priority Critical patent/US20130058266A1/en
Priority to EP10851259.1A priority patent/EP2560337A4/en
Publication of WO2011140754A1 publication Critical patent/WO2011140754A1/zh

Links

Classifications

    • HELECTRICITY
    • H04ELECTRIC COMMUNICATION TECHNIQUE
    • H04WWIRELESS COMMUNICATION NETWORKS
    • H04W76/00Connection management
    • H04W76/10Connection setup
    • H04W76/12Setup of transport tunnels
    • HELECTRICITY
    • H04ELECTRIC COMMUNICATION TECHNIQUE
    • H04WWIRELESS COMMUNICATION NETWORKS
    • H04W84/00Network topologies
    • H04W84/18Self-organising networks, e.g. ad-hoc networks or sensor networks
    • HELECTRICITY
    • H04ELECTRIC COMMUNICATION TECHNIQUE
    • H04WWIRELESS COMMUNICATION NETWORKS
    • H04W88/00Devices specially adapted for wireless communication networks, e.g. terminals, base stations or access point devices
    • H04W88/02Terminal devices

Definitions

  • the present invention relates to the field of data communications, and in particular, to a method and system for implementing a mobile terminal as a wireless flash drive. Background technique
  • Mobile terminals such as mobile phones have become more and more storage capacity as people use their needs and technology.
  • Mobile terminal manufacturers expand the storage capacity of mobile terminals through memory cards such as TF cards, and expand mobile terminal storage.
  • the capacity allows the mobile terminal to be used as a USB stick to store more data and exchange pictures, videos, documents, etc. with the computer.
  • the data exchange with the computer is connected by using a data line, that is, a data line is additionally attached in addition to the mobile terminal, and the data line standards of different manufacturers are different, which causes the use of the user. inconvenient. Summary of the invention
  • One of the objects of the present invention is to provide a method and system for using a mobile terminal as a wireless USB flash drive, which avoids the inconvenience of additionally attaching a data line.
  • a mobile terminal includes:
  • a file sharing server-side module configured to execute a data packet from a client access request, and return a server information module protocol (SMB) data packet as a result of the access;
  • SMB server information module protocol
  • a Bluetooth module configured to receive a Logical Link Control and Adaptation Protocol (L2CAP) data packet from the accessed client, and to send an L2CAP data packet to the client;
  • L2CAP Logical Link Control and Adaptation Protocol
  • a data packet conversion module configured to convert the L2CAP data packet received by the Bluetooth module into The SMB data packet, and the SMB data packet as the result of the access is converted into an L2CAP data packet sent by the Bluetooth module.
  • the data packet conversion module includes:
  • a TCP data packet sub-module configured to encapsulate the SMB data packet as a result of the access into a TCP data packet
  • An IP data packet submodule configured to encapsulate the TCP data packet into an IP data packet
  • the L2CAP data conversion submodule is configured to convert the IP data packet into an L2CAP data packet sent by the Bluetooth module.
  • the L2CAP data conversion submodule is further configured to convert the L2CAP data packet received by the Bluetooth module into an IP data packet;
  • the IP data packet sub-module is further configured to parse the IP data packet into a TCP data packet; the TCP data packet sub-module is further configured to parse the TCP data packet into an SMB data packet of the client access request.
  • a client that includes:
  • a file sharing client module for generating an SMB data packet as an access request to the mobile terminal, and displaying the SMB data packet as a result of the access
  • a Bluetooth module configured to send an L2CAP data packet to the mobile terminal and receive the L2CAP data packet from the mobile terminal;
  • a data packet conversion module configured to convert the SMB data packet as an access request into an L2CAP data packet sent by the Bluetooth module, and convert the L2CAP data packet received by the Bluetooth module into the SMB data packet as a result of the access.
  • the data packet conversion module includes:
  • a TCP data packet sub-module configured to encapsulate the SMB data packet as an access request into a TCP data packet
  • An IP data packet submodule configured to encapsulate the TCP data packet into an IP data packet;
  • the L2CAP data conversion submodule is configured to convert the IP data packet into an L2CAP data packet sent by the Bluetooth module.
  • the L2CAP data conversion submodule is further configured to convert the L2CAP data packet received by the Bluetooth module into an IP data packet;
  • the IP data packet sub-module is further configured to parse the IP data packet into a TCP data packet; the TCP data packet sub-module is further configured to parse the TCP data packet into an SMB data packet as a result of the access.
  • a method for implementing a wireless USB flash drive includes the following steps:
  • the client After the client establishes the L2CAP link with the mobile terminal, the client sends the SMB data packet as the access request to the mobile terminal in a Bluetooth manner;
  • the mobile terminal executes the received data packet, and sends the SMB data packet as a result of the access to the client in a Bluetooth manner;
  • the client displays the received access result.
  • the client sends the SMB data packet as an access request to the mobile terminal in a Bluetooth manner, specifically:
  • the client generates an SMB data packet as an access request
  • the converting the SMB data packet as the access request into the L2CAP data packet is specifically: encapsulating the SMB data packet as the access request into a TCP data packet;
  • the mobile terminal executes the received data packet, and sends the SMB data packet as a result of the access to the client in a Bluetooth manner, specifically:
  • the converting the L2CAP data packet sent by the client into the SMB data packet as the access request is specifically:
  • the TCP packet is parsed into an SMB packet as an access request.
  • the converting the SMB data packet as the result of the access into the L2CAP data packet is specifically: encapsulating the SMB data packet as the access result into a TCP data packet;
  • the client displays the received access result as follows:
  • the SMB packet as the result of the access is loaded into the client's file system as a separate disk or file tree.
  • the converting the L2CAP data packet sent by the mobile terminal into the SMB data packet as a result of the access is specifically:
  • the IP data packet is parsed into a TCP data packet;
  • the TCP packet is parsed into an SMB packet as a result of the access.
  • An implementation system of a wireless USB flash drive includes a client and a mobile terminal, and the client and the mobile terminal have established an L2CAP link, where:
  • the client configured to send an SMB data packet as an access request to the mobile terminal in a Bluetooth manner, and display an SMB data packet of an access result returned from the mobile terminal;
  • the mobile terminal is configured to execute a data packet of an access request from the client, and send an SMB data packet as a result of the access to the client in a Bluetooth manner.
  • the client includes:
  • a file sharing client module for generating an SMB data packet as an access request to the mobile terminal, and displaying the SMB data packet as a result of the access
  • a first Bluetooth module configured to send an L2CAP data packet to the mobile terminal, and receive an L2CAP data packet from the mobile terminal;
  • the first data packet conversion module is configured to convert the SMB data packet as the access request into the L2CAP data packet sent by the first Bluetooth module, and convert the L2CAP data packet received by the first Bluetooth module into an SMB data packet as a result of the access.
  • the mobile terminal includes:
  • a file sharing server-side module configured to execute the SMB data packet from the client access request and return an SMB data packet as a result of the access;
  • a second Bluetooth module configured to receive an L2CAP data packet from the client, and to send an L2CAP data packet to the client;
  • a second data packet conversion module configured to convert an L2CAP data packet received by the second Bluetooth module into an SMB data packet as the client access request, and convert the SMB data packet as a result of the access into the second Bluetooth module The L2CAP packet sent to the client.
  • the implementation method, device and system of the above wireless USB flash drive combine SMB protocol and Bluetooth technology, and use the SMB data packet and the L2CAP data packet to convert the mobile terminal into a wireless USB flash drive. No need to attach any data lines, it is convenient for users.
  • FIG. 1 is a schematic structural diagram of an embodiment of a mobile terminal according to the present invention.
  • FIG. 2 is a schematic structural diagram of a data packet conversion module of another embodiment of a mobile terminal according to the present invention
  • FIG. 3 is a schematic structural diagram of an embodiment of a client according to the present invention
  • FIG. 4 is a schematic structural diagram of a data packet conversion module according to another embodiment of the present invention.
  • FIG. 5 is a schematic flowchart of a method for implementing a wireless USB flash drive according to an embodiment of the present invention.
  • FIG. 6 is a schematic structural diagram of an implementation system of a wireless USB flash drive according to the present invention. detailed description
  • the invention combines the Bluetooth technology and the Server Message Block Protocol (SMB) to make the mobile terminal use as a wireless USB flash drive.
  • SMB Server Message Block Protocol
  • Bluetooth technology is a short-range radio technology, an open standard for wireless data and voice transmission. Bluetooth works in the 2.4GHz band, and it will be used in various communication devices, computers and their terminal devices, various digital data systems and even household appliances. ⁇ Connected wirelessly, Bluetooth uses a wireless interface instead of a wired cable connection, which is highly portable and has low power consumption.
  • the Bluetooth protocol stack is a set of protocols defined by the SIG (Special Intersted Group), and the goal is to allow Bluetooth devices that follow the specification to operate with each other.
  • Logical Link Control and Adaptation Protocol (L2CAP) is the core protocol of the Bluetooth protocol stack. It is used in the data link layer Bluetooth protocol stack, using protocol multiplexing, segmentation and reassembly operations. Group abstraction provides connection and connectionless data services to higher layer protocols. L2CAP allows higher layer protocols and applications to send and receive L2CAP packets. The concept of channel is used to establish different paths between different applications of Bluetooth devices.
  • the SMB protocol was developed by IBM to share files, printers, and serial ports between computers. It is a client/server, request/response protocol. Through the SMB protocol, the client should The program can read and write files on the server in various network environments, and make service requests to the server program. The client can send an SMB command to the server, thereby accessing the shared directory, opening the file, or reading and writing files. And other operations that can be done on the file system.
  • a mobile terminal 13 including:
  • a file sharing server module 10 for executing an SMB packet from a client access request and returning an SMB packet as a result of the access
  • the Bluetooth module 12 is configured to receive an L2CAP data packet from the accessed client, and to send the L2CAP data packet to the client;
  • the data packet conversion module 11 is configured to convert the L2CAP data packet received by the Bluetooth module 12 into an SMB data packet, and convert the access result into an L2CAP data packet sent by the Bluetooth module 12.
  • the data packet conversion module 11 includes:
  • a TCP data packet sub-module 112 configured to encapsulate the SMB data packet as a result of the access into a TCP data packet
  • An IP data packet sub-module 113 configured to encapsulate the TCP data packet into an IP data packet
  • the L2CAP data conversion sub-module 114 is configured to convert the IP data packet into an L2CAP data packet sent by the Bluetooth module 12.
  • the L2CAP data conversion sub-module 114 is further configured to convert the L2CAP data packet received by the Bluetooth mode 12 block into an IP data packet; the IP data packet sub-module 113 is further configured to parse the IP data packet into a TCP data packet.
  • the TCP data packet sub-module 112 is also used to parse the TCP packet into an SMB packet as a client access request.
  • the client After the mobile terminal 13 of the present embodiment establishes an L2CAP link with the client, the client sends an access request to the mobile terminal 13, and the access request is transmitted to the mobile terminal 13 by the L2CAP data packet suitable for Bluetooth transmission, and the mobile terminal 13 After the access request is responded to, the access request is sent back to the client, and the sharing operation of the client to the mobile terminal 13 is implemented.
  • the mobile terminal 13 parses the L2CAP data packet sent by the client into a file sharing server module.
  • the SMB data packet process executed by the following is:
  • the Bluetooth module 12 receives the L2CAP data packet from the client, and the data packet conversion module 11 converts the L2CAP data packet into an SMB data package executable by the file sharing server module 10, and the file sharing server module 10 Execute the SMB packet and generate an SMB packet that implements the access.
  • the data packet conversion module 11 converts the L2CAP data packet into an SMB data packet process that can be executed by the file sharing server module 10 as follows:
  • the L2CAP data conversion sub-module 114 converts the L2C AP data packet into an IP data packet, and the IP data packet sub-module 113 parses the IP data packet into a TCP data packet, and the TCP data packet sub-module 112 parses the TCP data packet into an available file.
  • the access request SMB packet is executed by the shared server module 10.
  • the file sharing server-side module 10 when the mobile terminal 13 feeds back the SMB data as a result of the access, the file sharing server-side module 10 generates and transmits an SMB packet as a result of the access to the data packet conversion module 11, and the data packet conversion module 11 converts the SMB packet into For the L2CAP packet, the Bluetooth module 12 converts the L2CAP packet into a radio frequency signal for transmission.
  • the data packet conversion module 11 converts the SMB data packet into an L2CAP data packet as follows:
  • the TCP data packet sub-module 112 encapsulates the SMB data packet as a result of the access into a TCP data packet
  • the IP data packet sub-module 113 encapsulates the TCP data packet into an IP data packet
  • the L2CAP data conversion sub-module 114 converts the IP data packet into the L2CAP data packet. package.
  • the mobile terminal 13 of the present invention realizes the sharing operation of the client to the mobile terminal 13 based on the bidirectional conversion between the SMB data packet and the L2CAP data packet, and successfully implements the wireless USB flash drive without the data cable.
  • a client 23 which includes the following components: a file sharing client module 20, configured to generate an SMB data packet as an access request to a mobile terminal, and display an SMB data packet as a result of the access;
  • the Bluetooth module 22 is configured to send the L2CAP data packet to the mobile terminal and receive the mobile terminal L2CAP packet;
  • the data packet conversion module 21 is configured to convert the SMB data packet as the access request into the L2CAP data packet sent by the Bluetooth module 22, and convert the L2CAP data packet received by the Bluetooth module 22 into the SMB data packet as the result of the access.
  • the data packet conversion module 21 includes:
  • a TCP data packet sub-module 212 configured to encapsulate the SMB data packet as an access request into a TCP data packet
  • An IP data packet submodule 213, configured to encapsulate the TCP data packet into an IP data packet
  • the L2CAP data conversion sub-module 214 is configured to convert the IP data packet into an L2CAP data packet sent by the Bluetooth module 22.
  • the L2CAP data conversion sub-module 214 is further configured to convert the L2CAP data packet received by the Bluetooth module 22 into an IP data packet, and the IP data packet sub-module 213 is further configured to parse the IP data packet into a TCP data packet, and the TCP data packet sub-module 212 further Used to parse TCP packets into SMB packets as a result of the access.
  • the client 23 of the embodiment After the client 23 of the embodiment establishes the L2CAP link with the mobile terminal, the client 23 sends an access request to the mobile terminal, and the access request is transmitted to the mobile terminal by the L2CAP data packet suitable for Bluetooth transmission, and the mobile terminal requests the access terminal. After the response is executed, the result is fed back to the client 23, and the sharing operation of the client 23 to the mobile terminal is implemented.
  • the client 23 sends an access request to the mobile terminal and receives and displays the feedback result as follows:
  • the file sharing client module 20 generates an SMB data packet as an access request and sends it to the data packet conversion module 21, the data packet conversion module 21 converts the SMB data packet into an L2CAP data packet, and the Bluetooth module 22 converts the L2CAP data packet into a radio frequency signal. send.
  • the data packet conversion module 21 converts the SMB data packet as an access request into an L2CAP data packet as follows:
  • the TCP data packet sub-module 212 encapsulates the SMB data packet as an access request into a TCP
  • the data packet, IP data packet sub-module 213 encapsulates the TCP data packet into an IP data packet
  • the L2CAP data conversion sub-module 214 converts the IP data packet into an L2CAP data packet.
  • the Bluetooth module 22 receives the radio frequency signal and converts it into an L2CAP data packet
  • the data packet conversion module 21 converts the L2CAP data packet into an SMB data packet
  • the file sharing client module The SMB packet as a result of the access is loaded into the file system of the client 23 in the form of a file tree or a separate disk, and the sharing operation of the client 23 to the mobile terminal is implemented.
  • the data packet conversion module 21 converts the L2CAP data packet into an SMB data packet process:
  • the L2CAP data conversion sub-module 214 converts the L2CAP data packet into an IP data packet, and the IP data packet sub-module 213 parses the IP data packet into a TCP data packet, and the TCP data packet sub-module 212 parses the TCP data packet into an access result. SMB packet.
  • the client 23 of the present invention realizes the sharing operation to the mobile terminal based on the bidirectional conversion between the SMB data packet and the L2CAP data packet, and successfully implements the wireless USB flash drive without the attached data line.
  • Step 101 After a client establishes an L2CAP link with a mobile terminal, the client sends the SMB data packet as an access request to the Bluetooth device to Mobile terminal
  • step 101 is as follows:
  • the client generates an SMB packet as an access request
  • the foregoing converts the SMB data packet as the access request into the L2CAP data packet, which is specifically:
  • Step 102 The mobile terminal executes the received SMB data packet, and sends the SMB data packet as a result of the access to the client in a Bluetooth manner.
  • step 102 The specific implementation of step 102 is as follows:
  • the mobile terminal receives the L2CAP data packet sent by the client;
  • the SMB data packet that is sent by the client into an S2 packet as an access request is specifically:
  • the TCP packet is parsed into an SMB packet that is an access request.
  • the SMB data packet as the result of the access is converted into the L2CAP data packet, which is specifically: the SMB data packet as the access result is encapsulated into a TCP data packet;
  • Step 103 The client displays the received access result.
  • step 103 The specific implementation of step 103 is as follows:
  • the client receives the L2CAP data packet sent by the mobile terminal;
  • the TCP packet is parsed into an SMB packet as a result of the access.
  • the method of the embodiment is based on the bidirectional conversion between the SMB data packet and the L2CAP data packet, and realizes the sharing operation of the client to the mobile terminal, and successfully implements the wireless USB flash drive without the attached data line.
  • a system for implementing a wireless USB flash drive includes: a client 43 and a mobile terminal 33.
  • the client 43 and the mobile terminal 33 have established an L2CAP link, where:
  • a client 43 for transmitting an SMB packet as an access request to the mobile terminal 33 in a Bluetooth manner, and displaying an SMB packet of the access result returned from the mobile terminal 33;
  • the mobile terminal 33 SMB data packet for performing an access request from the client 43, and transmitting the SMB data packet as a result of the access to the client 43 in a Bluetooth manner.
  • Client 43 includes:
  • a file sharing client module 40 configured to generate an SMB data packet as an access request to the mobile terminal, and display the SMB data packet as a result of the access;
  • the first Bluetooth module 42 is configured to send the L2CAP data packet to the mobile terminal 33, and receive the L2CAP data packet from the mobile terminal 33;
  • the first data packet conversion module 41 is configured to convert the SMB data packet as the access request into the L2CAP data packet sent by the first Bluetooth module 42, and convert the L2CAP data packet received by the first Bluetooth module 42 into the SMB as the result of the access. data pack.
  • the mobile terminal 33 includes:
  • File sharing server side module 30 for executing SMB from client 43 access request The packet and return the SMB packet as the result of the access;
  • a second Bluetooth module 32 configured to receive an L2CAP data packet from the client 43 and an L2CAP data packet
  • the second data packet conversion module 31 is configured to convert the L2CAP data packet received by the second Bluetooth module 32 into an SMB data packet as a client 43 access request, and convert the SMB data packet as a result of the access into the second Bluetooth module 32.
  • the L2CAP packet sent.
  • the working principle of the client 43 in this embodiment is the same as that of the client 23 in the embodiment shown in FIG. 3, and the working principle of the mobile terminal 33 is the same as that of the mobile terminal 13 in the embodiment shown in FIG.
  • the sharing operation performed by the client 43 on the mobile terminal 33 is based on the mutual conversion between the SMB data packet and the L2CAP data packet, and the SMB protocol and the Bluetooth technology are fully utilized, and the shared operation command sent by the client 43 is Bluetooth.
  • the mobile terminal 33 sends it to the mobile terminal 33, and then returns the access result in Bluetooth mode.
  • the system does not need to be equipped with a data cable, which truly realizes the wireless USB flash drive and provides great convenience for users.

Description

无线优盘的实现方法及系统 技术领域
本发明涉及到数据通信领域, 特别涉及到一种将移动终端作为无线优 盘的实现方法及系统。 背景技术
手机等移动终端随着人们使用的需要和技术的发展, 存储容量也变得 变来越大,移动终端生厂商通过存储卡如 TF卡等来扩展移动终端的存储容 量, 不断扩充的移动终端存储容量使移动终端可以当作优盘使用以存放更 多的数据并且与计算机之间进行图片、 视频、 文档等的交换。
目前移动终端作为优盘时, 与计算机之间的数据交换是使用数据线进 行连接, 即除移动终端外还要另外附带一条数据线, 且不同生产商配套的 数据线标准不同, 给用户的使用造成不方便。 发明内容
本发明的目的之一为提供一种利用移动终端作为无线优盘使用的方法 及系统, 避免了另外附带数据线的不便。
为了达到上述目的, 本发明的加方案是这样实现的:
一种移动终端, 包括:
文件共享服务器端模块, 用于执行来自客户端访问请求的数据包, 并 返回作为访问结果的服务器信息模块协议(SMB )数据包;
蓝牙模块, 用于接收来自所述访问的客户端的逻辑链路控制与适配协 议(L2CAP )数据包, 以及用于向客户端发送 L2CAP数据包;
数据封包转换模块, 用于将蓝牙模块接收的所述 L2CAP数据包转换为 SMB数据包, 以及将所述作为访问结果的 SMB数据包转换为蓝牙模块发 送的 L2CAP数据包。
所述数据封包转换模块包括:
TCP数据封包子模块,用于将所述作为访问结果的 SMB数据包封装为 TCP数据包;
IP数据封包子模块, 用于将所述 TCP数据包封装为 IP数据包;
L2CAP数据转换子模块,用于将所述 IP数据包转换为蓝牙模块发送的 L2CAP数据包。
所述 L2CAP数据转换子模块, 还用于将蓝牙模块接收的 L2CAP数据 包转换为 IP数据包;
所述 IP数据封包子模块, 还用于将 IP数据包解析为 TCP数据包; 所述 TCP数据封包子模块,还用于将 TCP数据包解析为客户端访问请 求的 SMB数据包。
一种客户端, 包括:
文件共享客户端模块,用于生成作为对移动终端访问请求的 SMB数据 包, 以及显示作为访问结果的 SMB数据包;
蓝牙模块, 用于发送 L2CAP数据包至移动终端和接收来自移动终端的 L2CAP数据包;
数据封包转换模块,用于将所述作为访问请求的 SMB数据包转换为蓝 牙模块发送的 L2CAP数据包, 以及将蓝牙模块接收的所述 L2CAP数据包 转换为所述作为访问结果的 SMB数据包。
所述数据封包转换模块包括:
TCP数据封包子模块,用于将所述作为访问请求的 SMB数据包封装为 TCP数据包;
IP数据封包子模块, 用于将所述 TCP数据包封装为 IP数据包; L2CAP数据转换子模块,用于将所述 IP数据包转换为蓝牙模块发送的 L2CAP数据包。
所述 L2CAP数据转换子模块, 还用于将蓝牙模块接收的 L2CAP数据 包转换为 IP数据包;
所述 IP数据封包子模块, 还用于将 IP数据包解析为 TCP数据包; 所述 TCP数据封包子模块,还用于将 TCP数据包解析为作为访问结果 的 SMB数据包。
一种无线优盘的实现方法, 包括步骤:
客户端与移动终端建立 L2CAP链路后, 所述客户端以蓝牙方式发送作 为访问请求的 SMB数据包至所述移动终端;
所述移动终端执行接收到的数据包, 并以蓝牙方式发送作为访问结果 的 SMB数据包至所述客户端;
所述客户端显示接收到的访问结果。
所述客户端以蓝牙方式发送作为访问请求的 SMB数据包至移动终端 具体为:
所述客户端生成作为访问请求的 SMB数据包;
将所述作为访问请求的 SMB数据包转换为 L2CAP数据包;
发送所述 L2CAP数据包至所述移动终端。
所述将作为访问请求的 SMB数据包转换为 L2CAP数据包具体为: 将所述作为访问请求的 SMB数据包封装为 TCP数据包;
将所述 TCP数据包封装为 IP数据包;
将所述 IP数据包转换为 L2CAP数据包。
所述移动终端执行接收到的数据包, 并以蓝牙方式发送作为访问结果 的 SMB数据包至所述客户端具体为:
所述移动终端接收所述客户端发送的 L2CAP数据包; 将所述客户端发送的 L2CAP数据包转换为作为访问请求的 SMB数据 包;
执行所述作为访问请求的 SMB数据包并返回作为访问结果的 SMB数 据包;
将所述作为访问结果的 SMB数据包转换为 L2CAP数据包;
发送所述 L2CAP数据包至所述客户端。
所述将客户端发送的 L2CAP数据包转换为作为访问请求的 SMB数据 包具体为:
将所述客户端发送的 L2CAP数据包转换为 IP数据包;
将所述 IP数据包解析为 TCP数据包;
将所述 TCP数据包解析为作为访问请求的 SMB数据包。
所述将作为访问结果的 SMB数据包转换为 L2CAP数据包具体为: 将所述作为访问结果的 SMB数据包封装成 TCP数据包;
将所述 TCP数据包封装成 IP数据包;
将所述 IP数据包转换为 L2CAP数据包。
所述客户端显示接收到的访问结果具体为:
所述客户端接收所述移动终端发送的 L2CAP数据包;
将所述移动终端发送的 L2CAP数据包转换为作为访问结果的 SMB数 据包;
将所述作为访问结果的 SMB数据包以独立磁盘或文件树的方式装载 到客户端的文件系统。
所述将移动终端发送的 L2CAP数据包转换为作为访问结果的 SMB数 据包具体为:
将所述移动终端发送的 L2CAP数据包转换为 IP数据包;
将所述 IP数据包解析为 TCP数据包; 将所述 TCP数据包解析为作为访问结果的 SMB数据包。
一种无线优盘的实现系统, 包括客户端和移动终端, 所述客户端与所 述移动终端已建立 L2CAP链路, 其中:
所述客户端,用于以蓝牙方式发送作为访问请求的 SMB数据包至所述 移动终端, 并显示从所述移动终端返回的访问结果的 SMB数据包;
所述移动终端, 用于执行来自所述客户端的访问请求的数据包, 并以 蓝牙方式发送作为访问结果的 SMB数据包至所述客户端。
所述客户端包括:
文件共享客户端模块,用于生成作为对移动终端访问请求的 SMB数据 包, 以及显示作为访问结果的 SMB数据包;
第一蓝牙模块, 用于发送 L2CAP数据包至移动终端, 以及接收来自移 动终端的 L2CAP数据包;
第一数据封包转换模块,用于将作为访问请求的 SMB数据包转换为第 一蓝牙模块发送的 L2CAP数据包, 以及将第一蓝牙模块接收的 L2CAP数 据包转换为作为访问结果的 SMB数据包。
所述移动终端包括:
文件共享服务器端模块,用于执行所述来自客户端访问请求的 SMB数 据包并返回作为访问结果的 SMB数据包;
第二蓝牙模块, 用于接收来自所述客户端的 L2CAP数据包, 以及用于 向所述客户端发送 L2CAP数据包;
第二数据封包转换模块, 用于将第二蓝牙模块接收的 L2CAP数据包转 换为作为所述客户端访问请求的 SMB数据包,以及将作为访问结果的 SMB 数据包转换为所述第二蓝牙模块向客户端发送的 L2CAP数据包。
上述无线优盘的实现方法、 装置和系统结合了 SMB协议和蓝牙技术, 利用 SMB数据包与 L2CAP数据包的相互转换,将移动终端成为无线优盘, 无须附带任何数据线, 给用户使用带来了方便。 附图说明
图 1 为本发明移动终端一实施例的结构示意图;
图 2 为本发明移动终端另一实施例数据封包转换模块的结构示意图; 图 3 为本发明客户端一实施例的结构示意图;
图 4 为本发明客户端另一实施例数据封包转换模块的结构示意图; 图 5 为本发明无线优盘的实现方法一实施例的流程示意图;
图 6 为本发明无线优盘的实现系统一实施例的结构示意图。 具体实施方式
本发明结合了蓝牙技术和服务器信息块协议 (Server Message Block Protocol, SMB )使移动终端作为无线优盘使用。
蓝牙技术是一种短距的无线电技术, 是无线数据和语音传输的开放式 标准,蓝牙工作在 2.4GHz频带,它将各种通信设备、计算机及其终端设备、 各种数字数据系统甚至家用电器釆用无线方式联接起来, 蓝牙釆用无线接 口代替有线电缆连接, 具有很强移植性, 且功耗低。
蓝牙协议栈是 SIG ( Special Intersted Group )定义的一组协议的规范, 目标是允许遵循规范的蓝牙设备能够进行相互间操作。 逻辑链路控制与适 配协议 ( Logical Link Control and Adaptation Protocol, L2CAP )是蓝牙协议 栈的核心协议, 被用在数据链路层蓝牙协议栈内部, 釆用协议复用、 分段 和重组操作以及组抽象等方式向高层协议提供连接和无连接数据服务, L2CAP允许高层协议和应用程序发送、接收 L2CAP数据包,釆用信道的概 念在蓝牙设备不同应用之间建立不同的路径。
SMB协议是由 IBM所开发, 用于在计算机间共享文件、打印机和串口 等。 其是一种客户端 /服务器、 请求 /响应协议。 通过 SMB协议, 客户端应 用程序可以在各种网络环境下读写服务器上的文件, 以及对服务器程序提 出服务请求, 客户机通过发送 SMB命令到服务器上, 从而可进行访问共享 目录、 打开文件或读写文件等操作, 以及在文件系统上能做的其它操作。
参照图 1 , 提出本发明一实施例的移动终端 13 , 包括:
文件共享服务器端模块 10,用于执行来自客户端访问请求的 SMB数据 包, 并返回作为访问结果的 SMB数据包;
蓝牙模块 12 ,用于接收来自访问的客户端的 L2CAP数据包, 以及用于 向客户端发送 L2CAP数据包;
数据封包转换模块 11 , 用于将蓝牙模块 12接收的 L2CAP数据包转换 为 SMB数据包,以及将访问结果转换为蓝牙模块 12发送的 L2CAP数据包。
参照图 2, 数据封包转换模块 11包括:
TCP数据封包子模块 112, 用于将作为访问结果的 SMB数据包封装为 TCP数据包;
IP数据封包子模块 113 , 用于将 TCP数据包封装为 IP数据包;
L2CAP数据转换子模块 114, 用于将 IP数据包转换为蓝牙模块 12发 送的 L2CAP数据包。
数据封包转换模块 11中, L2CAP数据转换子模块 114还用于将蓝牙模 12块接收的 L2CAP数据包转换为 IP数据包; IP数据封包子模块 113还用 于将 IP数据包解析为 TCP数据包; TCP数据封包子模块 112还用于将 TCP 数据包解析为作为客户端访问请求的 SMB数据包。
本实施例的移动终端 13在和客户端建立 L2CAP链接后, 客户端向移 动终端 13发出访问请求, 该访问请求是以适于蓝牙传输的 L2CAP数据包 传送到移动终端 13 ,移动终端 13对该访问请求作出响应即执行该访问请求 后, 将访问结果反馈至客户端, 实现客户端对移动终端 13的共享操作。 移 动终端 13将客户端发送的 L2CAP数据包解析为可供文件共享服务器模块 10执行的 SMB数据包过程为: 蓝牙模块 12接收来自客户端的 L2CAP数 据包, 数据封包转换模块 11将该 L2CAP数据包转换为可供文件共享服务 器模块 10执行的 SMB数据包, 文件共享服务器端模块 10执行该 SMB数 据包并生成实现访问的 SMB数据包。
其中数据封包转换模块 11将 L2CAP数据包转换为可供文件共享服务 器模块 10执行的 SMB数据包过程如下:
L2CAP数据转换子模块 114将 L2C AP数据包转换为 IP数据包, IP数 据封包子模块 113再将 IP数据包解析为 TCP数据包, TCP数据封包子模块 112再将 TCP数据包解析为可供文件共享服务器模块 10执行的访问请求 SMB数据包。
同样, 当移动终端 13反馈作为访问结果的 SMB数据时, 文件共享服 务器端模块 10生成并向数据封包转换模块 11发送作为访问结果的 SMB数 据包, 数据封包转换模块 11将该 SMB数据包转换成 L2CAP数据包, 蓝牙 模块 12将 L2CAP数据包转换成射频信号进行传输。
数据封包转换模块 11将 SMB数据包转换成 L2CAP数据包过程如下:
TCP数据封包子模块 112将作为访问结果的 SMB数据包封装成 TCP 数据包, IP数据封包子模块 113将 TCP数据包封装成 IP数据包, L2CAP 数据转换子模块 114将 IP数据包转换成 L2CAP数据包。
综上所述,本发明的移动终端 13基于 SMB数据包与 L2CAP数据包的 双向转换, 实现了客户端对移动终端 13的共享操作, 成功地实现了不用附 带数据线的无线优盘。
参照图 3 , 提出本发明一实施例客户端 23 , 包括以下组成部分: 文件共享客户端模块 20,用于生成作为对移动终端的访问请求的 SMB 数据包以及显示作为访问结果的 SMB数据包;
蓝牙模块 22 ,用于发送 L2CAP数据包至移动终端和接收来自移动终端 的 L2CAP数据包;
数据封包转换模块 21 ,用于将作为访问请求的 SMB数据包转换为蓝牙 模块 22发送的 L2CAP数据包, 以及将蓝牙模块 22接收的 L2CAP数据包 转换为作为访问结果的 SMB数据包。
参照图 4, 数据封包转换模块 21包括:
TCP数据封包子模块 212, 用于将作为访问请求的 SMB数据包封装为 TCP数据包;
IP数据封包子模块 213 , 用于将 TCP数据包封装为 IP数据包;
L2CAP数据转换子模块 214, 用于将 IP数据包转换为蓝牙模块 22发 送的 L2CAP数据包。
L2CAP数据转换子模块 214还用于将蓝牙模块 22接收的 L2CAP数据 包转换为 IP数据包, IP数据封包子模块 213还用于将 IP数据包解析为 TCP 数据包, TCP数据封包子模块 212还用于将 TCP数据包解析为作为访问结 果的 SMB数据包。
本实施例的客户端 23在和移动终端建立 L2CAP链接后 , 客户端 23向 移动终端发出访问请求, 该访问请求是以适于蓝牙传输的 L2CAP数据包传 送到移动终端, 移动终端对该访问请求作出响应即执行该访问请求后, 将 结果反馈至客户端 23 , 实现客户端 23对移动终端的共享操作。 客户端 23 向移动终端发送访问请求并接收、 显示反馈结果过程为:
文件共享客户端模块 20生成作为访问请求的 SMB数据包并发送至数 据封包转换模块 21 ,数据封包转换模块 21将该 SMB数据包转换成 L2CAP 数据包, 蓝牙模块 22将 L2CAP数据包转换成射频信号发送。
其中数据封包转换模块 21 将作为访问请求的 SMB 数据包转换成 L2CAP数据包过程如下:
TCP数据封包子模块 212将作为访问请求的 SMB数据包封装成 TCP 数据包, IP数据封包子模块 213将该 TCP数据包封装成 IP数据包, L2CAP 数据转换子模块 214再将 IP数据包转换为 L2CAP数据包。
同样, 客户端 23接收并显示作为访问结果的 SMB数据包时, 蓝牙模 块 22接收射频信号并转换成 L2CAP 数据包, 数据封包转换模块 21 将 L2CAP数据包转换成 SMB数据包, 文件共享客户端模块 20将作为访问结 果的 SMB数据包以文件树或独立磁盘的形式装载至客户端 23的文件系统 中, 实现客户端 23对移动终端的共享操作。
其中,数据封包转换模块 21将 L2CAP数据包转换成 SMB数据包过程 下:
L2CAP数据转换子模块 214将 L2CAP数据包转换为 IP数据包, IP数 据封包子模块 213再将 IP数据包解析为 TCP数据包, TCP数据封包子模块 212再将 TCP数据包解析为作为访问结果的 SMB数据包。
综上所述,本发明的客户端 23基于 SMB数据包与 L2CAP数据包的双 向转换, 实现了对移动终端的共享操作, 成功地实现了不用附带数据线的 无线优盘。
参照图 5 , 提出了本发明又一实施例的无线优盘的实现方法, 包括: 步骤 101 , 当客户端与移动终端建立 L2CAP链路后, 客户端以蓝牙方 式发送作为访问请求的 SMB数据包至移动终端;
步骤 101的具体实现为:
客户端生成作为访问请求的 SMB数据包;
将作为访问请求的 SMB数据包转换为 L2CAP数据包;
发送 L2CAP数据包至所述移动终端。
其中, 上述将作为访问请求的 SMB数据包转换为 L2CAP数据包具体 为:
将作为访问请求的 SMB数据包封装为 TCP数据包; 将 TCP数据包封装为 IP数据包;
将 IP数据包转换为 L2CAP数据包。
步骤 102 , 移动终端执行接收到的 SMB数据包, 并以蓝牙方式发送作 为访问结果的 SMB数据包至所述客户端。
步骤 102的具体实现为:
移动终端接收客户端发送的 L2CAP数据包;
将客户端发送的 L2CAP数据包转换为作为访问请求的 SMB数据包; 执行作为访问请求的 SMB数据包并返回作为访问结果的 SMB数据包; 将作为访问结果的 SMB数据包转换为 L2CAP数据包;
发送 L2CAP数据包至客户端。
其中, 将客户端发送的 L2CAP数据包转换为作为访问请求的 SMB数 据包具体为:
将客户端发送的 L2CAP数据包转换为 IP数据包;
将 IP数据包解析为 TCP数据包;
将 TCP数据包解析为作为访问请求的 SMB数据包。
其中, 将作为访问结果的 SMB数据包转换为 L2CAP数据包具体为: 将作为访问结果的 SMB数据包封装成 TCP数据包;
将 TCP数据包封装成 IP数据包;
将 IP数据包转换为 L2CAP数据包。
步骤 103 , 客户端显示接收到的访问结果。
步骤 103的具体实现为:
客户端接收移动终端发送的 L2CAP数据包;
将移动终端发送的 L2CAP数据包转换为作为访问结果的 SMB数据包; 将作为访问结果的 SMB数据包以独立磁盘或文件树的方式装载到客户 端的文件系统。 其中上述将移动终端发送的 L2CAP 数据包转换为作为访问结果的 SMB数据包具体为:
将所述移动终端发送的 L2CAP数据包转换为 IP数据包;
将所述 IP数据包解析为 TCP数据包;
将所述 TCP数据包解析为作为访问结果的 SMB数据包。
综上所述, 本实施例的方法基于 SMB数据包与 L2CAP数据包的双向 转换, 实现了客户端对移动终端的共享操作, 成功地实现了不用附带数据 线的无线优盘。
参照图 6, 提出本发明再一实施例的无线优盘的实现系统, 包括: 客户端 43和移动终端 33 , 客户端 43与移动终端 33已建立 L2CAP链 路, 其中:
客户端 43 ,用于以蓝牙方式发送作为访问请求的 SMB数据包至移动终 端 33 , 并显示从移动终端 33返回的访问结果的 SMB数据包;
移动终端 33 , 用于执行来自客户端 43的访问请求的 SMB数据包并以 蓝牙方式发送作为访问结果的 SMB数据包至客户端 43。
客户端 43包括:
文件共享客户端模块 40, 用于生成作为对移动终端访问请求的 SMB 数据包, 以及显示作为访问结果的 SMB数据包;
第一蓝牙模块 42, 用于发送 L2CAP数据包至移动终端 33 , 以及接收 来自移动终端 33的 L2CAP数据包;
第一数据封包转换模块 41 ,用于将作为访问请求的 SMB数据包转换为 第一蓝牙模块 42发送的 L2CAP数据包, 以及将第一蓝牙模块 42接收的 L2CAP数据包转换为作为访问结果的 SMB数据包。
移动终端 33包括:
文件共享服务器端模块 30, 用于执行来自客户端 43访问请求的 SMB 数据包并返回作为访问结果的 SMB数据包;
第二蓝牙模块 32 ,用于接收来自客户端 43的 L2CAP数据包并 L2CAP 数据包;
第二数据封包转换模块 31 , 用于将第二蓝牙模块 32接收的 L2CAP数 据包转换为作为客户端 43访问请求的 SMB数据包, 以及将作为访问结果 的 SMB数据包转换为第二蓝牙模块 32发送的 L2CAP数据包。
本实施例中的客户端 43的工作原理同图 3所示实施例的客户端 23 ,移 动终端 33的工作原理同图 1所示实施例的移动终端 13 , 不再复述。
本实施例的系统中客户端 43对移动终端 33进行的共享操作,基于 SMB 数据包与 L2CAP数据包的相互转换, 充分利用 SMB协议及蓝牙技术, 将 客户端 43发出的共享操作命令以蓝牙方式发到至移动终端 33 , 移动终端 33执行后又以蓝牙方式返回访问结果。 该系统不必附带数据线, 真正实现 了无线优盘, 给用户使用提供了很大的方便。
以上所述仅为本发明的优选实施例, 并非因此限制本发明的专利范围, 凡是利用本发明说明书及附图内容所作的等效结构或等效流程变换, 或直 接或间接运用在其他相关的技术领域, 均同理包括在本发明的专利保护范 围内。

Claims

权利要求书
1、 一种移动终端, 其特征在于, 包括:
文件共享服务器端模块, 用于执行来自客户端访问请求的数据包, 并 返回作为访问结果的服务器信息模块协议 SMB数据包;
蓝牙模块, 用于接收来自所述访问的客户端的逻辑链路控制与适配协 议 L2CAP数据包, 以及用于向客户端发送 L2CAP数据包;
数据封包转换模块, 用于将蓝牙模块接收的所述 L2CAP数据包转换为 SMB数据包, 以及将所述作为访问结果的 SMB数据包转换为蓝牙模块发 送的 L2CAP数据包。
2、 如权利要求 1所述的移动终端, 其特征在于, 所述数据封包转换模 块包括:
TCP数据封包子模块,用于将所述作为访问结果的 SMB数据包封装为 TCP数据包;
IP数据封包子模块, 用于将所述 TCP数据包封装为 IP数据包; L2CAP数据转换子模块,用于将所述 IP数据包转换为蓝牙模块发送的
L2CAP数据包。
3、 如权利要求 2所述的移动终端, 其特征在于,
所述 L2CAP数据转换子模块, 还用于将蓝牙模块接收的 L2CAP数据 包转换为 IP数据包;
所述 IP数据封包子模块, 还用于将 IP数据包解析为 TCP数据包; 所述 TCP数据封包子模块,还用于将 TCP数据包解析为客户端访问请 求的 SMB数据包。
4、 一种客户端, 其特征在于, 包括:
文件共享客户端模块,用于生成作为对移动终端访问请求的 SMB数据 包, 以及显示作为访问结果的 SMB数据包; 蓝牙模块, 用于发送 L2CAP数据包至移动终端和接收来自移动终端的 L2CAP数据包;
数据封包转换模块,用于将所述作为访问请求的 SMB数据包转换为蓝 牙模块发送的 L2CAP数据包, 以及将蓝牙模块接收的所述 L2CAP数据包 转换为所述作为访问结果的 SMB数据包。
5、 如权利要求 4所述的客户端, 其特征在于, 所述数据封包转换模块 包括:
TCP数据封包子模块,用于将所述作为访问请求的 SMB数据包封装为 TCP数据包;
IP数据封包子模块, 用于将所述 TCP数据包封装为 IP数据包;
L2CAP数据转换子模块,用于将所述 IP数据包转换为蓝牙模块发送的 L2CAP数据包。
6、 如权利要求 5所述的客户端, 其特征在于,
所述 L2CAP数据转换子模块, 还用于将蓝牙模块接收的 L2CAP数据 包转换为 IP数据包;
所述 IP数据封包子模块, 还用于将 IP数据包解析为 TCP数据包; 所述 TCP数据封包子模块,还用于将 TCP数据包解析为作为访问结果 的 SMB数据包。
7、 一种无线优盘的实现方法, 其特征在于, 包括步骤:
客户端与移动终端建立 L2CAP链路后, 所述客户端以蓝牙方式发送作 为访问请求的 SMB数据包至所述移动终端;
所述移动终端执行接收到的数据包, 并以蓝牙方式发送作为访问结果 的 SMB数据包至所述客户端;
所述客户端显示接收到的访问结果。
8、 如权利要求 7所述的无线优盘的实现方法, 其特征在于, 所述客户 端以蓝牙方式发送作为访问请求的 SMB数据包至移动终端具体为: 所述客户端生成作为访问请求的 SMB数据包;
将所述作为访问请求的 SMB数据包转换为 L2CAP数据包;
发送所述 L2CAP数据包至所述移动终端。
9、 如权利要求 8所述的无线优盘的实现方法, 其特征在于, 所述将作 为访问请求的 SMB数据包转换为 L2CAP数据包具体为:
将所述作为访问请求的 SMB数据包封装为 TCP数据包;
将所述 TCP数据包封装为 IP数据包;
将所述 IP数据包转换为 L2CAP数据包。
10、 如权利要求 7至 9任一项所述的无线优盘的实现方法, 其特征在 于, 所述移动终端执行接收到的数据包, 并以蓝牙方式发送作为访问结果 的 SMB数据包至所述客户端具体为:
所述移动终端接收所述客户端发送的 L2CAP数据包;
将所述客户端发送的 L2CAP数据包转换为作为访问请求的 SMB数据 包;
执行所述作为访问请求的 SMB数据包并返回作为访问结果的 SMB数 据包;
将所述作为访问结果的 SMB数据包转换为 L2CAP数据包;
发送所述 L2CAP数据包至所述客户端。
11、 如权利要求 10所述的无线优盘的实现方法, 其特征在于, 所述将 客户端发送的 L2CAP数据包转换为作为访问请求的 SMB数据包具体为: 将所述客户端发送的 L2CAP数据包转换为 IP数据包;
将所述 IP数据包解析为 TCP数据包;
将所述 TCP数据包解析为作为访问请求的 SMB数据包。
12、 如权利要求 10所述的无线优盘的实现方法, 其特征在于, 所述将 作为访问结果的 SMB数据包转换为 L2CAP数据包具体为:
将所述作为访问结果的 SMB数据包封装成 TCP数据包;
将所述 TCP数据包封装成 IP数据包;
将所述 IP数据包转换为 L2CAP数据包。
13、 如权利要求 10所述的无线优盘的实现方法, 其特征在于, 所述客 户端显示接收到的访问结果具体为:
所述客户端接收所述移动终端发送的 L2CAP数据包;
将所述移动终端发送的 L2CAP数据包转换为作为访问结果的 SMB数 据包;
将所述作为访问结果的 SMB数据包以独立磁盘或文件树的方式装载 到客户端的文件系统。
14、 如权利要求 13所述的无线优盘的实现方法, 其特征在于, 所述将 移动终端发送的 L2CAP数据包转换为作为访问结果的 SMB数据包具体为: 将所述移动终端发送的 L2CAP数据包转换为 IP数据包;
将所述 IP数据包解析为 TCP数据包;
将所述 TCP数据包解析为作为访问结果的 SMB数据包。
15、 一种无线优盘的实现系统, 其特征在于, 包括客户端和移动终端, 所述客户端与所述移动终端已建立 L2CAP链路, 其中:
所述客户端,用于以蓝牙方式发送作为访问请求的 SMB数据包至所述 移动终端, 并显示从所述移动终端返回的访问结果的 SMB数据包;
所述移动终端, 用于执行来自所述客户端的访问请求的数据包, 并以 蓝牙方式发送作为访问结果的 SMB数据包至所述客户端。
16、 如权利要求 15所述的无线优盘的实现系统, 其特征在于, 所述客 户端包括:
文件共享客户端模块,用于生成作为对移动终端访问请求的 SMB数据 包, 以及显示作为访问结果的 SMB数据包;
第一蓝牙模块, 用于发送 L2CAP数据包至移动终端, 以及接收来自移 动终端的 L2CAP数据包;
第一数据封包转换模块,用于将作为访问请求的 SMB数据包转换为第 一蓝牙模块发送的 L2CAP数据包, 以及将第一蓝牙模块接收的 L2CAP数 据包转换为作为访问结果的 SMB数据包。
17、 如权利要求 15或 16所述的无线优盘的实现系统, 其特征在于, 所述移动终端包括:
文件共享服务器端模块,用于执行所述来自客户端访问请求的 SMB数 据包并返回作为访问结果的 SMB数据包;
第二蓝牙模块, 用于接收来自所述客户端的 L2CAP数据包, 以及用于 向所述客户端发送 L2CAP数据包;
第二数据封包转换模块, 用于将第二蓝牙模块接收的 L2CAP数据包转 换为作为所述客户端访问请求的 SMB数据包,以及将作为访问结果的 SMB 数据包转换为所述第二蓝牙模块向客户端发送的 L2CAP数据包。
PCT/CN2010/075998 2010-05-11 2010-08-13 无线优盘的实现方法及系统 WO2011140754A1 (zh)

Priority Applications (2)

Application Number Priority Date Filing Date Title
US13/696,979 US20130058266A1 (en) 2010-05-11 2010-08-13 Method and system for realizing wireless USB flash disk
EP10851259.1A EP2560337A4 (en) 2010-05-11 2010-08-13 METHOD AND SYSTEM FOR CARRYING OUT A WIRELESS USB FLASH DRIVE

Applications Claiming Priority (2)

Application Number Priority Date Filing Date Title
CN201010174774.8 2010-05-11
CN201010174774.8A CN101867572B (zh) 2010-05-11 2010-05-11 无线优盘的实现方法及系统

Publications (1)

Publication Number Publication Date
WO2011140754A1 true WO2011140754A1 (zh) 2011-11-17

Family

ID=42959137

Family Applications (1)

Application Number Title Priority Date Filing Date
PCT/CN2010/075998 WO2011140754A1 (zh) 2010-05-11 2010-08-13 无线优盘的实现方法及系统

Country Status (4)

Country Link
US (1) US20130058266A1 (zh)
EP (1) EP2560337A4 (zh)
CN (1) CN101867572B (zh)
WO (1) WO2011140754A1 (zh)

Families Citing this family (10)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN106371662B (zh) * 2010-12-30 2019-07-05 上海科斗电子科技有限公司 数据发送方法
CN102857504B (zh) * 2012-09-06 2016-01-06 深信服网络科技(深圳)有限公司 网络优化方法及装置
CN104618309B (zh) * 2013-11-04 2019-01-15 联想(北京)有限公司 一种信息处理的方法及电子设备
KR102244824B1 (ko) 2014-08-28 2021-04-27 삼성전자주식회사 전자 장치 및 전자 장치에서 ip 네트워크 서비스 방법
CN104780206A (zh) * 2015-03-26 2015-07-15 广东欧珀移动通信有限公司 一种数据共享方法及装置
US10320616B2 (en) * 2015-12-15 2019-06-11 Wipro Limited Method and a system for sideband server management
CN107332865A (zh) * 2016-04-28 2017-11-07 罗致远 一种可穿戴设备数据云同步解决方案
CN107454564A (zh) * 2017-09-13 2017-12-08 深圳传音通讯有限公司 一种移动存储装置的数据交换方法及数据交换系统
CN115119194A (zh) * 2019-09-06 2022-09-27 华为技术有限公司 一种蓝牙连接方法及相关装置
CN110807212B (zh) * 2019-10-24 2023-10-13 得一微电子股份有限公司 基于实时多方交互认证的u盘数据保护系统及方法

Citations (3)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN1808977A (zh) * 2005-01-19 2006-07-26 乐金电子(惠州)有限公司 利用蓝牙技术的服务共享系统及其方法
US20080192770A1 (en) * 2007-02-09 2008-08-14 Mavenir Systems, Inc. Internetworking multiple communication technologies
CN101515812A (zh) * 2008-02-22 2009-08-26 中兴通讯股份有限公司 终端间基于蓝牙技术的信息共享方法

Family Cites Families (7)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US5657390A (en) * 1995-08-25 1997-08-12 Netscape Communications Corporation Secure socket layer application program apparatus and method
US20040264433A1 (en) * 2001-11-06 2004-12-30 Diego Melpignano Wireless communication arrangements with header compression
US20060057960A1 (en) * 2004-09-10 2006-03-16 Tran Bao Q Systems and methods for remote data storage
US8332526B2 (en) * 2005-05-25 2012-12-11 Microsoft Corporation Data communication protocol including negotiation and command compounding
GB0514246D0 (en) * 2005-07-12 2005-08-17 Hockley Julian M Data storage system
US20090132676A1 (en) * 2007-11-20 2009-05-21 Mediatek, Inc. Communication device for wireless virtual storage and method thereof
US20110153696A1 (en) * 2009-12-18 2011-06-23 Anurekh Saxena Data Storage Aggregation on a Mobile Device

Patent Citations (3)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN1808977A (zh) * 2005-01-19 2006-07-26 乐金电子(惠州)有限公司 利用蓝牙技术的服务共享系统及其方法
US20080192770A1 (en) * 2007-02-09 2008-08-14 Mavenir Systems, Inc. Internetworking multiple communication technologies
CN101515812A (zh) * 2008-02-22 2009-08-26 中兴通讯股份有限公司 终端间基于蓝牙技术的信息共享方法

Non-Patent Citations (1)

* Cited by examiner, † Cited by third party
Title
YU, SHENGSHENG ET AL.: "New Bluetooth LAN access model", COMPUTER ENGINEERING, vol. 28, no. 7, July 2002 (2002-07-01), pages 130 - 131, XP008158983 *

Also Published As

Publication number Publication date
US20130058266A1 (en) 2013-03-07
EP2560337A1 (en) 2013-02-20
CN101867572A (zh) 2010-10-20
EP2560337A4 (en) 2016-12-28
CN101867572B (zh) 2015-08-12

Similar Documents

Publication Publication Date Title
WO2011140754A1 (zh) 无线优盘的实现方法及系统
US8086781B2 (en) Serial pass-through device
KR100812331B1 (ko) 멀티미디어 메시징 서비스 제공 방법 및 그 장치
EP1820330B1 (en) PROVIDING VoIP FOR MOBILE DEVICES VIA UPnP NETWORKS
JP5891550B2 (ja) ワイヤレスインターネットモジュール、ユーザ端末、およびワイヤレス通信方法
WO2017045276A1 (zh) 终端互联方法、装置和存储介质
EP2423806B1 (en) Method and device for transmitting universal serial bus audio data through a wireless data terminal
CN101807945A (zh) 无线数据传输系统和采用该系统的数据传输方法
CN113452743B (zh) 一种mqtt协议与coap协议融合算法
WO2015176648A1 (zh) 将智能终端上的数据传输至电视终端的方法、装置
WO2010145091A1 (zh) 一种虚拟网口的实现方法及实现虚拟网口的嵌入式设备
KR101588993B1 (ko) 프로토콜 변환 어댑터
JP2021180510A (ja) 通信装置、通信方法、及びプログラム
WO2012034323A1 (zh) 使用数据卡与无线网络通信的方法、系统及数据卡
JP5698366B2 (ja) 制御方法、装置、及びシステム
WO2013097350A1 (zh) 文件发送、接收方法及装置和文件传输方法及系统
JP2009182459A (ja) 通信装置、通信システム、通信方法及びプログラム
CN101656730A (zh) 通信装置、通信系统、通信方法和程序
JP2020507261A (ja) データ伝送方法、装置、送信端、受信端及びシステム
WO2013182088A1 (zh) 一种通过Wi-Fi Direct的文件传输方法和装置
WO2020049352A1 (zh) 近场文件传输方法及其装置
CN201733301U (zh) 一种无线数据传输系统
WO2009084506A1 (ja) 通信装置、通信システム、通信方法及びプログラム
WO2012113200A1 (zh) 一种进行数据发送和接收的方法及设备
Wu et al. Research on Bluetooth expansion of communication based on android system

Legal Events

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

Ref document number: 10851259

Country of ref document: EP

Kind code of ref document: A1

WWE Wipo information: entry into national phase

Ref document number: 2010851259

Country of ref document: EP

WWE Wipo information: entry into national phase

Ref document number: 13696979

Country of ref document: US

NENP Non-entry into the national phase

Ref country code: DE