CN106851764B - Short data message sending method and device based on Zigbee network - Google Patents

Short data message sending method and device based on Zigbee network Download PDF

Info

Publication number
CN106851764B
CN106851764B CN201611100547.4A CN201611100547A CN106851764B CN 106851764 B CN106851764 B CN 106851764B CN 201611100547 A CN201611100547 A CN 201611100547A CN 106851764 B CN106851764 B CN 106851764B
Authority
CN
China
Prior art keywords
request message
routing request
message
short data
node
Prior art date
Legal status (The legal status is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the status listed.)
Active
Application number
CN201611100547.4A
Other languages
Chinese (zh)
Other versions
CN106851764A (en
Inventor
梁元恩
Current Assignee (The listed assignees may be inaccurate. Google has not performed a legal analysis and makes no representation or warranty as to the accuracy of the list.)
Huzhou Yinglie Intellectual Property Operation Co ltd
Original Assignee
Taizhou Zhiao Communication Equipment 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 Taizhou Zhiao Communication Equipment Co Ltd filed Critical Taizhou Zhiao Communication Equipment Co Ltd
Priority to CN201611100547.4A priority Critical patent/CN106851764B/en
Publication of CN106851764A publication Critical patent/CN106851764A/en
Application granted granted Critical
Publication of CN106851764B publication Critical patent/CN106851764B/en
Active legal-status Critical Current
Anticipated expiration legal-status Critical

Links

Images

Classifications

    • HELECTRICITY
    • H04ELECTRIC COMMUNICATION TECHNIQUE
    • H04WWIRELESS COMMUNICATION NETWORKS
    • H04W40/00Communication routing or communication path finding
    • H04W40/02Communication route or path selection, e.g. power-based or shortest path routing
    • HELECTRICITY
    • H04ELECTRIC COMMUNICATION TECHNIQUE
    • H04WWIRELESS COMMUNICATION NETWORKS
    • H04W84/00Network topologies
    • H04W84/18Self-organising networks, e.g. ad-hoc networks or sensor networks

Abstract

The invention discloses a short data message sending method based on a Zigbee network, which comprises the following steps: s100, broadcasting a routing request message from a source node to surrounding adjacent nodes; s200, when any node receives the routing request message, judging whether the current node is a target node; if yes, executing the next step; s300, if the current node is the target node, further judging whether the routing request message carries a short data message; s400, when the routing request message is judged to carry the short data message, the routing request message is analyzed, and the short data message is obtained. The invention can directly carry the short data message to be sent in the route request message when the zigbee equipment searches for the route, thereby achieving the purposes of reducing the sending times and improving the response time.

Description

Short data message sending method and device based on Zigbee network
Technical Field
The present invention relates to the field of networks, and in particular, to a short data packet sending method and apparatus based on a Zigbee network.
Background
ZigBee is a network standard for low-rate wireless sensors, which is established by the ZigBee alliance, and the physical layer and the data link layer of the ZigBee use the ieee802.15.4 standard, while the network layer and the application layer are defined by the ZigBee alliance. Compared with the wireless communication network technology, the Zigbee has the characteristics of low power consumption, low complexity, self-organization and the like. The nodes with routing function can adopt two data routing modes:
(1) AODV: Ad-Hoc On-Demand Distance Vector (On Demand Distance Vector routing)
(2) Cluster-Tree algorithm (Tree network structure route)
The AODV routing protocol is an on-demand routing protocol, limits the range of target nodes found by searching by using an extended ring searching method, supports multicast, can realize dynamic and spontaneous routing among ZigBee nodes, and enables the nodes to quickly obtain the routing leading to a required destination. The Cluster-Tree algorithm includes two parts of address allocation (addressing) and address routing (addressing). Including the assignment of 16-bit network short addresses for child nodes and an algorithm to compute the next hop based on the network address of the destination node.
The Cluster-Tree algorithm is characterized in that nodes without routing function can still transmit data packets and control packets through communication with respective parent nodes, but has the defect of low efficiency. In order to improve efficiency, the node with the routing function in the ZigBee allows the node with the routing function to find a route by using an AODVjr algorithm, so that the node with the routing function can directly send information to other nodes in a communication range of the node without the parent-child relationship.
For a node with routing capability, when it receives a request for sending data frame from higher layer of network layer and there is no entry corresponding to destination node in the routing table, it will initiate route discovery process. The source node first creates a route request packet (RREQ) and broadcasts it to the surrounding nodes using multicast. After the route is found and the corresponding route information is established, the corresponding data message is sent to the destination node. The source node sends a message twice, one is a routing request message, and the other is a data message, if the short data message is transmitted independently, the header information needs to be added, and the communication efficiency is low due to short information content, low effective load and waste of communication resources.
Disclosure of Invention
In order to solve the technical problem, the invention provides a short data message sending method based on a Zigbee network, which can directly carry a short data message to be sent in a route request message when a Zigbee device searches for a route, so as to achieve the purposes of reducing the sending times and improving the response time.
The technical scheme provided by the invention is as follows:
the invention discloses a short data message sending method based on a Zigbee network, which comprises the following steps: s100, broadcasting a routing request message from a source node to surrounding adjacent nodes; s200, when any node receives the routing request message, judging whether the current node is a target node; if yes, executing the next step; s300, if the current node is the target node, further judging whether the routing request message carries a short data message; s400, when the routing request message is judged to carry the short data message, the routing request message is analyzed, and the short data message is obtained.
When the Zigbee equipment searches for the route, the short data message to be sent is directly carried in the route request message, so that the purposes of reducing the sending times and improving the response time are achieved.
Further preferably, the step S100 further comprises, before the step S: s000, modifying the routing request message, and adding a flag bit to a frame control domain of the head of the routing request message; the flag bit is used for marking whether the routing request message carries a short data message.
The invention modifies the original route request message to lead the original route request message to carry the short data message incidentally, and when the route searching is successful, the short data message reaches the target node, thereby improving the response time of data sending.
Further preferably, the step S300 of determining whether the routing request packet carries a short data packet further includes the steps of: s310, analyzing the routing request message to obtain a flag bit in a frame control domain of the head of the routing request message; s320, judging whether the value of the flag bit is a preset value, if so, carrying a short data message by the routing request message.
The invention modifies the frame control field of the head part of the routing request message, increases the flag bit for marking whether the short data message is carried, has small modification on the basis of the prior message format, and is convenient for the target node to judge, separate and analyze the short data message.
Further preferably, the step S200 further includes the steps of: s500, if the current node is not the target node, broadcasting the routing request message to the surrounding adjacent nodes.
Further preferably, the step S400 further includes the steps of: s600, when the routing request message is judged not to carry the short data message, a routing response message is fed back from the current node to the initiating node.
The invention also discloses a short data message sending device based on the Zigbee network, which comprises the following components: the message broadcasting module is used for broadcasting the routing request message from the source node to the nodes adjacent to the periphery; the first judging module is used for judging whether the current node is a target node or not when any node receives the routing request message; the second judging module is used for further judging whether the routing request message carries a short data message or not when judging that the current node is a target node; and the processing module is used for analyzing the routing request message and acquiring the short data message when the routing request message is judged to carry the short data message.
Further preferably, the method further comprises the following steps: the message modification module is used for modifying the routing request message and adding a flag bit to a frame control domain of the head of the routing request message; the flag bit is used for marking whether the routing request message carries a short data message.
Further preferably, the second determination module further includes: the analysis submodule is used for analyzing the routing request message and obtaining a flag bit in a frame control domain of the head of the routing request message; and the flag bit judgment submodule is used for judging whether the value of the flag bit is a preset value or not, and when the value of the flag bit is the preset value, the routing request message carries a short data message.
Further preferably, the message broadcasting module is further configured to broadcast the routing request message to neighboring nodes through the current node if the current node is not the target node.
Further preferably, the method further comprises the following steps: and the message feedback module is used for feeding back a route response message from the current node to the initiating node when the route request message is judged not to carry the short data message.
Compared with the prior art, the method adds a little short data message to be sent to the target node between the head and the load in the original Zigbee routing request message, the short data message and the routing request message use the same message head and broadcast to the adjacent nodes around in a multicast mode, after the routing is successfully found, the routing request message is already sent to the target node, and the target node directly takes out the short data message from the routing request message for analysis and processing, so that the message sending times are reduced, and the data sending response time is prolonged.
Drawings
The present invention will be further described in the following detailed description of preferred embodiments, which is to be read in connection with the accompanying drawings.
Fig. 1 is a schematic diagram illustrating main steps of a short data packet sending method based on a Zigbee network according to the present invention;
fig. 2 is a schematic step diagram illustrating an embodiment of a short data packet sending method based on a Zigbee network according to the present invention;
fig. 3 is a flowchart of a short data packet sending method based on a Zigbee network according to the present invention;
fig. 4 is a schematic diagram illustrating major components of a short data packet sending apparatus based on a Zigbee network according to the present invention;
fig. 5 is a schematic diagram illustrating a complete configuration of a short data packet sending apparatus based on a Zigbee network according to the present invention.
The reference numbers illustrate:
100. the device comprises a message broadcasting module, 200, a first judgment module, 300, a second judgment module, 301, an analysis sub-module, 302, a flag bit judgment sub-module, 400, a processing module, 500, a message modification module, 600 and a message feedback module.
Detailed Description
In order to more clearly illustrate the embodiments of the present invention or the technical solutions in the prior art, the following description will be made with reference to the accompanying drawings. It is obvious that the drawings in the following description are only some examples of the invention, and that for a person skilled in the art, other drawings and embodiments can be derived from them without inventive effort.
For the sake of simplicity, the drawings only schematically show the parts relevant to the present invention, and they do not represent the actual structure as a product. In addition, in order to make the drawings concise and understandable, components having the same structure or function in some of the drawings are only schematically illustrated or only labeled. In this document, "one" means not only "only one" but also a case of "more than one".
Fig. 1 is a schematic diagram illustrating main steps of a short data packet sending method based on a Zigbee network according to the present invention, and as shown in fig. 1, a short data packet sending method based on a Zigbee network includes the steps of: s100, broadcasting a routing request message from a source node to surrounding adjacent nodes; s200, when any node receives the routing request message, judging whether the current node is a target node; if yes, executing the next step; s300, if the current node is the target node, further judging whether the routing request message carries a short data message; s400, when the routing request message is judged to carry the short data message, the routing request message is analyzed, and the short data message is obtained.
Specifically, for a node with routing capability, when a request for sending a data frame from a higher layer of the network layer is received and there is no entry corresponding to the destination node in the routing table, it initiates a route discovery process. The source node first creates a route request packet (RREQ), i.e., a route request message, and broadcasts it to surrounding nodes using multicast (multi. After the route is found and the corresponding route information is established, the corresponding data message is sent to the destination node. Here, the source node has to send a packet twice, one is a routing request packet and one is a data packet. If the data packet to be sent is a short data packet, the information content of the data packet is short, and the data packet is separately transmitted after the header information is added according to the conventional method, the payload ratio is low, and communication resources are wasted because one short data packet needs to be sent twice for transmitting, thereby resulting in low communication efficiency.
When the short data message is transmitted, the short data message to be transmitted is directly carried in the routing request message when the Zigbee equipment searches for the route, and when the route searching is successful, the short data message directly reaches the target node, so that the transmitting times are reduced, and the response time of data transmission is improved.
Fig. 2 is a schematic step diagram of an embodiment of a short data packet sending method based on a Zigbee network according to the present invention. As shown in fig. 2, preferably, the step S100 further includes, before the step, the steps of: s000, modifying the routing request message, and adding a flag bit to a frame control domain of the head of the routing request message; the flag bit is used for marking whether the routing request message carries a short data message.
Specifically, a short message to be sent to the destination address is added between the header and the payload in the original zigbee route discovery message, as shown in table 1, the Piggyback short message is the storage location of the short data message.
TABLE 1
Figure BDA0001170408130000051
The invention modifies the original route request message to lead the original route request message to carry the short data message incidentally, and when the route searching is successful, the short data message reaches the target node, thereby improving the response time of data sending.
Preferably, as shown in fig. 2, the step S300 "determining whether the route request packet carries a short data packet" further includes the steps of: s310, analyzing the routing request message to obtain a flag bit in a frame control domain of the head of the routing request message; s320, judging whether the value of the flag bit is a preset value, if so, carrying a short data message by the routing request message.
TABLE 2
Figure BDA0001170408130000061
Specifically, the Frame Control Field of the original route request message is shown in table 2, and the present invention modifies the Frame Control Field of the message header to obtain the modified route request message, as shown in table 3.
TABLE 3
Figure BDA0001170408130000062
As shown in table 3, a Piggyback Flag is added in the frame control field, and when the value is 1, the short data packet corresponding to the routing request packet is carried in the routing request packet, and when the value is 0, the short data packet is not carried in the routing request packet.
The invention modifies the frame control field of the head part of the routing request message, increases the flag bit for marking whether the short data message is carried, has small modification on the basis of the prior message format, and is convenient for the target node to judge, separate and analyze the short data message.
Preferably, the step S200 further includes the steps of: s500, if the current node is not the target node, broadcasting the routing request message to the surrounding adjacent nodes.
Preferably, the step S400 further includes the steps of: s600, when the routing request message is judged not to carry the short data message, a routing response message is fed back from the current node to the initiating node.
Specifically, if the current routing request packet does not carry the short data packet, a routing response packet is fed back to the originating node according to the prior art, and the routing response packet is used for establishing a path between the source node and the target node.
Fig. 3 is a flowchart of a short data packet sending method based on a Zigbee network according to the present invention. As shown in fig. 3, the specific workflow of the present invention is as follows:
30. and starting.
31. A route request message is broadcast from a source node to surrounding neighboring nodes.
32. When any node receives the routing request message, judging whether the current node is a target node or not; if yes, go to step 33; otherwise, step 35 is executed.
33. Further judging whether the routing request message carries a short data message or not; if yes, go to step 34; otherwise, step 36 is executed.
34. And analyzing the routing request message to obtain the short data message.
35. And broadcasting the routing request message to the surrounding adjacent nodes.
36. And feeding back a routing response message from the current node to the initiating node.
Fig. 4 is a schematic diagram illustrating major components of a short data packet sending apparatus based on a Zigbee network according to the present invention. As shown in fig. 4, a short data packet sending apparatus based on a Zigbee network includes: a message broadcasting module 100, configured to broadcast a routing request message from a source node to neighboring nodes around; a first determining module 200, configured to determine whether a current node is a target node when any node receives the routing request packet; a second judging module 300, configured to further judge whether the routing request packet carries a short data packet when it is judged that the current node is a target node; the processing module 400 is configured to, when it is determined that the short data packet is carried in the routing request packet, parse the routing request packet, and obtain the short data packet.
When the short data message is transmitted, firstly, when the Zigbee equipment searches for the route, the short data message to be transmitted is directly carried in the route request message, and when the route searching is successful, the short data message directly reaches the target node, so that the transmitting times are reduced, and the response time of data transmission is improved.
Fig. 5 is a schematic diagram illustrating a complete configuration of a short data packet sending apparatus based on a Zigbee network according to the present invention. Preferably, as shown in fig. 5, the method further includes: a message modification module 500, configured to modify a routing request message and add a flag bit to a frame control field of a header of the routing request message; the flag bit is used for marking whether the routing request message carries a short data message.
Preferably, as shown in fig. 5, the second determining module 300 further includes: the parsing submodule 301 is configured to parse the routing request packet to obtain a flag bit in a frame control field of a header of the routing request packet; the flag bit determining submodule 302 is configured to determine whether the value of the flag bit is a preset value, and when the value of the flag bit is the preset value, the routing request packet carries a short data packet.
Preferably, the message broadcasting module 100 is further configured to broadcast the route request message to neighboring nodes through the current node if the current node is not the target node.
Preferably, as shown in fig. 5, the method further includes: a message feedback module 600, configured to feed back a route response message from the current node to the initiating node when it is determined that the route request message does not carry the short data message.
It should be noted that the information interaction, execution process, and other contents between the modules in the apparatus are based on the same concept as the method embodiment, and specific contents may refer to the description in the method embodiment of the present invention, and are not described herein again.
The invention adds a little short data message to be sent to a target node between the head part and the load in the original Zigbee routing request message, the short data message and the routing request message use the same message head and broadcast to the adjacent nodes around in a multicast mode, when the routing is successful, the routing request message is already sent to the target node, and the target node directly takes out the short data message from the routing request message for analysis and processing, thereby reducing the message sending times and improving the response time of data sending.
It should be noted that the above embodiments can be freely combined as necessary. The foregoing is only a preferred embodiment of the present invention, and it should be noted that, for those skilled in the art, various modifications and decorations can be made without departing from the principle of the present invention, and these modifications and decorations should also be regarded as the protection scope of the present invention.

Claims (4)

1. A short data message sending method based on Zigbee network is characterized by comprising the following steps:
s000, modifying the routing request message, and adding a flag bit to a frame control domain of the head of the routing request message; the flag bit is used for marking whether the routing request message carries a short data message or not;
s100, broadcasting a routing request message from a source node to surrounding adjacent nodes;
s200, when any node receives the routing request message, judging whether the current node is a target node; if yes, executing the next step; if the current node is not the target node, broadcasting the routing request message to the surrounding adjacent nodes;
s300, if the current node is the target node, further determining whether the routing request packet carries a short data packet, specifically including: s310, analyzing the routing request message to obtain a flag bit in a frame control domain of the head of the routing request message;
s320, judging whether the value of the flag bit is a preset value or not, if so, carrying a short data message by the routing request message;
s400, when the routing request message is judged to carry the short data message, the routing request message is analyzed, and the short data message is obtained.
2. The method for sending a short data packet according to claim 1, wherein step S400 further includes the steps of:
s600, when the routing request message is judged not to carry the short data message, a routing response message is fed back from the current node to the initiating node.
3. A short data message sending device based on Zigbee network is characterized by comprising:
the message modification module is used for modifying the routing request message and adding a flag bit to a frame control domain of the head of the routing request message; the flag bit is used for marking whether the routing request message carries a short data message or not;
the message broadcasting module is used for broadcasting a routing request message to the nodes adjacent to the periphery from a source node, and is also used for broadcasting the routing request message to the nodes adjacent to the periphery through the current node if the current node is not the target node;
the first judging module is used for judging whether the current node is a target node or not when any node receives the routing request message;
the second judging module is used for further judging whether the routing request message carries a short data message or not when judging that the current node is a target node;
the analysis submodule is used for analyzing the routing request message and obtaining a flag bit in a frame control domain of the head of the routing request message;
a flag bit judgment submodule, configured to judge whether a value of the flag bit is a preset value, where when the value of the flag bit is the preset value, the routing request packet carries a short data packet;
and the processing module is used for analyzing the routing request message and acquiring the short data message when the routing request message is judged to carry the short data message.
4. The apparatus for sending short data packets based on Zigbee network as claimed in claim 3, further comprising:
and the message feedback module is used for feeding back a route response message from the current node to the initiating node when the route request message is judged not to carry the short data message.
CN201611100547.4A 2016-12-05 2016-12-05 Short data message sending method and device based on Zigbee network Active CN106851764B (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
CN201611100547.4A CN106851764B (en) 2016-12-05 2016-12-05 Short data message sending method and device based on Zigbee network

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
CN201611100547.4A CN106851764B (en) 2016-12-05 2016-12-05 Short data message sending method and device based on Zigbee network

Publications (2)

Publication Number Publication Date
CN106851764A CN106851764A (en) 2017-06-13
CN106851764B true CN106851764B (en) 2020-12-22

Family

ID=59146243

Family Applications (1)

Application Number Title Priority Date Filing Date
CN201611100547.4A Active CN106851764B (en) 2016-12-05 2016-12-05 Short data message sending method and device based on Zigbee network

Country Status (1)

Country Link
CN (1) CN106851764B (en)

Families Citing this family (2)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN108289288A (en) * 2018-01-22 2018-07-17 上海晶曦微电子科技有限公司 A kind of method, apparatus of communication, communication equipment and storage medium
CN113286345A (en) * 2021-05-19 2021-08-20 北华航天工业学院 ZigBee network route and control method thereof

Citations (4)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN101437266A (en) * 2008-12-17 2009-05-20 西安交通大学 Method for reducing control load of dynamic source routing protocol
CN101895952A (en) * 2010-07-16 2010-11-24 山东省计算中心 Multi-route establishment method and parallel data transmission method of wireless sensor network
CN103298057A (en) * 2013-05-28 2013-09-11 东南大学 Concurrent multi-path routing method based on ZigBee technology
CN105050149A (en) * 2015-06-01 2015-11-11 苏州博联科技有限公司 Routing method for overcoming congestion of tree type Zigbee network

Family Cites Families (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
GB2485335B (en) * 2010-10-25 2012-10-03 Enecsys Ltd Renewable energy monitoring system

Patent Citations (4)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN101437266A (en) * 2008-12-17 2009-05-20 西安交通大学 Method for reducing control load of dynamic source routing protocol
CN101895952A (en) * 2010-07-16 2010-11-24 山东省计算中心 Multi-route establishment method and parallel data transmission method of wireless sensor network
CN103298057A (en) * 2013-05-28 2013-09-11 东南大学 Concurrent multi-path routing method based on ZigBee technology
CN105050149A (en) * 2015-06-01 2015-11-11 苏州博联科技有限公司 Routing method for overcoming congestion of tree type Zigbee network

Also Published As

Publication number Publication date
CN106851764A (en) 2017-06-13

Similar Documents

Publication Publication Date Title
US10499313B2 (en) Efficient hybrid resource and schedule management in time slotted channel hopping networks
JP6258524B2 (en) Method and apparatus for incorporating a Bluetooth device into a neighbor aware network
JP5855760B2 (en) Wireless bridging in hybrid communication networks
JP6841343B2 (en) Simultaneous routing of multiple data streams in a wireless network
US7894378B2 (en) Method for updating a multicast state of a multicast group
CN104272836B (en) The apparatus and method compressed for control frame and management frame
US20090059934A1 (en) Method and device for providing a bridge in a network
US20160043942A1 (en) Layer-3 mesh connectivity of wireless local networks
EP2636273A1 (en) A method and device for transmitting an ipv6 over low power wireless personal area network data packet
JP2016106473A (en) Systems and methods for header compression
US20050157749A1 (en) System and method for communication with an external network in an IPv6 MANET network
CN106714329B (en) Method and device for establishing data link
WO2019119346A1 (en) Method and network device for determining communication path
CN106851764B (en) Short data message sending method and device based on Zigbee network
US20160219415A1 (en) Multicast packet delivery in a wireless network operating in storing mode
US10680853B2 (en) System for combining wireless sensor networks and method thereof
CN104244359A (en) Method for optimizing wireless network route paths
CN104754649A (en) Data transfer method and wireless Mesh node
WO2017098859A1 (en) Communication device and communication method
CN109587754B (en) Network equipment node selection method and device and computer readable storage medium
CN113727409B (en) Message transmission method, node and LORA ad hoc network
KR100879725B1 (en) Method and Device for Tree Routing In Wireless Network
US20120140629A1 (en) Routing method
Xie et al. Simulation research on routing protocols in zigbee network
JP6659460B2 (en) Communication device, communication method, communication program, and communication system

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
TA01 Transfer of patent application right

Effective date of registration: 20201110

Address after: Room 10242, No. 260, Jiangshu Road, Xixing street, Binjiang District, Hangzhou City, Zhejiang Province

Applicant after: Hangzhou Jiji Intellectual Property Operation Co.,Ltd.

Address before: 201616 Shanghai city Songjiang District Sixian Road No. 3666

Applicant before: Phicomm (Shanghai) Co.,Ltd.

TA01 Transfer of patent application right
TA01 Transfer of patent application right

Effective date of registration: 20201208

Address after: Room 703, building 3, Yangguang Chuncheng, Lubei street, Luqiao District, Taizhou City, Zhejiang Province

Applicant after: Taizhou zhiao communication equipment Co.,Ltd.

Address before: Room 10242, No. 260, Jiangshu Road, Xixing street, Binjiang District, Hangzhou City, Zhejiang Province

Applicant before: Hangzhou Jiji Intellectual Property Operation Co.,Ltd.

TA01 Transfer of patent application right
GR01 Patent grant
GR01 Patent grant
TR01 Transfer of patent right

Effective date of registration: 20230810

Address after: 313000 room 1019, Xintiandi commercial office, Yishan street, Wuxing District, Huzhou, Zhejiang, China

Patentee after: Huzhou YingLie Intellectual Property Operation Co.,Ltd.

Address before: Room 703, building 3, Yangguang Chuncheng, Lubei street, Luqiao District, Taizhou City, Zhejiang Province

Patentee before: Taizhou zhiao communication equipment Co.,Ltd.

TR01 Transfer of patent right