[go: up one dir, main page]

CN115643268A - Method, device and system for realizing local area network master-slave computer communication protocol - Google Patents

Method, device and system for realizing local area network master-slave computer communication protocol Download PDF

Info

Publication number
CN115643268A
CN115643268A CN202211295505.6A CN202211295505A CN115643268A CN 115643268 A CN115643268 A CN 115643268A CN 202211295505 A CN202211295505 A CN 202211295505A CN 115643268 A CN115643268 A CN 115643268A
Authority
CN
China
Prior art keywords
broadcast information
slave
host
information
slave 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
CN202211295505.6A
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.)
Chengdu Ebyte Electronic Technology Co ltd
Original Assignee
Chengdu Ebyte Electronic 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 Chengdu Ebyte Electronic Technology Co ltd filed Critical Chengdu Ebyte Electronic Technology Co ltd
Priority to CN202211295505.6A priority Critical patent/CN115643268A/en
Publication of CN115643268A publication Critical patent/CN115643268A/en
Pending legal-status Critical Current

Links

Images

Landscapes

  • Small-Scale Networks (AREA)

Abstract

The invention belongs to the technical field of communication, and relates to a method, a device and a system for realizing a local area network master-slave computer communication protocol based on a UDP protocol, wherein the method comprises the following steps: after the host accesses the local area network, first broadcast information is sent to ports of each slave device; all slave devices supporting the protocol of the first broadcast information send second broadcast information to the port of the host after receiving the first broadcast information; the host stores the second broadcast information; when the host sends a data instruction to the slave equipment, adding second broadcast information in front of the message; and when the slave equipment in the local area network receives the message, comparing the second broadcast information with the parameter information of the slave equipment and replying to the host. The invention realizes the point-to-point communication between the host and the slave in the local area network; the host and the slave devices can communicate across network segments, the host does not need to know the IP addresses of the slave devices in advance, and the communication of the master device and the slave device cannot be influenced by the IP address conflict of the plurality of slave devices.

Description

局域网主从机通讯协议实现方法、装置及系统LAN master-slave communication protocol implementation method, device and system

技术领域technical field

本发明属于通讯技术领域,具体而言,涉及局域网主从机通讯协议实现方法、装置及系统。The invention belongs to the technical field of communication, and specifically relates to a method, a device and a system for realizing a master-slave communication protocol of a local area network.

背景技术Background technique

随着物联网设备在各个行业使用越来越广泛,物联网设备越来越多,物联网设备通常不会集成人机界面也没有一种很方便就能查看物联网设备网络信息的方式,或者由于出厂设置一样,容易出现IP冲突的问题,导致查看在同一个局域网下,若挂载了较多的物联网设备,若想配置或者查看某个设备,使用TCP协议需要主机与设备之间建立连接,就需要提前知道设备的IP地址,这在设备现场复杂的环境下是一种很难的事;若使用UDP广播,虽然主机的数据能够到达设备,但是无法与单局域网中未知IP地址的设备之间进行数据交互,对设备进行参数配置。As IoT devices are more and more widely used in various industries, and there are more and more IoT devices, IoT devices usually do not integrate human-machine interfaces and there is no convenient way to view the network information of IoT devices, or due to The factory settings are the same, and IP conflicts are prone to occur, resulting in viewing under the same LAN. If more IoT devices are mounted, if you want to configure or view a certain device, you need to establish a connection between the host and the device using the TCP protocol. , it is necessary to know the IP address of the device in advance, which is very difficult in the complex environment of the device site; if UDP broadcast is used, although the data of the host can reach the device, it cannot communicate with the device with an unknown IP address in the single LAN Interact with each other and configure parameters for the device.

发明内容Contents of the invention

为了解决上述技术问题,本发明提供局域网主从机通讯协议实现方法、装置及系统。In order to solve the above-mentioned technical problems, the present invention provides a method, device and system for realizing the master-slave communication protocol of the local area network.

第一方面,本公开提供了局域网主从机通讯协议实现方法,包括:In the first aspect, the present disclosure provides a method for implementing a master-slave communication protocol in a local area network, including:

主机查找从机设备,包括:The host finds slave devices, including:

所述主机接入局域网后,向各个从机设备的端口发送第一广播信息;After the host is connected to the local area network, it sends the first broadcast information to the port of each slave device;

所述局域网中所有支持该所述第一广播信息的协议的所述从机设备在接收到所述第一广播信息后,向所述主机的端口发送第二广播信息;All the slave devices in the local area network that support the protocol of the first broadcast information send the second broadcast information to the port of the host after receiving the first broadcast information;

所述主机保存所述第二广播信息;The host saves the second broadcast information;

所述主机与所述从机设备点对点通讯,包括:The host communicates point-to-point with the slave device, including:

所述主机在向所述从机设备发送数据指令时,在报文的前面加上所述第二广播信息;When the host sends a data command to the slave device, adding the second broadcast information in front of the message;

当所述局域网中的所述从机设备在接收到所述报文时,将所述第二广播信息与自身的参数信息进行对比,若所述第二广播信息与自身的参数信息相同,则所述从机设备根据所述数据指令回复所述主机,否则,若所述第二广播信息与自身的参数信息不相同,则所述从机设备不回复所述主机。When the slave device in the local area network receives the message, it compares the second broadcast information with its own parameter information, and if the second broadcast information is the same as its own parameter information, then The slave device replies to the host according to the data instruction, otherwise, if the second broadcast information is different from its own parameter information, the slave device does not reply to the host.

第二方面,本公开提供了局域网主从机通讯协议实现装置,包括:In the second aspect, the present disclosure provides a device for implementing a master-slave communication protocol in a local area network, including:

主机;所述主机包括:Host; said host includes:

第一发送单元,所述主机接入局域网后,向各个从机设备的端口发送第一广播信息;a first sending unit, after the host is connected to the local area network, it sends the first broadcast information to the ports of each slave device;

第一存储单元,用于存储第一广播信息;所述第一广播信息包括所述从机设备的参数信息;A first storage unit, configured to store first broadcast information; the first broadcast information includes parameter information of the slave device;

所述主机在向所述从机设备发送数据指令时,在报文的前面加上第二广播信息;所述第二广播信息为支持该所述第一广播信息的协议的所述从机设备的参数信息;When the host sends a data command to the slave device, it adds second broadcast information in front of the message; the second broadcast information is the slave device that supports the protocol of the first broadcast information parameter information;

第一接收单元,用于接收所述从机设备回复的数据;a first receiving unit, configured to receive data replied by the slave device;

从机设备;所述从机设备包括:A slave device; the slave device includes:

第二接收单元,用于接收所述第一广播信息;a second receiving unit, configured to receive the first broadcast information;

第二存储单元,用于存储第二广播信息;a second storage unit, configured to store second broadcast information;

对比单元,当所述局域网中的所述从机设备在接收到所述报文时,将所述第二广播信息与自身的参数信息进行对比,若所述第二广播信息与自身的参数信息相同,则所述从机设备根据所述数据指令回复所述主机,否则,若所述第二广播信息与自身的参数信息不相同,则所述从机设备不回复所述主机;A comparison unit, when the slave device in the local area network receives the message, compares the second broadcast information with its own parameter information, if the second broadcast information and its own parameter information If they are the same, the slave device replies to the host according to the data command, otherwise, if the second broadcast information is different from its own parameter information, the slave device does not reply to the host;

第二发送单元,用于在接收到所述第一广播信息后,向所述主机的端口发送第二广播信息,以及在将所述第二广播信息与自身的参数信息对比完成后,根据所述数据指令回复所述主机。The second sending unit is configured to send the second broadcast information to the port of the host after receiving the first broadcast information, and after comparing the second broadcast information with its own parameter information, according to the The data command is returned to the host.

第三方面,本公开提供了局域网主从机通讯协议实现系统,包括至少一个处理器和存储器:In a third aspect, the present disclosure provides a system for implementing a master-slave communication protocol in a local area network, including at least one processor and a memory:

所述存储器,用于存储一个或多个程序指令;The memory is used to store one or more program instructions;

所述处理器,用于运行一个或多个程序指令,用以执行所述的局域网主从机通讯协议实现方法。The processor is used to run one or more program instructions to execute the method for implementing the LAN master-slave communication protocol.

本发明的有益效果是:本发明实现了局域网中网络设备的点对点通讯;主机与从机设备可以跨网段通讯,主机不需要提前知道从机IP地址,多个从机IP地址冲突不会影响主从设备通信。The beneficial effects of the present invention are: the present invention realizes the point-to-point communication of the network equipment in the local area network; the host and the slave equipment can communicate across network segments, the host does not need to know the IP address of the slave in advance, and the conflict of multiple slave IP addresses will not affect Master-slave communication.

在上述技术方案的基础上,本发明还可以做如下改进。On the basis of the above technical solutions, the present invention can also be improved as follows.

进一步,所述第一广播信息与所述第二广播信息的协议均为用户数据报协议。Further, the protocols of the first broadcast information and the second broadcast information are user datagram protocols.

进一步,所述第一广播信息包括所述从机设备的参数信息。Further, the first broadcast information includes parameter information of the slave device.

进一步,所述第二广播信息为支持该所述第一广播信息的协议的所述从机设备的参数信息。Further, the second broadcast information is parameter information of the slave device that supports the protocol of the first broadcast information.

进一步,所述从机设备的参数信息包括MAC地址信息与设备型号信息。Further, the parameter information of the slave device includes MAC address information and device model information.

附图说明Description of drawings

图1为本发明实施例1提供的主机查找从机设备的原理图;FIG. 1 is a schematic diagram of a master device searching for a slave device provided by Embodiment 1 of the present invention;

图2为本发明实施例2提供的局域网主从机通讯协议实现装置的原理图;FIG. 2 is a schematic diagram of a device for implementing a master-slave communication protocol in a local area network provided by Embodiment 2 of the present invention;

图3为本发明实施例3提供的局域网主从机通讯协议实现系统的原理图。FIG. 3 is a schematic diagram of a system for implementing a master-slave communication protocol in a LAN provided by Embodiment 3 of the present invention.

图标:1-主机;2-从机;101-第一发送单元;102-第一存储单元;103-第一接收单元;201-第二接收单元;202-第二存储单元;203-对比单元;204-第二发送单元;301-处理器;302-存储器。Icon: 1-master; 2-slave; 101-first sending unit; 102-first storage unit; 103-first receiving unit; 201-second receiving unit; 202-second storage unit; 203-comparison unit ; 204-second sending unit; 301-processor; 302-memory.

具体实施方式Detailed ways

为使本发明实施例的目的、技术方案和优点更加清楚,下面将结合本发明实施例中的附图,对本发明实施例中的技术方案进行清楚、完整地描述,显然,所描述的实施例是本发明一部分实施例,而不是全部的实施例。通常在此处附图中描述和示出的本发明实施例的组件可以以各种不同的配置来布置和设计。In order to make the purpose, technical solutions and advantages of the embodiments of the present invention clearer, the technical solutions in the embodiments of the present invention will be clearly and completely described below in conjunction with the drawings in the embodiments of the present invention. Obviously, the described embodiments It is a part of embodiments of the present invention, but not all embodiments. The components of the embodiments of the invention generally described and illustrated in the figures herein may be arranged and designed in a variety of different configurations.

实施例1Example 1

作为一个实施例,如附图1所示,为解决上述技术问题,本实施例提供局域网主从机通讯协议实现方法,包括:As an embodiment, as shown in accompanying drawing 1, in order to solve the above-mentioned technical problems, this embodiment provides a method for implementing a master-slave communication protocol in a local area network, including:

主机查找从机设备,包括:The host finds slave devices, including:

主机接入局域网后,向各个从机设备的端口发送第一广播信息;After the host is connected to the local area network, it sends the first broadcast information to the ports of each slave device;

局域网中所有支持该第一广播信息的协议的从机设备在接收到第一广播信息后,向主机的端口发送第二广播信息;All slave devices in the local area network that support the protocol of the first broadcast information send the second broadcast information to the port of the host after receiving the first broadcast information;

主机保存第二广播信息;The host saves the second broadcast information;

主机与从机设备点对点通讯,包括:Point-to-point communication between the host and the slave device, including:

主机在向从机设备发送数据指令时,在报文的前面加上第二广播信息;When the master sends a data command to the slave device, it adds the second broadcast information in front of the message;

当局域网中的从机设备在接收到报文时,将第二广播信息与自身的参数信息进行对比,若第二广播信息与自身的参数信息相同,则从机设备根据数据指令回复主机,否则,若第二广播信息与自身的参数信息不相同,则从机设备不回复主机。When the slave device in the local area network receives the message, it compares the second broadcast information with its own parameter information. If the second broadcast information is the same as its own parameter information, the slave device replies to the master according to the data command, otherwise , if the second broadcast information is different from its own parameter information, the slave device does not reply to the master.

可选的,第一广播信息与第二广播信息的协议均为用户数据报协议。Optionally, both protocols of the first broadcast information and the second broadcast information are user datagram protocols.

UDP(User Datagram Protocol,用户数据报协议)协议与TCP(TransmissionControl Protocol,传输控制协议)协议一样是基于IP协议的一种网络协议,该协议称为用户数据报协议。UDP为应用程序提供了一种无需建立连接就可以发送封装的IP数据包的方法。The UDP (User Datagram Protocol, User Datagram Protocol) protocol, like the TCP (Transmission Control Protocol, Transmission Control Protocol) protocol, is a network protocol based on the IP protocol, and the protocol is called the User Datagram Protocol. UDP provides a way for applications to send encapsulated IP packets without establishing a connection.

可选的,第一广播信息包括从机设备的参数信息。Optionally, the first broadcast information includes parameter information of the slave device.

可选的,第二广播信息为支持该第一广播信息的协议的从机设备的参数信息。Optionally, the second broadcast information is parameter information of slave devices that support the protocol of the first broadcast information.

可选的,从机设备的参数信息包括MAC地址信息与设备型号信息。Optionally, the parameter information of the slave device includes MAC address information and device model information.

本发明实现了局域网中网络设备的点对点通讯;主机与从机设备可以跨网段通讯,主机不需要提前知道从机IP地址,多个从机IP地址冲突不会影响主从设备通信。The invention realizes the point-to-point communication of the network equipment in the local area network; the host and the slave equipment can communicate across network segments, the host does not need to know the IP address of the slave in advance, and the conflict of IP addresses of multiple slaves will not affect the communication between the master and the slave.

实施例2Example 2

基于与本发明的实施例1中所示的方法相同的原理,如附图2所示,本发明的实施例中还提供了局域网主从机通讯协议实现装置,包括:Based on the same principle as the method shown in Embodiment 1 of the present invention, as shown in Figure 2, the embodiment of the present invention also provides a local area network master-slave communication protocol implementation device, including:

主机;主机包括:Hosts; Hosts include:

第一发送单元101,主机接入局域网后,向各个从机设备的端口发送第一广播信息;The first sending unit 101, after the master accesses the local area network, sends the first broadcast information to the port of each slave device;

第一存储单元102,用于存储第一广播信息;第一广播信息包括从机设备的参数信息;The first storage unit 102 is configured to store first broadcast information; the first broadcast information includes parameter information of the slave device;

主机在向从机设备发送数据指令时,在报文的前面加上第二广播信息;第二广播信息为支持该第一广播信息的协议的从机设备的参数信息;When the host sends a data instruction to the slave device, it adds the second broadcast information in front of the message; the second broadcast information is the parameter information of the slave device that supports the protocol of the first broadcast information;

第一接收单元103,用于接收从机设备回复的数据;The first receiving unit 103 is configured to receive data replied by the slave device;

从机设备;从机设备包括:Slave devices; slave devices include:

第二接收单元201,用于接收第一广播信息;The second receiving unit 201 is configured to receive the first broadcast information;

第二存储单元202,用于存储第二广播信息;The second storage unit 202 is configured to store the second broadcast information;

对比单元203,当局域网中的从机设备在接收到报文时,将第二广播信息与自身的参数信息进行对比,若第二广播信息与自身的参数信息相同,则从机设备根据数据指令回复主机,否则,若第二广播信息与自身的参数信息不相同,则从机设备不回复主机;The comparison unit 203, when the slave device in the local area network receives the message, compares the second broadcast information with its own parameter information, if the second broadcast information is the same as its own parameter information, then the slave device according to the data instruction Reply to the host, otherwise, if the second broadcast information is not the same as its own parameter information, the slave device will not reply to the host;

第二发送单元204,用于在接收到第一广播信息后,向主机的端口发送第二广播信息,以及在将第二广播信息与自身的参数信息对比完成后,根据数据指令回复主机。The second sending unit 204 is configured to send the second broadcast information to the port of the host after receiving the first broadcast information, and reply to the host according to the data instruction after comparing the second broadcast information with its own parameter information.

可选的,第一广播信息与第二广播信息的协议均为用户数据报协议。Optionally, both protocols of the first broadcast information and the second broadcast information are user datagram protocols.

可选的,第一广播信息包括从机设备的参数信息。Optionally, the first broadcast information includes parameter information of the slave device.

可选的,第二广播信息为支持该第一广播信息的协议的从机设备的参数信息。Optionally, the second broadcast information is parameter information of slave devices that support the protocol of the first broadcast information.

可选的,从机设备的参数信息包括MAC地址信息与设备型号信息。Optionally, the parameter information of the slave device includes MAC address information and device model information.

该局域网主从机通讯协议实现装置的工作原理,包括:The working principle of the LAN master-slave communication protocol implementation device includes:

主机查找设备:The host finds the device:

在主机接入局域网后,主机发送广播信息,局域网中的所有支持该协议的设备在接收到这段广播信息后,将向主机端口广播关于本设备的信息,包括MAC、设备型号等,主机将这些信息每个单独保存,用于之后的主机与从机设备之间点对点通信。After the host is connected to the LAN, the host sends broadcast information. After receiving this broadcast information, all devices in the LAN that support this protocol will broadcast information about the device to the host port, including MAC, device model, etc., and the host will Each of these information is stored separately for subsequent point-to-point communication between the master and slave devices.

主机与从机点对点通讯:Point-to-point communication between the host and the slave:

主机与从机之间基于UDP广播通讯,主机与从机分别发送的数据,被局域网中网络设备接收到,主机在向从机发送数据时,在报文前面加上从机设备参数如MAC地址,这样当局域网中的从机在接收到报文后会首先将报文中的MAC地址与自己的MAC地址对比,不同则不做回应,相同则根据协议内的指令回复主机,通过这种办法就实现了通过UDP广播实现局域网中,主机与网络设备的点对点通讯。The host and the slave are based on UDP broadcast communication. The data sent by the master and the slave respectively are received by the network devices in the LAN. When the host sends data to the slave, the slave device parameters such as MAC address are added in front of the message. , so that when the slave in the local area network receives the message, it will first compare the MAC address in the message with its own MAC address. If they are different, they will not respond. If they are the same, they will reply to the master according to the instructions in the protocol. It realizes the point-to-point communication between the host and the network device in the local area network through UDP broadcasting.

本发明实现了局域网中网络设备的点对点通讯;主机与从机设备可以跨网段通讯,主机不需要提前知道从机IP地址,多个从机IP地址冲突不会影响主从设备通信。The invention realizes the point-to-point communication of the network equipment in the local area network; the host and the slave equipment can communicate across network segments, the host does not need to know the IP address of the slave in advance, and the conflict of IP addresses of multiple slaves will not affect the communication between the master and the slave.

实施例3Example 3

基于与本发明的实施例1中所示的方法相同的原理,如附图3所示,本发明的实施例中还提供了局域网主从机通讯协议实现系统,包括至少一个处理器301和存储器302:Based on the same principle as the method shown in Embodiment 1 of the present invention, as shown in Figure 3, the embodiment of the present invention also provides a LAN master-slave communication protocol implementation system, including at least one processor 301 and memory 302:

存储器301,用于存储一个或多个程序指令;memory 301, for storing one or more program instructions;

处理器302,用于运行一个或多个程序指令,用以执行局域网主从机通讯协议实现方法。The processor 302 is used to run one or more program instructions to execute the implementation method of the local area network master-slave communication protocol.

本发明实现了局域网中网络设备的点对点通讯;主机与从机设备可以跨网段通讯,主机不需要提前知道从机IP地址,多个从机IP地址冲突不会影响主从设备通信。The invention realizes the point-to-point communication of the network equipment in the local area network; the host and the slave equipment can communicate across network segments, the host does not need to know the IP address of the slave in advance, and the conflict of IP addresses of multiple slaves will not affect the communication between the master and the slave.

以上仅为本发明的优选实施例而已,并不用于限制本发明,对于本领域的技术人员来说,本发明可以有各种更改和变化。凡在本发明的精神和原则之内,所作的任何修改、等同替换、改进等,均应包含在本发明的保护范围之内。The above are only preferred embodiments of the present invention, and are not intended to limit the present invention. For those skilled in the art, the present invention may have various modifications and changes. Any modifications, equivalent replacements, improvements, etc. made within the spirit and principles of the present invention shall be included within the protection scope of the present invention.

Claims (7)

1. The method for realizing the communication protocol of the local area network master and slave machines is characterized by comprising the following steps:
the master lookup slave device comprises:
after the host accesses the local area network, first broadcast information is sent to ports of each slave device;
after receiving the first broadcast information, all the slave devices in the local area network which support the protocol of the first broadcast information send second broadcast information to the port of the host;
the host saves the second broadcast information;
the point-to-point communication between the master and the slave device comprises:
when the host sends a data instruction to the slave equipment, the second broadcast information is added in front of the message;
and when the slave equipment in the local area network receives the message, comparing the second broadcast information with the parameter information of the slave equipment, if the second broadcast information is the same as the parameter information of the slave equipment, replying the master machine by the slave equipment according to the data instruction, otherwise, if the second broadcast information is not the same as the parameter information of the slave equipment, not replying the master machine by the slave equipment.
2. The method as claimed in claim 1, wherein the first broadcast message and the second broadcast message are both user datagram protocols.
3. The method as claimed in claim 1, wherein the first broadcast message includes parameter information of the slave device.
4. The method as claimed in claim 1, wherein the second broadcast message is a parameter message of the slave device supporting the protocol of the first broadcast message.
5. The method as claimed in any one of claims 1 to 3, wherein the parameter information of the slave device includes MAC address information and device model information.
6. LAN owner is from machine communication protocol implementation device, its characterized in that includes:
a host; the host includes:
the first sending unit is used for sending first broadcast information to the ports of each slave device after the host accesses the local area network;
a first storage unit for storing first broadcast information; the first broadcast information includes parameter information of the slave device;
when the host sends a data instruction to the slave equipment, adding second broadcast information in front of the message; the second broadcast information is parameter information of the slave device supporting a protocol of the first broadcast information;
the first receiving unit is used for receiving data replied by the slave equipment;
a slave device; the slave device includes:
a second receiving unit configured to receive the first broadcast information;
a second storage unit for storing second broadcast information;
a comparison unit, configured to compare the second broadcast information with parameter information of the slave device in the local area network when receiving the message, where if the second broadcast information is the same as the parameter information of the slave device, the slave device replies to the host according to the data instruction, and otherwise, if the second broadcast information is not the same as the parameter information of the slave device, the slave device does not reply to the host;
and the second sending unit is used for sending second broadcast information to the port of the host after receiving the first broadcast information, and replying the host according to the data instruction after the second broadcast information is compared with the parameter information of the host.
7. The system for realizing the communication protocol between the master and the slave of the local area network is characterized by comprising the following components: comprising at least one processor and a memory:
the memory to store one or more program instructions;
the processor is configured to execute one or more program instructions to perform the method according to at least one of claims 1 to 5.
CN202211295505.6A 2022-10-21 2022-10-21 Method, device and system for realizing local area network master-slave computer communication protocol Pending CN115643268A (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
CN202211295505.6A CN115643268A (en) 2022-10-21 2022-10-21 Method, device and system for realizing local area network master-slave computer communication protocol

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
CN202211295505.6A CN115643268A (en) 2022-10-21 2022-10-21 Method, device and system for realizing local area network master-slave computer communication protocol

Publications (1)

Publication Number Publication Date
CN115643268A true CN115643268A (en) 2023-01-24

Family

ID=84944265

Family Applications (1)

Application Number Title Priority Date Filing Date
CN202211295505.6A Pending CN115643268A (en) 2022-10-21 2022-10-21 Method, device and system for realizing local area network master-slave computer communication protocol

Country Status (1)

Country Link
CN (1) CN115643268A (en)

Cited By (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN117499162A (en) * 2024-01-02 2024-02-02 深圳市玩视科技股份有限公司 Central control system detection method, device, equipment and storage medium

Citations (4)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN108738008A (en) * 2018-07-10 2018-11-02 深圳市闻耀电子科技有限公司 Bluetooth pairing methods and system
CN110620824A (en) * 2019-10-11 2019-12-27 深圳心跳智能科技有限公司 Network environment self-adaptive intelligent household control method
CN112436950A (en) * 2020-10-19 2021-03-02 中标慧安信息技术股份有限公司 Method for discovering equipment in local area network based on UDP broadcast
CN113489629A (en) * 2020-08-14 2021-10-08 青岛海信电子产业控股股份有限公司 Control end equipment, controlled end equipment and equipment networking method

Patent Citations (4)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN108738008A (en) * 2018-07-10 2018-11-02 深圳市闻耀电子科技有限公司 Bluetooth pairing methods and system
CN110620824A (en) * 2019-10-11 2019-12-27 深圳心跳智能科技有限公司 Network environment self-adaptive intelligent household control method
CN113489629A (en) * 2020-08-14 2021-10-08 青岛海信电子产业控股股份有限公司 Control end equipment, controlled end equipment and equipment networking method
CN112436950A (en) * 2020-10-19 2021-03-02 中标慧安信息技术股份有限公司 Method for discovering equipment in local area network based on UDP broadcast

Cited By (2)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN117499162A (en) * 2024-01-02 2024-02-02 深圳市玩视科技股份有限公司 Central control system detection method, device, equipment and storage medium
CN117499162B (en) * 2024-01-02 2024-04-02 深圳市玩视科技股份有限公司 Central control system detection method, device, equipment and storage medium

Similar Documents

Publication Publication Date Title
CN107070691B (en) Cross-host communication method and system of Docker container
US8751614B2 (en) Providing virtualized visibility through routers
US6810420B1 (en) Allocation of IP address by proxy to device in a local area network
US20040071148A1 (en) Information device, gateway device and control method
CN105959906B (en) Network equipment communication method and device and network equipment communication method and device
CN112714027B (en) Method and system for accessing terminal equipment of Internet of things to gateway
CN116827801B (en) Network topology construction method, device, computer equipment and readable storage medium
US20140244860A1 (en) Method To Publish Remote Management Services Over Link Local Network For Zero-Touch Discovery, Provisioning And Management
JP5820106B2 (en) Communication apparatus and control method thereof
EP3883203A1 (en) Ipv6 address configuration method and router device
CN115643268A (en) Method, device and system for realizing local area network master-slave computer communication protocol
EP3706373B1 (en) Establishing a vxlan between a wireless access point and a node
CN118921397B (en) Communication connection method, device, storage device and program product
WO2017219777A1 (en) Packet processing method and device
TW201705737A (en) A virtual communication protocol constructed in a physical communication protocol
EP4503571A1 (en) Address configuration method and electronic device
EP4149060B1 (en) Information processing method and apparatus, and device and computer storage medium
CN101656722B (en) Method for generating dynamic host configuration protocol (DHCP) snooping binding information, and device thereof
US20160241427A1 (en) Service Sending, Receiving Methods and Devices
US8260942B2 (en) Cluster view performance
EP2257000B1 (en) Copy routing tables
CN108848200A (en) Equipment adding method, device, equipment and medium in a kind of local area network
CN112543386B (en) Address acquisition method and related equipment
CN102377835B (en) Communication method and device for network element group network
CN107295113B (en) Network configuration method, switch and server

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