CN116634020B - Data transmission module, data transmission method, and storage medium - Google Patents

Data transmission module, data transmission method, and storage medium Download PDF

Info

Publication number
CN116634020B
CN116634020B CN202310917300.5A CN202310917300A CN116634020B CN 116634020 B CN116634020 B CN 116634020B CN 202310917300 A CN202310917300 A CN 202310917300A CN 116634020 B CN116634020 B CN 116634020B
Authority
CN
China
Prior art keywords
data
storage unit
uploading
offline
offline data
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
CN202310917300.5A
Other languages
Chinese (zh)
Other versions
CN116634020A (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.)
Beijing Zhongke Xinyan Technology Co ltd
Original Assignee
Beijing Zhongke Xinyan 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 Beijing Zhongke Xinyan Technology Co ltd filed Critical Beijing Zhongke Xinyan Technology Co ltd
Priority to CN202310917300.5A priority Critical patent/CN116634020B/en
Publication of CN116634020A publication Critical patent/CN116634020A/en
Application granted granted Critical
Publication of CN116634020B publication Critical patent/CN116634020B/en
Active legal-status Critical Current
Anticipated expiration legal-status Critical

Links

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/50Network services
    • H04L67/56Provisioning of proxy services
    • H04L67/568Storing data temporarily at an intermediate stage, e.g. caching
    • H04L67/5683Storage of data provided by user terminals, i.e. reverse caching
    • HELECTRICITY
    • H04ELECTRIC COMMUNICATION TECHNIQUE
    • H04LTRANSMISSION OF DIGITAL INFORMATION, e.g. TELEGRAPHIC COMMUNICATION
    • H04L43/00Arrangements for monitoring or testing data switching networks
    • H04L43/08Monitoring or testing based on specific metrics, e.g. QoS, energy consumption or environmental parameters
    • H04L43/0805Monitoring or testing based on specific metrics, e.g. QoS, energy consumption or environmental parameters by checking availability
    • H04L43/0811Monitoring or testing based on specific metrics, e.g. QoS, energy consumption or environmental parameters by checking availability by checking connectivity
    • HELECTRICITY
    • H04ELECTRIC COMMUNICATION TECHNIQUE
    • H04LTRANSMISSION OF DIGITAL INFORMATION, e.g. TELEGRAPHIC COMMUNICATION
    • H04L47/00Traffic control in data switching networks
    • H04L47/50Queue scheduling
    • HELECTRICITY
    • H04ELECTRIC COMMUNICATION TECHNIQUE
    • H04LTRANSMISSION OF DIGITAL INFORMATION, e.g. TELEGRAPHIC COMMUNICATION
    • H04L67/00Network arrangements or protocols for supporting network services or applications
    • H04L67/50Network services
    • H04L67/54Presence management, e.g. monitoring or registration for receipt of user log-on information, or the connection status of the users

Landscapes

  • Engineering & Computer Science (AREA)
  • Computer Networks & Wireless Communication (AREA)
  • Signal Processing (AREA)
  • Environmental & Geological Engineering (AREA)
  • Data Exchanges In Wide-Area Networks (AREA)
  • Computer And Data Communications (AREA)

Abstract

The application discloses a data transmission module, a data transmission method and a storage medium, wherein the module comprises: the system comprises a network connection state monitoring unit, a self-adaptive gateway and an offline data storage unit; the network connection state monitoring unit is configured to monitor the current network connection state; the self-adaptive gateway is configured to store data to be transmitted, which are uploaded by the terminal equipment, into the offline data storage unit when the current network connection state is not connected; the adaptive gateway is further configured to upload data to be sent to the server when the current network connection state is switched to connect. The application realizes the uploading of the offline data without changing the original code logic, and solves the problem of large workload caused by the need of modifying the existing functional module in the offline data transmission.

Description

Data transmission module, data transmission method, and storage medium
Technical Field
The present application relates to the field of data transmission technologies, and in particular, to a data transmission module, a data transmission method, and a computer readable storage medium.
Background
After the data acquisition of the equipment terminal (such as an intelligent watch, an intelligent bracelet and the like) is completed, the data is transmitted to the edge computing terminal, and after fusion computation is carried out, the original data and the characteristic data are packaged and uploaded to the server. In the practical application process, when the prior demand investigation and design exist, an offline scheme is not considered, so that the data of the edge computing terminal cannot be normally reported to a server under the condition of weak network or network failure, and the data is lost.
In order to solve the above problem, the uploading logic needs to be modified, and the completed functional modules need to be modified, which involves a lot of product lines, and the background interface address and parameters of each product butt joint may be different, so that the modification workload is large, and the subsequent test workload for each product is also large.
Disclosure of Invention
The application aims to solve the technical problems of providing a data transmission module, a data transmission method and a storage medium, and the problem of large workload caused by the need of modifying the existing functional module in offline data transmission by uploading offline data under the condition of not changing the original code logic.
In order to solve the above technical problem, according to an aspect of the present application, there is provided a data transmission module, including: the system comprises a network connection state monitoring unit, a self-adaptive gateway and an offline data storage unit;
the network connection state monitoring unit is configured to monitor the current network connection state;
the self-adaptive gateway is configured to store data to be transmitted, which is uploaded by the terminal equipment, into the offline data storage unit when the current network connection state is not communicated;
the self-adaptive gateway is further configured to upload the data to be sent to a server when the current network connection state is switched to connection.
In some embodiments, the data transmission module further comprises: an offline data queue storage unit;
the offline data queue storage unit is configured to store request parameters of the data to be sent and sort the data according to the uploading time of the data to be sent;
the self-adaptive gateway is further configured to acquire request parameters of the data to be sent, store the request parameters into the offline data queue storage unit, read the request parameters stored in the offline data queue storage unit when the current network connection state is switched to be connected, send an uploading request to the server based on the request parameters, and upload the corresponding data to be sent stored in the offline data storage unit to the server.
In some embodiments, the request parameters include a request address, a request header, and a request body of the data to be sent.
In some embodiments, the adaptive gateway is further configured to:
receiving an uploading result returned by the server, and deleting the request parameters stored in the offline data queue storage unit and the data to be transmitted stored in the offline data storage unit when the uploading result is that the uploading is successful; and
and sending the uploading result to the terminal equipment.
In some embodiments, the adaptive gateway is further configured to:
and when the self-adaptive gateway, the offline data storage unit and the offline data queue storage unit are initialized, and the network connection state monitoring unit monitors that the network is in a connected state, uploading data to be transmitted, which are stored in the offline data storage unit and correspond to the request parameters, to the server when the request parameters are stored in the offline data queue storage unit.
According to another aspect of the present application, there is provided a data transmission method applied to the data transmission module described in any one of the above embodiments, the method including:
after receiving data to be transmitted uploaded by a terminal device, acquiring a current network connection state monitored by a network connection state monitoring unit;
when the current network state is detected to be the network failure, storing the data to be sent to an offline data storage unit;
and uploading the data to be transmitted stored in the offline data storage unit to a server when the current network state is monitored to be switched to be connected.
In some embodiments, the data transmission module further comprises an offline data queue storage unit, the method further comprising:
acquiring request parameters of the data to be sent, storing the request parameters into the offline data queue storage unit, and sequencing according to the uploading time of the data to be sent;
when the current network state is monitored to be switched to be connected, reading the request parameters stored in the offline data queue storage unit;
and sending an uploading request to the server based on the request parameter, and uploading the corresponding data to be sent stored in the offline data storage unit to the server.
In some embodiments, the request parameters include a request address, a request header, and a request body of the data to be sent.
In some embodiments, the method further comprises: receiving an uploading result returned by the server;
and when the uploading result is that the uploading is successful, deleting the request parameters stored in the offline data queue storage unit and the data to be transmitted stored in the offline data storage unit, and transmitting the uploading result to the terminal equipment.
In some embodiments, the method further comprises: and when the self-adaptive gateway, the offline data storage unit and the offline data queue storage unit are initialized, and the network connection state monitoring unit monitors that the network is in a connected state, uploading data to be transmitted, which are stored in the offline data storage unit and correspond to the request parameters, to the server when the request parameters are stored in the offline data queue storage unit.
According to a further aspect of the present application there is provided a computer readable storage medium storing a computer program which when executed by a computer or processor performs the steps of any of the data transmission methods described above.
Compared with the prior art, the application has obvious advantages and beneficial effects. By means of the above technical solution, the data transmission module, the data transmission method and the computer readable storage medium of the present application can achieve considerable technical progress and practicality, and have wide industrial application value, and at least have the following advantages:
when the network connection is not enabled, the data uploaded by the terminal equipment are stored, and the stored data to be sent are automatically sent to the server according to the request parameters of the data to be sent after the network connection is detected, so that the off-line data reporting is realized, and the situation of data loss caused by the network failure is avoided. And the application of the data transmission module does not need to change the original code logic, thereby avoiding huge workload caused by modifying the source code logic.
The foregoing description is only an overview of the present application, and is intended to be implemented in accordance with the teachings of the present application, as well as the preferred embodiments thereof, together with the following detailed description of the application, given by way of illustration only, together with the accompanying drawings.
Drawings
FIG. 1 is a schematic block diagram of a data transmission module according to an embodiment of the present application;
fig. 2 is a flow chart of a data transmission method according to an embodiment of the application.
Detailed Description
In order to further describe the technical means and effects of the present application for achieving the intended purpose, the following detailed description refers to a specific implementation of a data transmission module, a data transmission method and a computer readable storage medium according to the present application and its effects, with reference to the accompanying drawings and preferred embodiments.
The present application proposes a data transmission module, as shown in fig. 1, which includes: a network connection status monitoring unit 10, an adaptive gateway 20, an offline data storage unit 30.
Wherein the network connection state monitoring unit 10 is configured to monitor a current network connection state; the adaptive gateway 20 is configured to store data to be transmitted uploaded by the terminal device into the offline data storage unit 30 when the current network connection state is not connected; the adaptive gateway 20 is further configured to upload data to be transmitted to the server when the current network connection state is switched to connect.
Specifically, the data transmission module of the application can be directly applied to the original code logic without modifying the original code logic.
The network connection state monitoring unit 10 may be configured to detect the current network connection state at preset intervals according to actual requirements, so as to reduce the frequency of network state detection and reduce the data processing amount. The specific preset time can be set according to the use requirement, and the application is not limited thereto.
The fact that the network connection state is not connected refers to the situation that the weak network is disconnected from the network, and the like, and specifically refers to the situation that the current network state cannot support data uploading.
In this embodiment, when the terminal device uploads the data to be sent, the address of the self-adaptive gateway 20 in the data transmission module after the address uploaded to the server is modified, that is, after the terminal device completes data acquisition and performs data fusion calculation through the edge calculation terminal, the data to be sent is sent to the data transmission module, and then the data to be sent is uploaded to the server through the data transmission module.
When the adaptive gateway 20 receives data to be transmitted sent by the terminal device and the current network connection state monitored by the network connection state monitoring unit 10 is not connected, in order to prevent loss of the data to be transmitted, the data to be transmitted is stored in the offline data storage unit 30, so that the data to be transmitted is uploaded to the server when the network connection state is connected.
When the adaptive gateway 20 receives the data to be sent by the terminal device and the current network connection state monitored by the network connection state monitoring unit 10 is connected, the data to be sent is directly uploaded to the server.
In an embodiment, after storing the data to be transmitted to the offline data storage unit 30, the adaptive gateway 20 transmits a storage report to the terminal device so that the user can know the current data transmission situation.
In an embodiment, as shown in fig. 1, the data transmission module further includes an offline data queue storage unit 40, where the offline data queue storage unit 40 is configured to store request parameters of data to be sent, and order the request parameters according to an uploading time of the data to be sent; the adaptive gateway 20 is further configured to obtain a request parameter of the data to be sent, store the request parameter in the offline data queue storage unit 40, and when the current network connection state is switched to connect, read the request parameter stored in the offline data queue storage unit 40, send an upload request to the server based on the request parameter, and upload the corresponding data to be sent stored in the offline data storage unit 30 to the server.
Specifically, when the adaptive gateway 20 receives data to be transmitted sent by the terminal device and the current network connection state is not connected, the adaptive gateway 20 acquires a request parameter of the data to be transmitted, and stores the request parameter in the offline data queue storage unit 40.
The request parameters stored in the offline data queue storage unit 40 are sequentially ordered according to the time when the data to be transmitted is received, so that the data to be transmitted is sequentially uploaded to the server when the network connection state is switched to be connected.
When the network connection state is switched to the connected state, the adaptive gateway 20 sequentially reads the request parameters stored in the offline data queue storage unit 40. The adaptive gateway 20 transmits an upload request to the server according to the request parameters, and uploads data to be transmitted corresponding to the request parameters stored in the offline data storage unit 30 to the server.
In one embodiment, the request parameters include a request address (path), a request header (head), and a request body (body) of the data to be sent.
Further, after the data transmission module uploads the data to be sent to the server, the server returns an upload result, and the adaptive gateway 20 receives the upload result. When the uploading result shows that the uploading of the data to be sent is successful, deleting the request parameter stored in the offline data queue storage unit 40 and the data to be sent stored in the offline data storage unit 30 to ensure the storage space of the offline data queue storage unit 40 and the offline data storage unit 30.
If the uploading result shows that the uploading of the data to be transmitted fails, the data to be transmitted with the failed uploading can be processed according to specific conditions. For example, the data to be sent with failed uploading may be uploaded again until the uploading is successful, or the data to be sent with failed uploading may be deleted. Of course, the processing of the data to be sent with failed uploading may be set according to the actual situation, and the application is not limited thereto.
Further, after the adaptive gateway 20 receives the uploading result returned by the server, the adaptive gateway 20 sends the uploading result to the terminal device, so that the user is aware.
In an embodiment, the adaptive gateway 20 is further configured to: when the initialization of the adaptive gateway 20, the offline data storage unit 30 and the offline data queue storage unit 40 is completed and the network connection state monitoring unit 10 monitors that the network is in a connected state, the data to be transmitted stored in the offline data storage unit 30 and corresponding to the request parameters are uploaded to the server when the request parameters are stored in the offline data queue storage unit 40.
Specifically, after the data transmission module is started and after the initialization of the adaptive gateway 20, the offline data storage unit 30 and the offline data queue storage unit 40 is completed, when the network connection state monitoring unit 10 monitors that the network is in a connected state, it is first detected whether a request parameter is stored in the offline data queue storage unit 40. If yes, the request parameter is read, an uploading request is sent to the server based on the request parameter, and the data to be sent, which are stored in the offline data storage unit 30 and correspond to the request parameter, are uploaded to the server.
A data transmission method according to another embodiment of the present application is applied to the data transmission device according to any one of the above embodiments, as shown in fig. 2, and the method includes:
step S10, after receiving the data to be sent uploaded by the terminal equipment, the current network connection state monitored by the network connection state monitoring unit is obtained.
The network connection state monitoring unit can be configured to detect the current network connection state at preset time intervals according to actual requirements, so that the frequency of network state detection is reduced, and the data processing capacity is reduced. The specific preset time can be set according to the use requirement, and the application is not limited thereto.
The fact that the network connection state is not connected refers to the situation that the weak network is disconnected from the network, and the like, and specifically refers to the situation that the current network state cannot support data uploading.
In this embodiment, when the terminal device uploads the data to be transmitted, the address of the self-adaptive gateway in the data transmission module after the address uploaded to the server is modified, that is, after the terminal device completes data acquisition and performs data fusion calculation through the edge calculation terminal, the data to be transmitted is transmitted to the data transmission module, and then the data to be transmitted is uploaded to the server through the data transmission module.
And step S20, when the current network state is detected to be the network failure, storing the data to be transmitted into an offline data storage unit.
When the self-adaptive gateway receives data to be transmitted sent by the terminal equipment and the current network connection state monitored by the network connection state monitoring unit is not connected, in order to prevent the data to be transmitted from being lost, the data to be transmitted is stored in the offline data storage unit, so that the data to be transmitted is uploaded to the server when the network connection state is connected.
When the self-adaptive gateway receives data to be transmitted sent by the terminal equipment and the current network connection state monitored by the network connection state monitoring unit is connected, the data to be transmitted is directly uploaded to the server.
In an embodiment, the adaptive gateway sends a storage report to the terminal device after storing the data to be sent in the offline data storage unit, so that the user can know the current data transmission situation.
And step S30, when the current network state is monitored to be switched to be connected, uploading the data to be transmitted stored in the offline data storage unit to the server.
Specifically, when the network connection state monitoring unit monitors that the current network state is switched to be connected, the self-adaptive gateway sends the data to be sent stored in the offline data storage unit to the server.
In an embodiment, the data transmission module further includes an offline data queue storage unit, and the data transmission method further includes: acquiring request parameters of data to be sent, storing the request parameters into an offline data queue storage unit, and sequencing according to uploading time of the data to be sent; when the current network state is monitored to be switched to be connected, reading request parameters stored in an offline data queue storage unit; and sending an uploading request to the server based on the request parameters, and uploading the corresponding data to be sent stored in the offline data storage unit to the server.
Specifically, when the self-adaptive gateway receives data to be transmitted sent by the terminal equipment and the current network connection state is not connected, the self-adaptive gateway acquires request parameters of the data to be transmitted and stores the request parameters into the offline data queue storage unit.
The request parameters stored in the offline data queue storage unit are sequentially ordered according to the time of receiving the data to be sent, so that when the network connection state is switched to be connected, the data to be sent are sequentially uploaded to the server.
When the network connection state is switched to be connected, the self-adaptive gateway can sequentially read the request parameters stored in the offline data queue storage unit. And the self-adaptive gateway sends an uploading request to the server according to the request parameters, and uploads the data to be sent, which corresponds to the request parameters and is stored in the offline data storage unit, to the server.
In one embodiment, the request parameters include a request address (path), a request header (head), and a request body (body) of the data to be sent.
In an embodiment, the data transmission method further includes: receiving an uploading result returned by the server; and when the uploading result is that the uploading is successful, deleting the request parameters stored in the offline data queue storage unit and the data to be transmitted stored in the offline data storage unit, and transmitting the uploading result to the terminal equipment.
After the data transmission module uploads the data to be sent to the server, the server returns an uploading result, and the self-adaptive gateway receives the uploading result. And deleting the request parameters stored in the offline data queue storage unit and the data to be transmitted stored in the offline data storage unit when the uploading result shows that the data to be transmitted is successfully uploaded, so as to ensure the storage space of the offline data queue storage unit and the offline data storage unit.
If the uploading result shows that the uploading of the data to be transmitted fails, the data to be transmitted with the failed uploading can be processed according to specific conditions. For example, the data to be sent with failed uploading may be uploaded again until the uploading is successful, or the data to be sent with failed uploading may be deleted. Of course, the processing of the data to be sent with failed uploading may be set according to the actual situation, and the application is not limited thereto.
Further, after the adaptive gateway receives the uploading result returned by the server, the adaptive gateway sends the uploading result to the terminal device so as to enable the user to know.
In an embodiment, the data transmission method further includes: when the self-adaptive gateway, the offline data storage unit and the offline data queue storage unit are initialized, and the network connection state monitoring unit monitors that the network is in a connected state, and when the offline data queue storage unit stores request parameters, uploading data to be transmitted, which are stored in the offline data storage unit and correspond to the request parameters, to the server.
Specifically, after the data transmission module is started and after the initialization of the adaptive gateway, the offline data storage unit and the offline data queue storage unit is completed, when the network connection state monitoring unit monitors that the network is in a connected state, firstly, whether the offline data queue storage unit stores request parameters is detected. If yes, the request parameter is read, an uploading request is sent to the server based on the request parameter, and data to be sent, which are stored in the offline data storage unit and correspond to the request parameter, are uploaded to the server.
A computer readable storage medium according to still another embodiment of the present application stores a computer program which, when executed by a computer or processor, implements the steps of the data transmission method according to any of the embodiments.
The present application is not limited to the above-mentioned embodiments, but is intended to be limited to the following embodiments, and any modifications, equivalents and modifications can be made to the above-mentioned embodiments without departing from the scope of the application.

Claims (8)

1. A data transmission module, comprising: the system comprises a network connection state monitoring unit, a self-adaptive gateway, an offline data storage unit and an offline data queue storage unit;
the network connection state monitoring unit is configured to monitor the current network connection state;
the self-adaptive gateway is configured to store data to be transmitted, which is uploaded by the terminal equipment, into the offline data storage unit when the current network connection state is not communicated;
the offline data queue storage unit is configured to store request parameters of the data to be sent and sort the data according to the uploading time of the data to be sent;
the self-adaptive gateway is further configured to acquire request parameters of the data to be sent, store the request parameters into the offline data queue storage unit, read the request parameters stored in the offline data queue storage unit when the current network connection state is switched to be connected, send an uploading request to a server based on the request parameters, and upload the corresponding data to be sent stored in the offline data storage unit to the server.
2. The data transmission module of claim 1, wherein the request parameters include a request address, a request header, and a request body for the data to be transmitted.
3. The data transmission module of claim 1 or 2, wherein the adaptive gateway is further configured to:
receiving an uploading result returned by the server, and deleting the request parameters stored in the offline data queue storage unit and the data to be transmitted stored in the offline data storage unit when the uploading result is that the uploading is successful; and
and sending the uploading result to the terminal equipment.
4. The data transmission module of claim 1 or 2, wherein the adaptive gateway is further configured to:
and when the self-adaptive gateway, the offline data storage unit and the offline data queue storage unit are initialized, and the network connection state monitoring unit monitors that the network is in a connected state, uploading data to be transmitted, which are stored in the offline data storage unit and correspond to the request parameters, to the server when the request parameters are stored in the offline data queue storage unit.
5. A data transmission method, characterized in that it is applied to the data transmission module according to any one of the preceding claims 1-4, the method comprising:
after receiving data to be transmitted uploaded by a terminal device, acquiring a current network connection state monitored by a network connection state monitoring unit;
when the current network state is detected to be the network failure, storing the data to be sent to an offline data storage unit;
acquiring request parameters of the data to be sent, storing the request parameters into the offline data queue storage unit, and sequencing according to the uploading time of the data to be sent;
when the current network state is monitored to be switched to be connected, reading the request parameters stored in the offline data queue storage unit;
and sending an uploading request to the server based on the request parameter, and uploading the corresponding data to be sent stored in the offline data storage unit to the server.
6. The data transmission method according to claim 5, further comprising:
receiving an uploading result returned by the server;
and when the uploading result is that the uploading is successful, deleting the request parameters stored in the offline data queue storage unit and the data to be transmitted stored in the offline data storage unit, and transmitting the uploading result to the terminal equipment.
7. The data transmission method according to claim 5, further comprising:
and when the self-adaptive gateway, the offline data storage unit and the offline data queue storage unit are initialized, and the network connection state monitoring unit monitors that the network is in a connected state, uploading data to be transmitted, which are stored in the offline data storage unit and correspond to the request parameters, to the server when the request parameters are stored in the offline data queue storage unit.
8. A computer readable storage medium storing a computer program which when executed by a computer or processor performs the steps of the method of any one of claims 5 to 7.
CN202310917300.5A 2023-07-25 2023-07-25 Data transmission module, data transmission method, and storage medium Active CN116634020B (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
CN202310917300.5A CN116634020B (en) 2023-07-25 2023-07-25 Data transmission module, data transmission method, and storage medium

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
CN202310917300.5A CN116634020B (en) 2023-07-25 2023-07-25 Data transmission module, data transmission method, and storage medium

Publications (2)

Publication Number Publication Date
CN116634020A CN116634020A (en) 2023-08-22
CN116634020B true CN116634020B (en) 2023-10-03

Family

ID=87603144

Family Applications (1)

Application Number Title Priority Date Filing Date
CN202310917300.5A Active CN116634020B (en) 2023-07-25 2023-07-25 Data transmission module, data transmission method, and storage medium

Country Status (1)

Country Link
CN (1) CN116634020B (en)

Citations (8)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
DE102008019053A1 (en) * 2008-04-15 2009-10-22 Endress + Hauser Process Solutions Ag Method for operation of equipment of process automation technology, involves implementing gateway to hear messages, which are exchanged over network system between super ordinate unit and field devices
KR20100075230A (en) * 2008-12-24 2010-07-02 전자부품연구원 Method and device for reducing of waiting power of home network gateway
CN102143606A (en) * 2011-03-07 2011-08-03 中国农业大学 Wireless sensor network gateway for farmland information acquisition
CN111865718A (en) * 2020-07-16 2020-10-30 深圳云里物里科技股份有限公司 Gateway offline data storage method, device, equipment and medium
CN112422497A (en) * 2020-09-03 2021-02-26 上海哔哩哔哩科技有限公司 Message transmission method and device and computer equipment
CN112543429A (en) * 2020-11-25 2021-03-23 北京科技大学 Configurable edge computing gateway with autonomous decision making function
CN112839038A (en) * 2021-01-04 2021-05-25 城云科技(中国)有限公司 Method and system for transmitting data through one-way communication between servers
CN112954029A (en) * 2021-01-30 2021-06-11 上海上实龙创智能科技股份有限公司 Internet of things data acquisition system capable of continuously acquiring data

Patent Citations (8)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
DE102008019053A1 (en) * 2008-04-15 2009-10-22 Endress + Hauser Process Solutions Ag Method for operation of equipment of process automation technology, involves implementing gateway to hear messages, which are exchanged over network system between super ordinate unit and field devices
KR20100075230A (en) * 2008-12-24 2010-07-02 전자부품연구원 Method and device for reducing of waiting power of home network gateway
CN102143606A (en) * 2011-03-07 2011-08-03 中国农业大学 Wireless sensor network gateway for farmland information acquisition
CN111865718A (en) * 2020-07-16 2020-10-30 深圳云里物里科技股份有限公司 Gateway offline data storage method, device, equipment and medium
CN112422497A (en) * 2020-09-03 2021-02-26 上海哔哩哔哩科技有限公司 Message transmission method and device and computer equipment
CN112543429A (en) * 2020-11-25 2021-03-23 北京科技大学 Configurable edge computing gateway with autonomous decision making function
CN112839038A (en) * 2021-01-04 2021-05-25 城云科技(中国)有限公司 Method and system for transmitting data through one-way communication between servers
CN112954029A (en) * 2021-01-30 2021-06-11 上海上实龙创智能科技股份有限公司 Internet of things data acquisition system capable of continuously acquiring data

Also Published As

Publication number Publication date
CN116634020A (en) 2023-08-22

Similar Documents

Publication Publication Date Title
CN103795580A (en) Data monitoring method, system and related equipment
CN112954029A (en) Internet of things data acquisition system capable of continuously acquiring data
CN107276839B (en) Self-monitoring method and system of cloud platform
CN109547240B (en) Intelligent device based on edge calculation and access and device analysis method
CN111988411A (en) Method and device for automatically resuming client data after network break and computer readable storage medium
CN116634020B (en) Data transmission module, data transmission method, and storage medium
CN111651482A (en) Data acquisition method and device
CN114185824A (en) Modbus response processing method and host device
CN109765833A (en) A method of monitoring Internet of Things equipment state of a control
CN116955232A (en) Hardware identification method and device based on control system
CN110649995A (en) Intelligent double-path redundant communication networking system for water supply
CN115729164A (en) Industrial communication system management method and device and industrial communication system
US11416436B2 (en) Device with a fountain code decoding unit for reconstructing a configuration data record
JP3779121B2 (en) Data transmission system
CN111343255B (en) Client, intelligent robot and intelligent robot system
CN219536083U (en) Sensor automatic test system
CN111634764A (en) Internet of things terminal abnormity mutual diagnosis method under scene of multiple elevators in same machine room
CN118101440B (en) Industrial Internet of things data analysis method based on cloud computing, internet of things system and equipment
CN104852935A (en) Data storage method, system and device for the data storage method, data uploading method and device for the data uploading method
CN116208532B (en) Abnormality detection method, abnormality detection device, storage medium, and electronic apparatus
CN111865670B (en) Warehouse network rapid recovery method and warehouse network rapid recovery server
CN116032720A (en) Information recovery method, device, electronic equipment and storage medium
CN116228260A (en) Product information tracing method, PLC (programmable logic controller) equipment and storage medium
CN110930665A (en) Multi-channel information management and early warning method and early warning system based on multiple types of sensors
CN118631700A (en) Method, device, product and server cluster system for detecting BMC connectivity

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