WO2023226277A1 - Procédé et dispositif de transmission de données de passerelle de l'internet des objets, serveur, client et support d'enregistrement - Google Patents

Procédé et dispositif de transmission de données de passerelle de l'internet des objets, serveur, client et support d'enregistrement Download PDF

Info

Publication number
WO2023226277A1
WO2023226277A1 PCT/CN2022/124712 CN2022124712W WO2023226277A1 WO 2023226277 A1 WO2023226277 A1 WO 2023226277A1 CN 2022124712 W CN2022124712 W CN 2022124712W WO 2023226277 A1 WO2023226277 A1 WO 2023226277A1
Authority
WO
WIPO (PCT)
Prior art keywords
sensor node
message
node data
data
buffer
Prior art date
Application number
PCT/CN2022/124712
Other languages
English (en)
Chinese (zh)
Inventor
宁磊
洪启俊
梅逢城
陈勇
曹建民
Original Assignee
深圳技术大学
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 深圳技术大学 filed Critical 深圳技术大学
Publication of WO2023226277A1 publication Critical patent/WO2023226277A1/fr

Links

Images

Classifications

    • HELECTRICITY
    • H04ELECTRIC COMMUNICATION TECHNIQUE
    • H04LTRANSMISSION OF DIGITAL INFORMATION, e.g. TELEGRAPHIC COMMUNICATION
    • H04L67/00Network arrangements or protocols for supporting network services or applications
    • H04L67/01Protocols
    • H04L67/12Protocols specially adapted for proprietary or special-purpose networking environments, e.g. medical networks, sensor networks, networks in vehicles or remote metering networks
    • HELECTRICITY
    • H04ELECTRIC COMMUNICATION TECHNIQUE
    • H04LTRANSMISSION OF DIGITAL INFORMATION, e.g. TELEGRAPHIC COMMUNICATION
    • H04L12/00Data switching networks
    • H04L12/66Arrangements for connecting between networks having differing types of switching systems, e.g. gateways
    • HELECTRICITY
    • H04ELECTRIC COMMUNICATION TECHNIQUE
    • H04WWIRELESS COMMUNICATION NETWORKS
    • H04W28/00Network traffic management; Network resource management
    • H04W28/02Traffic management, e.g. flow control or congestion control
    • H04W28/0278Traffic management, e.g. flow control or congestion control using buffer status reports
    • HELECTRICITY
    • H04ELECTRIC COMMUNICATION TECHNIQUE
    • H04WWIRELESS COMMUNICATION NETWORKS
    • H04W84/00Network topologies
    • H04W84/18Self-organising networks, e.g. ad-hoc networks or sensor networks
    • HELECTRICITY
    • H04ELECTRIC COMMUNICATION TECHNIQUE
    • H04WWIRELESS COMMUNICATION NETWORKS
    • H04W88/00Devices specially adapted for wireless communication networks, e.g. terminals, base stations or access point devices
    • H04W88/16Gateway arrangements
    • 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

Definitions

  • the present invention relates to the technical field of Internet of Things data transmission, and in particular to a method, device, server, client and storage medium for Internet of Things gateway data transmission.
  • the IoT gateway is a bridge that connects IoT devices and the IoT cloud platform, and enables two-way communication with the IoT cloud platform.
  • the NB-IoT gateway has become another choice for the wireless communication technology of the Internet of Things due to its low cost, large connection, low power consumption, and wide coverage.
  • the embedded software of NB-IoT gateway usually adopts a bare-metal single-cycle execution scheme, that is, performing data collection, data processing, and data reporting in one cycle.
  • the reliability of this scheme is easily affected by the network environment. For example, during data transmission Data may be lost due to network delays during the process, which is unacceptable for sensor nodes that require accurate reporting of data at regular intervals.
  • the sensor cannot perform collection or the gateway cannot receive and process data from the sensor node, which will also lead to data loss and reduce the integrity of the data transmission process.
  • this solution cannot guarantee the accessibility or real-time performance of data transmission at the application layer. A failure may occur on the link from when the gateway receives sensor node data to when it is transmitted to the cloud platform, resulting in permanent data loss and short-term consequences. or prolonged transmission failure.
  • Embodiments of the present invention provide a data transmission method, device, server, client and storage medium for an Internet of Things gateway, which can improve the reliability of data transmission and the continuity and stability of gateway services.
  • an embodiment of the present invention provides a method for data transmission by an Internet of Things gateway, including:
  • Collect sensor node data store the sensor node data in a buffer, and initialize a retransmission timer and a message identifier, where the retransmission timer and the message identifier correspond to the sensor node , the retransmission timer is used to trigger the retransmission of the sensor node data through timing, and the message identifier is used to identify the sensor node data stored in the buffer;
  • the retransmission timer and the message identifier are reset according to the search result, and the sensor node data in the buffer is cleared; in one embodiment, if the message confirmation bitmap contains the message identifier, reset the retransmission timer and the message identifier, and clear the sensor node data in the buffer.
  • an embodiment of the present invention provides a device for data transmission by an Internet of Things gateway, including:
  • the first processing module is used to collect sensor node data, store the sensor node data in a buffer, and initialize a retransmission timer and a message identifier, where the retransmission timer and the message identifier are both consistent with Corresponding to the sensor node, the retransmission timer is used to trigger the retransmission of the sensor node data through timing, and the message identifier is used to process the sensor node data stored in the buffer. logo;
  • the second processing module is used to scan the buffer to find sensor node data that meets the sending conditions, and store the sensor node data that meets the sending conditions in the message queue;
  • a third processing module configured to read the sensor node data from the message queue and send the sensor node data
  • the fourth processing module is used to receive the message confirmation bitmap and search for the message identifier in the message confirmation bitmap;
  • a fifth processing module configured to reset the retransmission timer and the message identifier according to the search result, and clear the sensor node data in the buffer.
  • an embodiment of the present invention provides an electronic device, including a memory and a processor.
  • the memory stores a computer program.
  • the processor executes the computer program, the above-mentioned Internet of Things gateway data transmission in the first aspect is implemented.
  • embodiments of the present invention provide a computer-readable storage medium, the storage medium stores a program, and the program is executed by a processor to implement the above-mentioned first aspect of the Internet of Things gateway data transmission method.
  • Embodiments of the present invention at least include the following beneficial effects: by introducing an embedded real-time operating system and adopting shared buffer memory and message queue, in addition to realizing the traditional collection-processing-reporting model, it also realizes based on the multi-task scheduling mechanism
  • the decoupling of data collection and data reporting can improve the reliability of data transmission; while using buffers and queues to achieve data decoupling, a retransmission mechanism is introduced, and the cloud platform notifies the gateway of data transmission through message bitmaps. Retransmission of unconfirmed messages can further improve the reliability of data transmission; by introducing health checks and hierarchical recovery mechanisms, the continuity and stability of NB-IoT gateway services can also be improved.
  • Figure 1 is a schematic flow chart of a method according to an embodiment of the present invention.
  • Figure 2 is a schematic diagram of the NB-IoT gateway data transmission process in the method according to the embodiment of the present invention
  • Figure 3 is a schematic flow chart of the data collection task in the method according to the embodiment of the present invention.
  • Figure 4 is a schematic flow chart of the buffer scanning task in the method according to the embodiment of the present invention.
  • Figure 5 is a schematic flow chart of the data reporting task in the method according to the embodiment of the present invention.
  • Figure 6 is a schematic flowchart of the health check task in the method according to the embodiment of the present invention.
  • Figure 7 is a schematic flow chart of cloud platform message confirmation in the method according to the embodiment of the present invention.
  • Figure 8 is a schematic flow chart of data sending and confirmation in the method according to the embodiment of the present invention.
  • Figure 9 is a schematic diagram of the device according to the embodiment of the present invention.
  • Figure 10 is a schematic diagram of an electronic device according to an embodiment of the present invention.
  • At least one means one or more, plural means two or more, greater than, less than, exceeding, etc. are understood to exclude the original number, and above, below, within, etc. are understood to include the original number. If there is a description of first and second, it is only for the purpose of distinguishing technical features and cannot be understood as indicating or implying the relative importance or implicitly indicating the number of indicated technical features or implicitly indicating the order of indicated technical features. relation.
  • NB-IoT The full name is Narrow Band Internet of Things. It is a cellular-based narrowband Internet of Things technology and the best connection technology for Low Power Wide Area Internet of Things (LPWA), carrying smart homes, smart travel, smart cities, etc.
  • LPWA Low Power Wide Area Internet of Things
  • the basic connection tasks of the smart world are widely used in many aspects such as smart meters, smart parking, smart street lights, smart agriculture, white home appliances, etc. It is one of the basic connection technologies in the 5G era.
  • NB-IoT gateway An intelligent gateway based on NB-IoT technology.
  • the Internet of Things network is usually not a simple IP network. It often involves the integration of multiple networks.
  • IP network as the core, multiple heterogeneous networks are connected for communication and data exchange.
  • Many industrial devices support RS-485 serial network connections and use the MODBUS protocol for data reporting and control.
  • the IoT server in the IP network communicates with these industrial devices through an intelligent gateway.
  • the intelligent gateway implements the MODBUS and MQTT protocols.
  • NB-IoT module refers to the wireless communication module of the NB-IoT gateway.
  • the wireless communication module is a modular component that integrates chips, memory, power amplifier devices, antenna interfaces, functional interfaces, etc. on the circuit board to realize wireless communication. Wave transceiver, channel noise filtering and conversion between analog signals and digital signals. IoT terminals access the network through wireless communication modules to meet data wireless transmission requirements. Wireless communication modules are key equipment for realizing the intelligent connection of all things.
  • Cloud platform also called cloud computing platform, refers to services based on hardware resources and software resources, providing computing, network and storage capabilities.
  • Figure 1 is a schematic flowchart of a method according to an embodiment of the present invention, including but not limited to the following steps:
  • Step S100 Collect sensor node data, store the sensor node data in the buffer, and initialize the retransmission timer and message identifier.
  • the retransmission timer and message identifier correspond to the sensor node, and the retransmission timer is To trigger the retransmission of sensor node data through timing, the message identifier is used to identify the sensor node data stored in the buffer.
  • Step S200 Scan the buffer to find sensor node data that satisfies the sending condition, and store the sensor node data that satisfies the sending condition in the message queue.
  • Step S300 Read sensor node data from the message queue and send the sensor node data.
  • Step S400 Receive the message confirmation bitmap, and search the message identifier in the message confirmation bitmap.
  • Step S500 Reset the retransmission timer and message identifier according to the search result, and clear the sensor node data in the buffer.
  • the NB-IoT gateway collects data from IoT devices that need to be uploaded to the cloud platform by mounting sensor nodes, that is, sensor node data.
  • IoT devices refer to terminal devices in IoT application scenarios, such as street lights, water meters, shared bicycles, logistics containers, air monitors, etc., which have the characteristics of low power consumption, wide area range, small amount of data transmitted, and low update frequency.
  • IoT terminal equipment The sensor node data written into the buffer is bound to a retransmission timer and message ID (message identifier). When the retransmission timer meets the preset conditions, the corresponding data will be retransmitted and a message will be assigned to the data.
  • the ID is used to sort them in the order they are stored in the buffer.
  • the message confirmation bitmap is a message confirmation response packet sent by the cloud platform.
  • the NB-IoT gateway performs message confirmation by receiving the feedback message confirmation bitmap and checking whether the message ID of the sent data is recorded in the message confirmation bitmap. That is, it is judged whether the reported data is reachable and whether data retransmission needs to be performed.
  • the technical solution of the embodiment of the present invention can divide the data transmission tasks responsible for the NB-IoT gateway into three parts: data collection tasks, buffer scanning tasks and data reporting tasks.
  • a health check task which is an independent task and does not participate in the transmission of data flows.
  • the embodiment of the present invention introduces an embedded real-time operating system and adopts the method of shared buffer memory and message queue. In addition to realizing the traditional collection-processing-reporting model, it also realizes data collection and data reporting based on the multi-task scheduling mechanism. Decoupling can improve the reliability of data transmission.
  • step S100 may include but is not limited to the following steps:
  • Step S101 Collect sensor node data based on the first time interval.
  • Step S102 Write the sensor node data into the buffer data block.
  • Step S103 Initialize the retransmission timer of the buffer data block to zero.
  • Step S104 Increase the value of the message identifier of the buffer data block.
  • FIG. 3 it is a schematic flow chart of the data collection task in the method of the embodiment of the present invention, in which the first time interval is the collection frequency of sensor node data, that is, the delay period at the end of the task. , here it is set to wake up the data collection task after a delay of ten seconds; after collection, the sensor node data is written into the buffer data block, and the retransmission timing bound to the buffer data block is also written together with the data content.
  • the first time interval is the collection frequency of sensor node data, that is, the delay period at the end of the task.
  • the device and message identifier initialize the retransmission timer of the buffer data block, and set the flag bit of the retransmission timer to zero, which means that the data block is to be sent; at the beginning of the NB-IoT gateway starting the data collection task, The initial message identifier is zero.
  • the message ID of the buffer data block is gradually increased, representing the order in which the sensor node data is stored in the buffer.
  • step S200 may include but is not limited to the following steps:
  • Step S201 Scan the buffer based on the second time interval to find sensor node data that meets the sending conditions.
  • Step S202 If the retransmission timer is zero or the retransmission timer reaches the retransmission time limit, confirm that the sensor node data meets the sending conditions.
  • Step S203 Write the sensor node data that meets the sending conditions into the message queue.
  • FIG. 4 it is a schematic flowchart of a buffer scanning task in the method of an embodiment of the present invention.
  • the buffer scanning task is a periodic scanning task, and the second time interval is between two scanning tasks.
  • the time interval can be set according to the needs of the Internet of Things application scenario and the performance of the device; during the scan period, the sensor node data that meets the sending conditions is found by traversing the buffer; the current buffer data block is determined Whether the corresponding retransmission timer meets the conditions.
  • One condition is that the flag bit of the retransmission timer is zero, and the other condition is that the flag bit of the retransmission timer reaches the retransmission time limit.
  • step S300 may include but is not limited to the following steps:
  • Step S301 Scan the message queue based on the third time interval. If the message queue is not empty, read the sensor node data.
  • Step S302 Parse, encapsulate and send sensor node data.
  • the message queue is checked and read in a short period of time.
  • the third time interval is the time interval between two scans of the message queue.
  • the data block information in the message queue is read.
  • Perform data analysis on the read data block information to parse out the message ID and data content, then format and encapsulate the message ID, data content, device ID and other information according to the json format, and finally control the NB-IoT module through AT commands.
  • the group executes data reporting, that is, sends the data package to the cloud platform.
  • step S400 may include but is not limited to the following steps:
  • Step S401 Receive message confirmation bitmap.
  • Step S402 Calculate the bitmap subscript of the message identifier based on the message identifier.
  • Step S403 Determine whether there is a bitmap subscript in the message acknowledgment bitmap. If so, confirm that the message acknowledgment bitmap contains the message identifier.
  • the NB-IoT module is controlled through AT commands to receive the message confirmation bitmap from the cloud platform; by calculating the bitmap subscript of the message identifier, it is determined whether the message ID of the sent buffer data block to be confirmed is in the message confirmation In the bitmap, if it exists, it means that the data block has been confirmed to be delivered to the cloud platform.
  • the method for calculating the bitmap subscript of the message identifier is: perform a modulo operation on the message ID in the buffer, convert the modulo message ID into binary, and right-shift the binary message ID by 3 bits to obtain Array subscript, use the array subscript to find the corresponding 8-bit data in the message confirmation bitmap.
  • the message ID is modulated by 8 and ANDed with the 8-bit data just fetched. If the result of the AND is not 0, it means that the message ID exists in the message confirmation bitmap, and the data corresponding to the message ID is confirmed to be delivered. If it is 0, it means that the message ID does not exist in the message confirmation bitmap, which means that the data corresponding to the message ID has not been sent to the cloud platform.
  • step S500 may include but is not limited to the following steps:
  • Step S501 If the message confirmation bitmap contains a message identifier, set both the retransmission timer and the message identifier to negative one.
  • Step S502 Clear the sensor node data in the buffer.
  • the flag bit and message ID of the retransmission timer of the buffer data block are reset. In this embodiment, respectively Set it to negative one; and clear the buffer data block, that is, release the buffer and clear the sensor node data in the buffer.
  • FIG. 5 it is a schematic flow chart of the data reporting task in the method of the embodiment of the present invention.
  • the message queue is not empty. If so, the message queue is consumed, that is, the message queue is read. data block, then process the message ID and device ID in the data header, re-encapsulate the sensor node data and send the data packet to the cloud platform; then, receive the response data, and if the response data is received, perform the next step. If not received, return to continue traversing the message queue; save the message confirmation bitmap sent by the cloud platform; traverse the message ID of the sent data block in the buffer and determine the bitmap subscript of the current message ID to be confirmed.
  • the retransmission timer in the embodiment of the present invention has both timing and flag functions.
  • the variable of this retransmission timer is used to represent a sending status of the data of the buffer block, and only when the variable is greater than Or when it is equal to one, the timer will automatically increment (equivalent to timing). Specifically, there are the following situations:
  • each scanning task will increase the retransmission timer by one, but will not put it into the sending queue (that is, the data will not be sent);
  • the retransmission timer will be set to negative one (indicating that the data block has been sent and the data block is empty).
  • the technical solution of the present invention not only uses buffers and queues to achieve data decoupling, but also introduces a retransmission mechanism.
  • the cloud platform notifies the gateway of data transmission through message bitmaps, and retransmits unconfirmed messages, which can further improve data transmission. Transmission reliability.
  • Step S600 When the serial port communicates normally, detect the network attachment status; when the serial port communicates abnormally, perform a soft reset operation.
  • Step S700 When the network attachment is abnormal, perform an initial network access operation.
  • FIG. 6 it is a schematic flow chart of the health check task in the method of the embodiment of the present invention.
  • it is checked whether the micro control unit MCU program is working normally. If the scheduled dog feeding operation cannot be performed normally, the MCU is reset. operate.
  • Collect the information of the NB-IoT module analyze and judge the health status of the NB-IoT module, and perform the following operations according to the situation of the NB-IoT module:
  • the NB-IoT module is unresponsive as a whole or the serial port communication is abnormal, perform NB -IoT module soft reset operation; the NB-IoT module responds to commands normally, but cannot send data or the network attachment is abnormal, and the network access operation is re-executed.
  • FIG. 7 it is a schematic flow chart of the cloud platform message confirmation in the method of the embodiment of the present invention.
  • the cloud platform uses the bitmap cumulative confirmation method to send the message confirmation bitmap to the NB-IoT gateway.
  • the timing of the cloud platform The schedule will wake up the message confirmation task at regular intervals.
  • the task will group the device ID and device IP port to read the message IDs of the recently received N pieces of data from the data collection log table, and store the N pieces of data.
  • the message ID is modulo 2N and stored in a 2N-sized bitmap.
  • the corresponding message confirmation bitmap is sent to the gateway based on the device IP.
  • the range of the message ID is infinite, but when the logic confirms the message, it is modulo 128, and the confirmation ID that the bitmap can carry must also be 0-127.
  • the message ID reaches 127, it is incremented to 128.
  • the bitmap has overflowed and needs to be modulo 128 to get 0.
  • the data with message ID 0 is still in the buffer of the gateway and needs to be confirmed, it will be compared with 128.
  • the message ID of the message ID collides. So not only the range of confirmation ID is limited to 0-127, but when pulling the received message ID from the database and confirming, the number of message IDs pulled should be less than half of 128, for example, set to 64.
  • the 2N bitmap only stores N pieces of data (or less).
  • infinite message IDs can be processed under this condition.
  • FIG. 8 it is a schematic flow chart of data sending and confirmation in the method according to the embodiment of the present invention, wherein:
  • Step 1 The data collection task writes the collected sensor node data into the buffer, sets the message ID of the buffer data block, and sets the retransmission timer to zero;
  • Step 2 The buffer scanning task traverses the buffer.
  • the retransmission timer of the buffer data block is zero (to be sent) or the retransmission time limit is reached, the data block information is put into the message queue.
  • the retransmission timer of the buffer data block is greater than zero, increase the retransmission timer by one;
  • Step 3 The data reporting task checks and reads the message queue data, and sends the read data blocks. And check the data reception immediately after sending. If the message confirmation bitmap is received from the cloud platform, scan the buffer to send the message ID to be confirmed, calculate the bitmap subscript where the message ID is located, and use bit operations and Confirm with the operation confirmation message bitmap whether there is confirmation information for the message ID. If there is, the retransmission timer of the data block information in the buffer is reset to negative one, the message ID is reset to negative one, and the data content is cleared. .
  • an embodiment of the present invention provides a schematic diagram of a system for data transmission by an Internet of Things gateway, including but not limited to:
  • the first processing module 901 is used to collect sensor node data, store the sensor node data in the buffer, and initialize the retransmission timer and message identifier, where the retransmission timer and message identifier correspond to the sensor node. , the retransmission timer is used to trigger the retransmission of sensor node data through timing, and the message identifier is used to identify the sensor node data stored in the buffer;
  • the second processing module 902 is used to scan the buffer to find sensor node data that meets the sending conditions, and store the sensor node data that meets the sending conditions in the message queue;
  • the third processing module 903 is used to read sensor node data from the message queue and send sensor node data;
  • the fourth processing module 904 is used to receive the message confirmation bitmap and search for the message identifier in the message confirmation bitmap;
  • the fifth processing module 905 is configured to reset the retransmission timer and the message identifier according to the search result, and clear the sensor node data in the buffer.
  • an embodiment of the present invention provides an electronic device, including a memory 1001 and a processor 1002; the memory 1001 is used to store computer programs; the processor 1002 is used to implement the program when executing the program stored in the memory 1001.
  • the embodiment of the invention provides a data transmission method for an Internet of Things gateway.
  • Embodiments of the present invention also provide a computer-readable storage medium. Instructions are stored in the computer-readable storage medium. When run on a computer, the computer is caused to execute the method for data transmission of an Internet of Things gateway provided by embodiments of the present invention. .
  • the memory may include random access memory (Random Access Memory, RAM for short) or non-volatile memory (Non-Volatile Memory, NVM for short), such as at least one disk memory.
  • RAM Random Access Memory
  • NVM Non-Volatile Memory
  • the memory may also be at least one storage device located far away from the aforementioned processor.
  • the above-mentioned processor can be a general-purpose processor, including a central processing unit (Central Processing Unit, referred to as CPU), a network processor (Network Processor, referred to as NP), etc.; it can also be a digital signal processor (Digital Signal Processing, referred to as DSP) , Application Specific Integrated Circuit (ASIC for short), Field-Programmable Gate Array (FPGA for short) or other programmable logic devices, discrete gate or transistor logic devices, and discrete hardware components.
  • CPU Central Processing Unit
  • NP Network Processor
  • DSP Digital Signal Processing
  • ASIC Application Specific Integrated Circuit
  • FPGA Field-Programmable Gate Array
  • the above embodiments it may be implemented in whole or in part by software, hardware, firmware, or any combination thereof.
  • software it may be implemented in whole or in part in the form of a computer program product.
  • the computer program product includes one or more computer instructions.
  • the computer program instructions When the computer program instructions are loaded and executed on a computer, the processes or functions described in accordance with the embodiments of the present invention are generated in whole or in part.
  • the computer may be a general-purpose computer, a special-purpose computer, a computer network, or other programmable device.
  • the computer instructions may be stored in or transmitted from one computer-readable storage medium to another, e.g., the computer instructions may be transferred from a website, computer, server, or data center Transmission to another website, computer, server or data center via wired means, such as coaxial cable, optical fiber, digital SSL (DSL), or wireless means, such as infrared, wireless, microwave, etc.
  • the computer-readable storage medium may be any available medium that can be accessed by a computer or a data storage device such as a server, data center, etc. that contains one or more available media integrated therein.
  • the available media may be magnetic media, such as floppy disks, hard disks, magnetic tapes, optical media, such as DVDs, or semiconductor media, such as solid state disks (SSD), etc.

Abstract

Des modes de réalisation de la présente invention concernent un procédé et un dispositif de transmission de données de passerelle de l'Internet des objets, un serveur, un client et un support d'enregistrement. Le procédé consiste à : acquérir des données de nœud de détection, stocker les données de nœud de détection dans une zone tampon, et initialiser un temporisateur de retransmission et un identifiant de message, le temporisateur de retransmission et l'identifiant de message correspondant tous deux à des nœuds de détection ; balayer la zone tampon pour trouver les données de nœud de détection satisfaisant une condition d'envoi, et stocker les données de nœud de détection satisfaisant la condition d'envoi dans une file d'attente de messages ; lire les données de nœud de détection provenant de la file d'attente de messages, et envoyer les données de nœud de détection ; recevoir une table de bits de confirmation de message, et rechercher la table de bits de confirmation de message pour l'identifiant de message ; et réinitialiser le temporisateur de retransmission et l'identifiant de message selon le résultat de recherche, et vider les données de nœud de détection dans la zone tampon. Le procédé peut améliorer la fiabilité de transmission de données et améliorer la stabilité d'un service de passerelle.
PCT/CN2022/124712 2022-05-27 2022-10-11 Procédé et dispositif de transmission de données de passerelle de l'internet des objets, serveur, client et support d'enregistrement WO2023226277A1 (fr)

Applications Claiming Priority (2)

Application Number Priority Date Filing Date Title
CN202210586100.1A CN115102807B (zh) 2022-05-27 2022-05-27 物联网网关数据传输的方法、装置、服务器、客户端及存储介质
CN202210586100.1 2022-05-27

Publications (1)

Publication Number Publication Date
WO2023226277A1 true WO2023226277A1 (fr) 2023-11-30

Family

ID=83288203

Family Applications (1)

Application Number Title Priority Date Filing Date
PCT/CN2022/124712 WO2023226277A1 (fr) 2022-05-27 2022-10-11 Procédé et dispositif de transmission de données de passerelle de l'internet des objets, serveur, client et support d'enregistrement

Country Status (2)

Country Link
CN (1) CN115102807B (fr)
WO (1) WO2023226277A1 (fr)

Cited By (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN117479049A (zh) * 2023-12-27 2024-01-30 成都秦川物联网科技股份有限公司 用于智慧燃气的数据传输管控方法、物联网系统及介质

Families Citing this family (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN115102807B (zh) * 2022-05-27 2023-11-28 深圳技术大学 物联网网关数据传输的方法、装置、服务器、客户端及存储介质

Citations (6)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US20090089328A1 (en) * 2007-10-02 2009-04-02 Miller Douglas R Minimally Buffered Data Transfers Between Nodes in a Data Communications Network
CN103259776A (zh) * 2012-11-19 2013-08-21 北京新岸线移动多媒体技术有限公司 一种用于应用层消息确认的发送、接收方法及装置
US20170187642A1 (en) * 2015-12-23 2017-06-29 Intel Corporation Managing communication congestion for internet of things devices
CN111949648A (zh) * 2019-05-14 2020-11-17 北京沃东天骏信息技术有限公司 内存缓存数据系统和数据索引方法
CN112491842A (zh) * 2020-11-17 2021-03-12 国网江苏省电力工程咨询有限公司 一种面向智慧工地的多协议物联网网关
CN115102807A (zh) * 2022-05-27 2022-09-23 深圳技术大学 物联网网关数据传输的方法、装置、服务器、客户端及存储介质

Family Cites Families (15)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JP2002281047A (ja) * 2001-01-10 2002-09-27 Ntt Docomo Inc パケット通信制御装置及び方法、データ通信中継装置及び方法、並びにネットワークシステム
US7532639B2 (en) * 2003-09-10 2009-05-12 Broadcom Corporation System and method for message queue management in a power-save network
CN100354164C (zh) * 2004-03-15 2007-12-12 王家法 利用移动电话对汽车防盗器实现指令执行的方法
US7584397B2 (en) * 2004-06-10 2009-09-01 Interdigital Technology Corporation Method and apparatus for dynamically adjusting data transmission parameters and controlling H-ARQ processes
US7830901B2 (en) * 2007-03-15 2010-11-09 International Business Machines Corporation Reliable network packet dispatcher with interleaving multi-port circular retry queue
CN104780028A (zh) * 2015-04-02 2015-07-15 京信通信技术(广州)有限公司 一种实现tcp数据报文重传的方法及设备
CN106712908B (zh) * 2015-11-13 2020-01-14 富士通株式会社 数据传输方法、装置和系统
CN106059950B (zh) * 2016-05-25 2019-03-08 四川大学 一种基于scps-tp的自适应网络拥塞控制方法
KR102071955B1 (ko) * 2018-06-07 2020-03-02 주식회사 티맥스소프트 분산 캐시 환경에서 멀티캐스트를 수행하는 방법 및 이를 이용한 분산 캐시 서버
CN111050309A (zh) * 2018-10-12 2020-04-21 奇酷互联网络科技(深圳)有限公司 移动终端及其网络注册方法和存储介质
WO2021022567A1 (fr) * 2019-08-08 2021-02-11 Oppo广东移动通信有限公司 Procédé de transmission de données et dispositif de terminal
CN111064674B (zh) * 2019-11-05 2021-02-26 珠海格力电器股份有限公司 数据的传输方法及装置、系统
EP3866365A1 (fr) * 2020-02-14 2021-08-18 Robert Bosch GmbH Dispositif radio et son procédé de fonctionnement
CN113676605A (zh) * 2020-05-15 2021-11-19 腾讯科技(深圳)有限公司 数据传输方法、装置、设备及计算机可读存储介质
CN113541885B (zh) * 2021-07-27 2023-10-31 广东电网有限责任公司 一种传输性能保护方法及系统

Patent Citations (6)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US20090089328A1 (en) * 2007-10-02 2009-04-02 Miller Douglas R Minimally Buffered Data Transfers Between Nodes in a Data Communications Network
CN103259776A (zh) * 2012-11-19 2013-08-21 北京新岸线移动多媒体技术有限公司 一种用于应用层消息确认的发送、接收方法及装置
US20170187642A1 (en) * 2015-12-23 2017-06-29 Intel Corporation Managing communication congestion for internet of things devices
CN111949648A (zh) * 2019-05-14 2020-11-17 北京沃东天骏信息技术有限公司 内存缓存数据系统和数据索引方法
CN112491842A (zh) * 2020-11-17 2021-03-12 国网江苏省电力工程咨询有限公司 一种面向智慧工地的多协议物联网网关
CN115102807A (zh) * 2022-05-27 2022-09-23 深圳技术大学 物联网网关数据传输的方法、装置、服务器、客户端及存储介质

Cited By (2)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN117479049A (zh) * 2023-12-27 2024-01-30 成都秦川物联网科技股份有限公司 用于智慧燃气的数据传输管控方法、物联网系统及介质
CN117479049B (zh) * 2023-12-27 2024-03-15 成都秦川物联网科技股份有限公司 用于智慧燃气的数据传输管控方法、物联网系统及介质

Also Published As

Publication number Publication date
CN115102807B (zh) 2023-11-28
CN115102807A (zh) 2022-09-23

Similar Documents

Publication Publication Date Title
WO2023226277A1 (fr) Procédé et dispositif de transmission de données de passerelle de l'internet des objets, serveur, client et support d'enregistrement
CN112822276B (zh) 一种变电站站控层通信方法、系统、电子设备及存储介质
US6965571B2 (en) Precise error reporting
CN102404170B (zh) 报文丢失检测方法、装置、及系统
CN109217983B (zh) 一种工业物联网的作业终端通信协议设计方法
US10560968B2 (en) Broadcast messaging
CN103141050B (zh) 快速通道互联系统中数据包重传方法、节点
WO2011053544A1 (fr) Techniques pour mesure de décalage d'horloge améliorée
CN112994971A (zh) 一种基于云服务器的设备离线监测方法及相关装置
CN102685149B (zh) 一种基于IEEE1394与UPnP技术的远程控制和访问方法及装置
CN113596017A (zh) 一种协议解析方法、装置、软网关和存储介质
US20050063326A1 (en) Data collection system and data collection method
WO2017114400A1 (fr) Procédé et dispositif de détection de données de séquence de temps
KR20200139059A (ko) 제어기 진단 장치 및 그 방법
JP2009525707A (ja) Csma方式伝送媒体における輻輳管理及び遅延予測
KR101001046B1 (ko) 중계 장치 및 중계 방법
CN115865680A (zh) 分布式的设备接入、控制和数据传输的方法及系统、装置
US20210218686A1 (en) Methods and apparatus to facilitate data transmission
CN110099001B (zh) 双向转发检测时间参数协商方法、装置及电子设备
CN114157523A (zh) 数据上报方法、装置、智能家居设备及存储介质
KR20140080838A (ko) 이기종 네트워크에서 can 통신 기반 ecu의 상태를 조회하기 위한 장치 및 그 방법
US9743037B2 (en) Method for transmitting device indicator data in network-based AV system
Bansal et al. A Reliable CoAP Protocol for IoT Communication
CN117640443B (zh) 一种基于大数据的数据链通信监测系统及方法
CN218941111U (zh) 一种微控制器、电子设备和车辆

Legal Events

Date Code Title Description
121 Ep: the epo has been informed by wipo that ep was designated in this application

Ref document number: 22943465

Country of ref document: EP

Kind code of ref document: A1