CN113489777A - Method and system for clustered data acquisition of Internet of things equipment - Google Patents

Method and system for clustered data acquisition of Internet of things equipment Download PDF

Info

Publication number
CN113489777A
CN113489777A CN202110745921.0A CN202110745921A CN113489777A CN 113489777 A CN113489777 A CN 113489777A CN 202110745921 A CN202110745921 A CN 202110745921A CN 113489777 A CN113489777 A CN 113489777A
Authority
CN
China
Prior art keywords
data
service
equipment
internet
middleware
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
CN202110745921.0A
Other languages
Chinese (zh)
Other versions
CN113489777B (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.)
Xiamen Yuexin Information Technology Co ltd
Original Assignee
Xiamen Yuexin Information 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 Xiamen Yuexin Information Technology Co ltd filed Critical Xiamen Yuexin Information Technology Co ltd
Priority to CN202110745921.0A priority Critical patent/CN113489777B/en
Publication of CN113489777A publication Critical patent/CN113489777A/en
Application granted granted Critical
Publication of CN113489777B publication Critical patent/CN113489777B/en
Active legal-status Critical Current
Anticipated expiration legal-status Critical

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/10Protocols in which an application is distributed across nodes in the network
    • H04L67/1001Protocols in which an application is distributed across nodes in the network for accessing one among a plurality of replicated servers
    • 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/10Protocols in which an application is distributed across nodes in the network
    • H04L67/104Peer-to-peer [P2P] networks
    • 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
    • H04L67/00Network arrangements or protocols for supporting network services or applications
    • H04L67/50Network services
    • H04L67/56Provisioning of proxy services
    • H04L67/562Brokering proxy services

Landscapes

  • Engineering & Computer Science (AREA)
  • Computer Networks & Wireless Communication (AREA)
  • Signal Processing (AREA)
  • Health & Medical Sciences (AREA)
  • Computing Systems (AREA)
  • General Health & Medical Sciences (AREA)
  • Medical Informatics (AREA)
  • Telephonic Communication Services (AREA)
  • Computer And Data Communications (AREA)

Abstract

The invention discloses a method for collecting clustered data of equipment of the Internet of things, which comprises the following steps: s1, detecting newly added data in a period of time by the data synchronization service, and averagely dividing the data into multiple threads; s2, selecting middleware according to the equipment protocol, and sending the changed data to the Internet of things equipment; s3, the Internet of things equipment acquires information according to the basic data, and then transmits the acquired data to the load balancing middleware, and the load balancing middleware polls the cluster server to acquire the data; s4, analyzing the data and persisting the data to a database by the data acquisition service; s5, the data acquisition service issues the data to an information acquisition notification channel of the Internet of things equipment of Redis, and the Redis notifies each subscribed service system; according to the invention, the data acquisition process from the data under the cloud to the Internet of things equipment is optimized, so that various Internet of things equipment can be managed conveniently, the acquired data can be processed uniformly, and a foundation can be provided for the subsequent service demand function.

Description

Method and system for clustered data acquisition of Internet of things equipment
Technical Field
The invention relates to the technical field of Internet of things, in particular to a method and a system for clustered data acquisition of Internet of things equipment.
Background
The existing internet of things equipment such as a visitor machine, an attendance machine, a temperature measurement face recognition panel, an intelligent camera, an intelligent sensor and the like mostly use basic data such as personnel and scheduling information required by entering business into the equipment, then collect some user data by using functions of the internet of things equipment, and then export or directly send the user data to a cloud end by using the equipment to process the data so as to adapt to the flow of business requirements. Such a procedure suffers from several problems: 1) the data preparation process of the internet of things equipment is too complicated, the efficiency is low and the waiting time is long, and each piece of equipment needs to input data one by one or send data to a plurality of pieces of equipment through a cloud end; 2) data summarization of multiple devices needs to be exported to cloud data for processing for multiple times, or the efficiency of directly sending data to the cloud by the devices is low; 3) different internet of things devices have different data formats and issuing and collecting processes, the maintenance cost is high, and the process expansibility is low.
Disclosure of Invention
The invention aims to provide a method and a system for clustered data acquisition of Internet of things equipment, which aim to conveniently manage various Internet of things equipment and uniformly process acquired data by optimizing a data acquisition process from data under a cloud to the Internet of things equipment and can provide a basis for subsequent service demand functions.
In order to achieve the purpose, the invention adopts the following technical scheme:
a method for clustered data acquisition of Internet of things equipment comprises the following steps:
s1, detecting newly added data in a period of time by the data synchronization service, and averagely dividing the data into multiple threads;
s2, selecting middleware according to the equipment protocol, and sending the changed data to the Internet of things equipment;
s3, the Internet of things equipment acquires information according to the basic data, and then transmits the acquired data to the load balancing middleware, and the load balancing middleware polls the cluster server to acquire the data;
s4, analyzing the data and persisting the data to a database by the data acquisition service;
and S5, the data acquisition service issues the data to an information acquisition notification channel of the Internet of things equipment of Redis, and the Redis notifies each subscribed service system.
Preferably, the specific process of step S1 is:
s11, the data synchronization service inquires basic data service data for the added equipment and records the inquiry time; then, the basic data change informs the equipment service to inquire the changed data, and the equipment service inquires the changed data by using the last inquired time;
s12, the equipment service acquires the changed data to the data synchronization service according to the specified number of paging, and the data synchronization service cuts x pieces of data by using a concurrency thread threshold y; then m devices will synchronize data by n threads simultaneously, and the number p of tasks processed by each thread is as follows:
when x < y, p ═ x × m/n, each task processes 1 piece of data;
when x > y, p ═ y × m/n, each task processes either x/y or x/y +1 pieces of data.
Preferably, the middleware in step S2 includes:
the P2P middleware is used for opening a P2P tunnel to be connected with terminal intranet equipment and forwarding data sent by the middleware to the terminal equipment;
the TCP middleware is used for establishing long connection with the equipment, converting JSON data into byte streams required by Socket through UTF8 coding and sending the byte streams to the terminal equipment;
and the HTTP middleware is used for directly transmitting data by using the HTTP service opened by the equipment when the equipment and the service are in the same local area network.
Preferably, the specific process of step S2 is: each task is connected with the middleware of a corresponding protocol according to the equipment bound by the task, and the task sends a JSON data packet to the middleware according to the marks corresponding to the new adding, modifying and deleting marks of the data; because the middleware is composed of a plurality of service clusters, the task can obtain the middle bound by the equipment from the cache Ehcache, if the middle bound by the equipment is not found, a Hash index is established according to the equipment index i and the number n of the protocol middleware to obtain one middleware x, and the mapping relation is cached to the Ehcache.
Preferably, step S2 further includes recording a sending log of the data synchronization service; if the data transmission through the middleware fails, storing the data packet of the marking device into a data transmission failure processing task queue; the task queue retries to send the tasks at specified time intervals, and stops sending and discards the sending tasks until reaching the data sending failure retry threshold number of the equipment service control.
Preferably, the specific process of step S3 is:
s31, processing and comparing basic data stored by different Internet of things equipment with acquired data to obtain data with business meanings, and sending the data to a load balancing middleware provided by a service;
and S32, the load balancing middleware forwards the acquired data packet to a data acquisition service according to a polling algorithm.
Preferably, the specific process of step S4 is: the data acquisition service analyzes the submitted data types into basic metadata, acquires perfect data information from the basic data according to different data types, and uniformly persists the complete data to the database.
Preferably, the step S5 further includes that the data synchronization service acquires data from the radix data service at specified intervals, and polls each internet of things device to obtain whether the device radix data is consistent with the data provided by the radix data service, and if the device radix data is missing or redundant, the step S2 is switched to synchronize the internet of things device data.
An internet of things equipment clustered data acquisition system for implementing the method for internet of things equipment clustered data acquisition as claimed in any one of claims 1 to 8, the system comprising: the cloud end, the middleware and the Internet of things equipment are connected together through the middleware; the cloud comprises basic data service, equipment service, data synchronization service and data acquisition service; the basic data service provides basic data services required by different devices; the device service is used for configuring device information; the data synchronization service is used for being connected with the middleware service, pushing changed basic data required by the Internet of things equipment to the middleware service, recording a synchronization log, and detecting whether cardinal data of the equipment is complete or not, and if the cardinal data of the equipment is incomplete, pushing missing data content; the data acquisition service is used for analyzing and storing the data acquired by the Internet of things equipment and informing the subscription service system; the middleware service is used for data docking of different Internet of things devices; the load balancing middleware is used for distributing the collected data of the service network equipment to the cluster data collection service.
Preferably, the internet of things equipment comprises an airliner, an attendance machine, a temperature measurement face recognition panel, an intelligent camera and an intelligent sensor.
After the technical scheme is adopted, the invention has the following beneficial effects:
1. according to the method for the clustered data acquisition of the equipment of the Internet of things, the data entry process required by the equipment of the Internet of things is solved by utilizing the concurrence algorithm, and the data preparation of multiple pieces of equipment can be completed by one-time entry of one piece of equipment, so that the data entry efficiency of the equipment of the Internet of things is improved.
2. The invention discloses a method for clustered data acquisition of Internet of things equipment, which adopts a clustered data acquisition server to improve the efficiency of equipment data acquisition.
3. The invention discloses a method for clustered data acquisition of Internet of things equipment, which specifies a uniform data format, provides replaceable middleware services for different equipment to eliminate the differentiation and the requirement of the different equipment, and increases the possibility of expanding and supporting the different equipment by software.
4. The method for collecting the clustered data of the equipment of the Internet of things provides uniform basic data detection service and ensures that each piece of equipment of the Internet of things has complete and reliable basic data support.
Drawings
FIG. 1 is a schematic diagram of the structure of the steps of the present invention;
FIG. 2 is a flow chart of the method of the present invention;
fig. 3 is a block diagram of the system of the present invention.
Detailed Description
In order to make the objects, technical solutions and advantages of the present invention more apparent, the present invention is further described in detail with reference to the following embodiments. It should be understood that the specific embodiments described herein are merely illustrative of the invention and are not intended to limit the invention.
As shown in fig. 1 to 3, a method for clustered data acquisition of devices of the internet of things includes the following steps:
s1, detecting newly added data in a period of time by the data synchronization service, and averagely dividing the data into multiple threads;
the specific process of step S1 is:
s11, the data synchronization service inquires basic data service data for the added equipment and records the inquiry time; then, the basic data change informs the equipment service to inquire the changed data, and the equipment service inquires the changed data by using the last inquired time;
s12, the equipment service acquires the changed data to the data synchronization service according to the specified number of paging, and the data synchronization service cuts x pieces of data by using a concurrency thread threshold y; then m devices will synchronize data by n threads simultaneously, and the number p of tasks processed by each thread is as follows:
when x < y, p ═ x × m/n, each task processes 1 piece of data;
when x > y, p ═ y × m/n, each task processes either x/y or x/y +1 pieces of data.
S2, selecting middleware according to the equipment protocol, and sending the changed data to the Internet of things equipment;
the middleware in step S2 includes:
the P2P middleware is used for opening a P2P tunnel to be connected with terminal intranet equipment and forwarding data sent by the middleware to the terminal equipment;
the TCP middleware is used for establishing long connection with the equipment, converting JSON data into byte streams required by Socket through UTF8 coding and sending the byte streams to the terminal equipment;
the HTTP middleware is used for directly transmitting data by using the HTTP service opened by the equipment when the equipment and the service are in the same local area network;
the specific process of step S2 is: each task is connected with the middleware of a corresponding protocol according to the equipment bound by the task, and the task sends a JSON data packet to the middleware according to the marks corresponding to the new adding, modifying and deleting marks of the data; because the middleware is composed of a plurality of service clusters, the task can obtain the middle bound by the equipment from the cache Ehcache, if the middle bound by the equipment is not found, a Hash index is established according to the equipment index i and the number n of the protocol middleware to obtain one middleware x, and the mapping relation is cached to the Ehcache.
Step S2 further includes the data synchronization service recording sending log; if the data transmission through the middleware fails, storing the data packet of the marking device into a data transmission failure processing task queue; the task queue retries to send the tasks at specified time intervals, and stops sending and discards the sending tasks until reaching the data sending failure retry threshold number of the equipment service control.
S3, the Internet of things equipment acquires information according to the basic data, and then transmits the acquired data to the load balancing middleware, and the load balancing middleware polls the cluster server to acquire the data;
the specific process of step S3 is:
s31, processing and comparing basic data stored by different Internet of things equipment with acquired data to obtain data with business meanings, and sending the data to a load balancing middleware provided by a service;
and S32, the load balancing middleware forwards the acquired data packet to a data acquisition service according to a polling algorithm.
S4, analyzing the data and persisting the data to a database by the data acquisition service;
the specific process of step S4 is: the data acquisition service analyzes the submitted data types into basic metadata, acquires perfect data information from the basic data according to different data types, and uniformly persists the complete data to the database.
S5, the data acquisition service issues the data to an information acquisition notification channel of the Internet of things equipment of Redis, and the Redis notifies each subscribed service system;
step S5 further includes that the data synchronization service acquires data from the radix data service at specified intervals, and polls each internet of things device to obtain whether the device radix data is consistent with the data provided by the radix data service, and if the device radix data is missing or redundant, the step S2 is switched to synchronize the internet of things device data.
As shown in fig. 1 to 3, an internet of things device clustering data collecting system is used for implementing the method for collecting internet of things device clustering data according to any one of claims 1 to 8, and the system includes: the cloud end, the middleware and the Internet of things equipment are connected together through the middleware; the cloud comprises basic data service, equipment service, data synchronization service and data acquisition service; the basic data service provides basic data services required by different devices; the device service is used for configuring device information; the data synchronization service is used for being connected with the middleware service, pushing changed basic data required by the Internet of things equipment to the middleware service, recording a synchronization log, and detecting whether cardinal data of the equipment is complete or not, and if the cardinal data of the equipment is incomplete, pushing missing data content; the data acquisition service is used for analyzing and storing the data acquired by the Internet of things equipment and informing the subscription service system; the middleware service is used for data docking of different Internet of things devices; the load balancing middleware is used for distributing the collected data of the service network equipment to the cluster data collection service; the Internet of things equipment comprises an visitor machine, an attendance machine, a temperature measurement face recognition panel, an intelligent camera and an intelligent sensor.
The above description is only for the preferred embodiment of the present invention, but the scope of the present invention is not limited thereto, and any changes or substitutions that can be easily conceived by those skilled in the art within the technical scope of the present invention are included in the scope of the present invention. Therefore, the protection scope of the present invention shall be subject to the protection scope of the claims.

Claims (10)

1. A method for clustered data acquisition of Internet of things equipment is characterized by comprising the following steps:
s1, detecting newly added data in a period of time by the data synchronization service, and averagely dividing the data into multiple threads;
s2, selecting middleware according to the equipment protocol, and sending the changed data to the Internet of things equipment;
s3, the Internet of things equipment acquires information according to the basic data, and then transmits the acquired data to the load balancing middleware, and the load balancing middleware polls the cluster server to acquire the data;
s4, analyzing the data and persisting the data to a database by the data acquisition service;
and S5, the data acquisition service issues the data to an information acquisition notification channel of the Internet of things equipment of Redis, and the Redis notifies each subscribed service system.
2. The method for clustered data acquisition of devices of the internet of things as claimed in claim 1, wherein the specific process of step S1 is as follows:
s11, the data synchronization service inquires basic data service data for the added equipment and records the inquiry time; then, the basic data change informs the equipment service to inquire the changed data, and the equipment service inquires the changed data by using the last inquired time;
s12, the equipment service acquires the changed data to the data synchronization service according to the specified number of paging, and the data synchronization service cuts x pieces of data by using a concurrency thread threshold y; then m devices will synchronize data by n threads simultaneously, and the number p of tasks processed by each thread is as follows:
when x < y, p ═ x × m/n, each task processes 1 piece of data;
when x > y, p ═ y × m/n, each task processes either x/y or x/y +1 pieces of data.
3. The method for clustered data collection of devices in the internet of things as claimed in claim 2, wherein the middleware in the step S2 comprises:
the P2P middleware is used for opening a P2P tunnel to be connected with terminal intranet equipment and forwarding data sent by the middleware to the terminal equipment;
the TCP middleware is used for establishing long connection with the equipment, converting JSON data into byte streams required by Socket through UTF8 coding and sending the byte streams to the terminal equipment;
and the HTTP middleware is used for directly transmitting data by using the HTTP service opened by the equipment when the equipment and the service are in the same local area network.
4. The method for clustered data acquisition of devices of the internet of things as claimed in claim 3, wherein the specific process of the step S2 is as follows: each task is connected with the middleware of a corresponding protocol according to the equipment bound by the task, and the task sends a JSON data packet to the middleware according to the marks corresponding to the new adding, modifying and deleting marks of the data; because the middleware is composed of a plurality of service clusters, the task can obtain the middle bound by the equipment from the cache Ehcache, if the middle bound by the equipment is not found, a Hash index is established according to the equipment index i and the number n of the protocol middleware to obtain one middleware x, and the mapping relation is cached to the Ehcache.
5. The method for clustered data acquisition of devices of the internet of things as claimed in claim 4, wherein: step S2 further includes the data synchronization service recording sending log; if the data transmission through the middleware fails, storing the data packet of the marking device into a data transmission failure processing task queue; the task queue retries to send the tasks at specified time intervals, and stops sending and discards the sending tasks until reaching the data sending failure retry threshold number of the equipment service control.
6. The method for clustered data acquisition of devices of the internet of things as claimed in claim 5, wherein the specific process of the step S3 is as follows:
s31, processing and comparing basic data stored by different Internet of things equipment with acquired data to obtain data with business meanings, and sending the data to a load balancing middleware provided by a service;
and S32, the load balancing middleware forwards the acquired data packet to a data acquisition service according to a polling algorithm.
7. The method for clustered data acquisition of devices of the internet of things as claimed in claim 6, wherein the specific process of step S4 is as follows: the data acquisition service analyzes the submitted data types into basic metadata, acquires perfect data information from the basic data according to different data types, and uniformly persists the complete data to the database.
8. The method for clustered data collection of devices of the internet of things as claimed in claim 7, wherein: step S5 further includes that the data synchronization service acquires data from the radix data service at specified intervals, and polls each internet of things device to obtain whether the device radix data is consistent with the data provided by the radix data service, and if the device radix data is missing or redundant, the step S2 is switched to synchronize the internet of things device data.
9. An internet of things equipment clustered data acquisition system for implementing the method for internet of things equipment clustered data acquisition as claimed in any one of claims 1 to 8, the system comprising: the cloud end, the middleware and the Internet of things equipment are connected together through the middleware; the cloud comprises basic data service, equipment service, data synchronization service and data acquisition service; the basic data service provides basic data services required by different devices; the device service is used for configuring device information; the data synchronization service is used for being connected with the middleware service, pushing changed basic data required by the Internet of things equipment to the middleware service, recording a synchronization log, and detecting whether cardinal data of the equipment is complete or not, and if the cardinal data of the equipment is incomplete, pushing missing data content; the data acquisition service is used for analyzing and storing the data acquired by the Internet of things equipment and informing the subscription service system; the middleware service is used for data docking of different Internet of things devices; the load balancing middleware is used for distributing the collected data of the service network equipment to the cluster data collection service.
10. The internet of things equipment clustered data acquisition system of claim 9, wherein: the Internet of things equipment comprises an visitor machine, an attendance machine, a temperature measurement face recognition panel, an intelligent camera and an intelligent sensor.
CN202110745921.0A 2021-07-01 2021-07-01 Method and system for collecting clustered data of Internet of things equipment Active CN113489777B (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
CN202110745921.0A CN113489777B (en) 2021-07-01 2021-07-01 Method and system for collecting clustered data of Internet of things equipment

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
CN202110745921.0A CN113489777B (en) 2021-07-01 2021-07-01 Method and system for collecting clustered data of Internet of things equipment

Publications (2)

Publication Number Publication Date
CN113489777A true CN113489777A (en) 2021-10-08
CN113489777B CN113489777B (en) 2024-09-06

Family

ID=77939204

Family Applications (1)

Application Number Title Priority Date Filing Date
CN202110745921.0A Active CN113489777B (en) 2021-07-01 2021-07-01 Method and system for collecting clustered data of Internet of things equipment

Country Status (1)

Country Link
CN (1) CN113489777B (en)

Cited By (2)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN117706974A (en) * 2023-11-07 2024-03-15 眉山市大数据产业发展有限公司 Internet of things monitoring system suitable for agricultural informatization big data service
CN117914839A (en) * 2023-12-26 2024-04-19 大庆安瑞达科技开发有限公司 Attendance prompt method and device based on web internet technology and electronic equipment

Citations (8)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN103699692A (en) * 2014-01-11 2014-04-02 樊建 Internet-of-things access platform data management method
CN104410662A (en) * 2014-10-23 2015-03-11 山东大学 Parallel mass data transmitting middleware of Internet of things and working method thereof
WO2017016336A1 (en) * 2015-07-30 2017-02-02 中兴通讯股份有限公司 Method and apparatus for data processing and query
CN107358388A (en) * 2016-11-03 2017-11-17 厦门嵘拓物联科技有限公司 A kind of WMS based on Internet of Things and the storage quality risk appraisal procedure based on the system
CN109104461A (en) * 2018-07-06 2018-12-28 安徽电科恒钛智能科技有限公司 A kind of data processing system and its method based on Internet of things middleware
CN111212085A (en) * 2020-01-16 2020-05-29 厦门网宿有限公司 Internet of things platform synchronous calling method, Internet of things system and network equipment
CN111641583A (en) * 2020-04-07 2020-09-08 北京邮电大学 Internet of things resource access system and resource access method
CN111787066A (en) * 2020-06-06 2020-10-16 王科特 Internet of things data platform based on big data and AI

Patent Citations (8)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN103699692A (en) * 2014-01-11 2014-04-02 樊建 Internet-of-things access platform data management method
CN104410662A (en) * 2014-10-23 2015-03-11 山东大学 Parallel mass data transmitting middleware of Internet of things and working method thereof
WO2017016336A1 (en) * 2015-07-30 2017-02-02 中兴通讯股份有限公司 Method and apparatus for data processing and query
CN107358388A (en) * 2016-11-03 2017-11-17 厦门嵘拓物联科技有限公司 A kind of WMS based on Internet of Things and the storage quality risk appraisal procedure based on the system
CN109104461A (en) * 2018-07-06 2018-12-28 安徽电科恒钛智能科技有限公司 A kind of data processing system and its method based on Internet of things middleware
CN111212085A (en) * 2020-01-16 2020-05-29 厦门网宿有限公司 Internet of things platform synchronous calling method, Internet of things system and network equipment
CN111641583A (en) * 2020-04-07 2020-09-08 北京邮电大学 Internet of things resource access system and resource access method
CN111787066A (en) * 2020-06-06 2020-10-16 王科特 Internet of things data platform based on big data and AI

Cited By (2)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN117706974A (en) * 2023-11-07 2024-03-15 眉山市大数据产业发展有限公司 Internet of things monitoring system suitable for agricultural informatization big data service
CN117914839A (en) * 2023-12-26 2024-04-19 大庆安瑞达科技开发有限公司 Attendance prompt method and device based on web internet technology and electronic equipment

Also Published As

Publication number Publication date
CN113489777B (en) 2024-09-06

Similar Documents

Publication Publication Date Title
CN108039957B (en) Intelligent analysis system for complex network traffic packet
CN113489777B (en) Method and system for collecting clustered data of Internet of things equipment
CN1901568B (en) Method for realizing historical property collection in network managing system
CN104506373A (en) Device and method for collecting and processing network information
CN103064731A (en) Device and method for improving message queue system performance
CN103095819A (en) Data information pushing method and data information pushing system
CN101094026A (en) Method for synchronizing, transmitting mass data, and inputting mass data to database
CN111460024A (en) Real-time service system based on Elasticissearch
CN102937984B (en) A kind of collect the system of data, client and method
CN112422663B (en) Data centralization system of industrial Internet of things and data aggregation, processing and storage method
CN109254957A (en) A kind of archive management system based on big data
CN101883009A (en) Method, system and network management device for automatically acquiring reliability data
CN107404525A (en) Video data access method, platform and system
CN110162443A (en) More lot flow monitoring methods, device, computer equipment and storage medium
CN109714222A (en) The distributed computer monitoring system and its monitoring method of High Availabitity
JP2014238671A (en) Content distribution method, content distribution server, and thumbnail collection program
CN104601374A (en) Network fault processing method and device for numerical control machine tool
CN104202389A (en) Monitoring method for storage space and running state in cloud environment and cloud storage system
CN110377478B (en) Agent-based host asset management system
CN112039936B (en) Data transmission method, first data processing equipment and monitoring system
CN202268912U (en) Data management system based on cloud computation structure
CN103297477A (en) Data collecting and reporting system, data processing method and proxy server
CN111431821A (en) Method for rapidly detecting and identifying specific information in network large flow
CN113722182B (en) Parallel asynchronous efficient acquisition and analysis method and system thereof
CN114124646A (en) WebSocket mode comprehensive network management system and method

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