CN112637351B - File downloading method and device - Google Patents

File downloading method and device Download PDF

Info

Publication number
CN112637351B
CN112637351B CN202011564965.5A CN202011564965A CN112637351B CN 112637351 B CN112637351 B CN 112637351B CN 202011564965 A CN202011564965 A CN 202011564965A CN 112637351 B CN112637351 B CN 112637351B
Authority
CN
China
Prior art keywords
downloaded
downloading
node
files
file
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.)
Active
Application number
CN202011564965.5A
Other languages
Chinese (zh)
Other versions
CN112637351A (en
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.)
Zhuhai Kingsoft Digital Network Technology Co Ltd
Original Assignee
Zhuhai Kingsoft Digital Network Technology 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 Zhuhai Kingsoft Digital Network Technology Co Ltd filed Critical Zhuhai Kingsoft Digital Network Technology Co Ltd
Priority to CN202011564965.5A priority Critical patent/CN112637351B/en
Publication of CN112637351A publication Critical patent/CN112637351A/en
Application granted granted Critical
Publication of CN112637351B publication Critical patent/CN112637351B/en
Active legal-status Critical Current
Anticipated expiration legal-status Critical

Links

Classifications

    • HELECTRICITY
    • H04ELECTRIC COMMUNICATION TECHNIQUE
    • H04LTRANSMISSION OF DIGITAL INFORMATION, e.g. TELEGRAPHIC COMMUNICATION
    • H04L67/00Network arrangements or protocols for supporting network services or applications
    • H04L67/01Protocols
    • H04L67/06Protocols specially adapted for file transfer, e.g. file transfer protocol [FTP]
    • AHUMAN NECESSITIES
    • A63SPORTS; GAMES; AMUSEMENTS
    • A63FCARD, BOARD, OR ROULETTE GAMES; INDOOR GAMES USING SMALL MOVING PLAYING BODIES; VIDEO GAMES; GAMES NOT OTHERWISE PROVIDED FOR
    • A63F13/00Video games, i.e. games using an electronically generated display having two or more dimensions
    • A63F13/70Game security or game management aspects
    • A63F13/77Game security or game management aspects involving data related to game devices or game servers, e.g. configuration data, software version or amount of memory
    • HELECTRICITY
    • H04ELECTRIC COMMUNICATION TECHNIQUE
    • H04LTRANSMISSION OF DIGITAL INFORMATION, e.g. TELEGRAPHIC COMMUNICATION
    • H04L12/00Data switching networks
    • H04L12/02Details
    • H04L12/16Arrangements for providing special services to substations
    • H04L12/18Arrangements for providing special services to substations for broadcast or conference, e.g. multicast
    • H04L12/185Arrangements for providing special services to substations for broadcast or conference, e.g. multicast with management of multicast group membership
    • HELECTRICITY
    • H04ELECTRIC COMMUNICATION TECHNIQUE
    • H04LTRANSMISSION OF DIGITAL INFORMATION, e.g. TELEGRAPHIC COMMUNICATION
    • H04L67/00Network arrangements or protocols for supporting network services or applications
    • H04L67/01Protocols
    • H04L67/10Protocols in which an application is distributed across nodes in the network
    • H04L67/1095Replication or mirroring of data, e.g. scheduling or transport for data synchronisation between network nodes
    • HELECTRICITY
    • H04ELECTRIC COMMUNICATION TECHNIQUE
    • H04LTRANSMISSION OF DIGITAL INFORMATION, e.g. TELEGRAPHIC COMMUNICATION
    • H04L67/00Network arrangements or protocols for supporting network services or applications
    • H04L67/14Session management
    • H04L67/146Markers for unambiguous identification of a particular session, e.g. session cookie or URL-encoding
    • YGENERAL TAGGING OF NEW TECHNOLOGICAL DEVELOPMENTS; GENERAL TAGGING OF CROSS-SECTIONAL TECHNOLOGIES SPANNING OVER SEVERAL SECTIONS OF THE IPC; TECHNICAL SUBJECTS COVERED BY FORMER USPC CROSS-REFERENCE ART COLLECTIONS [XRACs] AND DIGESTS
    • Y02TECHNOLOGIES OR APPLICATIONS FOR MITIGATION OR ADAPTATION AGAINST CLIMATE CHANGE
    • Y02DCLIMATE CHANGE MITIGATION TECHNOLOGIES IN INFORMATION AND COMMUNICATION TECHNOLOGIES [ICT], I.E. INFORMATION AND COMMUNICATION TECHNOLOGIES AIMING AT THE REDUCTION OF THEIR OWN ENERGY USE
    • Y02D30/00Reducing energy consumption in communication networks

Landscapes

  • Engineering & Computer Science (AREA)
  • Computer Networks & Wireless Communication (AREA)
  • Signal Processing (AREA)
  • Multimedia (AREA)
  • Business, Economics & Management (AREA)
  • Computer Security & Cryptography (AREA)
  • General Business, Economics & Management (AREA)
  • Information Transfer Between Computers (AREA)

Abstract

The application provides a file downloading method and device, wherein the method comprises the following steps: acquiring at least two corresponding characteristic identifiers of files to be downloaded respectively, and generating a characteristic identifier list; searching at least one neighbor node corresponding to the downloading initiating node in a local area network, and sending broadcast information containing the feature identification list to each neighbor node; and establishing connection with the at least one neighbor node according to the response of the at least one neighbor node to the broadcast information, and synchronously downloading the at least two files to be downloaded from the at least one neighbor node.

Description

File downloading method and device
Technical Field
The present application relates to the field of internet technologies, and in particular, to a method and apparatus for downloading a file, a computing device, and a computer readable storage medium.
Background
The existing downloading platform, especially the game platform pushed by each game agent, downloads the game files one by one due to the limitation of the bit stream protocol downloaded by the bit stream, namely, the standard bit stream protocol can distinguish the downloading nodes when downloading, each node carries different file information, and the new file information can cover the old file information in the downloading process, so that the downloading platform can only support the downloading of one file by one, and the waiting time of a user is longer and the selectivity is poorer. Therefore, how to implement a method capable of supporting simultaneous downloading of multiple files under a bitstream protocol is a need for solving the problem.
Disclosure of Invention
In view of the above, embodiments of the present application provide a method and apparatus for downloading files, a computing device and a computer readable storage medium, so as to solve the technical defects existing in the prior art.
According to a first aspect of embodiments of the present disclosure, there is provided a file downloading method, including:
acquiring at least two corresponding characteristic identifiers of files to be downloaded respectively, and generating a characteristic identifier list;
searching at least one neighbor node corresponding to the downloading initiating node in a local area network, and sending broadcast information containing the feature identification list to each neighbor node;
and establishing connection with the at least one neighbor node according to the response of the at least one neighbor node to the broadcast information, and synchronously downloading the at least two files to be downloaded from the at least one neighbor node.
Optionally, obtaining feature identifiers corresponding to at least two files to be downloaded respectively, and generating a feature identifier list includes:
respectively acquiring seed files corresponding to at least two files to be downloaded, and acquiring a characteristic identifier corresponding to each file to be downloaded according to the seed file corresponding to each file to be downloaded;
and generating the feature identifier list according to the feature identifiers corresponding to each file to be downloaded.
Optionally, searching at least one neighbor node corresponding to the download initiating node in the local area network, and sending broadcast information containing the feature identifier list to each neighbor node, including:
announcing the existence of the download initiating node to all neighbor nodes in the local area network through a local service discovery protocol;
and transmitting broadcast information containing the characteristic identification list to each neighbor node in the local area network through a user datagram protocol.
Optionally, the at least one neighboring node responds to the broadcast information and establishes a connection with the download initiating node according to the feature identifier list, including:
each neighbor node in the at least one neighbor node checks the acquired feature identification list with a local download list;
judging whether the download list contains files to be downloaded corresponding to any feature identifier in the feature identifier list;
if yes, establishing connection with the downloading initiating node.
If not, ending.
Optionally, the downloading initiating node downloads the at least two files to be downloaded synchronously, including:
establishing connection with at least one neighbor node, and respectively requesting at least two files to be downloaded from the at least one neighbor node;
And the at least one neighbor node synchronously transmits the at least two files to be downloaded to the downloading initiating node.
According to a second aspect of embodiments of the present disclosure, there is provided a file downloading method applied to a download initiating node in a wide area network, including:
acquiring at least two corresponding characteristic identifiers of files to be downloaded respectively, and generating a characteristic identifier list;
communicating with a tracking server and transmitting the feature identification list to the tracking server;
and establishing connection with at least one network node according to a tracking result returned by the tracking server, so that the downloading initiating node downloads the at least two files to be downloaded synchronously.
Optionally, obtaining feature identifiers corresponding to at least two files to be downloaded respectively, and generating a feature identifier list includes:
respectively acquiring seed files corresponding to at least two files to be downloaded, and acquiring a characteristic identifier corresponding to each file to be downloaded according to the seed file corresponding to each file to be downloaded;
and generating the feature identifier list according to the feature identifiers corresponding to each file to be downloaded.
Optionally, after obtaining the feature identifiers corresponding to the at least two files to be downloaded respectively and generating the feature identifier list, the method further includes:
Establishing a connection with at least one network node through a distributed hash table network under the condition that communication with the tracking server is impossible;
searching a target network node with the at least two files to be downloaded in at least one network node according to the characteristic identification list;
and synchronously downloading the at least two files to be downloaded through the target network node.
According to a third aspect of embodiments of the present disclosure, there is provided a file downloading method applied to a tracking server in a wide area network, including:
acquiring a characteristic identification list sent by a downloading initiating node;
determining at least two files to be downloaded which need to be downloaded by the downloading initiating node according to at least two feature identifiers in the feature identifier list;
determining at least one network node which is downloading the at least two files to be downloaded according to a downloading list recorded by the tracking server;
and generating a tracking result according to the Internet protocol address corresponding to the at least one network node, and returning the tracking result to the downloading initiating node.
According to a fourth aspect of embodiments of the present disclosure, there is provided a file downloading apparatus, provided with a download initiation node in a local area network, the download initiation node including:
The first identification list module is configured to acquire at least two feature identifications corresponding to files to be downloaded respectively and generate a feature identification list;
the first broadcasting module is configured to find at least one neighbor node corresponding to the downloading initiating node in a local area network, and send broadcasting information containing the feature identification list to each neighbor node;
and the first synchronous downloading module is configured to establish connection with the at least one neighbor node according to the response of the at least one neighbor node to the broadcast information and synchronously download the at least two files to be downloaded from the at least one neighbor node.
According to a fifth aspect of embodiments of the present specification, there is provided a file downloading apparatus provided with a download initiation node provided in a wide area network, the download initiation node including:
the second identification list module is configured to acquire at least two feature identifications corresponding to the files to be downloaded respectively and generate a feature identification list;
a second broadcast module configured to communicate with a tracking server and to transmit the list of feature identifiers to the tracking server;
and the second synchronous downloading module is configured to establish connection with at least one network node according to a tracking result returned by the tracking server, so that the downloading initiating node downloads the at least two files to be downloaded synchronously.
According to a sixth aspect of embodiments of the present specification, there is provided a file downloading apparatus, a tracking server provided in a wide area network, the tracking server including:
the list acquisition module is configured to acquire a characteristic identification list sent by the downloading initiating node;
the file confirmation module is configured to determine at least two files to be downloaded, which need to be downloaded, of the downloading initiating node according to at least two feature identifiers in the feature identifier list;
a download tracking module configured to determine at least one network node that is downloading the at least two files to be downloaded according to a download list recorded by the tracking server;
and the structure generation module is configured to generate a tracking result according to the Internet protocol address corresponding to the at least one network node and return the tracking result to the downloading initiating node.
According to a seventh aspect of embodiments of the present specification, there is provided a computing device comprising a memory, a processor and computer instructions stored on the memory and executable on the processor, the processor implementing the steps of the file downloading method when executing the instructions.
According to an eighth aspect of embodiments of the present description, there is provided a computer readable storage medium storing computer instructions which, when executed by a processor, implement the steps of the file downloading method.
According to the application, through optimizing and adjusting the bit stream protocol, the unique characteristic identifiers for identifying the files to be downloaded are added, and a plurality of formed characteristic identifiers are recorded in the characteristic identifier list, so that the node can synchronously acquire a plurality of files to be downloaded when requesting the files through a P2P mechanism, and a downloading platform for downloading a plurality of files simultaneously is realized.
Meanwhile, the application aims at the downloading initiating node in the local area network, analyzes at least two files to be downloaded which need to be downloaded by the downloading platform through the neighbor node in the local area on the basis of adjusting the bit stream protocol, and establishes bit stream connection with the downloading initiating node respectively, so that the downloading initiating node can simultaneously download at least two files to be downloaded, the downloading efficiency is greatly improved, and the time required by downloading is saved.
In addition, the application aims at the downloading initiating node in the wide area network, acquires and determines at least one network node according to the characteristic identification list through the tracking server, and downloads at least two files to be downloaded through the at least one network node, so that a downloading platform in the wide area network can synchronously download a plurality of files at the same time, the downloading efficiency is greatly improved, and the time required for downloading the plurality of files is saved.
Drawings
FIG. 1 is a block diagram of a computing device provided by an embodiment of the present application;
FIG. 2 is a flowchart of a file downloading method according to an embodiment of the present application;
FIG. 3 is another flowchart of a file downloading method according to an embodiment of the present application;
FIG. 4 is another flowchart of a file downloading method according to an embodiment of the present application;
FIG. 5 is another flowchart of a file downloading method according to an embodiment of the present application;
FIG. 6 is another flowchart of a file downloading method according to an embodiment of the present application;
FIG. 7 is another flowchart of a file downloading method according to an embodiment of the present application;
FIG. 8 is a schematic diagram of a file downloading device according to an embodiment of the present application;
FIG. 9 is another schematic diagram of a file downloading device according to an embodiment of the present application;
fig. 10 is another schematic structural diagram of a file downloading device according to an embodiment of the present application.
Detailed Description
In the following description, numerous specific details are set forth in order to provide a thorough understanding of the present application. The present application may be embodied in many other forms than those herein described, and those skilled in the art will readily appreciate that the present application may be similarly embodied without departing from the spirit or essential characteristics thereof, and therefore the present application is not limited to the specific embodiments disclosed below.
The terminology used in the one or more embodiments of the specification is for the purpose of describing particular embodiments only and is not intended to be limiting of the one or more embodiments of the specification. As used in this specification, one or more embodiments and the appended claims, the singular forms "a," "an," and "the" are intended to include the plural forms as well, unless the context clearly indicates otherwise. It should also be understood that the term "and/or" as used in one or more embodiments of the present specification refers to and encompasses any or all possible combinations of one or more of the associated listed items.
It should be understood that, although the terms first, second, etc. may be used in one or more embodiments of this specification to describe various information, these information should not be limited by these terms. These terms are only used to distinguish one type of information from another. For example, a first may also be referred to as a second, and similarly, a second may also be referred to as a first, without departing from the scope of one or more embodiments of the present description.
First, terms related to one or more embodiments of the present invention will be explained.
Bit stream protocol: i.e., bitTorrent protocol (BT protocol), which is a P2P file transfer protocol that is structured above the TCP/IP protocol, at the application layer of the TCP/IP architecture. The BitTorrent protocol itself also contains many specific content protocols and extensions, and is under constant expansion. According to the BitTorrent protocol, a file publisher generates and provides a torrent file, i.e., a seed file, from the file to be published.
Bit stream download: the main principle of bit stream (BT) downloading is to virtually divide the file providing the download into equal-sized blocks, the block size must be an integer power of 2k (no individual block files are generated on the hard disk due to the virtual division), and the index information and Hash (Hash) verification code of each block are written into a seed file (.torret).
The tracking server: i.e., a Tracker server, for collecting information about the downloadable, and providing this information to other downloadable, so that the downloadable is interconnected to transmit data.
Seed: meaning that all files in a download task are completely downloaded by a certain downloadable, which becomes a seed. The file published by the publisher itself is the primordial seed. The torrent file is essentially a text file, and comprises two parts, namely Tracker information and file information. The Tracker information mainly comprises the address of a Tracker server required to be used in downloading the bit stream and the setting of the Tracker server, the file information is generated according to the calculation of the target file, and the calculation result is encoded according to the B encoding rule in the BitTorrent protocol.
Local service discovery protocol: the local service discovery protocol (Local Service Discovery Protocol, LSDP) provides a mechanism similar to the simple service discovery protocol (Simple Service Discovery Protocol, SSDP) for discovering devices and services within a local area network to advertise presence in a particular group to local neighbors. It can be used as a primary peer source for local transmissions as well as supplementing other sources running only on global unicast addresses.
Distributed hash table: i.e. DHT (Distributed Hash Table), is a distributed storage method, which does not require a central node server, but rather each client is responsible for a small range of routes and for storing a small portion of data, thus enabling the addressing and storage of the whole DHT network. Unlike the central node server, each node in the DHT network does not need to maintain the information of the whole network, but only stores the information of the next nodes nearby in the node, thereby greatly reducing the occupation of bandwidth and the consumption of resources. The DHT network also copies the backup redundant information on the node closest to the key, thereby avoiding the problem of single node failure.
In the present application, a file downloading method and apparatus, a computing device, and a computer-readable storage medium are provided, and detailed descriptions are provided in the following embodiments.
Fig. 1 shows a block diagram of a computing device 100 according to an embodiment of the present description. The components of the computing device 100 include, but are not limited to, a memory 110 and a processor 120. Processor 120 is coupled to memory 110 via bus 130 and database 150 is used to store data.
Computing device 100 also includes access device 140, access device 140 enabling computing device 100 to communicate via one or more networks 160. Examples of such networks include the Public Switched Telephone Network (PSTN), a Local Area Network (LAN), a Wide Area Network (WAN), a Personal Area Network (PAN), or a combination of communication networks such as the internet. The access device 140 may include one or more of any type of network interface, wired or wireless (e.g., a Network Interface Card (NIC)), such as an IEEE802.11 Wireless Local Area Network (WLAN) wireless interface, a worldwide interoperability for microwave access (Wi-MAX) interface, an ethernet interface, a Universal Serial Bus (USB) interface, a cellular network interface, a bluetooth interface, a Near Field Communication (NFC) interface, and so forth.
In one embodiment of the present description, the above-described components of computing device 100, as well as other components not shown in FIG. 1, may also be connected to each other, such as by a bus. It should be understood that the block diagram of the computing device shown in FIG. 1 is for exemplary purposes only and is not intended to limit the scope of the present description. Those skilled in the art may add or replace other components as desired.
Computing device 100 may be any type of stationary or mobile computing device including a mobile computer or mobile computing device (e.g., tablet, personal digital assistant, laptop, notebook, netbook, etc.), mobile phone (e.g., smart phone), wearable computing device (e.g., smart watch, smart glasses, etc.), or other type of mobile device, or a stationary computing device such as a desktop computer or PC. Computing device 100 may also be a mobile or stationary server.
Wherein the processor 120 may perform the steps of the method shown in fig. 2. Fig. 2 is a schematic flow chart illustrating a file downloading method according to an embodiment of the present application, applied to a download initiating node in a local area network, comprising steps 202 to 206.
Step 202: and obtaining the feature identifiers corresponding to the at least two files to be downloaded respectively, and generating a feature identifier list.
The application adjusts the bit stream protocol, thereby adding the characteristic identification for identifying the corresponding specific content of each data block in the file to be downloaded, for example, in the case that the file to be downloaded is a game file, the game file can comprise a map file, a character model file, an animation special effect file, a program file and the like, and the corresponding characteristic identification can be respectively added to the map file, the character model file, the animation special effect file and the program file through the adjusted bit stream protocol.
In an embodiment of the present application, the step 202 specifically includes steps 302 to 304.
Step 302: and respectively acquiring seed files corresponding to at least two files to be downloaded, and acquiring the characteristic identifiers corresponding to each file to be downloaded according to the seed files corresponding to each file to be downloaded.
For a plurality of download initiating nodes which are connected with each other in a local area network, the download initiating nodes comprise, but are not limited to, a computer terminal, an intelligent terminal, a server and the like, and when a download platform running on any download initiating node needs to download at least two files to be downloaded, the download platform respectively acquires seed files corresponding to each file to be downloaded, and acquires feature identifiers corresponding to each file to be downloaded from the seed files corresponding to each file to be downloaded, wherein the feature identifiers can be hash values generated by a secure hash algorithm (Secure Hash Algorithm).
It should be noted that in the standard bit stream protocol, the file to be downloaded is split into a plurality of data blocks to be downloaded, and each data block to be downloaded corresponds to one hash value, so that a complete hash value set is formed for identifying the whole file to be downloaded, and therefore, the application can also be identified by taking the hash value set corresponding to the file to be downloaded as a feature.
Step 304: and generating the feature identifier list according to the feature identifiers corresponding to each file to be downloaded.
Further, by aggregating the feature identifiers corresponding to each file to be downloaded, at least two feature identifier lists corresponding to the files to be downloaded are constructed, for example, for the file to be downloaded a and the file to be downloaded B, the file to be downloaded a includes a data block a1, a data block a2 and a data block a3, the file to be downloaded B includes a data block B1, a data block B2 and a data block B3, and the feature identifiers Id corresponding to the data block a1 are respectively obtained a1 Characteristic identifier Id corresponding to data block a2 a2 Characteristic identifier Id corresponding to data block a3 a3 And the characteristic identifier Id corresponding to the data block b1 b1 Characteristic identifier Id corresponding to data block b2 b2 Characteristic identifier Id corresponding to data block b3 b3 Thereby constructing a feature identification list { Id } a1 、Id a2 、Id a3 、Id b1 、Id b2 、Id b3 }。
According to the method and the device, the BT protocol is adjusted, and the characteristic identification for identifying the specific content of the current downloaded file is added, so that the downloading platform can analyze a plurality of downloaded files at the same time, and the problem that only one hash value can be matched in the marking bit stream protocol is avoided.
Step 204: searching at least one neighbor node corresponding to the downloading initiating node in the local area network, and sending broadcast information containing the characteristic identification list to each neighbor node.
In an embodiment of the present application, the step 204 specifically includes steps 402 to 404.
Step 402: and announcing the existence of the downloading initiating node to all neighbor nodes in the local area network through a local service discovery protocol.
The application searches other neighbor nodes adjacent to the download initiating node running the download platform in the local area network through the local service discovery protocol, and announces the existence of the download initiating node to each neighbor node.
Step 404: and transmitting broadcast information containing the characteristic identification list to each neighbor node in the local area network through a user datagram protocol.
Further, the download initiating node running the download platform sends broadcast information containing the feature identification list to each neighbor node in the local area network through the user datagram protocol, so that each neighbor node can receive the feature identification list, and each file to be downloaded, which needs to be downloaded by the download platform, is determined according to each feature identification in the feature identification list.
The application discovers the neighbor node through the local service discovery protocol, so that the neighbor node of the download initiating node can analyze at least two files to be downloaded required by the download initiating node, and thus, download connection is respectively established with the download initiating node in a bit stream downloading mode, the download platform can download the at least two files to be downloaded simultaneously, and the downloading time is saved.
Step 206: and establishing connection with the at least one neighbor node according to the response of the at least one neighbor node to the broadcast information, and synchronously downloading the at least two files to be downloaded from the at least one neighbor node.
According to the application, through optimizing and adjusting the bit stream protocol, the unique characteristic identifiers for identifying the files to be downloaded are added, and a plurality of formed characteristic identifiers are recorded in the characteristic identifier list, so that the node can synchronously acquire a plurality of files to be downloaded when requesting the files through a P2P mechanism, and a downloading platform for downloading a plurality of files simultaneously is realized.
In an embodiment of the present application, the step 206 specifically includes steps 502 to 510.
Step 502: and each neighbor node in the at least one neighbor node checks the acquired characteristic identification list with a local download list.
Specifically, after each neighbor node obtains the feature identification list, each neighbor node invokes a download list local to the neighbor node, and checks the feature identification list with the download list.
Step 504: judging whether the download list contains files to be downloaded corresponding to any feature identifier in the feature identifier list; if yes, go to step 506; if not, ending.
Further, each neighbor node analyzes the feature identification list to determine a corresponding data block of each feature identification column in the feature identification list, and then judges whether the neighbor node has downloaded any corresponding data block according to a downloading list of the neighbor node.
Step 506: and the at least one neighbor node establishes connection with the download initiating node.
Step 508: and the download initiating node respectively requests at least two files to be downloaded from the at least one neighbor node.
Step 510: and the at least one neighbor node synchronously transmits the at least two files to be downloaded to the downloading initiating node.
In the above embodiment, if any one of the at least two files to be downloaded has already been downloaded in at least one neighboring node, the at least one neighboring node establishes a bit stream downloading connection with the downloading initiating node, and the downloading initiating node requests the at least one neighboring node to download the data blocks in the at least two files to be downloaded, so that the at least one neighboring node transmits the data blocks in the at least two files to be downloaded to the downloading initiating node synchronously, thereby realizing that the downloading platform of the present application can download a plurality of files to be downloaded simultaneously.
The application analyzes at least two files to be downloaded which need to be downloaded by the downloading platform through the neighbor nodes in the local area on the basis of adjusting the bit stream protocol aiming at the downloading initiating node in the local area, and establishes bit stream connection with the downloading initiating node respectively, thereby enabling the downloading initiating node to simultaneously download at least two files to be downloaded, greatly improving the downloading efficiency and saving the time required by downloading.
Wherein the processor 120 may also perform the steps of the method shown in fig. 6. Fig. 6 is a schematic flow chart diagram illustrating a file downloading method according to an embodiment of the present application, applied to a download initiating node in a wide area network, comprising steps 602 to 606.
Step 602: and obtaining the feature identifiers corresponding to the at least two files to be downloaded respectively, and generating a feature identifier list.
Specifically, the step 602 specifically includes steps S6021 to S6022.
Step S6021: and respectively acquiring seed files corresponding to at least two files to be downloaded, and acquiring the characteristic identifiers corresponding to each file to be downloaded according to the seed files corresponding to each file to be downloaded.
In which step S6021 is the same as step 302, the details of step 302 may be referred to, and the disclosure is not repeated here.
Step S6022: and generating the feature identifier list according to the feature identifiers corresponding to each file to be downloaded.
The step S6022 is the same as the step 304, and the disclosure of step S304 may be referred to herein.
Step 604: and communicating with a tracking server and transmitting the characteristic identification list to the tracking server.
In the above embodiment, since in the wide area network, the network node cannot directly obtain the internet protocol address (Internet Protocol Address) of the network node in the other wide area network, for this purpose, the download initiating node running the download platform needs to communicate with the tracking server, and send the feature identifier list to the tracking server.
Step 606: and establishing connection with at least one network node according to a tracking result returned by the tracking server, so that the downloading initiating node downloads the at least two files to be downloaded synchronously.
In the above embodiment, the download initiating node establishes a bit stream downloading connection with at least one network node in response to the tracking result returned by the tracking server, and further requests to download data blocks in at least two files to be downloaded from the at least one neighbor node, so that the at least one neighbor node transmits the data blocks in the at least two files to be downloaded to the download initiating node synchronously, thereby realizing that the download platform of the present application can download a plurality of files to be downloaded simultaneously.
In the above embodiment, after obtaining the feature identifiers corresponding to at least two files to be downloaded respectively and generating the feature identifier list, steps S603 to S607 are further included.
S603: and establishing connection with at least one network node through a distributed hash table network under the condition that communication with the tracking server is impossible.
S605: and searching for a target network node with the at least two files to be downloaded from at least one network node according to the characteristic identification list.
S607: and synchronously downloading the at least two files to be downloaded through the target network node.
It should be noted that tracking servers and subsequently developed DHT's are commonly used for bit stream downloads for wide area networks, but if a stable server exists in a particular application, it is possible to use the current stable server as the tracking server, so that no DHT network has to be set up, and the application is not limited herein.
Correspondingly, the processor 120 may also perform the steps of the method shown in fig. 7. Fig. 7 is a schematic flow chart diagram illustrating a file downloading method applied to a tracking server in a wide area network according to an embodiment of the present application, including steps 702 to 708.
Step 702: and acquiring a characteristic identification list sent by the downloading initiating node.
In the above embodiment, the tracking server responds to the download initiating node, thereby acquiring the feature identifier list sent by the download initiating node.
Step 704: and determining at least two files to be downloaded which need to be downloaded by the downloading initiating node according to at least two feature identifiers in the feature identifier list.
In the above embodiment, the tracking server analyzes and identifies the feature identifier in the feature identifier list, so as to determine at least two files to be downloaded that need to be downloaded by the download initiating node and a plurality of data blocks corresponding to each downloaded file.
Step 706: and determining at least one network node which is downloading the at least two files to be downloaded according to the downloading list recorded by the tracking server.
In the above embodiment, the internet protocol addresses of a plurality of network nodes in the wide area network are recorded in the download list of the tracking server, and the file or the data block downloaded correspondingly for each network node in a specific time period is also recorded in the download list. Thus, the tracking server is able to compare the at least two files to be downloaded with the files in the download list, thereby determining at least one network node that is downloading the at least two files to be downloaded.
Step 708: and generating a tracking result according to the Internet protocol address corresponding to the at least one network node, and returning the tracking result to the downloading initiating node.
In the above embodiment, after determining that at least one network node of the at least two files to be downloaded is downloading, the tracking server further obtains an internet protocol address corresponding to each network node in the at least one network node, thereby generating a tracking result, and returns the tracking result to the download initiating node, so that the download initiating node can communicate with each network node according to the tracking result, and finally downloads the at least two files to be downloaded simultaneously in a bit stream downloading manner.
The application aims at the downloading initiating node in the wide area network, acquires and determines at least one network node according to the characteristic identification list through the tracking server, and downloads at least two files to be downloaded through the at least one network node, so that the downloading platform in the wide area network can synchronously download a plurality of files at the same time, the downloading efficiency is greatly improved, and the time required for downloading a plurality of files is saved.
Corresponding to the above method embodiments, the present disclosure further provides a file downloading device embodiment, and fig. 8 shows a schematic structural diagram of the file downloading device according to one embodiment of the present disclosure. As shown in fig. 8, the apparatus includes:
the first identifier list module 801 is configured to obtain feature identifiers corresponding to at least two files to be downloaded respectively, and generate a feature identifier list;
a first broadcasting module 802 configured to find at least one neighboring node corresponding to the download initiating node in a local area network, and send broadcasting information including the feature identifier list to each of the neighboring nodes;
a first synchronous downloading module 803 configured to establish a connection with the at least one neighbor node according to a response of the at least one neighbor node to the broadcast information, and to synchronously download the at least two files to be downloaded from the at least one neighbor node.
Optionally, the first identifier list module 801 is further configured to:
respectively acquiring seed files corresponding to at least two files to be downloaded, and acquiring a characteristic identifier corresponding to each file to be downloaded according to the seed file corresponding to each file to be downloaded;
and generating the feature identifier list according to the feature identifiers corresponding to each file to be downloaded.
Optionally, the first broadcasting module 802 is further configured to:
announcing the existence of the download initiating node to all neighbor nodes in the local area network through a local service discovery protocol;
and transmitting broadcast information containing the characteristic identification list to each neighbor node in the local area network through a user datagram protocol.
Optionally, the first synchronous download module 803 is further configured to:
each neighbor node in the at least one neighbor node checks the acquired feature identification list with a local download list;
judging whether the download list contains files to be downloaded corresponding to any feature identifier in the feature identifier list;
if yes, establishing connection with the downloading initiating node.
If not, ending.
Optionally, the first synchronous download module 803 is further configured to:
respectively requesting at least two files to be downloaded from the at least one neighbor node;
and the at least one neighbor node synchronously transmits the at least two files to be downloaded to the downloading initiating node.
The application analyzes at least two files to be downloaded which need to be downloaded by the downloading platform through the neighbor nodes in the local area on the basis of adjusting the bit stream protocol aiming at the downloading initiating node in the local area, and establishes bit stream connection with the downloading initiating node respectively, thereby enabling the downloading initiating node to simultaneously download at least two files to be downloaded, greatly improving the downloading efficiency and saving the time required by downloading.
Corresponding to the above method embodiments, the present disclosure further provides a file downloading device embodiment, and fig. 9 shows a schematic structural diagram of the file downloading device according to one embodiment of the present disclosure. As shown in fig. 9, the apparatus includes:
the second identifier list module 901 is configured to obtain at least two feature identifiers corresponding to the files to be downloaded respectively, and generate a feature identifier list;
a second broadcast module 902 configured to communicate with a tracking server and send the list of feature identifiers to the tracking server;
and the second synchronous downloading module 903 is configured to establish a connection with at least one network node according to a tracking result returned by the tracking server, so that the downloading initiating node downloads the at least two files to be downloaded synchronously.
Optionally, the second identifier list module 901 is further configured to:
respectively acquiring seed files corresponding to at least two files to be downloaded, and acquiring a characteristic identifier corresponding to each file to be downloaded according to the seed file corresponding to each file to be downloaded;
and generating the feature identifier list according to the feature identifiers corresponding to each file to be downloaded.
Optionally, the method further comprises a distributed hash module configured to:
Establishing a connection with at least one network node through a distributed hash table network under the condition that communication with the tracking server is impossible;
searching a target network node with the at least two files to be downloaded in at least one network node according to the characteristic identification list;
and synchronously downloading the at least two files to be downloaded through the target network node.
Corresponding to the above method embodiments, the present disclosure further provides a file downloading device embodiment, and fig. 10 shows a schematic structural diagram of the file downloading device according to one embodiment of the present disclosure. As shown in fig. 10, the apparatus includes:
a list obtaining module 1001 configured to obtain a feature identifier list sent by a download initiating node;
a file confirmation module 1002, configured to determine, according to at least two feature identifiers in the feature identifier list, at least two files to be downloaded that need to be downloaded by the download initiating node;
a download tracking module 1003 configured to determine at least one network node that is downloading the at least two files to be downloaded according to a download list recorded by the tracking server;
the structure generating module 1004 is configured to generate a tracking result according to the internet protocol address corresponding to the at least one network node, and return the tracking result to the download initiating node.
The application aims at the downloading initiating node in the wide area network, acquires and determines at least one network node according to the characteristic identification list through the tracking server, and downloads at least two files to be downloaded through the at least one network node, so that the downloading platform in the wide area network can synchronously download a plurality of files at the same time, the downloading efficiency is greatly improved, and the time required for downloading a plurality of files is saved.
It should be noted that, the components in the apparatus claims should be understood as functional modules that are necessary to be established for implementing the steps of the program flow or the steps of the method, and the functional modules are not actually functional divisions or separate limitations. The device claims defined by such a set of functional modules should be understood as a functional module architecture for implementing the solution primarily by means of the computer program described in the specification, and not as a physical device for implementing the solution primarily by means of hardware.
An embodiment of the present application also provides a computing device including a memory, a processor, and computer instructions stored on the memory and executable on the processor, the processor implementing the following steps when executing the instructions:
Acquiring at least two corresponding characteristic identifiers of files to be downloaded respectively, and generating a characteristic identifier list;
searching at least one neighbor node corresponding to the downloading initiating node in a local area network, and sending broadcast information containing the feature identification list to each neighbor node;
and establishing connection with the at least one neighbor node according to the response of the at least one neighbor node to the broadcast information, and synchronously downloading the at least two files to be downloaded from the at least one neighbor node.
An embodiment of the present application also provides a computing device including a memory, a processor, and computer instructions stored on the memory and executable on the processor, the processor implementing the following steps when executing the instructions:
acquiring at least two corresponding characteristic identifiers of files to be downloaded respectively, and generating a characteristic identifier list;
communicating with a tracking server and transmitting the feature identification list to the tracking server;
and establishing connection with at least one network node according to a tracking result returned by the tracking server, so that the downloading initiating node downloads the at least two files to be downloaded synchronously.
An embodiment of the present application also provides a computing device including a memory, a processor, and computer instructions stored on the memory and executable on the processor, the processor implementing the following steps when executing the instructions:
acquiring a characteristic identification list sent by a downloading initiating node;
determining at least two files to be downloaded which need to be downloaded by the downloading initiating node according to at least two feature identifiers in the feature identifier list;
determining at least one network node which is downloading the at least two files to be downloaded according to a downloading list recorded by the tracking server;
and generating a tracking result according to the Internet protocol address corresponding to the at least one network node, and returning the tracking result to the downloading initiating node.
An embodiment of the present application also provides a computer-readable storage medium storing computer instructions that, when executed by a processor, implement the steps of the file downloading method as described above.
The above is an exemplary version of a computer-readable storage medium of the present embodiment. It should be noted that, the technical solution of the computer readable storage medium and the technical solution of the file downloading method belong to the same concept, and details of the technical solution of the computer readable storage medium which are not described in detail can be referred to the description of the technical solution of the file downloading method.
The foregoing describes specific embodiments of the present disclosure. Other embodiments are within the scope of the following claims. In some cases, the actions or steps recited in the claims can be performed in a different order than in the embodiments and still achieve desirable results. In addition, the processes depicted in the accompanying figures do not necessarily require the particular order shown, or sequential order, to achieve desirable results. In some embodiments, multitasking and parallel processing are also possible or may be advantageous.
The computer instructions include computer program code that may be in source code form, object code form, executable file or some intermediate form, etc. The computer readable medium may include: any entity or device capable of carrying the computer program code, a recording medium, a U disk, a removable hard disk, a magnetic disk, an optical disk, a computer Memory, a Read-Only Memory (ROM), a random access Memory (RAM, random Access Memory), an electrical carrier signal, a telecommunications signal, a software distribution medium, and so forth. It should be noted that the computer readable medium contains content that can be appropriately scaled according to the requirements of jurisdictions in which such content is subject to legislation and patent practice, such as in certain jurisdictions in which such content is subject to legislation and patent practice, the computer readable medium does not include electrical carrier signals and telecommunication signals.
It should be noted that, for the sake of simplicity of description, the foregoing method embodiments are all expressed as a series of combinations of actions, but it should be understood by those skilled in the art that the present application is not limited by the order of actions described, as some steps may be performed in other order or simultaneously according to the present application. Further, those skilled in the art will appreciate that the embodiments described in the specification are all preferred embodiments, and that the acts and modules referred to are not necessarily all required for the present application.
In the foregoing embodiments, the descriptions of the embodiments are emphasized, and for parts of one embodiment that are not described in detail, reference may be made to the related descriptions of other embodiments.
The preferred embodiments of the application disclosed above are intended only to assist in the explanation of the application. Alternative embodiments are not intended to be exhaustive or to limit the application to the precise form disclosed. Obviously, many modifications and variations are possible in light of the above teaching. The embodiments were chosen and described in order to best explain the principles of the application and the practical application, to thereby enable others skilled in the art to best understand and utilize the application. The application is limited only by the claims and the full scope and equivalents thereof.

Claims (12)

1. A file downloading method applied to a downloading initiating node in a local area network, comprising:
respectively obtaining seed files corresponding to at least two files to be downloaded, and obtaining a characteristic identifier corresponding to each file to be downloaded according to the seed file corresponding to each file to be downloaded, wherein the characteristic identifier is used for identifying specific content corresponding to each data block;
generating a feature identifier list according to the feature identifiers corresponding to each file to be downloaded;
searching at least one neighbor node corresponding to the downloading initiating node in a local area network, and sending broadcast information containing the feature identification list to each neighbor node;
and establishing connection with the at least one neighbor node according to the response of the at least one neighbor node to the broadcast information, and synchronously downloading the at least two files to be downloaded from the at least one neighbor node.
2. The method of claim 1, wherein searching for at least one neighboring node corresponding to the download initiator node in the local area network, and transmitting broadcast information containing the feature identification list to each of the neighboring nodes, comprises:
announcing the existence of the download initiating node to all neighbor nodes in the local area network through a local service discovery protocol;
And transmitting broadcast information containing the characteristic identification list to each neighbor node in the local area network through a user datagram protocol.
3. The method of claim 1, wherein establishing a connection with the at least one neighbor node based on the response of the at least one neighbor node to the broadcast information comprises:
each neighbor node in the at least one neighbor node checks the acquired feature identification list with a local download list;
judging whether the download list contains files to be downloaded corresponding to any feature identifier in the feature identifier list;
if yes, establishing connection with the downloading initiating node;
if not, ending.
4. A method according to claim 3, wherein downloading the at least two files to be downloaded synchronously from the at least one neighbor node comprises:
respectively requesting at least two files to be downloaded from the at least one neighbor node;
and the at least one neighbor node synchronously transmits the at least two files to be downloaded to the downloading initiating node.
5. A file downloading method applied to a downloading initiating node in a wide area network, comprising:
Respectively obtaining seed files corresponding to at least two files to be downloaded, and obtaining a characteristic identifier corresponding to each file to be downloaded according to the seed file corresponding to each file to be downloaded, wherein the characteristic identifier is used for identifying specific content corresponding to each data block;
generating a feature identifier list according to the feature identifiers corresponding to each file to be downloaded;
communicating with a tracking server and transmitting the feature identification list to the tracking server;
and establishing connection with at least one network node according to a tracking result returned by the tracking server, so that the downloading initiating node downloads the at least two files to be downloaded synchronously.
6. The method of claim 5, further comprising, after obtaining the feature identifiers corresponding to the at least two files to be downloaded, generating a feature identifier list:
establishing a connection with at least one network node through a distributed hash table network under the condition that communication with the tracking server is impossible;
searching a target network node with the at least two files to be downloaded in at least one network node according to the characteristic identification list;
and synchronously downloading the at least two files to be downloaded through the target network node.
7. A file downloading method applied to a tracking server in a wide area network, comprising:
acquiring a characteristic identification list sent by a downloading initiating node;
determining at least two files to be downloaded which need to be downloaded by the downloading initiating node according to at least two feature identifiers in the feature identifier list, wherein the feature identifiers are used for identifying specific content corresponding to each data block;
determining at least one network node which is downloading the at least two files to be downloaded according to a downloading list recorded by the tracking server;
and generating a tracking result according to the Internet protocol address corresponding to the at least one network node, and returning the tracking result to the downloading initiating node.
8. A file downloading apparatus, characterized in that a download initiation node is provided in a local area network, the download initiation node comprising:
the first identification list module is configured to acquire seed files corresponding to at least two files to be downloaded respectively, acquire feature identifications corresponding to each file to be downloaded according to the seed files corresponding to each file to be downloaded, and generate a feature identification list according to the feature identifications corresponding to each file to be downloaded, wherein the feature identifications are used for identifying specific content corresponding to each data block;
The first broadcasting module is configured to find at least one neighbor node corresponding to the downloading initiating node in a local area network, and send broadcasting information containing the feature identification list to each neighbor node;
and the first synchronous downloading module is configured to establish connection with the at least one neighbor node according to the response of the at least one neighbor node to the broadcast information and synchronously download the at least two files to be downloaded from the at least one neighbor node.
9. A file downloading apparatus, wherein a download initiation node is provided in a wide area network, the download initiation node comprising:
the second identification list module is configured to acquire at least two seed files corresponding to the files to be downloaded respectively, acquire feature identifications corresponding to the files to be downloaded according to the seed files corresponding to the files to be downloaded, and generate a feature identification list according to the feature identifications corresponding to the files to be downloaded, wherein the feature identifications are used for identifying specific content corresponding to each data block;
a second broadcast module configured to communicate with a tracking server and to transmit the list of feature identifiers to the tracking server;
And the second synchronous downloading module is configured to establish connection with at least one network node according to a tracking result returned by the tracking server, so that the downloading initiating node downloads the at least two files to be downloaded synchronously.
10. A file downloading apparatus, characterized by a tracking server provided in a wide area network, the tracking server comprising:
the list acquisition module is configured to acquire a characteristic identification list sent by the downloading initiating node;
the file confirmation module is configured to determine at least two files to be downloaded which need to be downloaded by the downloading initiating node according to at least two feature identifiers in the feature identifier list, wherein the feature identifiers are used for identifying specific content corresponding to each data block;
a download tracking module configured to determine at least one network node that is downloading the at least two files to be downloaded according to a download list recorded by the tracking server;
and the structure generation module is configured to generate a tracking result according to the Internet protocol address corresponding to the at least one network node and return the tracking result to the downloading initiating node.
11. A computing device comprising a memory, a processor, and computer instructions stored on the memory and executable on the processor, wherein the processor, when executing the instructions, implements the steps of the method of any of claims 1-4, 5-6, or 7.
12. A computer readable storage medium storing computer instructions which, when executed by a processor, implement the steps of the method of any one of claims 1-4, 5-6 or 7.
CN202011564965.5A 2020-12-25 2020-12-25 File downloading method and device Active CN112637351B (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
CN202011564965.5A CN112637351B (en) 2020-12-25 2020-12-25 File downloading method and device

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
CN202011564965.5A CN112637351B (en) 2020-12-25 2020-12-25 File downloading method and device

Publications (2)

Publication Number Publication Date
CN112637351A CN112637351A (en) 2021-04-09
CN112637351B true CN112637351B (en) 2023-09-05

Family

ID=75325069

Family Applications (1)

Application Number Title Priority Date Filing Date
CN202011564965.5A Active CN112637351B (en) 2020-12-25 2020-12-25 File downloading method and device

Country Status (1)

Country Link
CN (1) CN112637351B (en)

Families Citing this family (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN114338700A (en) * 2021-12-23 2022-04-12 杭州星布智能科技有限公司 Local area network point-to-point distributed storage method

Citations (5)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN102664938A (en) * 2012-04-12 2012-09-12 北京蓝汛通信技术有限责任公司 Method and device for controlling downloading of resources
CN103957269A (en) * 2014-05-08 2014-07-30 中国联合网络通信集团有限公司 P2P network node selection method and P2P redirect server
CN104618447A (en) * 2014-12-31 2015-05-13 北京邮电大学 File cooperation downloading method and system
CN106790525A (en) * 2016-12-20 2017-05-31 广东小天才科技有限公司 A kind of document down loading method and device
CN107196983A (en) * 2016-03-15 2017-09-22 阿里巴巴集团控股有限公司 A kind of resource distribution method and device

Patent Citations (5)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN102664938A (en) * 2012-04-12 2012-09-12 北京蓝汛通信技术有限责任公司 Method and device for controlling downloading of resources
CN103957269A (en) * 2014-05-08 2014-07-30 中国联合网络通信集团有限公司 P2P network node selection method and P2P redirect server
CN104618447A (en) * 2014-12-31 2015-05-13 北京邮电大学 File cooperation downloading method and system
CN107196983A (en) * 2016-03-15 2017-09-22 阿里巴巴集团控股有限公司 A kind of resource distribution method and device
CN106790525A (en) * 2016-12-20 2017-05-31 广东小天才科技有限公司 A kind of document down loading method and device

Also Published As

Publication number Publication date
CN112637351A (en) 2021-04-09

Similar Documents

Publication Publication Date Title
CN109981751B (en) File transmission method and system, computer equipment and storage medium
EP1802072B1 (en) Peer-to-peer message format
US20140052862A1 (en) Efficient service discovery for peer-to-peer networking devices
CN101742702B (en) Mobile internet service sharing system and method
KR101422213B1 (en) Apparatus and method for setting role based on capability of terminal
CN114222168B (en) Resource scheduling method and system
CN110245191B (en) Data processing method and device
CN101262487A (en) Data transmission processing method and device for point-to-point client
CN112565389A (en) Block chain based message broadcasting method and device, electronic equipment and storage medium
CN103905516B (en) The method and respective server and terminal of sharing data
CN112637351B (en) File downloading method and device
GB2440759A (en) Selecting a download cache for digital data
JP2010532117A (en) Method and system for data management in a communication network
Horozov et al. Moby-a mobile peer-to-peer service and data network
Moghadam et al. 7ds-a modular platform to develop mobile disruption-tolerant applications
KR100929031B1 (en) Block selection method in file parallel download, file parallel download method using the same, and recording medium recording a program for implementing the same
Chang et al. An efficient service discovery system for dual-stack cloud file service
CN115022660B (en) Parameter configuration method and system for content distribution network
CN115004657B (en) Addressing method, addressing system and addressing device
CN114884880A (en) Data transmission method and system
CN114385596A (en) Data processing method and device
CN113824785A (en) Resource downloading method, system and storage medium based on point-to-point network
Lee et al. Cartorrent: A bit-torrent system for vehicular ad-hoc networks
CN113055444A (en) File sharing method and related device thereof
Forsström et al. Location-based ubiquitous context exchange in mobile environments

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
CB02 Change of applicant information
CB02 Change of applicant information

Address after: 519000 Room 102, 202, 302 and 402, No. 325, Qiandao Ring Road, Tangjiawan Town, high tech Zone, Zhuhai City, Guangdong Province, Room 102 and 202, No. 327 and Room 302, No. 329

Applicant after: Zhuhai Jinshan Digital Network Technology Co.,Ltd.

Address before: 519000 Room 102, 202, 302 and 402, No. 325, Qiandao Ring Road, Tangjiawan Town, high tech Zone, Zhuhai City, Guangdong Province, Room 102 and 202, No. 327 and Room 302, No. 329

Applicant before: ZHUHAI KINGSOFT ONLINE GAME TECHNOLOGY Co.,Ltd.

GR01 Patent grant
GR01 Patent grant