CN112105008A - 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
CN112105008A
CN112105008A CN202010851542.5A CN202010851542A CN112105008A CN 112105008 A CN112105008 A CN 112105008A CN 202010851542 A CN202010851542 A CN 202010851542A CN 112105008 A CN112105008 A CN 112105008A
Authority
CN
China
Prior art keywords
data
channel
data type
gateway
type
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.)
Granted
Application number
CN202010851542.5A
Other languages
Chinese (zh)
Other versions
CN112105008B (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

Landscapes

  • Engineering & Computer Science (AREA)
  • Computer Networks & Wireless Communication (AREA)
  • Signal Processing (AREA)
  • Mobile Radio Communication Systems (AREA)

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 and 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 long-distance communication 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 simultaneously send to a plurality of base stations, and the base stations forward LoRaWAN protocol data between the network server and the terminal, and respectively bear the LoRaWAN data 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 data units, 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 achieved.
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 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 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 encoding 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 LoRaWAN protocol.
Further, the second channel number and the second data type occupy a fixed byte.
Further, 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.
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 data of various sensors are combined in a non-specific format when data interaction is carried out between a terminal node and a gateway in the existing LoRaWAN, 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 the 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 further reduce the power consumption of transmission. 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 general channel data type table includes a channel type of the terminal node, a data type number (LPP), a conversion value corresponding to the data type number, a data resolution, and a 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 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.
TABLE 2 Special channel data type Table
Figure BDA0002644894420000052
Step S102, the first terminal node performs base64 encoding 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 upstream data unit is constructed, a header and a 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 head and tail verification may be added; the addition method is "data unit 1& data unit 2&. & data unit n".
Step S103, the gateway performs base64 decoding on the first data packet and then performs header and trailer verification.
As shown in fig. 2, after receiving the data packet sent by the end node, the gateway 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 also provides the following embodiments (in the embodiments, Payload is actually transmitted 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 10 min.
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 1 min.
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 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 and 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 (7)

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 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 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.
2. The LoRaWAN gateway node data interaction method of claim 1, wherein the step of sending a control instruction to a corresponding second terminal node by the gateway according to the first data comprises:
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 encoding 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 LoRaWAN protocol.
3. The LoRaWAN gateway node data interaction method of claim 2, wherein the second channel number and the second data type occupy a fixed byte.
4. 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.
5. 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.
6. 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.
7. The LoRaWAN gateway node data interaction method according to claim 6, 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 true CN112105008A (en) 2020-12-18
CN112105008B 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)

Cited By (1)

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

Citations (21)

* 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
CN107657801A (en) * 2017-10-23 2018-02-02 兖州东方机电有限公司 A kind of data collection and transfering system based on LORA
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
US20190004792A1 (en) * 2017-06-05 2019-01-03 Umajin Inc. Application system having a gaming engine that enables execution of a declarative language
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
US20190075165A1 (en) * 2017-09-06 2019-03-07 National Taiwan University Vehicle information and environment monitoring compound vehicle system and data processing and transmission method therein
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
CN110363980A (en) * 2019-07-25 2019-10-22 四川长虹电器股份有限公司 LoRa acquisition device and its acquisition method based on TDMA and Contiki
CN110401962A (en) * 2019-08-13 2019-11-01 翱捷科技(深圳)有限公司 The LoRaWAN system and method for adjust automatically data message length
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
CN111093227A (en) * 2019-12-30 2020-05-01 武汉阿迪克电子股份有限公司 LoRaWAN-based wireless transmission data acquisition method and system
CN111277679A (en) * 2020-04-02 2020-06-12 安徽农业大学 Wireless sensor network communication method based on LoRaWAN and IPv6 protocol
CN111371827A (en) * 2018-12-26 2020-07-03 中兴通讯股份有限公司 Data transmission method, device and computer readable storage medium
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

Patent Citations (21)

* 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
US20190004792A1 (en) * 2017-06-05 2019-01-03 Umajin Inc. Application system having a gaming engine that enables execution of a declarative language
US20190075165A1 (en) * 2017-09-06 2019-03-07 National Taiwan University 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
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
CN111371827A (en) * 2018-12-26 2020-07-03 中兴通讯股份有限公司 Data transmission method, device and computer readable storage medium
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
CN110363980A (en) * 2019-07-25 2019-10-22 四川长虹电器股份有限公司 LoRa acquisition device and its acquisition method based on TDMA and Contiki
CN110418425A (en) * 2019-07-29 2019-11-05 北京安云世纪科技有限公司 Gateway, data communications method and calculating equipment based on Lora agreement
CN110401962A (en) * 2019-08-13 2019-11-01 翱捷科技(深圳)有限公司 The LoRaWAN system and method for adjust automatically data message length
CN110855801A (en) * 2019-12-03 2020-02-28 广州供电局有限公司 Gateway for electric power multi-interface transmission and data transmission method
CN111093227A (en) * 2019-12-30 2020-05-01 武汉阿迪克电子股份有限公司 LoRaWAN-based wireless transmission data acquisition method and system
CN111277679A (en) * 2020-04-02 2020-06-12 安徽农业大学 Wireless sensor network communication method based on LoRaWAN and IPv6 protocol
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

Non-Patent Citations (4)

* Cited by examiner, † Cited by third party
Title
WEIFENG GAO;ET AL: "Towards Energy-Fairness in LoRa Networks", 《2019 IEEE 39TH INTERNATIONAL CONFERENCE ON DISTRIBUTED COMPUTING SYSTEMS (ICDCS)》 *
WEIFENG GAO;ET AL: "Towards Energy-Fairness in LoRa Networks", 《2019 IEEE 39TH INTERNATIONAL CONFERENCE ON DISTRIBUTED COMPUTING SYSTEMS (ICDCS)》, 10 July 2019 (2019-07-10) *
张文博: "基于LoRa技术的远程水表抄表系统的设计与实现", 《中国优秀硕士学位论文辑》 *
张文博: "基于LoRa技术的远程水表抄表系统的设计与实现", 《中国优秀硕士学位论文辑》, 1 December 2018 (2018-12-01) *

Cited By (1)

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

Also Published As

Publication number Publication date
CN112105008B (en) 2023-02-17

Similar Documents

Publication Publication Date Title
Lo et al. A cellular-centric service architecture for machine-to-machine (M2M) communications
CN101938518B (en) Data link layer protocol of low voltage power line spread-frequency communication
CN109981668A (en) Common apparatus Internet of Things communication means based on the extensive agreement of MQTT
CN106603400A (en) Data transmission method based on narrow band Internet of things and gateway
CN113162931B (en) Method for transmitting Modbus RTU protocol message in wide area network
US8982859B2 (en) Wireless device and method of short MAC frame indication
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
CN109922516A (en) A kind of method of wifi equipment intelligent network distribution
US20100085922A1 (en) System and method for improving bandwidth of wireless local area network
CN112105008B (en) LoRaWAN gateway node data interaction method based on data unit
Rayes et al. IoT protocol stack: a layered view
CN109525370A (en) Data packet sending method based on zigbee
CN101325530A (en) Two grade network and communication method thereof
EP2342857B1 (en) Communication system, dependent station thereof and dependent-station relay transmission method
JPWO2004109981A1 (en) Base station and wireless terminal
CN107071921A (en) A kind of terminal equipment control method and system based on wireless management frame
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
CN109257772A (en) A kind of sending, receiving method and user equipment of RTP data
CN109462616A (en) Scan method based on analysis wireless control frame and data frame
CN110891073B (en) Multi-protocol stack communication method for mobile communication core network
Wang et al. Building gateway interconnected heterogeneous ZigBee and WiFi network based on software defined radio

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
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