CN112511663A - IP conflict detection method and device based on android system and storage medium - Google Patents

IP conflict detection method and device based on android system and storage medium Download PDF

Info

Publication number
CN112511663A
CN112511663A CN202011314978.7A CN202011314978A CN112511663A CN 112511663 A CN112511663 A CN 112511663A CN 202011314978 A CN202011314978 A CN 202011314978A CN 112511663 A CN112511663 A CN 112511663A
Authority
CN
China
Prior art keywords
network
address
collision detection
android system
current network
Prior art date
Legal status (The legal status is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the status listed.)
Pending
Application number
CN202011314978.7A
Other languages
Chinese (zh)
Inventor
劳冠华
黎小辉
柒强
Current Assignee (The listed assignees may be inaccurate. Google has not performed a legal analysis and makes no representation or warranty as to the accuracy of the list.)
Guangzhou Lango Electronic Science and Technology Co Ltd
Original Assignee
Guangzhou Lango Electronic Science and 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 Guangzhou Lango Electronic Science and Technology Co Ltd filed Critical Guangzhou Lango Electronic Science and Technology Co Ltd
Priority to CN202011314978.7A priority Critical patent/CN112511663A/en
Publication of CN112511663A publication Critical patent/CN112511663A/en
Pending legal-status Critical Current

Links

Images

Classifications

    • HELECTRICITY
    • H04ELECTRIC COMMUNICATION TECHNIQUE
    • H04LTRANSMISSION OF DIGITAL INFORMATION, e.g. TELEGRAPHIC COMMUNICATION
    • H04L61/00Network arrangements, protocols or services for addressing or naming
    • H04L61/50Address allocation
    • H04L61/5007Internet protocol [IP] addresses
    • HELECTRICITY
    • H04ELECTRIC COMMUNICATION TECHNIQUE
    • H04LTRANSMISSION OF DIGITAL INFORMATION, e.g. TELEGRAPHIC COMMUNICATION
    • H04L61/00Network arrangements, protocols or services for addressing or naming
    • H04L61/50Address allocation
    • H04L61/5046Resolving address allocation conflicts; Testing of addresses

Landscapes

  • Engineering & Computer Science (AREA)
  • Computer Networks & Wireless Communication (AREA)
  • Signal Processing (AREA)
  • Telephone Function (AREA)

Abstract

The invention discloses an IP conflict detection method based on an android system, which comprises the following steps: the system is started and detects whether the network state of the system changes in real time; when the change of the network state of the system is detected, acquiring the current network and an IP address broadcast signal of the current network; acquiring IP address information according to an IP address broadcast signal of a current network; performing IP address conflict detection on the current network according to the IP address information, and if a conflict exists, executing a prompting step; and prompting the user that the IP address conflict exists in the current network. The invention also carries out conflict detection on the IP address allocated by the android system, thereby reminding the user in time when the IP address conflicts so as to facilitate the network troubleshooting of the user. The invention also provides an IP conflict detection device based on the android system and a storage medium.

Description

IP conflict detection method and device based on android system and storage medium
Technical Field
The present invention relates to IP address allocation, and in particular, to an IP collision detection method and apparatus based on an android system, and a storage medium.
Background
An ethernet, a wireless network, or a mobile network is generally required to be accessed to conference equipment, an education all-in-one machine, an advertisement machine, and the like, which are provided with an android system, and when the ethernet or the wireless network is accessed, an IP address is generally set to the android system of the equipment in a manner of automatically acquiring the IP address through a DHCP or manually setting a static IP address, so as to realize network access.
At present, the two methods for allocating the IP addresses of the network are easy to cause the IP address conflict. Once the IP address conflicts occur, the device cannot normally access the network, and meanwhile, the android system itself cannot judge whether the allocated IP addresses conflict, and there is no mechanism to remind the user that the IP addresses allocated by the current device conflict. When the network fails, the user is difficult to troubleshoot, and much inconvenience is brought to the user.
Disclosure of Invention
In order to overcome the defects of the prior art, one of the purposes of the present invention is to provide an IP collision detection method based on an android system, which can solve the problem that in the prior art, when an android device is accessed to an ethernet or a wireless network, an IP address collision cannot be detected.
The second purpose of the present invention is to provide an IP collision detection apparatus based on the android system, which can solve the problem that the android device in the prior art cannot detect IP address collision when accessing an ethernet or a wireless network.
The invention further aims to provide a storage medium, which can solve the problem that the android device in the prior art cannot detect the IP address conflict when accessing the Ethernet or the wireless network.
One of the purposes of the invention is realized by adopting the following technical scheme:
the IP conflict detection method based on the android system comprises the following steps:
a monitoring step: the system is started and detects whether the network state of the system changes in real time;
a network acquisition step: when the change of the network state of the system is detected, acquiring the current network and an IP address broadcast signal of the current network;
and IP acquisition: acquiring IP address information according to an IP address broadcast signal of a current network;
and a collision detection step: performing IP address conflict detection on the current network according to the IP address information, and if a conflict exists, executing a prompting step;
a prompting step: and prompting the user that the IP address conflict exists in the current network.
Further, the collision detecting step further includes: and carrying out IP address conflict detection on the current network according to the arping command and the IP address information, and judging whether the IP address conflict exists in the current network according to the execution result of the arping command.
Further, when the execution result of the arping command is null, no IP address conflict exists in the current network; when the execution result of the arping command is 1, the current network has an IP address conflict.
Further, the prompting step further comprises: and the message prompt is popped up through a pop-up box prompt or in a status bar.
Further, the listening step further comprises: whether the network state of the system changes is judged by detecting the network monitoring broadcast in the system.
Further, the listening step further comprises: monitoring a plurality of network monitoring broadcasts in the system in real time, and when a broadcast callback function of the corresponding network monitoring broadcast is executed, the network state of the system changes.
Further, the network acquiring step further includes: and when the change of the network state of the system is detected, obtaining the current network according to the type of the network monitoring broadcast.
Further, the plurality of network listening broadcasts comprises: android, net, ethernet, connection, connectivity, CHANGE, android, net, wifi, STATE, CHANGE, and wifistular, network, STATE, CHANGE, active.
The second purpose of the invention is realized by adopting the following technical scheme:
the IP collision detection device based on the android system comprises a memory, a processor and a computer program which is stored on the memory and can run on the processor, wherein the computer program is an IP collision detection program, and the processor realizes the steps of the IP collision detection method based on the android system adopted by one of the purposes of the invention when executing the IP collision detection program.
The third purpose of the invention is realized by adopting the following technical scheme:
a storage medium being a computer readable storage medium having stored thereon a computer program being an IP collision detection program which, when executed by a processor, implements the steps of an android system based IP collision detection method as employed in one of the objects of the invention.
Compared with the prior art, the invention has the beneficial effects that:
according to the invention, the conflict detection and judgment of the IP address of the access network are added in the existing android system, so that the IP address with conflict can be found in time, the cost of network troubleshooting is greatly reduced, and the user is reminded in time.
Drawings
Fig. 1 is a flowchart of an IP collision detection method based on an android system provided in the present invention;
fig. 2 is a block diagram of an IP collision detection apparatus based on the android system provided in the present invention.
In the figure: 11. a memory; 12. a processor; 13. a communication bus; 14. a network interface.
Detailed Description
The present invention will be further described with reference to the accompanying drawings and the detailed description, and it should be noted that any combination of the embodiments or technical features described below can be used to form a new embodiment without conflict.
Example one
The invention is based on IP address conflict detection in android equipment, namely, aiming at equipment provided with an android system, the conflict detection of the allocated IP address is added in the process of allocating the IP address in the existing android system accessed to the Ethernet or a wireless network, whether the allocated IP address conflicts or not is detected, and when the IP address conflicts, a prompt can be sent to a user in time, so that the user can know the IP address faults in time, and the network fault can be checked.
As shown in fig. 1, the present invention provides a preferred embodiment, and an IP collision detection method based on an android system, including the following steps:
and step S1, starting the system and detecting whether the network state of the system changes in real time.
Preferably, whether the network state of the system changes is monitored by monitoring network monitoring broadcasts in the system.
That is, when the system is started, each network monitoring broadcast in the system is monitored in real time, and when the broadcast callback function of the corresponding network monitoring broadcast is executed, the network state of the system is considered to be changed. In this embodiment, the network accessed by the system is an ethernet network, a wireless network, or the like.
The network monitoring broadcast is a network monitoring broadcast carried by the android system. When the network of the android system changes, the corresponding broadcast callback function of the network monitoring broadcast is executed. And judging whether the network state of the system changes or not by detecting the network monitoring broadcast in real time. The network monitoring broadcast in the android system comprises a plurality of network monitoring broadcasts, specifically:
android.net.ethernet.ETHERNET_STATE_CHANGED,
android.net.ethernet.STATE_CHANGE,
android.net.conn.CONNECTIVITY_CHANGE,
android.net.wifi.WIFI_STATE_CHANGED,
android.net.wifi.STATE_CHANGE,
network _ STATE _ CHANGED _ ACTION.
Step S2, when the network status of the system changes, acquiring the current network and acquiring the IP address broadcast signal of the current network.
Preferably, the current network is obtained according to the type of the network listening broadcast.
And step S3, obtaining IP address information according to the IP address broadcast signal of the current network.
And step S4, performing conflict detection on the IP address of the current network according to the arping command and the IP address information, and if the conflict exists, executing step S5.
And step S5, prompting the user that the IP address conflict exists in the current network.
Preferably, the message prompt may be popped up through a pop-up box prompt or in a status bar.
That is, when there is no conflict in the IP address, the device can normally access the network and continue other operations; when the IP address conflicts, the user is prompted that the IP address conflicts exist in the current network, and the user is informed in time.
Preferably, in step S4, it is determined whether there is an IP address conflict in the current network according to the execution result of the arping command.
The arping command is to broadcast the arp packets outwards by a local computer, so that all hosts in the same local area network receive the arp packets; meanwhile, the local computer does not make any Reply when receiving the arp packets, and other hosts in the local area network can Reply and return to the local computer after receiving the arp packets. Wherein, the Reply operation refers to the network message response, and is the specific content in the arping command.
When the IP address is not occupied by other hosts in the local area network, the execution result of the arping command is null; when an IP address is occupied by other hosts of the local area network, the execution result of the arping command is 1, and the MAC address of the host binding the IP address is returned.
According to the invention, the IP conflict detection command is embedded into the android system, and after the access network of the android system changes, the conflict detection is carried out on the IP address allocated by the current network, so that when the IP address conflicts exist, a user is timely reminded, and the difficulty and cost of network troubleshooting are further reduced.
Example two
The invention provides an IP conflict detection device based on an android system. As shown in fig. 2, an internal structure schematic diagram of an IP collision detection apparatus based on an android system provided in an embodiment of the present invention.
In this embodiment, the IP collision detection apparatus based on the android system may be a PC (Personal Computer), or may be a terminal device such as a smartphone, a tablet Computer, or a mobile Computer. This IP conflict detection device based on android system includes at least: a processor 12, a communication bus 13, a network interface 14, and a memory 11.
The memory 11 includes at least one type of readable storage medium, which includes a flash memory, a hard disk, a multimedia card, a card type memory (e.g., SD or DX memory, etc.), a magnetic memory, a magnetic disk, an optical disk, and the like. The memory 11 may be an internal storage unit of the android system based IP collision detection apparatus in some embodiments, for example, a hard disk of the android system based IP collision detection apparatus. The memory 11 may also be an external storage device of the IP collision detection apparatus based on the android system in other embodiments, for example, a plug-in hard disk provided on the IP collision detection apparatus based on the android system, a Smart Media Card (SMC), a Secure Digital (SD) Card, a Flash memory Card (Flash Card), and the like. Further, the memory 11 may also include both an internal storage unit of the IP collision detection apparatus based on the android system and an external storage device. The memory 11 may be used not only to store application software installed in the IP collision detection apparatus based on the android system and various types of data, such as codes of an IP collision detection program, but also to temporarily store data that has been output or is to be output.
The processor 12 may be a Central Processing Unit (CPU), controller, microcontroller, microprocessor or other data Processing chip in some embodiments, and is used for executing program codes stored in the memory 11 or Processing data, such as executing an IP collision detection program.
The communication bus 13 is used to realize connection communication between these components.
The network interface 14 may optionally include a standard wired interface, a wireless interface (such as a WI-FI interface), and is generally used to establish a communication connection between the IP collision detection apparatus based on the android system and other electronic devices.
Optionally, the IP collision detection apparatus based on android system may further include a user interface, where the user interface may include a Display (Display), an input unit such as a Keyboard (Keyboard), and the optional user interface may also include a standard wired interface and a wireless interface. Alternatively, in some embodiments, the display may be an LED display, a liquid crystal display, a touch-sensitive liquid crystal display, an OLED (Organic Light-Emitting Diode) touch device, or the like. The display may also be referred to as a display screen or a display unit, as appropriate, for displaying information processed in the android-based IP collision detection apparatus and for displaying a visual user interface.
While FIG. 2 shows only an android based IP collision detection device with components 11-14 and an IP collision detection program, those skilled in the art will appreciate that the configuration shown in FIG. 2 does not constitute a limitation of an android based IP collision detection device, and may include fewer or more components than shown, or some components in combination, or a different arrangement of components.
In the embodiment of the IP collision detection apparatus based on the android system shown in fig. 2, an IP collision detection program is stored in the memory 11; the processor 12, when executing the IP collision detection program stored in the memory 11, implements the following steps:
a monitoring step: the system is started and detects whether the network state of the system changes in real time;
a network acquisition step: when the change of the network state of the system is detected, acquiring the current network and an IP address broadcast signal of the current network;
and IP acquisition: acquiring IP address information according to an IP address broadcast signal of a current network;
and a collision detection step: performing IP address conflict detection on the current network according to the IP address information, and if a conflict exists, executing a prompting step;
a prompting step: and prompting the user that the IP address conflict exists in the current network.
Further, the collision detecting step further includes: and carrying out IP address conflict detection on the current network according to the arping command and the IP address information, and judging whether the IP address conflict exists in the current network according to the execution result of the arping command.
Further, when the execution result of the arping command is null, no IP address conflict exists in the current network; when the execution result of the arping command is 1, the current network has an IP address conflict.
Further, the prompting step further comprises: and the message prompt is popped up through a pop-up box prompt or in a status bar.
Further, the listening step further comprises: whether the network state of the system changes is judged by detecting the network monitoring broadcast in the system.
Further, the listening step further comprises: each of the plurality of network monitor broadcasts in the system is monitored in real time, and when a broadcast callback function of the corresponding network monitor broadcast is executed, the network state of the system changes.
Further, the network acquiring step further includes: and when the change of the network state of the system is detected, obtaining the current network according to the type of the network monitoring broadcast.
Further, the plurality of network listening broadcasts comprises: android, net, ethernet, connection, connectivity, CHANGE, android, net, wifi, STATE, CHANGE, and wifistular, network, STATE, CHANGE, active.
EXAMPLE III
The invention also provides a storage medium, which is a computer readable storage medium, and a computer program is stored on the storage medium, and the computer program is an IP conflict detection program; the IP collision detection program when executed by the processor implements the steps of:
a monitoring step: the system is started and detects whether the network state of the system changes in real time;
a network acquisition step: when the change of the network state of the system is detected, acquiring the current network and an IP address broadcast signal of the current network;
and IP acquisition: acquiring IP address information according to an IP address broadcast signal of a current network;
and a collision detection step: performing IP address conflict detection on the current network according to the IP address information, and if a conflict exists, executing a prompting step;
a prompting step: and prompting the user that the IP address conflict exists in the current network.
Further, the collision detecting step further includes: and carrying out IP address conflict detection on the current network according to the arping command and the IP address information, and judging whether the IP address conflict exists in the current network according to the execution result of the arping command.
Further, when the execution result of the arping command is null, no IP address conflict exists in the current network; when the execution result of the arping command is 1, the current network has an IP address conflict.
Further, the prompting step further comprises: and the message prompt is popped up through a pop-up box prompt or in a status bar.
Further, the listening step further comprises: whether the network state of the system changes is judged by detecting the network monitoring broadcast in the system.
Further, the listening step further comprises: each of the plurality of network monitor broadcasts in the system is monitored in real time, and when a broadcast callback function of the corresponding network monitor broadcast is executed, the network state of the system changes.
Further, the network acquiring step further includes: and when the change of the network state of the system is detected, obtaining the current network according to the type of the network monitoring broadcast.
Further, the plurality of network listening broadcasts comprises: android, net, ethernet, connection, connectivity, CHANGE, android, net, wifi, STATE, CHANGE, and wifistular, network, STATE, CHANGE, active.
The above embodiments are only preferred embodiments of the present invention, and the protection scope of the present invention is not limited thereby, and any insubstantial changes and substitutions made by those skilled in the art based on the present invention are within the protection scope of the present invention.

Claims (10)

1. The IP conflict detection method based on the android system is characterized by comprising the following steps:
a monitoring step: the system is started and detects whether the network state of the system changes in real time;
a network acquisition step: when the change of the network state of the system is detected, acquiring the current network and an IP address broadcast signal of the current network;
and IP acquisition: acquiring IP address information according to an IP address broadcast signal of a current network;
and a collision detection step: performing IP address conflict detection on the current network according to the IP address information, and if a conflict exists, executing a prompting step;
a prompting step: and prompting the user that the IP address conflict exists in the current network.
2. The android system-based IP collision detection method of claim 1, wherein the collision detection step further comprises: and carrying out IP address conflict detection on the current network according to the arping command and the IP address information, and judging whether the IP address conflict exists in the current network according to the execution result of the arping command.
3. The android system-based IP collision detection method of claim 2, wherein when an execution result of the arping command is null, no IP address collision exists in a current network; when the execution result of the arping command is 1, the current network has an IP address conflict.
4. The android system-based IP collision detection method of claim 1, wherein the prompting step further comprises: and the message prompt is popped up through a pop-up box prompt or in a status bar.
5. The android system-based IP collision detection method of claim 1, wherein the step of listening further comprises: whether the network state of the system changes is judged by detecting the network monitoring broadcast in the system.
6. The android system-based IP collision detection method of claim 5, wherein the step of listening further comprises: monitoring a plurality of network monitoring broadcasts in the system in real time, and when a broadcast callback function of the corresponding network monitoring broadcast is executed, the network state of the system changes.
7. The android system-based IP collision detection method of claim 6, wherein the network acquisition step further comprises: and when the change of the network state of the system is detected, obtaining the current network according to the type of the network monitoring broadcast.
8. The android system-based IP collision detection method of claim 5, wherein the plurality of network listening broadcasts comprise: android, net, ethernet, connection, connectivity, CHANGE, android, net, wifi, STATE, CHANGE, and wifistular, network, STATE, CHANGE, active.
9. IP collision detection device based on android system, including memory, treater and the computer program that stores on the memory and can run on the treater, the computer program is IP collision detection program, its characterized in that: the processor, when executing the IP collision detection program, implements the steps of the android system based IP collision detection method of any of claims 1-8.
10. A storage medium which is a computer-readable storage medium having stored thereon a computer program which is an IP collision detection program, characterized in that: the IP collision detection program when executed by a processor implements the steps of the android system based IP collision detection method of any of claims 1-8.
CN202011314978.7A 2020-11-20 2020-11-20 IP conflict detection method and device based on android system and storage medium Pending CN112511663A (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
CN202011314978.7A CN112511663A (en) 2020-11-20 2020-11-20 IP conflict detection method and device based on android system and storage medium

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
CN202011314978.7A CN112511663A (en) 2020-11-20 2020-11-20 IP conflict detection method and device based on android system and storage medium

Publications (1)

Publication Number Publication Date
CN112511663A true CN112511663A (en) 2021-03-16

Family

ID=74959171

Family Applications (1)

Application Number Title Priority Date Filing Date
CN202011314978.7A Pending CN112511663A (en) 2020-11-20 2020-11-20 IP conflict detection method and device based on android system and storage medium

Country Status (1)

Country Link
CN (1) CN112511663A (en)

Cited By (3)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN113612867A (en) * 2021-08-05 2021-11-05 北京千丁互联科技有限公司 Community networking communication method, device and readable storage medium
CN114285826A (en) * 2021-12-28 2022-04-05 威创集团股份有限公司 Method, system, device and medium for configuring IP address and detecting conflict for distributed device
CN114390030B (en) * 2021-11-30 2024-04-19 深圳市科陆电子科技股份有限公司 Power grid modular terminal testing method, system and medium for intelligently setting IP

Citations (6)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
KR20080070954A (en) * 2007-01-29 2008-08-01 삼성전자주식회사 Ip collision executive system and the control method in ip communication network including terminal management server
CN106686153A (en) * 2016-11-21 2017-05-17 广州视源电子科技股份有限公司 Wireless hot-spot service starting method and device
CN106936944A (en) * 2017-03-31 2017-07-07 苏州科达科技股份有限公司 A kind of method and device for detecting and processing network address collision
CN107257393A (en) * 2017-06-29 2017-10-17 捷开通讯(深圳)有限公司 Acquisition methods, device and the computer-readable recording medium of internet protocol address
CN108920333A (en) * 2018-07-03 2018-11-30 京东方科技集团股份有限公司 State-event monitoring method, state-event monitor
CN109918061A (en) * 2019-02-13 2019-06-21 福建星网智慧软件有限公司 Cross Platform Interface Middleware implementation method and apparatus based on android system

Patent Citations (6)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
KR20080070954A (en) * 2007-01-29 2008-08-01 삼성전자주식회사 Ip collision executive system and the control method in ip communication network including terminal management server
CN106686153A (en) * 2016-11-21 2017-05-17 广州视源电子科技股份有限公司 Wireless hot-spot service starting method and device
CN106936944A (en) * 2017-03-31 2017-07-07 苏州科达科技股份有限公司 A kind of method and device for detecting and processing network address collision
CN107257393A (en) * 2017-06-29 2017-10-17 捷开通讯(深圳)有限公司 Acquisition methods, device and the computer-readable recording medium of internet protocol address
CN108920333A (en) * 2018-07-03 2018-11-30 京东方科技集团股份有限公司 State-event monitoring method, state-event monitor
CN109918061A (en) * 2019-02-13 2019-06-21 福建星网智慧软件有限公司 Cross Platform Interface Middleware implementation method and apparatus based on android system

Cited By (3)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN113612867A (en) * 2021-08-05 2021-11-05 北京千丁互联科技有限公司 Community networking communication method, device and readable storage medium
CN114390030B (en) * 2021-11-30 2024-04-19 深圳市科陆电子科技股份有限公司 Power grid modular terminal testing method, system and medium for intelligently setting IP
CN114285826A (en) * 2021-12-28 2022-04-05 威创集团股份有限公司 Method, system, device and medium for configuring IP address and detecting conflict for distributed device

Similar Documents

Publication Publication Date Title
CN112511663A (en) IP conflict detection method and device based on android system and storage medium
CN109558282B (en) PCIE link detection method, system, electronic equipment and storage medium
US10409251B2 (en) Automatic inspection and monitoring method based on time domain slotting control
CN108121559B (en) Configuration file pushing method, server and storage medium
US10455542B2 (en) Method of synchronizing notification messages for electronic devices and electronic devices
CN104021218A (en) Information display method and device
CN112015544A (en) Load balancing method, device and equipment of k8s cluster and storage medium
US20100218043A1 (en) System and method for testing a serial attached small computer system interface
CN113535474B (en) Method, system, medium and terminal for automatically repairing heterogeneous cloud storage cluster fault
CN103347031B (en) A kind of method and apparatus taking precautions against ARP message aggression
CN104793982A (en) Method and device for establishing virtual machine
CN110505119A (en) A kind of test method, device, system and readable storage medium storing program for executing
CN110445932B (en) Abnormal card dropping processing method and device, storage medium and terminal
CN108954702B (en) Control method and device of air conditioner, air conditioner and storage medium
CN113868058A (en) Peripheral component high-speed interconnection equipment fault detection method and device and server
CN112866061A (en) NCSI (network control information system) testing method, device, equipment and medium of onboard network port
US20170116046A1 (en) Method, Device for Setting System Data and Terminal
CN104184762A (en) Fault information feedback method and system of server
CN105144073A (en) Removable storage device identity and configuration information
US9888281B2 (en) Set-top box, client, system and method for access of virtual desktop
CN107766232B (en) Plug-in management method and device
CN114185804A (en) Interface testing method and device and terminal equipment
CN115033428A (en) Management method, system and management server of distributed database
CN110830305B (en) Method and device for wireless device to access WIFI network, electronic device and storage medium
CN110177364B (en) Bluetooth device pairing connection method and device, storage medium and electronic device

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: Room 238, room 406, 1 Yichuang street, Huangpu District, Guangzhou, Guangdong 510700

Applicant after: Guangzhou langguo Electronic Technology Co.,Ltd.

Address before: Room 238, room 406, 1 Yichuang street, Huangpu District, Guangzhou, Guangdong 510700

Applicant before: GUANGZHOU LANGO ELECTRONIC SCIENCE & TECHNOLOGY Co.,Ltd.

RJ01 Rejection of invention patent application after publication
RJ01 Rejection of invention patent application after publication

Application publication date: 20210316