CN116208646B - Internet of things data acquisition method and device - Google Patents

Internet of things data acquisition method and device Download PDF

Info

Publication number
CN116208646B
CN116208646B CN202310498010.1A CN202310498010A CN116208646B CN 116208646 B CN116208646 B CN 116208646B CN 202310498010 A CN202310498010 A CN 202310498010A CN 116208646 B CN116208646 B CN 116208646B
Authority
CN
China
Prior art keywords
internet
port
object processing
things data
processing service
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
CN202310498010.1A
Other languages
Chinese (zh)
Other versions
CN116208646A (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 Deta Jingyao Information Technology Co ltd
Original Assignee
Beijing Deta Jingyao 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 Beijing Deta Jingyao Information Technology Co ltd filed Critical Beijing Deta Jingyao Information Technology Co ltd
Priority to CN202310498010.1A priority Critical patent/CN116208646B/en
Publication of CN116208646A publication Critical patent/CN116208646A/en
Application granted granted Critical
Publication of CN116208646B publication Critical patent/CN116208646B/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/12Protocols specially adapted for proprietary or special-purpose networking environments, e.g. medical networks, sensor networks, networks in vehicles or remote metering networks
    • 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
    • Y02D10/00Energy efficient computing, e.g. low power processors, power management or thermal management

Abstract

The invention discloses an Internet of things data acquisition method and device, wherein the method comprises the following steps: firstly, pre-establishing service configuration, and determining a port and a URL path of allowed internet of things data access; then generating object processing service according to the service configuration, binding the port, the URL path and the object processing service, and then placing the bound object processing service into a first storage area; and then receiving a sending request of unacknowledged internet of things data, and receiving the internet of things data corresponding to the sending request when an object processing service corresponding to a first port and a URL in the sending request exists in the first storage area, wherein the sending request can be rapidly deployed in different servers, the difficulty of accessing the internet of things data corresponding to various internet of things devices into the internet of things is reduced, the service of an interface is dynamically generated, the workload of on-site staff is reduced, and the efficiency of data access is improved.

Description

Internet of things data acquisition method and device
Technical Field
The invention belongs to the technical field of Internet of things, and particularly relates to an Internet of things data acquisition method and equipment.
Background
In the current process of accessing equipment data by an internet of things platform, the types of internet of things equipment and gateway interfaces are various, the data formats and the types are very different, a plurality of interfaces are required to be opened, however, the opening of ports in an actual production environment is complicated, the workload is large, and the safety requirement is limited.
Therefore, how to reduce the difficulty of accessing the Internet of things to the Internet of things data corresponding to various Internet of things devices, reduce the workload of on-site workers, and improve the efficiency of data access is a technical problem to be solved by the technicians in the field.
Disclosure of Invention
The invention aims to solve the technical problems that various types of Internet of things data access are complicated and the Internet of things data access efficiency is low in the prior art.
In order to achieve the technical purpose, in one aspect, the invention provides an internet of things data acquisition method, which comprises the following steps:
pre-establishing service configuration, and determining a port and a URL path of allowed internet of things data access;
generating object processing service according to the service configuration, binding the port, the URL path and the object processing service, and then placing the bound object processing service into a first storage area;
and receiving a sending request of unacknowledged internet of things data, and receiving the internet of things data corresponding to the sending request when the object processing service corresponding to the first port and the URL in the sending request exists in the first storage area.
Further, before the binding the port, the URL path and the object processing service is put in the first storage area, if the object processing service corresponding to the port does not exist, a single thread is started to generate and run the object processing service corresponding to the port.
Further, the method also includes opening the port in the first storage area.
Further, the method further comprises a request processing service for generating a transmission request before receiving the transmission request of the unacknowledged internet of things data.
Further, the method also includes testing the request processing service through a test interface and recording processing information in the object processing service.
Further, the receiving the request for sending the unacknowledged internet of things data, and when there is an object processing service corresponding to the first port and the URL in the request for sending in the first storage area, receiving the internet of things data corresponding to the request for sending specifically includes:
receiving the sending request, and acquiring a first port and a URL from the sending request;
determining whether a corresponding object handling service exists in the first storage area based on the first port and URL;
if not, reporting error;
if yes, when the API path in the corresponding object processing service is consistent with the request path in the sending request and the port validity verification passes, receiving the Internet of things data corresponding to the sending request.
Further, after receiving the internet of things data corresponding to the sending request, the method further comprises the steps of sequentially filtering and converting the received internet of things data and then sending the filtered and converted internet of things data to the persistent storage area.
In another aspect, the present invention further provides an internet of things data collection device, where the device includes:
the establishing module is used for pre-establishing service configuration and determining the allowed port and URL path of the Internet of things data access;
the generation module is used for generating object processing services according to the service configuration, binding the port, the URL path and the object processing services, and then placing the bound port, URL path and the object processing services into a first storage area;
the receiving module is used for receiving a sending request of unacknowledged internet of things data, and receiving the internet of things data corresponding to the sending request when the object processing service corresponding to the first port and the URL in the sending request exists in the first storage area.
Compared with the prior art, the method has the advantages that service configuration is established in advance, and the allowed port and URL path of the Internet of things data access are determined; then generating object processing service according to the service configuration, binding the port, the URL path and the object processing service, and then placing the bound object processing service into a first storage area; and then receiving a sending request of unacknowledged internet of things data, and when an object processing service corresponding to a first port and a URL in the sending request exists in the first storage area, receiving the internet of things data corresponding to the sending request, wherein the internet of things data can be rapidly deployed in different servers, the difficulty of accessing the internet of things data corresponding to various internet of things devices into the internet of things is reduced, the service of an interface is dynamically generated, the workload of field staff is reduced, and the efficiency of data access is improved.
Drawings
In order to more clearly illustrate the embodiments of the present description or the technical solutions in the prior art, the drawings that are required to be used in the embodiments or the description of the prior art will be briefly described below, and it is obvious that the drawings in the following description are only some embodiments described in the present description, and other drawings may be obtained according to these drawings without inventive effort for a person skilled in the art.
Fig. 1 is a schematic flow chart of an internet of things data collection method according to an embodiment of the present disclosure;
fig. 2 is a schematic structural diagram of an internet of things data collection device according to an embodiment of the present disclosure.
Detailed Description
In order to enable those of ordinary skill in the art to better understand the technical solutions in the present specification, the technical solutions in the embodiments of the present application will be clearly and completely described below with reference to the drawings in the embodiments of the present application, and it is obvious that the described embodiments are only some embodiments of the present application, but not all embodiments. All other embodiments, which can be made by one of ordinary skill in the art based on the embodiments herein without making any inventive effort, are intended to be within the scope of the present application.
Fig. 1 is a schematic flow chart of an internet of things data collection method according to the embodiment of the present disclosure, and although the present disclosure provides the following method operation steps or device structures according to the embodiments or the drawings, more or fewer operation steps or module units after partial merging may be included in the method or device based on conventional or non-creative labor, and in the steps or structures where there is no necessary causal relationship logically, the execution sequence of the steps or the module structure of the device is not limited to the execution sequence or the module structure shown in the embodiments or the drawings of the present disclosure. The described methods or module structures may be implemented in a sequential or parallel manner (e.g., in a parallel processor or multithreaded environment, or even in a distributed processing, server cluster implementation environment) in accordance with the method or module structures shown in the embodiments or figures when the actual device, server, or end product is in use.
The method for acquiring the data of the internet of things provided in the embodiment of the present disclosure may be applied to terminal devices such as a client and a server, as shown in fig. 1, and specifically includes the following steps:
step S101, pre-establishing service configuration, and determining the allowed port and URL path of the Internet of things data access.
Specifically, the service configuration includes: ports, URL paths, response data, response markets, interface verification means, received data processing scripts, API paths, etc., and can be persisted after service configuration is completed.
And step S102, generating object processing service according to the service configuration, binding the port, the URL path and the object processing service, and then placing the bound port, URL path and the object processing service into a first storage area.
Specifically, the service configuration is firstly taken out from a storage area, which may be a database or other storage devices, an object processing service may be generated according to the service configuration, which may have functions of performing filtering, converting and sending of the internet of things data according to the configured attribute, and may be a RecordHandle object in a specific application scenario, and meanwhile, when the port, the URL path and the object processing service are bound, a web server service may be started, and in particular, an HttpServer service may be started, where the HttpServer service is a class customized in the scheme, and the object is responsible for binding/unbinding the port, the path and the processing object RecordHandle if there is no RecordHandle.
In this embodiment of the present application, before the port, the URL path, and the object processing service are bound and then placed in the first storage area, if there is no object processing service corresponding to the port, the method further includes starting a single thread for generating and running the object processing service corresponding to the port, and further includes starting the port in the first storage area.
In a specific application scene, whether a record processing RecordHandle object, namely an object processing service exists or not is checked according to a port, if the RecordHandle object does not exist, a single thread is started for running the RecordHandle object, and the method has the advantages that a plurality of HttpServer processes are isolated by using a plurality of threads in a concurrent mode, so that the system safety and the running efficiency are further improved, the RecordHandle object is generated by a system according to configuration when a plug-in runs, and the opened port is the port existing in the configuration service.
The opening of the port in the first storage area may be generating a Netty ServerBootstrap object, binding an HttpServerHandler object, acquiring a Channel object and a port from the ServerBootstrap object, and putting the Channel object and the port into the memory, where the port is opened.
Step S103, receiving a sending request of unacknowledged internet of things data, and receiving the internet of things data corresponding to the sending request when the object processing service corresponding to the first port and the URL in the sending request exists in the first storage area.
In this embodiment of the present application, before receiving a transmission request of unacknowledged internet of things data, a request processing service for generating the transmission request is further included, where in a specific application scenario, the transmission request may be an HTTP request, the request processing service may be an HttpServerHandler service, but without specific limitation, the testing of the request processing service through a test interface and recording processing information in the object processing service may be: built-in test interfaces and debug interfaces. the test interface is responsible for testing whether HTTP response service of the corresponding port operates normally; the debug interface not only can test whether the HTTP response service of the corresponding port operates normally, but also can acquire configuration information of the HTTP service, record and process detailed information of the RecordHandle object and the like.
Receiving a sending request of unacknowledged internet of things data, and when an object processing service corresponding to a first port and a URL in the sending request exists in the first storage area, receiving the internet of things data corresponding to the sending request, wherein the method specifically comprises the following steps:
receiving the sending request, and acquiring a first port and a URL from the sending request;
determining whether a corresponding object handling service exists in the first storage area based on the first port and URL;
if not, reporting error;
if yes, when the API path in the corresponding object processing service is consistent with the request path in the sending request and the port validity verification passes, receiving the Internet of things data corresponding to the sending request.
Specifically, whether a RecordHandle object exists or not is checked from a memory according to ports and url in the HttpServer, if the RecordHandle object does not exist, the error is directly reported, if the RecordHandle object exists in the memory, the RecordHandle object is obtained, a configured API path is obtained, whether the API path is matched with a requested path or not is judged, and if the API path is not matched with the requested path, the error is directly reported. If the interface is matched, verifying the validity of the interface, and after the interface validity verification is passed, the interface, namely the port, and the requested port is consistent with the port in the configuration, namely the port bound in the HttpServer, so that the interface validity verification is passed, and the internet of things data corresponding to the sending request is received.
In the embodiment of the application, the method further comprises the steps of sequentially filtering and converting the received internet of things data and then sending the filtered and converted internet of things data to the persistent storage area.
In a specific application scenario, the scheme is developed by JAVA, and partial codes are schematically as follows:
<dependency>
<groupId>org.coredata</groupId>
<artifactId>coredata-core-collector-api</artifactId>
<version>5.0.1-RELEASE</version>
</dependency>
<dependency>
<groupId>io.netty</groupId>
<artifactId>netty-all</artifactId>
<version>4.1.75.Final</version>
</dependency>
inherits the ReaderAdapter class and implements initialize, getData abstract methods.
The acquisition server dynamically provides a configuration page according to the configuration, does not need to develop the configuration page any more, realizes a void initialization (PluginConfig pluginConfig) method, reads in plug-in configuration, initializes resources, such as database connection and the like, realizes a String getData (boolean ispreview) method, acquires data, and returns json strings; the preview and getFieldNames methods in the reader adapter can acquire preview data and the structure of the data; the data returned by the getData can be cleaned according to the preprocessing script in the configuration in the reader adapter and sent to the persistence platform, and no separate development is needed.
Based on the above-mentioned internet of things data collection method, one or more embodiments of the present disclosure further provide a platform, a terminal for internet of things data collection, where the platform or the terminal may include a device, software, a module, a plug-in, a server, a client, etc. using the method described in the embodiments of the present disclosure in combination with a device for implementing hardware, where the system in one or more embodiments provided in the embodiments of the present disclosure is based on the same innovative concept, and since the implementation of the system to solve the problem is similar to the method, the implementation of the system in the embodiments of the present disclosure may refer to the implementation of the foregoing method, and the terms "unit" or "module" used in the following may implement the combination of software and/or hardware of the predetermined function, which is not repeated. While the system described in the following embodiments is preferably implemented in software, hardware, implementation of a combination of hardware and software is also possible and contemplated.
Specifically, fig. 2 is a schematic block diagram of an embodiment of an internet of things data collection device provided in the present specification, as shown in fig. 2, where the internet of things data collection device provided in the present specification includes:
a building module 201, configured to pre-build a service configuration, and determine a port and URL path of allowed internet of things data access;
the generating module 202 is configured to generate an object processing service according to the service configuration, bind the port, the URL path and the object processing service, and then put the bound port, URL path and object processing service into the first storage area;
the receiving module 203 is configured to receive a sending request of unacknowledged internet of things data, and receive the internet of things data corresponding to the sending request when there are object processing services corresponding to a first port and a URL in the sending request in the first storage area.
It should be noted that, the description of the above system according to the corresponding method embodiment may further include other embodiments, and specific implementation manner may refer to the description of the above corresponding method embodiment, which is not described herein in detail.
The embodiment of the application also provides electronic equipment, which comprises:
a processor;
a memory for storing the processor-executable instructions;
the processor is configured to perform the method as provided in the above embodiments.
According to the electronic equipment provided by the embodiment of the application, the executable instructions of the processor are stored through the memory, and when the processor executes the executable instructions, service configuration can be established in advance, and the allowed port and URL path of the Internet of things data access can be determined; then generating object processing service according to the service configuration, binding the port, the URL path and the object processing service, and then placing the bound object processing service into a first storage area; and then receiving a sending request of unacknowledged internet of things data, and receiving the internet of things data corresponding to the sending request when an object processing service corresponding to a first port and a URL in the sending request exists in the first storage area, wherein the sending request can be rapidly deployed in different servers, the difficulty of accessing the internet of things data corresponding to various internet of things devices into the internet of things is reduced, the service of an interface is dynamically generated, the workload of on-site staff is reduced, and the efficiency of data access is improved.
The method embodiments provided in the embodiments of the present specification may be performed in a mobile terminal, a computer terminal, a server, or similar computing device. The computer terminal may be an internet of things data acquisition server or an internet of things data acquisition device in the above embodiments. One or more processors (which may include, but are not limited to, a processing device such as a microprocessor mcu or programmable logic device fpga), a non-volatile memory for storing data, and a transmission module for communication functions.
The nonvolatile memory may be used to store software programs and modules of application software, such as program instructions/modules corresponding to the method for acquiring data of an internet of things in the embodiments of the present disclosure, and the processor executes the software programs and modules stored in the nonvolatile memory, thereby executing various functional applications and updating resource data. The non-volatile memory may include high speed random access memory, and may also include non-volatile memory, such as one or more magnetic storage devices, flash memory, or other non-volatile solid state memory. In some examples, the non-volatile memory may further include memory remotely located relative to the processor, which may be connected to the computer terminal via a network. Examples of such networks include, but are not limited to, the internet, intranets, local area networks, mobile communication networks, and combinations thereof.
The transmission module is used for receiving or transmitting data via a network. Specific examples of the network described above may include a wireless network provided by a communication provider of a computer terminal. In one example, the transmission module includes a network adapter (network interface controller, nic) that can connect to other network devices through the base station to communicate with the internet. In one example, the transmission module may be a radio frequency (rf) module for communicating wirelessly with the internet.
The foregoing describes specific embodiments of the present disclosure. Other embodiments are within the scope of the following claims. In some cases, the actions or steps recited in the claims can be performed in a different order than in the embodiments and still achieve desirable results. In addition, the processes depicted in the accompanying figures do not necessarily require the particular order shown, or sequential order, to achieve desirable results. In some embodiments, multitasking and parallel processing are also possible or may be advantageous.
The method or apparatus according to the foregoing embodiments provided in the present specification may implement service logic through a computer program and be recorded on a storage medium, where the storage medium may be read and executed by a computer, to implement effects of the solutions described in the embodiments of the present specification, for example:
pre-establishing service configuration, and determining a port and a URL path of allowed internet of things data access;
generating object processing service according to the service configuration, binding the port, the URL path and the object processing service, and then placing the bound object processing service into a first storage area;
and receiving a sending request of unacknowledged internet of things data, and receiving the internet of things data corresponding to the sending request when the object processing service corresponding to the first port and the URL in the sending request exists in the first storage area.
The storage medium may include physical means for storing information, typically by digitizing the information before storing it in an electronic, magnetic, or optical medium. The storage medium may include: devices for storing information by using electric energy, such as various memories, e.g. ram, rom, etc.; devices for storing information using magnetic energy such as hard disk, floppy disk, magnetic tape, magnetic core memory, bubble memory, and u-disk; means for optically storing information, such as cd or dvd. Of course, there are other ways of readable storage medium, such as quantum memory, graphene memory, etc.
Embodiments of the present description are not limited to situations in which industry communication standards, standard computer resource data updates, and data storage rules must be met or described in one or more embodiments of the present description. Some industry standards or embodiments modified slightly based on the implementation described by the custom manner or examples can also realize the same, equivalent or similar or predictable implementation effect after modification of the above examples. Examples of data acquisition, storage, judgment, processing, etc., using these modifications or variations may still fall within the scope of alternative implementations of the examples of this specification.
The controller may be implemented in any suitable manner, for example, the controller may take the form of, for example, a microprocessor or processor and a computer readable medium storing computer readable program code (e.g., software or firmware) executable by the (micro) processor, logic gates, switches, application specific integrated circuits (application specific integrated circuit, asics), programmable logic controllers, and embedded microcontrollers, examples of which include, but are not limited to, the following microcontrollers: the arc 625d, atm at91sam, microchip pic18f26k20, and silicone labs c8051f320, the memory controller may also be implemented as part of the control logic of the memory. Those skilled in the art will also appreciate that, in addition to implementing the controller in a pure computer readable program code, it is well possible to implement the same functionality by logically programming the method steps such that the controller is in the form of logic gates, switches, application specific integrated circuits, programmable logic controllers, embedded microcontrollers, etc. Such a controller may thus be regarded as a kind of hardware component, and means for performing various functions included therein may also be regarded as structures within the hardware component. Or even means for achieving the various functions may be regarded as either software modules implementing the methods or structures within hardware components.
The above-described apparatus embodiments are merely illustrative, and for example, the division of the units is merely a logical function division, and there may be additional divisions in actual implementation, for example, multiple units or plug-ins may be combined or integrated into another system, or some features may be omitted or not performed. Alternatively, the coupling or direct coupling or communication connection shown or discussed with each other may be an indirect coupling or communication connection via some interfaces, devices or units, which may be in electrical, mechanical or other form.
These computer program instructions may also be loaded onto a computer or other programmable resource data updating apparatus to cause a series of operational steps to be performed on the computer or other programmable apparatus to produce a computer implemented process such that the instructions which execute on the computer or other programmable apparatus provide steps for implementing the functions specified in the flowchart flow or flows and/or block diagram block or blocks.
In this specification, each embodiment is described in a progressive manner, and identical and similar parts of each embodiment are referred to each other, and each embodiment is mainly described in a different manner from other embodiments. In particular, for system embodiments, the description is relatively simple as it is substantially similar to method embodiments, and reference is made to the section of the method embodiments where relevant. In the description of the present specification, a description referring to terms "one embodiment," "some embodiments," "examples," "specific examples," or "some examples," etc., means that a particular feature, structure, material, or characteristic described in connection with the embodiment or example is included in at least one embodiment or example of the present specification. In this specification, schematic representations of the above terms are not necessarily directed to the same embodiment or example. Furthermore, the particular features, structures, materials, or characteristics described may be combined in any suitable manner in any one or more embodiments or examples. Furthermore, the various embodiments or examples described in this specification and the features of the various embodiments or examples may be combined and combined by those skilled in the art without conflict
Those of ordinary skill in the art will recognize that the embodiments described herein are for the purpose of aiding the reader in understanding the principles of the present invention and should be understood that the scope of the invention is not limited to such specific statements and embodiments. Those of ordinary skill in the art can make various other specific modifications and combinations from the teachings of the present disclosure without departing from the spirit thereof, and such modifications and combinations remain within the scope of the present disclosure.

Claims (8)

1. The method for acquiring the data of the Internet of things is characterized by comprising the following steps:
pre-establishing service configuration, and determining a port and a URL path of allowed internet of things data access;
generating object processing service according to the service configuration, binding the port, the URL path and the object processing service, and then placing the bound object processing service into a first storage area;
and receiving a sending request of unacknowledged internet of things data, and receiving the internet of things data corresponding to the sending request when the object processing service corresponding to the first port and the URL in the sending request exists in the first storage area.
2. The method of claim 1, wherein the binding the port, URL path and the object processing service before the binding the port, URL path and the object processing service are placed in the first storage area, further comprising starting a single thread for generating and running the object processing service corresponding to the port if the object processing service corresponding to the port does not exist.
3. The method of claim 2, further comprising opening the port in the first storage area.
4. The method of claim 1, further comprising a request processing service that generates a transmission request before receiving the transmission request of unacknowledged internet of things data.
5. The method of claim 4, further comprising testing the request processing service through a test interface and recording processing information in the object processing service.
6. The method for collecting internet of things data according to claim 1, wherein the receiving the request for sending unacknowledged internet of things data, and when there is an object processing service corresponding to a first port and a URL in the request for sending in the first storage area, receiving the internet of things data corresponding to the request for sending, specifically includes:
receiving the sending request, and acquiring a first port and a URL from the sending request;
determining whether a corresponding object handling service exists in the first storage area based on the first port and URL;
if not, reporting error;
if yes, when the API path in the corresponding object processing service is consistent with the request path in the sending request and the port validity verification passes, receiving the Internet of things data corresponding to the sending request.
7. The method of claim 5, further comprising filtering and converting the received data of the internet of things in sequence and sending the filtered data to the persistent storage area after receiving the data of the internet of things corresponding to the sending request.
8. An internet of things data acquisition device, the device comprising:
the establishing module is used for pre-establishing service configuration and determining the allowed port and URL path of the Internet of things data access;
the generation module is used for generating object processing services according to the service configuration, binding the port, the URL path and the object processing services, and then placing the bound port, URL path and the object processing services into a first storage area;
the receiving module is used for receiving a sending request of unacknowledged internet of things data, and receiving the internet of things data corresponding to the sending request when the object processing service corresponding to the first port and the URL in the sending request exists in the first storage area.
CN202310498010.1A 2023-05-06 2023-05-06 Internet of things data acquisition method and device Active CN116208646B (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
CN202310498010.1A CN116208646B (en) 2023-05-06 2023-05-06 Internet of things data acquisition method and device

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
CN202310498010.1A CN116208646B (en) 2023-05-06 2023-05-06 Internet of things data acquisition method and device

Publications (2)

Publication Number Publication Date
CN116208646A CN116208646A (en) 2023-06-02
CN116208646B true CN116208646B (en) 2023-06-30

Family

ID=86509883

Family Applications (1)

Application Number Title Priority Date Filing Date
CN202310498010.1A Active CN116208646B (en) 2023-05-06 2023-05-06 Internet of things data acquisition method and device

Country Status (1)

Country Link
CN (1) CN116208646B (en)

Citations (3)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN104052759A (en) * 2013-03-11 2014-09-17 中国科学院计算技术研究所 System for realizing add-and-play technology of internet of things
CN105071965A (en) * 2015-08-07 2015-11-18 上海斐讯数据通信技术有限公司 Management system of network equipment
CN114491220A (en) * 2022-02-15 2022-05-13 北京百度网讯科技有限公司 Object processing method, device, equipment and medium

Family Cites Families (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US10075500B2 (en) * 2013-08-22 2018-09-11 Korea Advanced Institute Of Science And Technology Service method and system using instance interface of virtualization object in internet of things environment

Patent Citations (3)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN104052759A (en) * 2013-03-11 2014-09-17 中国科学院计算技术研究所 System for realizing add-and-play technology of internet of things
CN105071965A (en) * 2015-08-07 2015-11-18 上海斐讯数据通信技术有限公司 Management system of network equipment
CN114491220A (en) * 2022-02-15 2022-05-13 北京百度网讯科技有限公司 Object processing method, device, equipment and medium

Also Published As

Publication number Publication date
CN116208646A (en) 2023-06-02

Similar Documents

Publication Publication Date Title
CN112988485B (en) Simulation test method and device for electric power Internet of things equipment
CN111026982A (en) Intelligent contract processing method, computer equipment and storage medium
CN107045475B (en) Test method and device
CN113792341B (en) Automatic detection method, device, equipment and medium for privacy compliance of application program
CN110413594A (en) A kind of more example method for testing pressure of Redis and device
US10310851B2 (en) Automated generation of service definitions for message queue application clients
CN107341141B (en) Form management method, device, medium and computing equipment
CN110049313A (en) A kind of video measurement method and system
CN109582524A (en) A kind of test method, system and electronic equipment and storage medium
CN112799782A (en) Model generation system, method, electronic device, and storage medium
CN106549795B (en) System for monitoring a plurality of distributed devices
CN114528269A (en) Method, electronic device and computer program product for processing data
CN116208646B (en) Internet of things data acquisition method and device
CN112395357A (en) Data collection method and device and electronic equipment
CN103542865A (en) Testing and controlling method and device
KR20120071175A (en) Mobile phone loading web-platform, method for offering log information using the same mobile phone, verification system and method for web-platform
CN114500348B (en) CDN gateway testing method and system
CN114285774B (en) Flow recording method and device, electronic equipment and storage medium
CN115757084A (en) Test method and test device and storage medium
CN115309657A (en) Method, device, medium and program product for providing test case
CN109120473B (en) Interface request frame implementation method, interface test method and corresponding device
CN108287752B (en) Terminal-oriented task scheduling method and system, storage medium and electronic equipment
CN114143235A (en) NFV automatic test method, device, equipment and storage medium
CN112203113B (en) Video stream structuring method and device, electronic equipment and computer readable medium
CN111131207B (en) Certificate verification method and device in distributed task and server

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