[go: up one dir, main page]

CN105813221A - WIFI disconnected network reconnection method of intelligent device in WIFI wireless local network environment - Google Patents

WIFI disconnected network reconnection method of intelligent device in WIFI wireless local network environment Download PDF

Info

Publication number
CN105813221A
CN105813221A CN201410850188.9A CN201410850188A CN105813221A CN 105813221 A CN105813221 A CN 105813221A CN 201410850188 A CN201410850188 A CN 201410850188A CN 105813221 A CN105813221 A CN 105813221A
Authority
CN
China
Prior art keywords
wifi
signal strength
result list
sorting
smart device
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
CN201410850188.9A
Other languages
Chinese (zh)
Inventor
张义勇
韩立新
Current Assignee (The listed assignees may be inaccurate. Google has not performed a legal analysis and makes no representation or warranty as to the accuracy of the list.)
Beijing Research Institute of Auotomation for Machinery Industry Co Ltd
Original Assignee
Beijing Research Institute of Auotomation for Machinery Industry Co Ltd
Priority date (The priority date is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the date listed.)
Filing date
Publication date
Application filed by Beijing Research Institute of Auotomation for Machinery Industry Co Ltd filed Critical Beijing Research Institute of Auotomation for Machinery Industry Co Ltd
Priority to CN201410850188.9A priority Critical patent/CN105813221A/en
Publication of CN105813221A publication Critical patent/CN105813221A/en
Pending legal-status Critical Current

Links

Landscapes

  • Mobile Radio Communication Systems (AREA)

Abstract

本发明涉及WIFI无线局域网络环境下智能设备的WIFI断网重连方法,其包括:进行WIFI扫描,获得WIFI扫描结果列表;对WIFI扫描结果列表中的元素按照信号强度值进行排序;将智能设备与排序的结果列表中的信号强度值最大的AP相连接。通过如下步骤进行排序:1)使用冒泡排序从WIFI扫描结果列表中找出信号强度最大的AP;2)从WIFI扫描结果列表中移除所找到的信号强度最大的AP;3)将信号强度最大的AP添加至新结果列表中;4)重复上述步骤1)至3),直至WIFI扫描结果列表为空。本发明的方法针对断网切换过程中所连接AP不确定性所造成的频繁切换问题,可以确保每次切换都能连接到信号强度最强的AP,降低了切换频率,提高了通信的稳定性。

The invention relates to a WIFI disconnection reconnection method for smart devices in a WIFI wireless local area network environment, which includes: performing WIFI scanning to obtain a WIFI scanning result list; sorting the elements in the WIFI scanning result list according to signal strength values; Connect to the AP with the highest signal strength value in the sorted result list. Sorting is performed through the following steps: 1) use bubble sorting to find out the AP with the highest signal strength from the WIFI scan result list; 2) remove the found AP with the highest signal strength from the WIFI scan result list; The largest AP is added to the new result list; 4) Repeat the above steps 1) to 3) until the WIFI scan result list is empty. The method of the present invention aims at the frequent switching problem caused by the uncertainty of the connected AP during the network disconnection switching process, and can ensure that each switching can be connected to the AP with the strongest signal strength, reducing the switching frequency and improving the stability of communication .

Description

WIFI无线局域网络环境下智能设备的WIFI断网重连方法WIFI disconnection and reconnection method for smart devices in WIFI wireless local area network environment

技术领域technical field

本发明涉及一种智能设备的WIFI网络连接方法,特别涉及一种WIFI无线局域网络环境下智能设备的WIFI断网重连方法。The invention relates to a WIFI network connection method of an intelligent device, in particular to a WIFI disconnection and reconnection method of an intelligent device under a WIFI wireless local area network environment.

背景技术Background technique

在诸如Android智能手机、平板电脑等智能设备通过无线热点AP与网络进行连接时,由于单个AP覆盖有限区域的局限性,通常在较大区域使用多个AP覆盖。同时,所带来的问题是智能设备在移动通信过程中会发生网络漫游断网切换。断网切换过程中所连接AP的不确定性会造成频繁切换问题。When smart devices such as Android smartphones and tablets are connected to the network through wireless hotspot APs, due to the limitation of a single AP covering a limited area, multiple APs are usually used for coverage in a larger area. At the same time, the problem is that the smart device will roam and switch off the network during the mobile communication process. The uncertainty of the connected AP during the disconnection switching process will cause frequent switching problems.

发明内容Contents of the invention

本发明涉及到诸如Android智能手机、平板电话等智能设备的软件通信设计及通过AP(AP,AccessPoint,无线访问节点、会话点或存取桥接器)热点的网络通讯,本发明是用于具有多个AP的WIFI无线局域网络环境下诸如Android智能手机、平板电话等智能设备进行通信时基于WIFI信号强度的断网重新连接方法。The present invention relates to the software communication design of smart devices such as Android smartphones and tablet phones and the network communication through AP (AP, AccessPoint, wireless access node, session point or access bridge) hot spots. A method for disconnecting and reconnecting based on WIFI signal strength when smart devices such as Android smartphones and tablet phones communicate under the WIFI wireless local area network environment of an AP.

本发明的智能设备包括智能手机(诸如Android智能手机)、平板电话等能够连接WIFI网络的各种移动终端,下面以Android智能手机为例进行说明,然而,本发明不限于此。The smart device of the present invention includes smart phones (such as Android smart phones), tablet phones and other mobile terminals capable of connecting to the WIFI network. The Android smart phone is used as an example for description below, however, the present invention is not limited thereto.

本发明包括但不限于如下方案。The present invention includes but not limited to the following schemes.

一种WIFI无线局域网络环境下智能设备的WIFI断网重连方法,其中,所述方法包括:A WIFI disconnection and reconnection method for smart devices in a WIFI wireless local area network environment, wherein the method includes:

进行WIFI扫描,获得WIFI扫描结果列表;Perform a WIFI scan to obtain a list of WIFI scan results;

对所述WIFI扫描结果列表中的元素按照信号强度值进行排序;Sort the elements in the WIFI scanning result list according to the signal strength value;

将所述智能设备与排序的结果列表中的信号强度值最大的AP相连接。The smart device is connected to the AP with the largest signal strength value in the sorted result list.

优选地,通过如下步骤进行所述排序:Preferably, the sorting is performed through the following steps:

1)使用冒泡排序从所述WIFI扫描结果列表中找出信号强度最大的AP;1) Use bubble sorting to find out the AP with the largest signal strength from the WIFI scan result list;

2)从所述WIFI扫描结果列表中移除所找到的信号强度最大的AP;2) Remove the found AP with the highest signal strength from the WIFI scan result list;

3)将所述信号强度最大的AP添加至新结果列表中;3) Add the AP with the largest signal strength to the new result list;

4)重复上述步骤1)、2)、3),直至所述WIFI扫描结果列表为空。4) Repeat the above steps 1), 2), and 3) until the WIFI scanning result list is empty.

优选地,以一定的时间间隔进行所述WIFI扫描和所述排序。Preferably, the WIFI scanning and the sorting are performed at certain time intervals.

优选地,根据所述智能设备的位置变化信息和/或周围AP元素及强度变化信息确定所述时间间隔。Preferably, the time interval is determined according to position change information of the smart device and/or surrounding AP elements and intensity change information.

优选地,在需要断网重连时,进行所述WIFI扫描和所述排序,然后将所述智能设备与所述信号强度值最大的AP相连接。Preferably, when the network needs to be disconnected and reconnected, the WIFI scanning and the sorting are performed, and then the smart device is connected to the AP with the highest signal strength value.

优选地,在所述智能设备当前连接的AP的信号强度低于预定值时,进行断网重连。Preferably, when the signal strength of the AP currently connected to the smart device is lower than a predetermined value, disconnection and reconnection are performed.

优选地,在所述智能设备当前连接的AP的信号强度低于未与所述智能设备连接的信号强度最大的AP的信号强度的预定比例时,进行断网重连。Preferably, when the signal strength of the AP currently connected to the smart device is lower than a predetermined ratio of the signal strength of the AP with the highest signal strength not connected to the smart device, disconnection and reconnection are performed.

本发明的方法针对断网切换过程中所连接AP不确定性所造成的频繁切换问题,提出了运用WIFI扫描并进行排序获取强度最大AP,并与之相连接。从而确保每次切换都能连接到信号强度最强的AP,降低了切换频率,提高了通信的稳定性。The method of the present invention aims at the problem of frequent switching caused by the uncertainty of connected APs during the network disconnection switching process, and proposes to use WIFI to scan and sort to obtain APs with the highest strength and connect to them. This ensures that each switch can be connected to the AP with the strongest signal strength, reducing the switching frequency and improving the stability of communication.

附图说明Description of drawings

图1为Android智能手机与通讯服务器通讯的示意图。FIG. 1 is a schematic diagram of communication between an Android smart phone and a communication server.

图2示出了利用WIFI扫描所取得的信号强度值进行从大到小排序的方法的一个示例。FIG. 2 shows an example of a method for sorting from large to small by using signal strength values acquired by WIFI scanning.

图3示出了利用WIFI扫描信号强度值排序的结果进行断网连接的方法。FIG. 3 shows a method for disconnecting from a network using the sorted results of WIFI scanning signal strength values.

具体实施方式detailed description

下面参照图1至图3说明本发明的原理及示例性实施方式。The principle and exemplary embodiments of the present invention will be described below with reference to FIGS. 1 to 3 .

本发明的方法是具有多个AP的WIFI无线局域网络环境下,智能设备(下面以Android智能手机表示智能设备,然而本发明不限于此)与通讯服务器进行主动通讯发生断网切换时的一种断网重连方法。The method of the present invention is under a WIFI wireless local area network environment with multiple APs, a smart device (the smart device is represented by an Android smart phone below, but the present invention is not limited thereto) and a communication server for active communication when a disconnection switch occurs How to reconnect after network disconnection.

Android智能手机与通讯服务器的通讯方法如图1所示。Android智能手机首先需要与WIFI无线局域网络环境下的某个AP建立通讯链接,再通过交换机链接到骨干WIFI网络/Internet网络,然后经由交换机与通讯服务器进行通信。骨干WIFI网络/Internet网络是公共无线网络,不在本发明的说明书范围之内。The communication method between the Android smartphone and the communication server is shown in Figure 1. The Android smart phone first needs to establish a communication link with an AP in the WIFI wireless local area network environment, and then connect to the backbone WIFI network/Internet network through the switch, and then communicate with the communication server through the switch. The backbone WIFI network/Internet network is a public wireless network, which is not within the scope of the description of the present invention.

当发生断网切换时,本发明的方法可以通过扫描WIFI网络中不同AP中的信号强度最大的AP,并迅速与之相通讯连接。When disconnection switching occurs, the method of the present invention can scan the AP with the highest signal strength among different APs in the WIFI network, and quickly communicate with it.

本发明的在WIFI无线局域网络环境下Android智能手机基于WIFI信号强度的断网重新连接方法,包括:In the WIFI wireless local area network environment of the present invention, the method for disconnecting and reconnecting the Android smart phone based on the WIFI signal strength includes:

WIFI扫描信号强度排序方法;以及WIFI scan signal strength sorting method; and

利用WIFI信号强度排序的结果进行断网连接。Use the results of WIFI signal strength sorting to disconnect from the network.

图2示出了利用WIFI扫描所取得的信号强度值进行从大到小排序的方法的一个示例。FIG. 2 shows an example of a method for sorting from large to small by using signal strength values acquired by WIFI scanning.

图3示出了利用WIFI扫描信号强度值排序的结果进行断网连接的方法。FIG. 3 shows a method for disconnecting from a network using the sorted results of WIFI scanning signal strength values.

本发明的利用WIFI扫描所取得的信号强度值进行从大到小排序的方法包括:The method for sorting from large to small using the signal strength values obtained by WIFI scanning of the present invention includes:

1)对周围的无线WIFI进行扫描,得到信号强度值结果列表;1) Scan the surrounding wireless WIFI to get a list of signal strength value results;

2)使用冒泡排序从扫描信号强度值结果列表找出强度最大AP信息;2) Use bubble sorting to find out the AP information with the highest strength from the scan signal strength value result list;

3)从结果列表中移除所找到的强度最大AP信息;3) Remove the found AP information with the greatest strength from the result list;

4)将强度最大AP信息添加至新结果列表中;4) Add AP information with the highest strength to the new result list;

5)重复2)、3)、4)直至结果列表为空。5) Repeat 2), 3), 4) until the result list is empty.

在图2所示的非限制性的示例中,在步骤S1中,首先进行初始化,设定m=0,n=1。然后,在步骤S2中,判断WIFI结果列表是否为空,如果判断结果为否,则进入步骤S3。在步骤S3中,判断n是否小于WIFI结果列表中的元素个数,如果结果为是,则进入步骤S4。在步骤S4中,将WIFI列表中第m个元素的强度值与第n个元素的强度值进行比较,然后进入步骤S5。在步骤S5中,判断第m个元素的强度值是否小于第n个元素的强度值,如果结果为是,则进入步骤S61,在步骤S61中,设定m=i。如果在步骤S5中结果为否,则进入步骤S62,在步骤S62中,设定n=i。在步骤S61或步骤S62之后,进入步骤S7,在步骤S7中,进行i++运算,然后进入步骤S3。In the non-limiting example shown in FIG. 2, in step S1, initialization is performed first, and m=0, n=1 are set. Then, in step S2, it is judged whether the WIFI result list is empty, if the judgment result is no, then enter step S3. In step S3, it is judged whether n is less than the number of elements in the WIFI result list, if the result is yes, then enter step S4. In step S4, compare the intensity value of the mth element in the WIFI list with the intensity value of the nth element, and then enter step S5. In step S5, it is judged whether the intensity value of the mth element is smaller than the intensity value of the nth element, if the result is yes, then enter step S61, in step S61, set m=i. If the result in step S5 is negative, then go to step S62, and in step S62, set n=i. After step S61 or step S62, go to step S7, in step S7, perform i++ operation, and then go to step S3.

在步骤S3中,如果结果为否,则进入步骤S9。在步骤S9中,将第m个元素添加到新列表中,并将该第m个元素从WIFI列表中移除。在步骤S9之后,进入步骤S2。In step S3, if the result is no, go to step S9. In step S9, the mth element is added to the new list, and the mth element is removed from the WIFI list. After step S9, go to step S2.

在步骤S2中,如果判断结果为是,则进入步骤S8,在步骤S8中,保存新列表中的第一个元素,即最大强度值AP_MAX,然后结束过程。In step S2, if the judgment result is yes, go to step S8, in step S8, save the first element in the new list, ie the maximum intensity value AP_MAX, and then end the process.

应当理解,上述信号强度排序方法仅是示例性的,可以采用其它适当的方法进行信号强度排序。It should be understood that the foregoing method for sorting signal strengths is only exemplary, and other appropriate methods may be used for sorting signal strengths.

本发明的利用WIFI扫描信号强度值排序的结果进行断网连接的方法包括:The method of using the result of sorting the WIFI scanning signal strength value to perform disconnection connection of the present invention includes:

1)从WIFI扫描信号强度值排序的结果列表中,取出列表中第一个元素(强度最大AP信息);1) From the result list sorted by WIFI scanning signal strength value, take out the first element in the list (AP information with the highest strength);

2)Android智能手机与强度最大AP相连接;2) The Android smartphone is connected to the AP with the highest strength;

3)完成断网重连。3) Complete disconnection and reconnection.

在图3所示的非限制性示例中,首先在步骤S11中进行WIFI信号扫描,然后进入步骤S12。在步骤S12中,进行WIFI排序,然后进入步骤S13。在步骤S13中,保存RSSI最大AP_MAX的SSID,MAC(即保存信号强度最大的AP的信息),然后进入步骤S14。在步骤S14中,判断网络是否需要重连,如果结果为是,则进入步骤S15,连接到AP_MAX。在步骤S14中,如果判断结果为否,则可以进入步骤S11,再次进行WIFI扫描。In the non-limiting example shown in FIG. 3 , the WIFI signal scan is first performed in step S11, and then enters step S12. In step S12, perform WIFI sorting, and then enter step S13. In step S13, save the SSID and MAC of the AP_MAX with the maximum RSSI (that is, save the information of the AP with the highest signal strength), and then enter step S14. In step S14, it is judged whether the network needs to be reconnected, if the result is yes, then enter step S15, and connect to AP_MAX. In step S14, if the judgment result is no, it may enter step S11 to perform WIFI scanning again.

在网络不需要重连的情况下,可以以一定的时间间隔进行WIFI扫描等步骤,这样,在需要重连时,就可以马上连接到AP_MAX。When the network does not need to reconnect, you can perform steps such as WIFI scanning at a certain time interval, so that when reconnection is required, you can immediately connect to AP_MAX.

可以根据特定条件判断上述时间间隔,该条件例如可以是智能设备(Android智能手机等)的位置变化信息,周围WIFI信号元素及强度变化信息。也就是,在相对稳定的环境中,可以增大上述时间间隔,以降低上述动作引起的系统负荷、耗电等。在相对变化的环境中,可以减小上述时间间隔,以保证智能设备的网络体验。The above-mentioned time interval can be judged according to specific conditions, such as the position change information of the smart device (Android smart phone, etc.), surrounding WIFI signal element and strength change information. That is, in a relatively stable environment, the above-mentioned time interval may be increased to reduce system load, power consumption, etc. caused by the above-mentioned actions. In a relatively changing environment, the above time interval can be reduced to ensure the network experience of the smart device.

本发明中的断网重连不仅包括网络连接的完全断开,而且包括信号低于预定的信号强度。也就是,即使在网络连接完好的情况下,如果信号低于预定的信号强度,也可以重新连接至最强的信号。The network disconnection and reconnection in the present invention not only includes the complete disconnection of the network connection, but also includes the signal being lower than the predetermined signal strength. That is, even when the network connection is intact, if the signal falls below a predetermined signal strength, you can reconnect to the strongest signal.

在一个示例中,在所述智能设备当前连接的AP的信号强度低于未与所述智能设备连接的信号强度最大的AP的信号强度的预定比例(例如,40%,60%,80%等)时,进行断网重连。这样,即可以保证所连接的AP的信号强度,也不至于频繁进行断网重连。In one example, the signal strength of the AP currently connected to the smart device is lower than a predetermined ratio (for example, 40%, 60%, 80%, etc.) of the signal strength of the AP with the highest signal strength not connected to the smart device. ), perform network disconnection and reconnection. In this way, the signal strength of the connected AP can be guaranteed, and the network disconnection and reconnection will not be performed frequently.

上面参照附图说明了本发明的优选实施方式,但是,应当理解,上述说明仅是示例性的。本领域的技术人员可以在不脱离本发明的精神和范围的前提下,对本发明作出各种修改和变型。本发明的保护范围由所附的权利要求书限定。The preferred embodiments of the present invention have been described above with reference to the accompanying drawings, however, it should be understood that the foregoing description is exemplary only. Those skilled in the art can make various modifications and variations to the present invention without departing from the spirit and scope of the present invention. The protection scope of the present invention is defined by the appended claims.

Claims (7)

1.一种WIFI无线局域网络环境下智能设备的WIFI断网重连方法,其特征在于,所述方法包括:1. A WIFI disconnection reconnection method of intelligent equipment under a WIFI wireless local area network environment, is characterized in that, described method comprises: 进行WIFI扫描,获得WIFI扫描结果列表;Perform a WIFI scan to obtain a list of WIFI scan results; 对所述WIFI扫描结果列表中的元素按照信号强度值进行排序;Sort the elements in the WIFI scanning result list according to the signal strength value; 将所述智能设备与排序的结果列表中的信号强度值最大的AP相连接。The smart device is connected to the AP with the largest signal strength value in the sorted result list. 2.根据权利要求1所述的方法,其特征在于,2. The method of claim 1, wherein, 通过如下步骤进行所述排序:The sorting is carried out by the following steps: 1)使用冒泡排序从所述WIFI扫描结果列表中找出信号强度最大的AP;1) Use bubble sorting to find out the AP with the largest signal strength from the WIFI scan result list; 2)从所述WIFI扫描结果列表中移除所找到的信号强度最大的AP;2) Remove the found AP with the highest signal strength from the WIFI scan result list; 3)将所述信号强度最大的AP添加至新结果列表中;3) Add the AP with the largest signal strength to the new result list; 4)重复上述步骤1)、2)、3),直至所述WIFI扫描结果列表为空。4) Repeat the above steps 1), 2), and 3) until the WIFI scanning result list is empty. 3.根据权利要求1或2所述的方法,其特征在于,3. The method according to claim 1 or 2, characterized in that, 以一定的时间间隔进行所述WIFI扫描和所述排序。The WIFI scanning and the sorting are performed at certain time intervals. 4.根据权利要求3所述的方法,其特征在于,4. The method of claim 3, wherein, 根据所述智能设备的位置变化信息和/或周围AP元素及强度变化信息确定所述时间间隔。The time interval is determined according to the location change information of the smart device and/or surrounding AP elements and intensity change information. 5.根据权利要求1或2所述的方法,其特征在于,5. The method according to claim 1 or 2, characterized in that, 在需要断网重连时,进行所述WIFI扫描和所述排序,然后将所述智能设备与所述信号强度值最大的AP相连接。When it is necessary to disconnect and reconnect, perform the WIFI scanning and sorting, and then connect the smart device to the AP with the highest signal strength value. 6.根据权利要求1或2所述的方法,其特征在于,6. The method according to claim 1 or 2, characterized in that, 在所述智能设备当前连接的AP的信号强度低于预定值时,进行断网重连。When the signal strength of the AP currently connected to the smart device is lower than a predetermined value, disconnection and reconnection are performed. 7.根据权利要求1或2所述的方法,其特征在于,7. The method according to claim 1 or 2, characterized in that, 在所述智能设备当前连接的AP的信号强度低于未与所述智能设备连接的信号强度最大的AP的信号强度的预定比例时,进行断网重连。When the signal strength of the AP currently connected to the smart device is lower than a predetermined ratio of the signal strength of the AP with the highest signal strength not connected to the smart device, disconnection and reconnection are performed.
CN201410850188.9A 2014-12-31 2014-12-31 WIFI disconnected network reconnection method of intelligent device in WIFI wireless local network environment Pending CN105813221A (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
CN201410850188.9A CN105813221A (en) 2014-12-31 2014-12-31 WIFI disconnected network reconnection method of intelligent device in WIFI wireless local network environment

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
CN201410850188.9A CN105813221A (en) 2014-12-31 2014-12-31 WIFI disconnected network reconnection method of intelligent device in WIFI wireless local network environment

Publications (1)

Publication Number Publication Date
CN105813221A true CN105813221A (en) 2016-07-27

Family

ID=56420687

Family Applications (1)

Application Number Title Priority Date Filing Date
CN201410850188.9A Pending CN105813221A (en) 2014-12-31 2014-12-31 WIFI disconnected network reconnection method of intelligent device in WIFI wireless local network environment

Country Status (1)

Country Link
CN (1) CN105813221A (en)

Cited By (9)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN106341779A (en) * 2016-08-31 2017-01-18 中国移动通信集团西藏有限公司 Data push method and device
CN106454861A (en) * 2016-10-08 2017-02-22 浙江国自机器人技术有限公司 AP switching method of mobile robot based on path configuration
CN106454973A (en) * 2016-10-24 2017-02-22 深圳市万普拉斯科技有限公司 Method and device for switching AP (Access Point) in Wi-Fi network
CN107509172A (en) * 2017-09-12 2017-12-22 中广热点云科技有限公司 A kind of free WIFI management methods in market and system
WO2018064818A1 (en) * 2016-10-08 2018-04-12 浙江国自机器人技术有限公司 Route configuration based ap switching method for mobile robot
WO2018103446A1 (en) * 2016-12-07 2018-06-14 广东欧珀移动通信有限公司 Method and device for wireless fidelity quick connection
CN110248380A (en) * 2019-06-18 2019-09-17 深圳慧源创新科技有限公司 A kind of method of the automatic connection unmanned plane WiFi signal of user terminal
CN111212431A (en) * 2020-03-11 2020-05-29 徐苗 WiFi access position signal consensus system and method based on block chain
CN111726452A (en) * 2019-03-20 2020-09-29 青岛海信移动通信技术股份有限公司 WiFi list ordering method and electronic equipment

Citations (8)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN101351022A (en) * 2007-07-16 2009-01-21 艾威梯软件技术(北京)有限公司 Method and equipment for ordering radio equipment based on signal intensity
WO2009042627A1 (en) * 2007-09-24 2009-04-02 Tcm Mobile, Llc Packet communication roaming method and system
CN101808309A (en) * 2010-02-23 2010-08-18 深圳市权智掌上电脑有限公司 WiFi (Wireless Fidelity) background seamless roaming system and roaming method
CN101977422A (en) * 2010-10-21 2011-02-16 展讯通信(上海)有限公司 Frequency point sequencing method and related equipment
CN102548023A (en) * 2011-12-27 2012-07-04 惠州Tcl移动通信有限公司 Wireless fidelity connecting method and wireless fidelity connecting device
CN102917424A (en) * 2012-10-25 2013-02-06 陕西科技大学 AP (application process) switching method used in WiFi (wireless fidelity) communication
CN103024929A (en) * 2012-12-20 2013-04-03 惠州Tcl移动通信有限公司 Mobile terminal and method for connecting wireless network based on mobile terminal
CN103118419A (en) * 2013-01-24 2013-05-22 中兴通讯股份有限公司 Terminal wireless access point reclosure method and device using the same

Patent Citations (8)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN101351022A (en) * 2007-07-16 2009-01-21 艾威梯软件技术(北京)有限公司 Method and equipment for ordering radio equipment based on signal intensity
WO2009042627A1 (en) * 2007-09-24 2009-04-02 Tcm Mobile, Llc Packet communication roaming method and system
CN101808309A (en) * 2010-02-23 2010-08-18 深圳市权智掌上电脑有限公司 WiFi (Wireless Fidelity) background seamless roaming system and roaming method
CN101977422A (en) * 2010-10-21 2011-02-16 展讯通信(上海)有限公司 Frequency point sequencing method and related equipment
CN102548023A (en) * 2011-12-27 2012-07-04 惠州Tcl移动通信有限公司 Wireless fidelity connecting method and wireless fidelity connecting device
CN102917424A (en) * 2012-10-25 2013-02-06 陕西科技大学 AP (application process) switching method used in WiFi (wireless fidelity) communication
CN103024929A (en) * 2012-12-20 2013-04-03 惠州Tcl移动通信有限公司 Mobile terminal and method for connecting wireless network based on mobile terminal
CN103118419A (en) * 2013-01-24 2013-05-22 中兴通讯股份有限公司 Terminal wireless access point reclosure method and device using the same

Cited By (12)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN106341779A (en) * 2016-08-31 2017-01-18 中国移动通信集团西藏有限公司 Data push method and device
CN106454861A (en) * 2016-10-08 2017-02-22 浙江国自机器人技术有限公司 AP switching method of mobile robot based on path configuration
WO2018064818A1 (en) * 2016-10-08 2018-04-12 浙江国自机器人技术有限公司 Route configuration based ap switching method for mobile robot
US10425842B2 (en) 2016-10-08 2019-09-24 Zhejiang Guozi Robot Technology Co., Ltd. Access point roaming method of wireless network for mobile robots based on path setting
CN106454861B (en) * 2016-10-08 2019-10-22 浙江国自机器人技术有限公司 A kind of AP switching method that mobile robot is configured based on path
CN106454973A (en) * 2016-10-24 2017-02-22 深圳市万普拉斯科技有限公司 Method and device for switching AP (Access Point) in Wi-Fi network
WO2018103446A1 (en) * 2016-12-07 2018-06-14 广东欧珀移动通信有限公司 Method and device for wireless fidelity quick connection
CN107509172A (en) * 2017-09-12 2017-12-22 中广热点云科技有限公司 A kind of free WIFI management methods in market and system
CN111726452A (en) * 2019-03-20 2020-09-29 青岛海信移动通信技术股份有限公司 WiFi list ordering method and electronic equipment
CN110248380A (en) * 2019-06-18 2019-09-17 深圳慧源创新科技有限公司 A kind of method of the automatic connection unmanned plane WiFi signal of user terminal
CN111212431A (en) * 2020-03-11 2020-05-29 徐苗 WiFi access position signal consensus system and method based on block chain
CN111212431B (en) * 2020-03-11 2020-12-01 乐清市路航电气有限公司 A blockchain-based WIFI access location signal consensus system and method

Similar Documents

Publication Publication Date Title
CN105813221A (en) WIFI disconnected network reconnection method of intelligent device in WIFI wireless local network environment
US8433321B2 (en) Method and apparatus for intelligently reporting neighbor information to facilitate automatic neighbor relations
CN106793158B (en) Terminal state management method and device
US10085177B2 (en) Method and apparatus for offloading data
US20160037568A1 (en) Method and apparatus for reestablishing communication with a network
EP2672758B1 (en) Methods and apparatuses for easing Internet access by mobile stations associated with a mobile access point
CN104010351A (en) Method and apparatus for connecting short-range wireless communication in terminal
CN104471987A (en) Systems and methods for ap discovery with fils beacon
CN105246027A (en) D2D relay resource configuration method, device and system
CN105357757A (en) Communication resource allocation method and device
CN105850183B (en) Wireless network access control method, device and system
US11191114B2 (en) Method, apparatus and system for obtaining device-to-device communication resource
US20140355444A1 (en) Method and Apparatus for Providing Routing
US20190320495A1 (en) Path Switching Method and Apparatus
US9185635B2 (en) Method and apparatus for supporting proximity-based services
JP2021516880A (en) Cell reselection method and device, computer storage medium
CN104066158A (en) Base station, mobile communication device, and applicable connection assistance method thereof
CN104105137A (en) Wireless internetwork load balancing method, apparatus and system
CN106358270A (en) Special core network selection method and device
CN105430696A (en) Network switching method, terminal and server
CN111479302B (en) A kind of data service switching method and communication device
CN104980963A (en) Method and device for avoiding call drop of user equipment
CN108684062B (en) A channel switching method, mobile terminal, server and mobile communication system
CN106993324B (en) Cell selection method and device
WO2018095424A1 (en) Method and device for terminal state management

Legal Events

Date Code Title Description
C06 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: 834000 Friendship Road 255, the Xinjiang Uygur Autonomous Region, Karamay

Applicant after: Zhang Yiyong

Applicant after: BEIJING RESEARCH INSTITUTE OF AUTOMATION FOR MACHINERY INDUSTRY Co.,Ltd.

Address before: 834000 Friendship Road 255, the Xinjiang Uygur Autonomous Region, Karamay

Applicant before: Zhang Yiyong

Applicant before: BEIJING RESEARCH INSTITUTE OF AUTOMATION FOR MACHINERY INDUSTRY

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

Application publication date: 20160727