CN111130828B - An intelligent network distribution method, device and terminal equipment - Google Patents
An intelligent network distribution method, device and terminal equipment Download PDFInfo
- Publication number
- CN111130828B CN111130828B CN201811289289.8A CN201811289289A CN111130828B CN 111130828 B CN111130828 B CN 111130828B CN 201811289289 A CN201811289289 A CN 201811289289A CN 111130828 B CN111130828 B CN 111130828B
- Authority
- CN
- China
- Prior art keywords
- network
- user terminal
- password
- distribution
- instruction
- 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
Links
Images
Classifications
-
- H—ELECTRICITY
- H04—ELECTRIC COMMUNICATION TECHNIQUE
- H04L—TRANSMISSION OF DIGITAL INFORMATION, e.g. TELEGRAPHIC COMMUNICATION
- H04L41/00—Arrangements for maintenance, administration or management of data switching networks, e.g. of packet switching networks
- H04L41/08—Configuration management of networks or network elements
- H04L41/0803—Configuration setting
-
- H—ELECTRICITY
- H04—ELECTRIC COMMUNICATION TECHNIQUE
- H04L—TRANSMISSION OF DIGITAL INFORMATION, e.g. TELEGRAPHIC COMMUNICATION
- H04L63/00—Network architectures or network communication protocols for network security
- H04L63/04—Network architectures or network communication protocols for network security for providing a confidential data exchange among entities communicating through data packet networks
- H04L63/0428—Network architectures or network communication protocols for network security for providing a confidential data exchange among entities communicating through data packet networks wherein the data content is protected, e.g. by encrypting or encapsulating the payload
-
- H—ELECTRICITY
- H04—ELECTRIC COMMUNICATION TECHNIQUE
- H04L—TRANSMISSION OF DIGITAL INFORMATION, e.g. TELEGRAPHIC COMMUNICATION
- H04L63/00—Network architectures or network communication protocols for network security
- H04L63/08—Network architectures or network communication protocols for network security for authentication of entities
- H04L63/083—Network architectures or network communication protocols for network security for authentication of entities using passwords
-
- H—ELECTRICITY
- H04—ELECTRIC COMMUNICATION TECHNIQUE
- H04L—TRANSMISSION OF DIGITAL INFORMATION, e.g. TELEGRAPHIC COMMUNICATION
- H04L9/00—Cryptographic mechanisms or cryptographic arrangements for secret or secure communications; Network security protocols
- H04L9/08—Key distribution or management, e.g. generation, sharing or updating, of cryptographic keys or passwords
- H04L9/0861—Generation of secret information including derivation or calculation of cryptographic keys or passwords
- H04L9/0863—Generation of secret information including derivation or calculation of cryptographic keys or passwords involving passwords or one-time passwords
Landscapes
- Engineering & Computer Science (AREA)
- Computer Networks & Wireless Communication (AREA)
- Signal Processing (AREA)
- Computer Security & Cryptography (AREA)
- Computer Hardware Design (AREA)
- Computing Systems (AREA)
- General Engineering & Computer Science (AREA)
- Mobile Radio Communication Systems (AREA)
- Information Transfer Between Computers (AREA)
Abstract
Description
技术领域technical field
本发明属于通信技术领域,尤其涉及一种智能配网方法、装置及终端设备。The invention belongs to the technical field of communication, and in particular relates to an intelligent distribution network method, device and terminal equipment.
背景技术Background technique
目前,智能音箱的种类越来越丰富,针对智能音箱的操控方法也越来越简单。At present, the types of smart speakers are becoming more and more abundant, and the control methods for smart speakers are becoming more and more simple.
然而,现有的智能音箱设备使用的配网方案操作复杂,效率低,无法满足用户的需求。However, the distribution network scheme used by the existing smart speaker equipment is complex in operation, low in efficiency, and cannot meet the needs of users.
发明内容Contents of the invention
有鉴于此,本发明实施例提供了一种智能配网方法、装置及终端设备,以解决现有技术中智能音箱设备使用的配网方案操作复杂,效率低,无法满足用户的需求的问题。In view of this, the embodiments of the present invention provide a smart network distribution method, device, and terminal equipment to solve the problem that the network distribution scheme used by smart speaker equipment in the prior art is complicated in operation, low in efficiency, and unable to meet the needs of users.
本发明实施例的第一方面提供了一种智能配网方法,包括:The first aspect of the embodiments of the present invention provides an intelligent network distribution method, including:
获取AP密码;Obtain AP password;
根据所述AP密码与用户终端建立通信连接;Establish a communication connection with the user terminal according to the AP password;
获取所述用户终端发送的指令参数;Obtaining an instruction parameter sent by the user terminal;
解析所述指令参数;parsing the command parameters;
若解析结果为配网指令,则根据所述配网指令配网。If the analysis result is a network distribution instruction, the network is distributed according to the network distribution instruction.
可选的,根据所述AP密码与用户终端建立通信连接之后,包括:Optionally, after establishing a communication connection with the user terminal according to the AP password, including:
若连接失败,则判断所述AP密码是否正确;If the connection fails, it is judged whether the AP password is correct;
若所述AP密码错误,则向所述用户终端发送AP密码错误的通知;If the AP password is wrong, send a notification that the AP password is wrong to the user terminal;
获取所述用户终端发送的下一个AP密码;Obtain the next AP password sent by the user terminal;
根据所述下一个AP密码建立与所述用户终端的通信连接。Establishing a communication connection with the user terminal according to the next AP password.
可选的,所述解析所述指令参数之后,还包括:Optionally, after parsing the instruction parameters, it also includes:
若所述解析结果为操作指令,则检测配网状态;If the analysis result is an operation instruction, then detecting the distribution network state;
若所述配网状态为未配网,则向所述用户终端发送未配网通知,以使所述用户终端发送用于配网的指令参数。If the network configuration status is unconfigured network, sending a notification of unconfigured network to the user terminal, so that the user terminal sends instruction parameters for network configuration.
可选的,所述若所述解析结果为操作指令,则检测配网状态之后,还包括:Optionally, if the parsing result is an operation instruction, after detecting the distribution network status, it also includes:
若所述配网状态为已配网,则根据所述操作指令执行对应的操作。If the network configuration state is configured network, then perform a corresponding operation according to the operation instruction.
可选的,所述获取AP密码之前,包括:Optionally, before obtaining the AP password, include:
创建Http Server,并开启AP。Create Http Server and enable AP.
本发明实施例的第二方面提供了一种智能配网装置,包括:The second aspect of the embodiments of the present invention provides an intelligent network distribution device, including:
第一获取模块,用于获取AP密码;The first obtaining module is used to obtain the AP password;
第一连接模块,用于根据所述AP密码与用户终端建立通信连接;A first connection module, configured to establish a communication connection with a user terminal according to the AP password;
第二获取模块,用于获取所述用户终端发送的指令参数;A second obtaining module, configured to obtain instruction parameters sent by the user terminal;
解析模块,用于解析所述指令参数;A parsing module, configured to parse the instruction parameters;
配网模块,用于若解析结果为配网指令,则根据所述配网指令配网A distribution network module, configured to distribute the network according to the distribution network instruction if the analysis result is a distribution network instruction
本发明实施例的第三方面提供了一种终端设备,包括:存储器、处理器以及存储在所述存储器中并可在所述处理器上运行的计算机程序,所述处理器执行所述计算机程序时实现如上述方法的步骤。A third aspect of the embodiments of the present invention provides a terminal device, including: a memory, a processor, and a computer program stored in the memory and operable on the processor, and the processor executes the computer program When realizing the steps of the method as described above.
本发明实施例的第四方面提供了一种计算机可读存储介质,所述计算机可读存储介质存储有计算机程序,所述计算机程序被处理器执行时实现如上述方法的步骤。A fourth aspect of the embodiments of the present invention provides a computer-readable storage medium, where the computer-readable storage medium stores a computer program, and when the computer program is executed by a processor, the steps of the above method are implemented.
本发明实施例获取AP密码,根据AP密码与用户终端建立通信连接,获取用户终端发送的指令参数,并进行解析,若解析结果为配网指令,则根据配网指令配网,能够快速实现智能音箱的配网工作和操控智能音箱,操作简单,效率高。The embodiment of the present invention obtains the AP password, establishes a communication connection with the user terminal according to the AP password, obtains the instruction parameters sent by the user terminal, and analyzes them. The distribution network of speakers and the control of smart speakers are easy to operate and highly efficient.
附图说明Description of drawings
为了更清楚地说明本发明实施例中的技术方案,下面将对实施例或现有技术描述中所需要使用的附图作简单地介绍,显而易见地,下面描述中的附图仅仅是本发明的一些实施例,对于本领域普通技术人员来讲,在不付出创造性劳动性的前提下,还可以根据这些附图获得其他的附图。In order to more clearly illustrate the technical solutions in the embodiments of the present invention, the following will briefly introduce the accompanying drawings that need to be used in the descriptions of the embodiments or the prior art. Obviously, the accompanying drawings in the following description are only of the present invention. For some embodiments, those of ordinary skill in the art can also obtain other drawings based on these drawings without paying creative efforts.
图1是本发明实施例一提供的智能配网方法的流程示意图;FIG. 1 is a schematic flowchart of a method for intelligent network distribution provided by Embodiment 1 of the present invention;
图2是本发明实施例二提供的智能配网方法的流程示意图;FIG. 2 is a schematic flowchart of a method for intelligent network distribution provided by Embodiment 2 of the present invention;
图3是本发明实施例三提供的智能配网方法的流程示意图;FIG. 3 is a schematic flowchart of a method for intelligent network distribution provided by Embodiment 3 of the present invention;
图4是本发明实施例四提供的智能配网装置的结构示意图;FIG. 4 is a schematic structural diagram of an intelligent network distribution device provided in Embodiment 4 of the present invention;
图5是本发明实施例五提供的终端设备的示意图。FIG. 5 is a schematic diagram of a terminal device provided in
具体实施方式Detailed ways
为了使本技术领域的人员更好地理解本发明方案,下面将结合本发明实施例中的附图,对本发明实施例中的技术方案进行清楚地描述,显然,所描述的实施例是本发明一部分的实施例,而不是全部的实施例。基于本发明中的实施例,本领域普通技术人员在没有做出创造性劳动前提下所获得的所有其他实施例,都应当属于本发明保护的范围。In order to enable those skilled in the art to better understand the solutions of the present invention, the technical solutions in the embodiments of the present invention will be clearly described below in conjunction with the accompanying drawings in the embodiments of the present invention. Obviously, the described embodiments are the embodiment of the present invention. Some examples, but not all examples. Based on the embodiments of the present invention, all other embodiments obtained by persons of ordinary skill in the art without making creative efforts shall fall within the protection scope of the present invention.
本发明的说明书和权利要求书及上述附图中的术语“包括”以及它们任何变形,意图在于覆盖不排他的包含。例如包含一系列步骤或单元的过程、方法或系统、产品或设备没有限定于已列出的步骤或单元,而是可选地还包括没有列出的步骤或单元,或可选地还包括对于这些过程、方法、产品或设备固有的其它步骤或单元。此外,术语“第一”、“第二”和“第三”等是用于区别不同对象,而非用于描述特定顺序。The terms "comprising" and any variations thereof in the description and claims of the present invention and the above drawings are intended to cover non-exclusive inclusion. For example, a process, method or system, product or device comprising a series of steps or units is not limited to the listed steps or units, but optionally also includes steps or units not listed, or optionally further includes Other steps or units inherent in these processes, methods, products or apparatus. In addition, the terms "first", "second", and "third", etc. are used to distinguish different objects, not to describe a specific order.
为了说明本发明所述的技术方案,下面通过具体实施例来进行说明。In order to illustrate the technical solutions of the present invention, specific examples are used below to illustrate.
实施例一Embodiment one
如图1所示,本实施例提供一种智能配网方法,该方法可以应用于如智能音箱、平板电脑等终端设备。本实施例所提供的智能配网方法,包括:As shown in FIG. 1 , this embodiment provides a method for intelligent network distribution, which can be applied to terminal devices such as smart speakers and tablet computers. The intelligent network distribution method provided in this embodiment includes:
S101、获取AP密码。S101. Obtain an AP password.
在具体应用中,获取用户终端发送的AP密码。In a specific application, the AP password sent by the user terminal is acquired.
S102、根据所述AP密码与用户终端建立通信连接。S102. Establish a communication connection with the user terminal according to the AP password.
在具体应用中,根据AP密码与用户终端建立通信连接,便于接收用户终端发送的指令参数。In a specific application, a communication connection is established with the user terminal according to the AP password, so as to receive instruction parameters sent by the user terminal.
S103、获取所述用户终端发送的指令参数。S103. Obtain an instruction parameter sent by the user terminal.
在具体应用中,获取用户终端发送的指令参数,其中,指令参数包括但不限于用于配网的指令参数和用于操作的指令参数。In a specific application, command parameters sent by the user terminal are acquired, where the command parameters include but not limited to command parameters for network distribution and command parameters for operation.
S104、解析所述指令参数。S104. Parse the instruction parameter.
在具体应用中,解析获取到的指令参数,解析结果包括但不限于配网指令和操作指令。In a specific application, the obtained instruction parameters are analyzed, and the analysis results include but are not limited to distribution network instructions and operation instructions.
S105、若解析结果为配网指令,则根据所述配网指令配网。S105. If the analysis result is a network distribution instruction, configure the network according to the network distribution instruction.
在具体应用中,若解析结果为配网指令,则根据配网指令完成配网工作。在本实施例中,设定在用户终端配置Http的url后缀的参数(即指令参数),在当前终端配置不同的指令参数对应的操作事件。例如:在url添加“?cmd=connectWiFi¶m1=wifi_name¶m2=wifi_pwd”,当前终端解析出配网指令,根据配网指令自动完成配网工作。In a specific application, if the analysis result is a network distribution instruction, the network distribution work is completed according to the network distribution instruction. In this embodiment, the parameters with the url suffix of Http (ie, instruction parameters) are configured on the user terminal, and the operation events corresponding to different instruction parameters are configured on the current terminal. For example: add "?cmd=connectWiFi¶m1=wifi_name¶m2=wifi_pwd" in the url, the current terminal parses out the network distribution command, and automatically completes the network distribution work according to the network distribution command.
在一个实施例中,所述步骤S101之前,包括:In one embodiment, before the step S101, it includes:
创建Http Server,并开启AP。Create Http Server and enable AP.
在具体应用中,创建Http Server,并开启AP,便于接收用户发送的AP密码。In a specific application, an Http Server is created and the AP is enabled to receive the AP password sent by the user.
本实施例通过获取AP密码,根据AP密码与用户终端建立通信连接,获取用户终端发送的指令参数,并进行解析,若解析结果为配网指令,则根据配网指令配网,能够快速实现智能音箱的配网工作和操控智能音箱,操作简单,效率高。This embodiment obtains the AP password, establishes a communication connection with the user terminal according to the AP password, obtains the instruction parameter sent by the user terminal, and analyzes it. If the analysis result is a distribution network instruction, then according to the distribution network instruction, the network can be quickly realized. The distribution network of speakers and the control of smart speakers are easy to operate and highly efficient.
实施例二Embodiment two
如图2所示,本实施例是对实施例一中的方法步骤的进一步说明。在本实施例中,所述步骤S102之后,还包括:As shown in FIG. 2 , this embodiment is a further description of the method steps in the first embodiment. In this embodiment, after the step S102, further include:
S1021、若连接失败,则判断所述AP密码是否正确。S1021. If the connection fails, determine whether the AP password is correct.
在具体应用中,若与用户终端连接失败,则判断AP密码是否正确。In a specific application, if the connection with the user terminal fails, it is judged whether the AP password is correct.
S1022、若所述AP密码错误,则向所述用户终端发送AP密码错误的通知。S1022. If the AP password is wrong, send a notification that the AP password is wrong to the user terminal.
在具体应用中,若AP密码错误,则向用户终端发送AP密码错误的通知,以便于告知用户连接失败,请再次发送AP密码。In a specific application, if the AP password is wrong, a notification that the AP password is wrong is sent to the user terminal, so as to inform the user that the connection fails, and please send the AP password again.
S1023、获取所述用户终端发送的下一个AP密码。S1023. Obtain the next AP password sent by the user terminal.
在具体应用中,获取用户终端发送的下一个AP密码。In a specific application, the next AP password sent by the user terminal is obtained.
S1024、根据所述下一个AP密码建立与所述用户终端的通信连接。S1024. Establish a communication connection with the user terminal according to the next AP password.
在具体应用中,根据下一个AP密码建立与用户终端的通信连接,若连接失败,则返回执行所述步骤S102。在本实施例中,设定标记AP与用户终端连接失败的次数,若连接失败的次数达到预设次数,则向用户发送AP连接异常,请进行检测的通知。In a specific application, a communication connection with the user terminal is established according to the next AP password, and if the connection fails, return to step S102. In this embodiment, the number of connection failures between the marked AP and the user terminal is set, and if the number of connection failures reaches the preset number of times, a notification is sent to the user that the connection of the AP is abnormal and a detection is required.
本实施例通过在连接失败时,检测AP密码是否正确,并进行对应的操作,提高了配网速率。In this embodiment, when the connection fails, it detects whether the AP password is correct, and performs corresponding operations, thereby increasing the network distribution rate.
实施例三Embodiment three
如图3所示,本实施例是对实施例一中的方法步骤的进一步说明。在本实施例中,所述步骤S104之后,还包括:As shown in FIG. 3 , this embodiment is a further description of the method steps in the first embodiment. In this embodiment, after the step S104, it also includes:
S106、若所述解析结果为操作指令,则检测配网状态。S106. If the analysis result is an operation instruction, detect the distribution network status.
在具体应用中,若解析指令参数为操作指令,则检测当前时刻的配网状态。In a specific application, if the parsing instruction parameter is an operation instruction, the distribution network status at the current moment is detected.
S107、若所述配网状态为未配网,则向所述用户终端发送未配网通知,以使所述用户终端发送用于配网的指令参数。S107. If the network configuration status is unconfigured network, send an unconfigured network notification to the user terminal, so that the user terminal sends instruction parameters for network configuration.
在具体应用中,若配网状态为未配网,则向用户终端发送未配网通知,以使用户终端发送用于配网的指令参数。In a specific application, if the network configuration state is not configured, a notification of non-configured network is sent to the user terminal, so that the user terminal sends an instruction parameter for network configuration.
在一个实施例中,所述步骤S106之后,还包括:In one embodiment, after the step S106, it also includes:
S108、若所述配网状态为已配网,则根据所述操作指令执行对应的操作。S108. If the network configuration state is configured network, perform a corresponding operation according to the operation instruction.
在具体应用中,若配网状态为已配网,则根据操作指令执行对应的操作。In a specific application, if the distribution network state is a network distribution, the corresponding operation is performed according to the operation instruction.
本实施例通过在执行操作指令前,检查当前时刻的配网状态,能够保证在已配网状态下执行操作,提高了执行效率。In this embodiment, by checking the distribution network status at the current moment before executing the operation instruction, it can ensure that the operation is performed in the distribution network status, and the execution efficiency is improved.
应理解,上述实施例中各步骤的序号的大小并不意味着执行顺序的先后,各过程的执行顺序应以其功能和内在逻辑确定,而不应对本发明实施例的实施过程构成任何限定。It should be understood that the sequence numbers of the steps in the above embodiments do not mean the order of execution, and the execution order of each process should be determined by its functions and internal logic, and should not constitute any limitation to the implementation process of the embodiment of the present invention.
实施例四Embodiment four
如图4所示,本实施例提供一种智能配网装置100,用于执行实施例一中的方法步骤。本实施例提供的智能配网装置100,包括:As shown in FIG. 4 , this embodiment provides an intelligent
第一获取模块101,用于获取AP密码;The first obtaining
第一连接模块102,用于根据所述AP密码与用户终端建立通信连接;The
第二获取模块103,用于获取所述用户终端发送的指令参数;The second acquiring
解析模块104,用于解析所述指令参数;An
配网模块105,用于若解析结果为配网指令,则根据所述配网指令配网。The
在一个实施例中,所述装置100,还包括:In one embodiment, the
判断模块1021,用于若连接失败,则判断所述AP密码是否正确;A judging module 1021, configured to judge whether the AP password is correct if the connection fails;
第一发送模块1022,用于若所述AP密码错误,则向所述用户终端发送AP密码错误的通知;The first sending module 1022 is configured to send a notification that the AP password is wrong to the user terminal if the AP password is wrong;
第三获取模块1023,用于获取所述用户终端发送的下一个AP密码;The third obtaining module 1023 is used to obtain the next AP password sent by the user terminal;
第二连接模块1024,用于根据所述下一个AP密码建立与所述用户终端的通信连接。The second connection module 1024 is configured to establish a communication connection with the user terminal according to the next AP password.
在一个实施例中,所述装置100,还包括:In one embodiment, the
检测模块106,用于若所述解析结果为操作指令,则检测配网状态;A
第二发送模块107,用于若所述配网状态为未配网,则向所述用户终端发送未配网通知,以使所述用户终端发送用于配网的指令参数The second sending module 107 is configured to send an undistributed network notification to the user terminal if the distribution network status is undistributed network, so that the user terminal sends an instruction parameter for network distribution
在一个实施例中,所述装置100,还包括:In one embodiment, the
执行模块,用于若所述配网状态为已配网,则根据所述操作指令执行对应的操作。An execution module, configured to execute a corresponding operation according to the operation instruction if the network distribution status is network configured.
在一个实施例中,所述装置100,还包括:In one embodiment, the
创建模块,用于创建Http Server,并开启AP。Create a module to create an Http Server and enable AP.
本实施例通过获取AP密码,根据AP密码与用户终端建立通信连接,获取用户终端发送的指令参数,并进行解析,若解析结果为配网指令,则根据配网指令配网,能够快速实现智能音箱的配网工作和操控智能音箱,操作简单,效率高。This embodiment obtains the AP password, establishes a communication connection with the user terminal according to the AP password, obtains the instruction parameter sent by the user terminal, and analyzes it. If the analysis result is a distribution network instruction, then according to the distribution network instruction, the network can be quickly realized. The distribution network of speakers and the control of smart speakers are easy to operate and highly efficient.
实施例五Embodiment five
图5是本发明一实施例提供的终端设备的示意图。如图5所示,该实施例的终端设备5包括:处理器50、存储器51以及存储在所述存储器51中并可在所述处理器50上运行的计算机程序52,例如智能配网程序。所述处理器50执行所述计算机程序52时实现上述各个智能配网方法实施例中的步骤,例如图1所示的步骤S101至S105。或者,所述处理器50执行所述计算机程序52时实现上述各装置实施例中各模块/单元的功能,例如图4所示模块101至105的功能。Fig. 5 is a schematic diagram of a terminal device provided by an embodiment of the present invention. As shown in FIG. 5 , the
示例性的,所述计算机程序52可以被分割成一个或多个模块/单元,所述一个或者多个模块/单元被存储在所述存储器51中,并由所述处理器50执行,以完成本发明。所述一个或多个模块/单元可以是能够完成特定功能的一系列计算机程序指令段,该指令段用于描述所述计算机程序52在所述终端设备5中的执行过程。例如,所述计算机程序52可以被分割成第一获取模块、第一连接模块、第二获取模块、解析模块和配网模块,各模块具体功能如下:Exemplarily, the
第一获取模块,用于获取AP密码;The first obtaining module is used to obtain the AP password;
第一连接模块,用于根据所述AP密码与用户终端建立通信连接;A first connection module, configured to establish a communication connection with a user terminal according to the AP password;
第二获取模块,用于获取所述用户终端发送的指令参数;A second obtaining module, configured to obtain instruction parameters sent by the user terminal;
解析模块,用于解析所述指令参数;A parsing module, configured to parse the instruction parameters;
配网模块,用于若解析结果为配网指令,则根据所述配网指令配网。A network distribution module, configured to perform network distribution according to the network distribution instruction if the analysis result is a network distribution instruction.
所述终端设备5可以是桌上型计算机、笔记本、掌上电脑及云端服务器等计算设备。所述终端设备可包括,但不仅限于,处理器50、存储器51。本领域技术人员可以理解,图5仅仅是终端设备5的示例,并不构成对终端设备5的限定,可以包括比图示更多或更少的部件,或者组合某些部件,或者不同的部件,例如所述终端设备还可以包括输入输出设备、网络接入设备、总线等。The
所称处理器50可以是中央处理单元(Central Processing Unit,CPU),还可以是其他通用处理器、数字信号处理器(Digital Signal Processor,DSP)、专用集成电路(Application Specific Integrated Circuit,ASIC)、现成可编程门阵列(Field-Programmable Gate Array,FPGA)或者其他可编程逻辑器件、分立门或者晶体管逻辑器件、分立硬件组件等。通用处理器可以是微处理器或者该处理器也可以是任何常规的处理器等。The so-called
所述存储器51可以是所述终端设备5的内部存储单元,例如终端设备5的硬盘或内存。所述存储器51也可以是所述终端设备5的外部存储设备,例如所述终端设备5上配备的插接式硬盘,智能存储卡(Smart Media Card,SMC),安全数字卡(Secure Digital,SD),闪存卡(Flash Card)等。进一步地,所述存储器51还可以既包括所述终端设备5的内部存储单元也包括外部存储设备。所述存储器51用于存储所述计算机程序以及所述终端设备所需的其他程序和数据。所述存储器51还可以用于暂时地存储已经输出或者将要输出的数据。The
所属领域的技术人员可以清楚地了解到,为了描述的方便和简洁,仅以上述各功能单元、模块的划分进行举例说明,实际应用中,可以根据需要而将上述功能分配由不同的功能单元、模块完成,即将所述装置的内部结构划分成不同的功能单元或模块,以完成以上描述的全部或者部分功能。实施例中的各功能单元、模块可以集成在一个处理单元中,也可以是各个单元单独物理存在,也可以两个或两个以上单元集成在一个单元中,上述集成的单元既可以采用硬件的形式实现,也可以采用软件功能单元的形式实现。另外,各功能单元、模块的具体名称也只是为了便于相互区分,并不用于限制本申请的保护范围。上述系统中单元、模块的具体工作过程,可以参考前述方法实施例中的对应过程,在此不再赘述。Those skilled in the art can clearly understand that for the convenience and brevity of description, only the division of the above-mentioned functional units and modules is used for illustration. In practical applications, the above-mentioned functions can be assigned to different functional units, Completion of modules means that the internal structure of the device is divided into different functional units or modules to complete all or part of the functions described above. Each functional unit and module in the embodiment may be integrated into one processing unit, or each unit may exist separately physically, or two or more units may be integrated into one unit, and the above-mentioned integrated units may adopt hardware It can also be implemented in the form of software functional units. In addition, the specific names of the functional units and modules are only for the convenience of distinguishing each other, and are not used to limit the protection scope of the present application. For the specific working process of the units and modules in the above system, reference may be made to the corresponding process in the foregoing method embodiments, and details will not be repeated here.
在上述实施例中,对各个实施例的描述都各有侧重,某个实施例中没有详述或记载的部分,可以参见其它实施例的相关描述。In the above-mentioned embodiments, the descriptions of each embodiment have their own emphases, and for parts that are not detailed or recorded in a certain embodiment, refer to the relevant descriptions of other embodiments.
本领域普通技术人员可以意识到,结合本文中所公开的实施例描述的各示例的单元及算法步骤,能够以电子硬件、或者计算机软件和电子硬件的结合来实现。这些功能究竟以硬件还是软件方式来执行,取决于技术方案的特定应用和设计约束条件。专业技术人员可以对每个特定的应用来使用不同方法来实现所描述的功能,但是这种实现不应认为超出本发明的范围。Those skilled in the art can appreciate that the units and algorithm steps of the examples described in conjunction with the embodiments disclosed herein can be implemented by electronic hardware, or a combination of computer software and electronic hardware. Whether these functions are executed by hardware or software depends on the specific application and design constraints of the technical solution. Those skilled in the art may use different methods to implement the described functions for each specific application, but such implementation should not be regarded as exceeding the scope of the present invention.
在本发明所提供的实施例中,应该理解到,所揭露的装置/终端设备和方法,可以通过其它的方式实现。例如,以上所描述的装置/终端设备实施例仅仅是示意性的,例如,所述模块或单元的划分,仅仅为一种逻辑功能划分,实际实现时可以有另外的划分方式,例如多个单元或组件可以结合或者可以集成到另一个系统,或一些特征可以忽略,或不执行。另一点,所显示或讨论的相互之间的耦合或直接耦合或通讯连接可以是通过一些接口,装置或单元的间接耦合或通讯连接,可以是电性,机械或其它的形式。In the embodiments provided in the present invention, it should be understood that the disclosed apparatus/terminal equipment and method may be implemented in other ways. For example, the device/terminal device embodiments described above are only illustrative. For example, the division of the modules or units is only a logical function division. In actual implementation, there may be other division methods, such as multiple units Or components may be combined or may be integrated into another system, or some features may be omitted, or not implemented. In another point, the mutual coupling or direct coupling or communication connection shown or discussed may be through some interfaces, and the indirect coupling or communication connection of devices or units may be in electrical, mechanical or other forms.
所述作为分离部件说明的单元可以是或者也可以不是物理上分开的,作为单元显示的部件可以是或者也可以不是物理单元,即可以位于一个地方,或者也可以分布到多个网络单元上。可以根据实际的需要选择其中的部分或者全部单元来实现本实施例方案的目的。The units described as separate components may or may not be physically separated, and the components shown as units may or may not be physical units, that is, they may be located in one place, or may be distributed to multiple network units. Part or all of the units can be selected according to actual needs to achieve the purpose of the solution of this embodiment.
另外,在本发明各个实施例中的各功能单元可以集成在一个处理单元中,也可以是各个单元单独物理存在,也可以两个或两个以上单元集成在一个单元中。上述集成的单元既可以采用硬件的形式实现,也可以采用软件功能单元的形式实现。In addition, each functional unit in each embodiment of the present invention may be integrated into one processing unit, each unit may exist separately physically, or two or more units may be integrated into one unit. The above-mentioned integrated units can be implemented in the form of hardware or in the form of software functional units.
所述集成的模块/单元如果以软件功能单元的形式实现并作为独立的产品销售或使用时,可以存储在一个计算机可读取存储介质中。基于这样的理解,本发明实现上述实施例方法中的全部或部分流程,也可以通过计算机程序来指令相关的硬件来完成,所述的计算机程序可存储于一计算机可读存储介质中,该计算机程序在被处理器执行时,可实现上述各个方法实施例的步骤。其中,所述计算机程序包括计算机程序代码,所述计算机程序代码可以为源代码形式、对象代码形式、可执行文件或某些中间形式等。所述计算机可读介质可以包括:能够携带所述计算机程序代码的任何实体或装置、记录介质、U盘、移动硬盘、磁碟、光盘、计算机存储器、只读存储器(ROM,Read-Only Memory)、随机存取存储器(RAM,Random Access Memory)、电载波信号、电信信号以及软件分发介质等。需要说明的是,所述计算机可读介质包含的内容可以根据司法管辖区内立法和专利实践的要求进行适当的增减,例如在某些司法管辖区,根据立法和专利实践,计算机可读介质不包括电载波信号和电信信号。If the integrated module/unit is realized in the form of a software function unit and sold or used as an independent product, it can be stored in a computer-readable storage medium. Based on this understanding, the present invention realizes all or part of the processes in the methods of the above embodiments, and can also be completed by instructing related hardware through a computer program. The computer program can be stored in a computer-readable storage medium, and the computer When the program is executed by the processor, the steps in the above-mentioned various method embodiments can be realized. Wherein, the computer program includes computer program code, and the computer program code may be in the form of source code, object code, executable file or some intermediate form. 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, and a read-only memory (ROM, Read-Only Memory) , Random Access Memory (RAM, Random Access Memory), electrical carrier signal, telecommunication signal, and software distribution medium, etc. It should be noted that the content contained in the computer-readable medium may be appropriately increased or decreased according to the requirements of legislation and patent practice in the jurisdiction. For example, in some jurisdictions, computer-readable media Excludes electrical carrier signals and telecommunication signals.
以上所述实施例仅用以说明本发明的技术方案,而非对其限制;尽管参照前述实施例对本发明进行了详细的说明,本领域的普通技术人员应当理解:其依然可以对前述各实施例所记载的技术方案进行修改,或者对其中部分技术特征进行等同替换;而这些修改或者替换,并不使相应技术方案的本质脱离本发明各实施例技术方案的精神和范围,均应包含在本发明的保护范围之内。The above-described embodiments are only used to illustrate the technical solutions of the present invention, rather than to limit them; although the present invention has been described in detail with reference to the foregoing embodiments, those of ordinary skill in the art should understand that: it can still carry out the foregoing embodiments Modifications to the technical solutions recorded in the examples, or equivalent replacement of some of the technical features; and these modifications or replacements do not make the essence of the corresponding technical solutions deviate from the spirit and scope of the technical solutions of the various embodiments of the present invention, and should be included in within the protection scope of the present invention.
Claims (7)
Priority Applications (1)
| Application Number | Priority Date | Filing Date | Title |
|---|---|---|---|
| CN201811289289.8A CN111130828B (en) | 2018-10-31 | 2018-10-31 | An intelligent network distribution method, device and terminal equipment |
Applications Claiming Priority (1)
| Application Number | Priority Date | Filing Date | Title |
|---|---|---|---|
| CN201811289289.8A CN111130828B (en) | 2018-10-31 | 2018-10-31 | An intelligent network distribution method, device and terminal equipment |
Publications (2)
| Publication Number | Publication Date |
|---|---|
| CN111130828A CN111130828A (en) | 2020-05-08 |
| CN111130828B true CN111130828B (en) | 2023-02-14 |
Family
ID=70485643
Family Applications (1)
| Application Number | Title | Priority Date | Filing Date |
|---|---|---|---|
| CN201811289289.8A Active CN111130828B (en) | 2018-10-31 | 2018-10-31 | An intelligent network distribution method, device and terminal equipment |
Country Status (1)
| Country | Link |
|---|---|
| CN (1) | CN111130828B (en) |
Families Citing this family (3)
| Publication number | Priority date | Publication date | Assignee | Title |
|---|---|---|---|---|
| CN113872779A (en) * | 2020-06-30 | 2021-12-31 | 广东美的制冷设备有限公司 | Household appliance and network distribution method, system, device and storage medium thereof |
| CN114726903A (en) * | 2020-12-21 | 2022-07-08 | 厦门立达信照明有限公司 | Configuration method and device of intelligent equipment and configuration machine |
| CN112866065B (en) * | 2021-01-07 | 2021-12-24 | 珠海格力电器股份有限公司 | Equipment network distribution method and device, electronic equipment and computer readable medium |
Citations (5)
| Publication number | Priority date | Publication date | Assignee | Title |
|---|---|---|---|---|
| CN104683470A (en) * | 2015-03-11 | 2015-06-03 | 北京京东尚科信息技术有限公司 | Intelligent household equipment control method and system |
| EP2988185A1 (en) * | 2013-04-17 | 2016-02-24 | Gree Electric Appliances, Inc. of Zhuhai | Smart home system and control method |
| CN106993303A (en) * | 2017-04-11 | 2017-07-28 | 百度在线网络技术(北京)有限公司 | Configuration and method, device, equipment and the computer-readable storage medium of the intelligent wifi equipment of maintenance |
| CN107171910A (en) * | 2017-06-28 | 2017-09-15 | 广东美的制冷设备有限公司 | Intelligent home device and its with network method, router, intelligent domestic system |
| CN108377202A (en) * | 2018-02-11 | 2018-08-07 | 广东美的厨房电器制造有限公司 | The distribution method, apparatus and system of smart machine |
Family Cites Families (4)
| Publication number | Priority date | Publication date | Assignee | Title |
|---|---|---|---|---|
| JP4357339B2 (en) * | 2004-04-07 | 2009-11-04 | 株式会社バッファロー | Wireless communication system, access point, and wireless communication method |
| CN105282823A (en) * | 2015-09-18 | 2016-01-27 | 普联技术有限公司 | Network access method and apparatus of intelligent device |
| CN107466055A (en) * | 2016-06-06 | 2017-12-12 | 美的集团股份有限公司 | Household electrical appliance match somebody with somebody network method, mobile terminal and household electrical appliance |
| CN106211264B (en) * | 2016-07-11 | 2018-07-31 | 九阳股份有限公司 | A kind of household electrical appliances distribution method and device |
-
2018
- 2018-10-31 CN CN201811289289.8A patent/CN111130828B/en active Active
Patent Citations (5)
| Publication number | Priority date | Publication date | Assignee | Title |
|---|---|---|---|---|
| EP2988185A1 (en) * | 2013-04-17 | 2016-02-24 | Gree Electric Appliances, Inc. of Zhuhai | Smart home system and control method |
| CN104683470A (en) * | 2015-03-11 | 2015-06-03 | 北京京东尚科信息技术有限公司 | Intelligent household equipment control method and system |
| CN106993303A (en) * | 2017-04-11 | 2017-07-28 | 百度在线网络技术(北京)有限公司 | Configuration and method, device, equipment and the computer-readable storage medium of the intelligent wifi equipment of maintenance |
| CN107171910A (en) * | 2017-06-28 | 2017-09-15 | 广东美的制冷设备有限公司 | Intelligent home device and its with network method, router, intelligent domestic system |
| CN108377202A (en) * | 2018-02-11 | 2018-08-07 | 广东美的厨房电器制造有限公司 | The distribution method, apparatus and system of smart machine |
Also Published As
| Publication number | Publication date |
|---|---|
| CN111130828A (en) | 2020-05-08 |
Similar Documents
| Publication | Publication Date | Title |
|---|---|---|
| CN108365967B (en) | Method, system, terminal and computer-readable storage medium for dynamically configuring communication parameters | |
| CN109495306B (en) | Method and equipment for expanding capacity of service network | |
| CN112653618B (en) | Gateway registration method and device of micro-service application API (application program interface) endpoint | |
| US20170163479A1 (en) | Method, Device and System of Renewing Terminal Configuration In a Memcached System | |
| US20170163478A1 (en) | Method,electronic device and system for updating client configuration in key-value pair database | |
| WO2021008413A1 (en) | Fault prompting method for internet of things device, and related apparatus | |
| CN111130828B (en) | An intelligent network distribution method, device and terminal equipment | |
| WO2024148833A1 (en) | Container multi-network-interface-card network configuration method, apparatus, and device, and storage medium | |
| CN106961361A (en) | From detection/processing method, apparatus and system | |
| CN114090623A (en) | Method and device for creating cache resources, electronic equipment and storage medium | |
| CN111246406A (en) | Short message sending method, system, storage medium and terminal equipment | |
| CN111193633B (en) | Method and device for detecting abnormal network connection | |
| CN114925135B (en) | Data export method, device, system, electronic device and storage medium | |
| CN111770174A (en) | A cloud platform deployment method, apparatus, device and readable storage medium | |
| CN115208951A (en) | Request processing method and device, electronic equipment and computer readable storage medium | |
| CN115718775A (en) | Medical data processing method and medical information system | |
| CN113676547B (en) | Data processing method, data processing device, storage medium and electronic equipment | |
| CN108769135A (en) | The connection method of cloud desktop, device, equipment and system | |
| CN104753746A (en) | Device accessing method and control server | |
| CN106161108A (en) | Parameter processing method and device of intelligent equipment and intelligent equipment | |
| CN109491986B (en) | Fire-fighting parameter configuration method and device and terminal equipment | |
| CN111722994A (en) | A method and device for responding to a task request | |
| CN108282374A (en) | A kind of method, system and the readable storage medium storing program for executing of configuration NCSI network interface cards | |
| CN107231275A (en) | Method for connection configuration between user equipment and home equipment | |
| CN108306757A (en) | Programmable data planar virtual layer building method and storage medium |
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 | ||
| GR01 | Patent grant | ||
| GR01 | Patent grant |