CN112105008B - LoRaWAN gateway node data interaction method based on data unit - Google Patents

LoRaWAN gateway node data interaction method based on data unit Download PDF

Info

Publication number
CN112105008B
CN112105008B CN202010851542.5A CN202010851542A CN112105008B CN 112105008 B CN112105008 B CN 112105008B CN 202010851542 A CN202010851542 A CN 202010851542A CN 112105008 B CN112105008 B CN 112105008B
Authority
CN
China
Prior art keywords
data
channel
data type
type
gateway
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
CN202010851542.5A
Other languages
Chinese (zh)
Other versions
CN112105008A (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.)
Yunnan Hanzhe Technology Co ltd
Original Assignee
Yunnan Hanzhe 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 Yunnan Hanzhe Technology Co ltd filed Critical Yunnan Hanzhe Technology Co ltd
Priority to CN202010851542.5A priority Critical patent/CN112105008B/en
Publication of CN112105008A publication Critical patent/CN112105008A/en
Application granted granted Critical
Publication of CN112105008B publication Critical patent/CN112105008B/en
Active legal-status Critical Current
Anticipated expiration legal-status Critical

Links

Images

Classifications

    • HELECTRICITY
    • H04ELECTRIC COMMUNICATION TECHNIQUE
    • H04WWIRELESS COMMUNICATION NETWORKS
    • H04W4/00Services specially adapted for wireless communication networks; Facilities therefor
    • H04W4/80Services using short range communication, e.g. near-field communication [NFC], radio-frequency identification [RFID] or low energy communication
    • HELECTRICITY
    • H04ELECTRIC COMMUNICATION TECHNIQUE
    • H04WWIRELESS COMMUNICATION NETWORKS
    • H04W24/00Supervisory, monitoring or testing arrangements
    • H04W24/02Arrangements for optimising operational condition
    • HELECTRICITY
    • H04ELECTRIC COMMUNICATION TECHNIQUE
    • H04WWIRELESS COMMUNICATION NETWORKS
    • H04W4/00Services specially adapted for wireless communication networks; Facilities therefor
    • H04W4/30Services specially adapted for particular environments, situations or purposes
    • H04W4/38Services specially adapted for particular environments, situations or purposes for collecting sensor information
    • YGENERAL TAGGING OF NEW TECHNOLOGICAL DEVELOPMENTS; GENERAL TAGGING OF CROSS-SECTIONAL TECHNOLOGIES SPANNING OVER SEVERAL SECTIONS OF THE IPC; TECHNICAL SUBJECTS COVERED BY FORMER USPC CROSS-REFERENCE ART COLLECTIONS [XRACs] AND DIGESTS
    • Y02TECHNOLOGIES OR APPLICATIONS FOR MITIGATION OR ADAPTATION AGAINST CLIMATE CHANGE
    • Y02DCLIMATE CHANGE MITIGATION TECHNOLOGIES IN INFORMATION AND COMMUNICATION TECHNOLOGIES [ICT], I.E. INFORMATION AND COMMUNICATION TECHNOLOGIES AIMING AT THE REDUCTION OF THEIR OWN ENERGY USE
    • Y02D30/00Reducing energy consumption in communication networks
    • Y02D30/70Reducing energy consumption in communication networks in wireless communication networks

Abstract

The application provides a LoRaWAN gateway node data interaction method based on data units, which comprises the following steps: the first terminal node constructs an uplink data unit according to the first channel number, the data length, the first data type and the first data to be transmitted of the sensor; the structure of the uplink data unit is 'first channel number + data length + first data type + first data'; the first terminal node performs base64 coding to obtain a corresponding first data packet after adding head-to-tail verification to the uplink data unit, and sends the first data packet to the gateway through an outer LoRaWAN protocol; the gateway performs base64 decoding on the first data packet and then performs head and tail verification; if the head and tail verification is passed, the gateway sends a control instruction to the corresponding second terminal node according to the first data; otherwise, discarding the first data; the data structure is optimized, the size of a transmission packet is reduced, and the data transmission quantity between the data structure and the transmission packet is reduced, so that the transmission power consumption is reduced.

Description

LoRaWAN gateway node data interaction method based on data unit
Technical Field
The application relates to the technical field of data transmission, in particular to a LoRaWAN gateway node data interaction method based on data units.
Background
LoRaWAN is a set of communication protocols and system architecture designed for LoRa telecommunications networks. The Lora communication system generally comprises four parts, namely a terminal, a base station, a network server and an application server. A star network topology is adopted between the base station and the terminal, and single-hop transmission is used between the base station and the terminal due to the long-distance characteristic of LoRa. The terminal node can send to multiple base stations at the same time, the base station transmits LoRaWAN protocol data between the network server and the terminal, and the LoRaWAN data are respectively loaded on LoRa radio frequency transmission and TCP/IP. The LoRa ad hoc network is a wireless access product based on the LoRa/LoRaWAN technology, and when the LoRa ad hoc network is specifically applied, authentication, connection management and configuration of a LoRa gateway are required to be performed on a LoRa terminal node, and encryption and decryption of data are also required. However, at present, when the terminal node and the gateway perform data interaction, data of multiple sensors are combined in a non-specific format, and a data packet structure caused by different data types and data accuracy is disordered and complicated, so that the data packet structure is inconvenient to interpret. Therefore, it is necessary to provide a scheme to optimize the data structure, reduce the size of the transmission packet, ensure the integrity of the data, and make the data transmission and analysis more stable, thereby reducing the transmission power consumption.
Disclosure of Invention
The application aims to provide a LoRaWAN gateway node data interaction method based on a data unit, which is used for reducing the size of a transmission packet and ensuring the integrity of data, so that the data transmission and analysis are more stable, and the technical effect of reducing the transmission power consumption is realized.
The embodiment of the application provides a LoRaWAN gateway node data interaction method based on a data unit, which comprises the steps that a first terminal node constructs an uplink data unit according to a first channel number, data length, a first data type and first data to be transmitted of a sensor; the structure of the uplink data unit is 'first channel number + data length + first data type + first data';
the first terminal node performs base64 coding after adding head-to-tail verification to the uplink data unit to obtain a corresponding first data packet, and sends the first data packet to a gateway through an outer LoRaWAN protocol;
the gateway performs base64 decoding on the first data packet and then performs head and tail verification;
if the head and tail verification is passed, the gateway sends a control instruction to a corresponding second terminal node according to the first data; otherwise, the first data is discarded.
Further, the step of sending, by the gateway, a control instruction to the corresponding second terminal node according to the first data includes:
acquiring a second channel number, a second data type and second data to be transmitted of a second terminal node;
constructing a downlink data unit according to the second channel number, the second data type and the second data; the structure of the downlink data unit is 'second channel number + second data type + second data';
and after head and tail verification is added to the downlink data unit, base64 coding is carried out to obtain a second data packet corresponding to the control instruction, and the second data packet is sent to a second terminal node through an outer layer LoRaWAN protocol.
Further, the second channel number and the second data type occupy a fixed byte.
Further, the method further comprises: if the number of the data units is multiple, adding the data units, then adding head and tail verification, and performing base64 encoding.
Further, the first channel number and the data length in the uplink data unit occupy a fixed byte; the first data type occupies a fixed byte.
Further, the method further comprises: constructing a channel data type table according to the data type; converting the data type according to the channel data type table;
the channel data type table comprises a general channel data type table and a special channel data type table; the universal channel data type table comprises a channel type of a terminal node, a data type number, a conversion value corresponding to the data type number, data resolution and data size; the special channel data type table comprises a sensor acquisition period, a channel type of a terminal node corresponding time, a data type model, a conversion value corresponding to the data type number, data resolution and data size.
Further, the conversion value of the channel number is a 16-system conversion value.
The beneficial effect that this application can realize is: the method and the device improve the data structure of the Payload part in the LoRaWAN data frame, optimize the data structure, reduce the size of a transmission packet, reduce the data transmission amount between the LoRaWAN data frame and the transmission packet, and enable data transmission and analysis to be more stable, thereby reducing the power consumption of transmission.
Drawings
In order to more clearly illustrate the technical solutions of the embodiments of the present application, the drawings that are required to be used in the embodiments of the present application will be briefly described below, it should be understood that the following drawings only illustrate some embodiments of the present application and therefore should not be considered as limiting the scope, and that those skilled in the art can also obtain other related drawings based on the drawings without inventive efforts.
Fig. 1 is a flowchart of a data unit-based data interaction method for a LoRaWAN gateway node according to an embodiment of the present application;
fig. 2 is a schematic flow chart of a data unit combination according to an embodiment of the present application;
fig. 3 is a schematic diagram of a data unit parsing process according to an embodiment of the present application.
Detailed Description
The technical solutions in the embodiments of the present application will be described below with reference to the drawings in the embodiments of the present application.
It should be noted that: like reference numbers and letters refer to like items in the following figures, and thus, once an item is defined in one figure, it need not be further defined and explained in subsequent figures. Meanwhile, in the description of the present application, the terms "first", "second", and the like are used only for distinguishing the description, and are not to be construed as indicating or implying relative importance.
Referring to fig. 1, fig. 2 and fig. 3, fig. 1 is a flowchart of a data unit-based LoRaWAN gateway node data interaction method according to an embodiment of the present application; fig. 2 is a schematic flow chart of a data unit combination according to an embodiment of the present application; fig. 3 is a schematic diagram of a data unit parsing process according to an embodiment of the present application.
The applicant researches and discovers that when data interaction is carried out between a terminal node and a gateway in the existing LoRaWAN, data of various sensors are combined in a non-specific format, and a data packet structure caused by different data types and data precision is disordered and complex and is inconvenient to interpret. Therefore, the LoRaWAN gateway node data interaction method based on the data unit is provided to optimize a data structure when the terminal node and the gateway interact, reduce the size of a transmission packet, reduce the data transmission amount between the terminal node and the gateway, enable data transmission and analysis to be more stable, and reduce the transmission power consumption. As shown in fig. 1, the method comprises the following specific steps:
step S101, a first terminal node constructs an uplink data unit according to a first channel number, a data length, a first data type and first data to be transmitted of a sensor; the structure of the uplink data unit is 'first channel number + data length + first data type + first data'.
As shown in fig. 2, when an uplink data unit is constructed, a terminal node first obtains information such as a channel number, a data length, a data type, data to be transmitted, and the like of a sensor, and then obtains a conversion value corresponding to the data type according to the data type and a general channel data type table; the general channel data type table is constructed in a manner shown in table 1, and the conversion value corresponding to the data type number may be a 16-system conversion value. The universal channel data type table comprises a channel type of the terminal node, a data type number (LPP), a conversion value corresponding to the data type number, data resolution and data size.
Table 1 general channel data type table
Figure BDA0002644894420000041
Figure BDA0002644894420000051
Furthermore, in order to control the acquisition period of the sensor and the response time of the terminal node conveniently, a dedicated data channel can be set and a corresponding dedicated channel data type table can be constructed during data transmission, and when a gateway sends a corresponding control instruction, the gateway can firstly convert the control instruction into a 16-system conversion value according to the dedicated channel data type table and then transmit the conversion value through the dedicated channel; specifically, as shown in table 2. The special channel data type table comprises a channel type, a data type number, a conversion value corresponding to the data type number, data resolution and data size of a sensor acquisition period and corresponding time of a terminal node.
TABLE 2 Special channel data type Table
Figure BDA0002644894420000052
And step S102, the first terminal node performs base64 coding to obtain a corresponding first data packet after adding head-to-tail verification to the uplink data unit, and sends the first data packet to a gateway through an outer-layer LoRaWAN protocol.
As shown in fig. 2, in an embodiment, after the uplink data unit is constructed, a header and footer verification (e.g., header and footer verifications aa and bb) may be added, and then base64 encoding is performed to obtain a corresponding data packet.
It should be noted that, if there are multiple data units, the data units may be added arbitrarily and then the head and tail verification may be added; the addition method is "data unit 1& data unit 2&. & data unit n".
And step S103, the gateway performs base64 decoding on the first data packet and then performs head and tail verification.
As shown in fig. 2, after receiving the data packet sent by the terminal node, the gateway first performs base64 decoding, and then performs head and tail verification to verify the head and tail aa and bb.
Step S104, if the head and tail verification is passed, the gateway sends a control instruction to a corresponding second terminal node according to the first data; otherwise, the first data is discarded.
As shown in fig. 2, if the head and the tail are qualified through verification, the gateway continues to convert the content of the data packet according to the general channel data type table corresponding to the data type, so as to obtain a corresponding data value. And if the head and the tail are not qualified through verification, discarding the data.
In order to better understand the method provided by the present application, the present application further provides the following several embodiments (in the embodiments, payload is actually sent data in a data frame of a LoRaWAN):
example one
Uplink (Uplink): and the air temperature and humidity sensor of the first channel transmits data to the gateway.
Figure BDA0002644894420000061
The transmission content after adding specific head and tail (aa, bb) and base64 codes is as follows: qhJlARASZgD/uw.
Example two
(downstream) Downlink: and the gateway sends a control command to close the electromagnetic valve of the third channel and open the electromagnetic valve of the fourth channel for 10min.
Figure BDA0002644894420000071
The transmission content after adding specific head and tail (aa, bb) and base64 codes is as follows: qjAAQQECWLs.
EXAMPLE III
(downstream) Downlink: the dedicated channel sets the response time to 1min.
Figure BDA0002644894420000072
The transmission content after adding specific head and tail (aa, bb) and base64 codes is as follows: qgAAPLs.
To sum up, an embodiment of the present application provides a data unit-based LoRaWAN gateway node data interaction method, including: the first terminal node constructs an uplink data unit according to a first channel number, a data length, a first data type and first data to be transmitted of the sensor; the structure of the uplink data unit is 'first channel number + data length + first data type + first data'; the first terminal node performs base64 coding to obtain a corresponding first data packet after adding head-to-tail verification to the uplink data unit, and sends the first data packet to the gateway through an outer LoRaWAN protocol; the gateway performs base64 decoding on the first data packet and then performs head and tail verification; if the head and tail verification is passed, the gateway sends a control instruction to the corresponding second terminal node according to the first data; otherwise, the first data is discarded. By the mode, the data structure is optimized, the size of a transmission packet is reduced, the data transmission amount between the transmission packet and the transmission packet is reduced, data transmission and analysis are more stable, and transmission power consumption is reduced.
The above description is only for the specific embodiments of the present application, but the scope of the present application is not limited thereto, and any person skilled in the art can easily conceive of the changes or substitutions within the technical scope of the present application, and shall be covered by the scope of the present application. Therefore, the protection scope of the present application shall be subject to the protection scope of the claims.

Claims (6)

1. A LoRaWAN gateway node data interaction method based on data units is characterized by comprising the following steps:
the first terminal node constructs an uplink data unit according to the first channel number, the data length, the first data type and the first data to be transmitted of the sensor; the structure of the uplink data unit is 'first channel number + data length + first data type + first data';
the first terminal node performs base64 coding after adding head-to-tail verification to the uplink data unit to obtain a corresponding first data packet, and sends the first data packet to a gateway through an outer-layer LoRaWAN protocol;
the gateway performs base64 decoding on the first data packet and then performs head and tail verification;
if the first data and the second data pass the verification, the gateway sends a control instruction to the corresponding second terminal node according to the first data, wherein the control instruction comprises a second channel number, a second data type and second data to be transmitted of the second terminal node; constructing a downlink data unit according to the second channel number, the second data type and the second data; the structure of the downlink data unit is 'second channel number + second data type + second data'; performing head and tail verification on the downlink data unit, then performing base64 coding to obtain a second data packet corresponding to a control instruction, and sending the second data packet to a second terminal node through an outer LoRaWAN protocol; otherwise, discarding the first data;
the method also comprises the steps of constructing a channel data type table according to the data types; converting the data type according to the channel data type table;
the method comprises the following steps: when an uplink data unit is constructed, a terminal node acquires a channel number, a data length, a data type and data information to be transmitted of a sensor, and acquires a conversion value corresponding to the data type based on the data type and a universal channel data type table;
and selecting a universal channel to send the first data packet to a gateway based on the conversion value.
2. The LoRaWAN gateway node data interaction method of claim 1, wherein the second channel number and the second data type occupy a fixed byte.
3. The LoRaWAN gateway node data interaction method of claim 1, wherein the method further comprises:
and if the number of the data units is multiple, adding the data units, then adding head and tail verification, and performing base64 encoding.
4. The LoRaWAN gateway node data interaction method of claim 1, wherein the first channel number and the data length in the uplink data unit occupy a fixed byte; the first data type occupies a fixed byte.
5. The LoRaWAN gateway node data interaction method of claim 1, wherein the method further comprises: constructing a channel data type table according to the data type; converting the data type according to the channel data type table;
the channel data type table comprises a general channel data type table and a special channel data type table; the universal channel data type table comprises a channel type of a terminal node, a data type number, a conversion value corresponding to the data type number, data resolution and data size; the special channel data type table comprises a sensor acquisition period, a channel type of a terminal node corresponding time, a data type model, a conversion value corresponding to the data type number, data resolution and data size.
6. The LoRaWAN gateway node data interaction method according to claim 5, wherein the conversion value corresponding to the data type is a 16-system conversion value.
CN202010851542.5A 2020-08-21 2020-08-21 LoRaWAN gateway node data interaction method based on data unit Active CN112105008B (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
CN202010851542.5A CN112105008B (en) 2020-08-21 2020-08-21 LoRaWAN gateway node data interaction method based on data unit

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
CN202010851542.5A CN112105008B (en) 2020-08-21 2020-08-21 LoRaWAN gateway node data interaction method based on data unit

Publications (2)

Publication Number Publication Date
CN112105008A CN112105008A (en) 2020-12-18
CN112105008B true CN112105008B (en) 2023-02-17

Family

ID=73753217

Family Applications (1)

Application Number Title Priority Date Filing Date
CN202010851542.5A Active CN112105008B (en) 2020-08-21 2020-08-21 LoRaWAN gateway node data interaction method based on data unit

Country Status (1)

Country Link
CN (1) CN112105008B (en)

Families Citing this family (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN112911527B (en) * 2021-01-30 2022-09-23 浙江机电职业技术学院 Based on thing networking 5G communication transmission service terminal

Citations (12)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN104954113A (en) * 2014-03-28 2015-09-30 上海联影医疗科技有限公司 Multichannel data transmission method and system
CN108183909A (en) * 2017-12-29 2018-06-19 深圳市信锐网科技术有限公司 A kind of LoRa communication means and system
CN109067892A (en) * 2018-08-22 2018-12-21 苏州凌犀物联网技术有限公司 Big data transmission method, terminal and server in a kind of Lora communication system
CN109194761A (en) * 2018-09-18 2019-01-11 北京工业大学 A kind of acquisition of LORA environment of internet of things data and cochain implementation method based on edge calculations and block chain
CN109522979A (en) * 2018-10-09 2019-03-26 武汉天喻信息产业股份有限公司 Chip card fabrication method and system based on wireless communication technique and SAM technology
CN208768305U (en) * 2018-04-09 2019-04-19 杭州罗万信息科技有限公司 A kind of remote transport gateway based on LoRa technology
CN109949561A (en) * 2019-03-29 2019-06-28 中海石油气电集团有限责任公司 A kind of LNG tank case data transmission method based on Beidou technology
CN110324303A (en) * 2018-03-30 2019-10-11 英特尔公司 The data slot of internet of things equipment recombinates
CN110401962A (en) * 2019-08-13 2019-11-01 翱捷科技(深圳)有限公司 The LoRaWAN system and method for adjust automatically data message length
CN111464322A (en) * 2019-01-18 2020-07-28 阿里巴巴集团控股有限公司 Communication method, device, equipment and storage medium of Internet of things platform and equipment
CN111787122A (en) * 2020-07-22 2020-10-16 浙江理工大学 Communication system and method for wireless networking of agricultural Internet of things
CN113497800A (en) * 2020-04-02 2021-10-12 华为技术有限公司 Boundary filtering method and device for SRv6 trust domain

Family Cites Families (9)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
EP3635538A4 (en) * 2017-06-05 2021-03-10 Umajin Inc. Methods and systems for an application system
TWI659659B (en) * 2017-09-06 2019-05-11 國立臺灣大學 Vehicle information and environment monitoring compound vehicle system and data processing and transmission method therein
CN107657801A (en) * 2017-10-23 2018-02-02 兖州东方机电有限公司 A kind of data collection and transfering system based on LORA
CN111371827B (en) * 2018-12-26 2023-04-18 中兴通讯股份有限公司 Data transmission method, device and computer readable storage medium
CN110363980B (en) * 2019-07-25 2021-08-27 四川长虹电器股份有限公司 LoRa acquisition device based on TDMA and Contiki and acquisition method thereof
CN110418425A (en) * 2019-07-29 2019-11-05 北京安云世纪科技有限公司 Gateway, data communications method and calculating equipment based on Lora agreement
CN110855801A (en) * 2019-12-03 2020-02-28 广州供电局有限公司 Gateway for electric power multi-interface transmission and data transmission method
CN111093227B (en) * 2019-12-30 2022-09-13 武汉阿迪克电子股份有限公司 LoRaWAN-based wireless transmission data acquisition method and system
CN111277679B (en) * 2020-04-02 2021-03-23 安徽农业大学 Wireless sensor network communication method based on LoRaWAN and IPv6 protocol

Patent Citations (12)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN104954113A (en) * 2014-03-28 2015-09-30 上海联影医疗科技有限公司 Multichannel data transmission method and system
CN108183909A (en) * 2017-12-29 2018-06-19 深圳市信锐网科技术有限公司 A kind of LoRa communication means and system
CN110324303A (en) * 2018-03-30 2019-10-11 英特尔公司 The data slot of internet of things equipment recombinates
CN208768305U (en) * 2018-04-09 2019-04-19 杭州罗万信息科技有限公司 A kind of remote transport gateway based on LoRa technology
CN109067892A (en) * 2018-08-22 2018-12-21 苏州凌犀物联网技术有限公司 Big data transmission method, terminal and server in a kind of Lora communication system
CN109194761A (en) * 2018-09-18 2019-01-11 北京工业大学 A kind of acquisition of LORA environment of internet of things data and cochain implementation method based on edge calculations and block chain
CN109522979A (en) * 2018-10-09 2019-03-26 武汉天喻信息产业股份有限公司 Chip card fabrication method and system based on wireless communication technique and SAM technology
CN111464322A (en) * 2019-01-18 2020-07-28 阿里巴巴集团控股有限公司 Communication method, device, equipment and storage medium of Internet of things platform and equipment
CN109949561A (en) * 2019-03-29 2019-06-28 中海石油气电集团有限责任公司 A kind of LNG tank case data transmission method based on Beidou technology
CN110401962A (en) * 2019-08-13 2019-11-01 翱捷科技(深圳)有限公司 The LoRaWAN system and method for adjust automatically data message length
CN113497800A (en) * 2020-04-02 2021-10-12 华为技术有限公司 Boundary filtering method and device for SRv6 trust domain
CN111787122A (en) * 2020-07-22 2020-10-16 浙江理工大学 Communication system and method for wireless networking of agricultural Internet of things

Also Published As

Publication number Publication date
CN112105008A (en) 2020-12-18

Similar Documents

Publication Publication Date Title
Lo et al. A cellular-centric service architecture for machine-to-machine (M2M) communications
CN102210118B (en) A method of data rate adaptation for multicast communication
US10863578B2 (en) Data transmission method, device and system
US11387965B2 (en) Method for replying with acknowledgement frame, apparatus, and data transmission system
TWI530138B (en) Grouping small burst transmissions for downlink machine-to-machine communications
Franceschinis et al. On the performance of ZigBee Pro and ZigBee IP in IEEE 802.15. 4 networks
CN103841523B (en) A kind of information transferring method for carrying out Wi Fi message lengths based on multicast physical address
US8189618B2 (en) System and method for robust data loss recovery in a wireless local area network
WO2020220328A1 (en) Wireless communication method and apparatus
US20100085922A1 (en) System and method for improving bandwidth of wireless local area network
CN111555855B (en) Wireless transmission method and device
CN112105008B (en) LoRaWAN gateway node data interaction method based on data unit
Salman Internet of things protocols and standards
CN105120454B (en) Information transferring method, networking cut-in method and corresponding terminal
US20180146077A1 (en) Method and apparatus for determining processing mode for data packet
JPWO2004109981A1 (en) Base station and wireless terminal
EP2342857B1 (en) Communication system, dependent station thereof and dependent-station relay transmission method
CN107071921A (en) A kind of terminal equipment control method and system based on wireless management frame
CN105991214B (en) A kind of data transmission method and its device
Kleinschmidt Analyzing and improving the energy efficiency of IEEE 802.15. 4 wireless sensor networks using retransmissions and custom coding
Antonopoulos et al. Analogue network coding‐aided game theoretic medium access control protocol for energy‐efficient data dissemination
Watanabe et al. An energy-efficient architecture of wireless home network based on MAC broadcast and transmission power control
Barroca et al. Performance enhancement of IEEE 802.15. 4 by employing RTS/CTS and frame concatenation
Garcia-Sanchez et al. Feasibility study of MPEG-4 transmission on IEEE 802.15. 4 networks
KR100690845B1 (en) A method and a mobile terminal for efficiently transmitting/receiving data by converting tcp header information at mobile network supporting tcp/ip protocol

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
PE01 Entry into force of the registration of the contract for pledge of patent right

Denomination of invention: A Data Unit Based LoRaWAN Gateway Node Data Interaction Method

Effective date of registration: 20231114

Granted publication date: 20230217

Pledgee: Hua Xia Bank Co.,Ltd. Kunming Branch

Pledgor: YUNNAN HANZHE TECHNOLOGY CO.,LTD.

Registration number: Y2023980065535

PE01 Entry into force of the registration of the contract for pledge of patent right