CN109933595B - Internet of things equipment information sharing system and device and terminal equipment - Google Patents

Internet of things equipment information sharing system and device and terminal equipment Download PDF

Info

Publication number
CN109933595B
CN109933595B CN201910147472.2A CN201910147472A CN109933595B CN 109933595 B CN109933595 B CN 109933595B CN 201910147472 A CN201910147472 A CN 201910147472A CN 109933595 B CN109933595 B CN 109933595B
Authority
CN
China
Prior art keywords
data
equipment
module
service request
sent
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
CN201910147472.2A
Other languages
Chinese (zh)
Other versions
CN109933595A (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.)
Shenzhen Zhilian Iot Technology Co ltd
Original Assignee
Shenzhen Zhilian Iot 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 Shenzhen Zhilian Iot Technology Co ltd filed Critical Shenzhen Zhilian Iot Technology Co ltd
Priority to CN201910147472.2A priority Critical patent/CN109933595B/en
Publication of CN109933595A publication Critical patent/CN109933595A/en
Application granted granted Critical
Publication of CN109933595B publication Critical patent/CN109933595B/en
Active legal-status Critical Current
Anticipated expiration legal-status Critical

Links

Images

Classifications

    • 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

Landscapes

  • Information Transfer Between Computers (AREA)

Abstract

The invention is suitable for the technical field of Internet of things, and provides an information sharing method and device for Internet of things equipment and terminal equipment, wherein the method comprises the following steps: if a starting instruction is received, acquiring unique equipment identification information sent by the main service module through the MQ middleware module; and if a service request sent by a third-party device is obtained, the database is accessed according to the service request, and corresponding service is provided for the third-party device. The invention reduces the power consumption of data query and data arrangement services, lightens the pressure of main services, improves the performance of data statistics and the capability of opening the system to the outside, and has long-term stability.

Description

Internet of things equipment information sharing system and device and terminal equipment
Technical Field
The invention belongs to the technical field of Internet of things, and particularly relates to an information sharing system and device of Internet of things equipment and terminal equipment.
Background
At present, most of data information of each hardware in the service of the internet of things is stored in a database or a cache. With the increase of users, the increase of traffic and the increase of hardware devices, the pressure of the system is higher by simple database query. The operation of business query and statistical query is complex, and the load on the server is large.
The existing technicians usually adopt operations such as adding servers, establishing clusters, improving server configuration, reading and writing separation and the like to reduce the pressure of the system and improve the customer experience.
However, the above method inevitably brings a large amount of capital investment and development time investment, and the efficiency is low.
Disclosure of Invention
In view of this, embodiments of the present invention provide an information sharing method and apparatus for an internet of things device, and a terminal device, so as to solve the problems in the prior art.
A first aspect of an embodiment of the present invention provides an internet of things device information sharing method, including:
if a starting instruction is received, acquiring unique equipment identification information sent by the main service module through the MQ middleware module; wherein the starting instruction comprises an activating instruction and a unbinding instruction;
self-building a database according to the unique equipment identification information, and updating and storing equipment data;
and if the service request sent by the third-party equipment is acquired, accessing the database according to the service request, and providing corresponding service for the third-party equipment.
Optionally, the unique device identification information includes a device ID.
Optionally, the device data includes site information data, agent information data, and activation status data.
Optionally, if a service request sent by a third-party device is obtained, accessing the database according to the service request, and providing a corresponding service to the third-party device, includes:
and if the data query service request sent by the third-party equipment is acquired, querying the database according to the data query service request, and sending a data query result to the third-party equipment.
Optionally, if a service request sent by a third-party device is obtained, accessing the database according to the service request, and providing a corresponding service to the third-party device, further includes:
and if the data statistics service request sent by the third-party equipment is obtained, obtaining the data of the database according to the data statistics service request, carrying out data statistics and arrangement, and sending a data statistics arrangement result to the third-party equipment.
Optionally, the method further includes:
if an updating instruction is received, acquiring an updating data packet sent by the main service module through the MQ middleware;
and updating data according to the updating data packet.
A second aspect of the embodiments of the present invention provides an information sharing apparatus for internet of things devices, including:
the receiving module is used for acquiring the unique equipment identification information sent by the main service module through the MQ middleware module if the starting instruction is received; wherein the starting instruction comprises an activating instruction and a unbinding instruction;
the storage module is used for self-establishing a database according to the unique equipment identification information, and updating and storing equipment data;
and the service module is used for accessing the database according to the service request and providing corresponding service for the third-party equipment if the service request sent by the third-party equipment is obtained.
A third aspect of an embodiment of the present invention provides a terminal device, including: a memory, a processor and a computer program stored in the memory and executable on the processor, the processor implementing the steps of the method as described above when executing the computer program.
A fourth aspect of embodiments of the present invention provides a computer-readable storage medium having stored thereon a computer program which, when executed by a processor, performs the steps of the method as described above.
The embodiment of the invention obtains the unique equipment identification information sent by the main service module through the MQ middleware module through the DOS service module, self-establishes the database according to the unique equipment identification information, updates and stores the equipment data, accesses the database according to the service request when obtaining the service request sent by the third-party equipment, provides corresponding service for the third-party equipment, reduces the power consumption of data query and data arrangement services, relieves the pressure of main services, and improves the performance of data statistics and the capability of opening the system to the outside, and has long-term stability.
Drawings
In order to more clearly illustrate the technical solutions in the embodiments of the present invention, the drawings needed to be used in the embodiments or the prior art descriptions will be briefly described below, and it is obvious that the drawings in the following description are only some embodiments of the present invention, and it is obvious for those skilled in the art to obtain other drawings based on these drawings without inventive exercise.
Fig. 1 is a schematic flowchart of an information sharing method for devices of the internet of things according to an embodiment of the present invention;
fig. 2 is a schematic flowchart of an information sharing method for devices of the internet of things according to a second embodiment of the present invention;
fig. 3 is a schematic structural diagram of an information sharing apparatus for internet of things devices according to a third embodiment of the present invention;
fig. 4 is a schematic structural diagram of an information sharing apparatus for internet of things devices according to a fourth embodiment of the present invention;
fig. 5 is a schematic diagram of a terminal device according to a fifth embodiment of the present invention.
Detailed Description
In order to make the technical solutions of the present invention better understood by those skilled in the art, the technical solutions in the embodiments of the present invention will be clearly described below with reference to the drawings in the embodiments of the present invention, and it is obvious that the described embodiments are some embodiments of the present invention, but not all embodiments. All other embodiments, which can be derived by a person skilled in the art from the embodiments given herein without making any creative effort, shall fall within the protection scope of the present invention.
The terms "comprises" and "comprising," and any variations thereof, in the description and claims of this invention and the above-described drawings are intended to cover non-exclusive inclusions. For example, a process, method, or system, article, or apparatus that comprises a list of steps or elements is not limited to only those steps or elements listed, but may alternatively include other steps or elements not listed, or inherent to such process, method, article, or apparatus. Furthermore, the terms "first," "second," and "third," etc. are used to distinguish between different objects and are not used to describe a particular order.
In order to explain the technical means of the present invention, the following description will be given by way of specific examples.
Example one
As shown in fig. 1, the embodiment provides an information sharing method for devices in the internet of things, and the method can be applied to terminal devices such as a mobile phone, a PC, a tablet computer, and the like. The method for sharing information of the internet of things equipment provided by the embodiment comprises the following steps:
s101, if a starting instruction is received, acquiring unique equipment identification information sent by a main service module through an MQ middleware module; wherein the starting instruction comprises an activating instruction and a unbinding instruction.
In a specific application, if a start instruction is received, a request for obtaining unique device identification information is sent to a main service module, and the unique device identification information (i.e., device ID) sent by the main service module through an MQ middleware module (specifically, a rockmq message middleware) is obtained. The starting instruction comprises an activating instruction and a unbinding instruction. In this embodiment, the present operation may be performed by a DOS (Device open Service) Service module in the internet of things Device information sharing system. The information sharing system of the equipment of the Internet of things comprises a main service module and an MQ middleware module, wherein the main service module is in communication connection with the MQ middleware module, when the main service module receives other service requests except for the main service, a DOS service module is newly built, the MQ middleware module is connected with the DOS service module, and the DOS service module is connected with third-party equipment. The number of the DOS service modules is one or more, and is increased according to the types of the service requests of other services except the main service received by the main service module (that is, the number of the DOS service modules is the number of the types of the service requests of other services except the main service received by the service module). The third-party equipment comprises but is not limited to a platform, a cloud deck and a user terminal which are connected with the current Internet of things.
And S102, self-establishing a database according to the unique equipment identification information, and updating and storing equipment data.
In specific application, a database is self-established according to the acquired unique equipment identification information, the unique equipment identification information is cached, and other equipment information of the equipment is updated. The self-built database is synchronously updated according to the data sent by the main service module; moreover, a large amount of data statistics, external provision of device data and the like can be performed. (since MQ middleware consumption is used, it can be produced through MQ middleware to be pushed to third party devices)
S103, if a service request sent by a third-party device is obtained, accessing the database according to the service request, and providing corresponding service for the third-party device.
In specific application, if a service request sent by a third-party device is acquired, the self-built database is accessed according to the service request, and corresponding service is provided for the third-party device according to an access result. The service request includes, but is not limited to, a data query service request, a data statistics service request.
In one embodiment, the unique device identification information includes a device ID.
In one embodiment, the device data includes site information data, agent information data, and activation status data.
In particular applications, the device data includes, but is not limited to, site information data, agent information data, and activation status data.
In one embodiment, the method further comprises:
if an updating instruction is received, acquiring an updating data packet sent by the main service module through the MQ middleware;
and updating data according to the updating data packet.
In specific application, if an update instruction sent by the main service module is received, the update data packet sent by the main service module through the MQ middleware is directly obtained. It should be noted that, when the main service module receives the update data packet, the main service module may directly perform data update according to the update data packet.
In one embodiment, if an update instruction sent by a user terminal is received, a request for acquiring an update data packet is sent to a main service module, the update data packet sent by the main service module through the MQ middleware is acquired, and data update is performed according to the update data packet.
In the embodiment, the DOS service module acquires the unique device identification information sent by the main service module through the MQ middleware module, the database is self-established according to the unique device identification information, the device data is updated and saved, when the service request sent by the third-party device is acquired, the database is accessed according to the service request, and the corresponding service is provided for the third-party device, so that the power consumption of data query and data arrangement services is reduced, the pressure of main services is relieved, the performance of data statistics and the capability of the system capable of being opened to the outside are improved, and the long-term stability is achieved.
Example two
As shown in fig. 2, this embodiment is a further description of the method steps in the first embodiment. In the present embodiment, step S103 includes:
and S1031, if the data query service request sent by the third-party equipment is obtained, querying the database according to the data query service request, and sending a data query result to the third-party equipment.
In specific application, if a data query service request sent by a third-party device is obtained, a database is queried according to the data query service request, and a data query result is sent to the third-party device.
In one embodiment, step S103 further includes:
s1032, if the data statistics service request sent by the third-party equipment is obtained, obtaining the data of the database according to the data statistics service request, carrying out data statistics and sorting, and sending a data statistics sorting result to the third-party equipment.
In specific application, if a data statistics service request sent by a third-party device is obtained, data of a database is obtained according to the data statistics service request, data statistics and arrangement are performed, and a data statistics arrangement result is sent to the third-party device.
By releasing the coupling with the main service, the embodiment reduces the power consumption of the data query and data arrangement service, reduces the pressure of the main service, and expands the capability of opening to the outside.
It should be understood that, the sequence numbers of the steps in the foregoing embodiments do not imply an execution sequence, and the execution sequence of each process should be determined by its function and inherent logic, and should not constitute any limitation to the implementation process of the embodiments of the present invention.
EXAMPLE III
As shown in fig. 3, the present embodiment provides an internet of things device information sharing apparatus 100, configured to execute the method steps in the first embodiment. The internet of things device information sharing apparatus 100 provided in this embodiment includes:
the receiving module 101 is configured to, if a start instruction is received, obtain unique device identification information sent by the main service module through the MQ middleware module; wherein the starting instruction comprises an activating instruction and a unbinding instruction;
the storage module 102 is used for self-establishing a database according to the unique equipment identification information, and updating and storing equipment data;
the service module 103 is configured to, if a service request sent by a third-party device is obtained, access the database according to the service request, and provide a corresponding service to the third-party device.
In one embodiment, the unique device identification information includes a device ID.
In one embodiment, the device data includes site information data, agent information data, and activation status data.
In one embodiment, the apparatus 100 further comprises:
the acquisition module is used for acquiring an update data packet sent by the main service module through the MQ middleware if an update instruction is received;
and the updating module is used for updating data according to the updating data packet.
In the embodiment, the DOS service module acquires the unique device identification information sent by the main service module through the MQ middleware module, the database is self-established according to the unique device identification information, the device data is updated and saved, when the service request sent by the third-party device is acquired, the database is accessed according to the service request, and the corresponding service is provided for the third-party device, so that the power consumption of data query and data arrangement services is reduced, the pressure of main services is relieved, the performance of data statistics and the capability of the system capable of being opened to the outside are improved, and the long-term stability is achieved.
Example four
As shown in fig. 4, in the present embodiment, the service module 103 in the third embodiment further includes the following structure for executing the method steps in the second embodiment:
a query unit 1031, configured to, if the data query service request sent by the third-party device is obtained, query the database according to the data query service request, and send a data query result to the third-party device
In one embodiment, the service module 103 further includes:
a statistical unit 1032, configured to query the database according to the data query service request and send a data query result to the third party device if the data query service request sent by the third party device is obtained.
By releasing the coupling with the main service, the embodiment reduces the power consumption of the data query and data arrangement service, reduces the pressure of the main service, and expands the capability of opening to the outside.
EXAMPLE five
Fig. 5 is a schematic diagram of the terminal device provided in this embodiment. As shown in fig. 5, the terminal device 5 of this embodiment includes: a processor 50, a memory 51, and a computer program 52, such as an internet of things device information sharing program, stored in the memory 51 and operable on the processor 50. The processor 50, when executing the computer program 52, implements the steps in the above-mentioned various embodiments of the internet of things device information sharing method, such as steps S101 to S103 shown in fig. 1. Alternatively, the processor 50, when executing the computer program 52, implements the functions of each module/unit in the above-mentioned device embodiments, for example, the functions of the modules 101 to 103 shown in fig. 3.
Illustratively, the computer program 52 may be partitioned into one or more modules/units that are stored in the memory 51 and executed by the processor 50 to implement the present invention. The one or more modules/units may be a series of computer program instruction segments capable of performing specific functions, which are used to describe the execution process of the computer program 52 in the terminal device 5. For example, the computer program 52 may be divided into a receiving module, a storage module and a service module, and each module has the following specific functions:
the receiving module is used for acquiring the unique equipment identification information sent by the main service module through the MQ middleware module if the starting instruction is received; wherein the starting instruction comprises an activating instruction and a unbinding instruction;
the storage module is used for self-establishing a database according to the unique equipment identification information, and updating and storing equipment data;
and the service module is used for accessing the database according to the service request and providing corresponding service for the third-party equipment if the service request sent by the third-party equipment is obtained.
The terminal device 5 may be a desktop computer, a notebook, a palm computer, a cloud server, or other computing devices. The terminal device may include, but is not limited to, a processor 50, a memory 51. Those skilled in the art will appreciate that fig. 5 is merely an example of a terminal device 5 and does not constitute a limitation of terminal device 5 and may include more or fewer components than shown, or some components may be combined, or different components, e.g., the terminal device may also include input-output devices, network access devices, buses, etc.
The Processor 50 may be a Central Processing Unit (CPU), other general purpose Processor, a Digital Signal Processor (DSP), an Application Specific Integrated Circuit (ASIC), an off-the-shelf Programmable Gate Array (FPGA) or other Programmable logic device, discrete Gate or transistor logic, discrete hardware components, etc. A general purpose processor may be a microprocessor or the processor may be any conventional processor or the like.
The memory 51 may be an internal storage unit of the terminal device 5, such as a hard disk or a memory of the terminal device 5. The memory 51 may also be an external storage device of the terminal device 5, such as a plug-in hard disk, a Smart Media Card (SMC), a Secure Digital Card (SD), a Flash memory Card (Flash Card) and the like provided on the terminal device 5. Further, the memory 51 may also include both an internal storage unit and an external storage device of the terminal device 5. The memory 51 is used for storing the computer program and other programs and data required by the terminal device. The memory 51 may also be used to temporarily store data that has been output or is to be output.
It will be apparent to those skilled in the art that, for convenience and brevity of description, only the above-mentioned division of the functional units and modules is illustrated, and in practical applications, the above-mentioned function distribution may be performed by different functional units and modules according to needs, that is, the internal structure of the apparatus is divided into different functional units or modules to perform all or part of the above-mentioned functions. Each functional unit and module in the embodiments may be integrated in one processing unit, or each unit may exist alone physically, or two or more units are integrated in one unit, and the integrated unit may be implemented in a form of hardware, or in a form of software functional unit. In addition, specific names of the functional units and modules are only for convenience of distinguishing from each other, and are not used for limiting the protection scope of the present application. The specific working processes of the units and modules in the system may refer to the corresponding processes in the foregoing method embodiments, and are not described herein again.
In the above embodiments, the descriptions of the respective embodiments have respective emphasis, and reference may be made to the related descriptions of other embodiments for parts that are not described or illustrated in a certain embodiment.
Those of ordinary skill in the art will appreciate that the various illustrative elements and algorithm steps described in connection with the embodiments disclosed herein may be implemented as electronic hardware or combinations of computer software and electronic hardware. Whether such functionality is implemented as hardware or software depends upon the particular application and design constraints imposed on the implementation. Skilled artisans may implement the described functionality in varying ways for each particular application, but such implementation decisions should not be interpreted as causing a departure from the scope of the present invention.
In the embodiments provided in the present invention, it should be understood that the disclosed apparatus/terminal device and method may be implemented in other ways. For example, the above-described embodiments of the apparatus/terminal device are merely illustrative, and for example, the division of the modules or units is only one logical division, and there may be other divisions when actually implemented, for example, a plurality of units or components may be combined or integrated into another system, or some features may be omitted, or not executed. In addition, the shown or discussed mutual coupling or direct coupling or communication connection may be an indirect coupling or communication connection through some interfaces, devices or units, and may be in an electrical, mechanical or other form.
The units described as separate parts may or may not be physically separate, and parts displayed as units may or may not be physical units, may be located in one place, or may be distributed on a plurality of network units. Some or all of the units can be selected according to actual needs to achieve the purpose of the solution of the embodiment.
In addition, functional units in the embodiments of the present invention may be integrated into one processing unit, or each unit may exist alone physically, or two or more units are integrated into one unit. The integrated unit can be realized in a form of hardware, and can also be realized in a form of a software functional unit.
The integrated modules/units, if implemented in the form of software functional units and sold or used as separate products, may be stored in a computer readable storage medium. Based on such understanding, all or part of the flow of the method according to the embodiments of the present invention may also be implemented by a computer program, which may be stored in a computer-readable storage medium, and when the computer program is executed by a processor, the steps of the method embodiments may be implemented. Wherein the computer program comprises computer program code, which may be in the form of source code, object code, an executable file or some intermediate form, etc. The computer-readable medium may include: any entity or device capable of carrying the computer program code, recording medium, usb disk, removable hard disk, magnetic disk, optical disk, computer Memory, Read-Only Memory (ROM), Random Access Memory (RAM), electrical carrier wave signals, telecommunications signals, software distribution medium, and the like. It should be noted that the computer readable medium may contain content that is subject to appropriate increase or decrease as required by legislation and patent practice in jurisdictions, for example, in some jurisdictions, computer readable media does not include electrical carrier signals and telecommunications signals as is required by legislation and patent practice.
The above-mentioned embodiments are only used for illustrating the technical solutions of the present invention, and not for limiting the same; although the present invention has been described in detail with reference to the foregoing embodiments, it will be understood by those of ordinary skill in the art that: the technical solutions described in the foregoing embodiments may still be modified, or some technical features may be equivalently replaced; such modifications and substitutions do not substantially depart from the spirit and scope of the embodiments of the present invention, and are intended to be included within the scope of the present invention.

Claims (8)

1. An information sharing method for equipment of the Internet of things is characterized by comprising the following steps:
if a starting instruction is received, acquiring unique equipment identification information sent by the main service module through the MQ middleware module; wherein the starting instruction comprises an activating instruction and a unbinding instruction;
the system also comprises a service module, wherein the service module acquires the unique identifier sent by the main service module through the MQ middleware module, updates and stores equipment data according to the unique equipment identifier information self-building database, and synchronously updates the data sent by the main service module to the self-building database;
if the service module acquires a service request sent by third-party equipment, the service module accesses the database according to the service request and provides corresponding service for the third-party equipment;
if a data query service request sent by the third-party equipment is obtained, querying the self-built database according to the data query service request, and sending a data query result to the third-party equipment;
and if the data statistics service request sent by the third-party equipment is obtained, obtaining the data of the database according to the data statistics service request, carrying out data statistics and arrangement, and sending a data statistics arrangement structure to the third-party equipment.
2. The internet-of-things device information sharing method of claim 1, wherein the unique device identification information includes a device ID.
3. The internet-of-things device information sharing method of claim 1, wherein the device data includes site information data, agent information data, and activation status data.
4. The method for sharing information of devices of the internet of things as claimed in claim 1, further comprising:
if an updating instruction is received, acquiring an updating data packet sent by the main service module through the MQ middleware;
and updating data according to the updating data packet.
5. The utility model provides a thing networking equipment information sharing device which characterized in that includes:
the receiving module is used for acquiring the unique equipment identification information sent by the main service module through the MQ middleware module if the starting instruction is received; wherein the starting instruction comprises an activating instruction and a unbinding instruction;
the storage module is used for self-establishing a database according to the unique equipment identification information, updating and storing equipment data, and synchronously updating the data sent by the main service module to the self-establishing database;
the service module acquires the unique identifier sent by the main service module through the MQ middleware module, and is used for accessing the self-built database according to the service request and providing corresponding service for the third-party equipment if the service request sent by the third-party equipment is acquired;
if a data query service request sent by the third-party equipment is obtained, querying the self-built database according to the data query service request, and sending a data query result to the third-party equipment;
and if the data statistics service request sent by the third-party equipment is obtained, obtaining the data of the database according to the data statistics service request, carrying out data statistics and arrangement, and sending a data statistics arrangement structure to the third-party equipment.
6. The internet-of-things device information sharing apparatus of claim 5, wherein the unique device identification information includes a device ID.
7. A terminal device comprising a memory, a processor and a computer program stored in the memory and executable on the processor, characterized in that the processor implements the steps of the method according to any of claims 1 to 4 when executing the computer program.
8. A computer-readable storage medium, in which a computer program is stored which, when being executed by a processor, carries out the steps of the method according to any one of claims 1 to 4.
CN201910147472.2A 2019-02-27 2019-02-27 Internet of things equipment information sharing system and device and terminal equipment Active CN109933595B (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
CN201910147472.2A CN109933595B (en) 2019-02-27 2019-02-27 Internet of things equipment information sharing system and device and terminal equipment

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
CN201910147472.2A CN109933595B (en) 2019-02-27 2019-02-27 Internet of things equipment information sharing system and device and terminal equipment

Publications (2)

Publication Number Publication Date
CN109933595A CN109933595A (en) 2019-06-25
CN109933595B true CN109933595B (en) 2021-08-13

Family

ID=66986004

Family Applications (1)

Application Number Title Priority Date Filing Date
CN201910147472.2A Active CN109933595B (en) 2019-02-27 2019-02-27 Internet of things equipment information sharing system and device and terminal equipment

Country Status (1)

Country Link
CN (1) CN109933595B (en)

Families Citing this family (3)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN113051451A (en) * 2019-12-27 2021-06-29 佛山市顺德区美的饮水机制造有限公司 Data transmission method, device and storage medium in wireless Internet of things system
CN111666736A (en) * 2020-05-06 2020-09-15 中国石油天然气集团有限公司 Unique well identity identification method and sharing device thereof
CN113932903A (en) * 2021-09-30 2022-01-14 湖南实锐欣智能科技有限责任公司 Weighing method and weighing control instrument for open standard service interface

Citations (2)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN105472192A (en) * 2015-11-18 2016-04-06 北京京东世纪贸易有限公司 Intelligent equipment capable of realizing control safety authorization and sharing, terminal equipment and method
CN108259576A (en) * 2017-12-27 2018-07-06 武汉网信安全技术股份有限公司 A kind of software and hardware real-time information transmission system and method

Family Cites Families (12)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
FR2503513A1 (en) * 1981-04-03 1982-10-08 Cit Alcatel TEMPORAL SELF-TIMER WITH DISTRIBUTED CONTROL
EP2018027A1 (en) * 2005-11-03 2009-01-21 KTFreetel Co., Ltd. Business logic device and processing method
WO2013009346A1 (en) * 2011-07-12 2013-01-17 Intel Corporation Resource scheduling for machine-to-machine devices
CN102271156A (en) * 2011-07-20 2011-12-07 武汉爱迪智能工程有限公司 Data sharing service system based on internet of things
CN106411686B (en) * 2015-07-31 2020-04-03 腾讯科技(深圳)有限公司 Method and device for interaction between network access equipment and user
CN105577494A (en) * 2016-01-04 2016-05-11 青岛海信电器股份有限公司 Control method of smart home devices, device and system
US10270745B2 (en) * 2016-10-24 2019-04-23 Fisher-Rosemount Systems, Inc. Securely transporting data across a data diode for secured process control communications
CN108242095B (en) * 2017-12-14 2018-12-14 特斯联(北京)科技有限公司 A kind of community's social activity shared terminal equipment and system based on Internet of Things
CN108400915A (en) * 2018-03-20 2018-08-14 四川长虹电器股份有限公司 A kind of Intelligent household equipment management system and method
CN108536778B (en) * 2018-03-29 2020-10-30 时时同云科技(成都)有限责任公司 Data application sharing platform and method
CN108320223A (en) * 2018-04-11 2018-07-24 陈成 Shared device systems, method based on Internet of Things remote control and shared air cleaner equipment
CN108966232B (en) * 2018-09-28 2021-04-20 深圳大学 Service network-based wireless Internet of things physical layer hybrid authentication method and system

Patent Citations (2)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN105472192A (en) * 2015-11-18 2016-04-06 北京京东世纪贸易有限公司 Intelligent equipment capable of realizing control safety authorization and sharing, terminal equipment and method
CN108259576A (en) * 2017-12-27 2018-07-06 武汉网信安全技术股份有限公司 A kind of software and hardware real-time information transmission system and method

Also Published As

Publication number Publication date
CN109933595A (en) 2019-06-25

Similar Documents

Publication Publication Date Title
CN109933595B (en) Internet of things equipment information sharing system and device and terminal equipment
CN108365967B (en) Method, system, terminal and computer readable storage medium for dynamically configuring communication parameters
CN107862352B (en) Two-dimensional code sharing method and two-dimensional code sharing equipment
CN109388657B (en) Data processing method, device, computer equipment and storage medium
CN113704243A (en) Data analysis method, data analysis device, computer device, and storage medium
CN106101169A (en) A kind of terminal and data reporting method
CN111490890A (en) Hierarchical registration method, device, storage medium and equipment based on micro-service architecture
CN111897818A (en) Data storage method and device, electronic equipment and storage medium
US20200204688A1 (en) Picture book sharing method and apparatus and system using the same
CN108280099A (en) Data dictionary management method, apparatus and server
CN110572365A (en) multi-protocol server management method, system, terminal device and storage medium
CN113704307A (en) Data query method, device, server and computer readable storage medium
CN111241177A (en) Data acquisition method, system and network equipment
CN107864044B (en) Information processing method and device, terminal and readable storage medium
CN112269830A (en) Big data analysis method, system, computer equipment and storage medium thereof
CN111104178A (en) Dynamic library loading method, terminal device and storage medium
CN113190534A (en) Database data migration method and device
CN112711612A (en) Data processing method, data processing device, storage medium and electronic device
CN109656592B (en) Card management method, device, terminal and computer readable storage medium
WO2024094107A1 (en) Mobile number home operator querying method and apparatus, storage medium, and device
CN114185973A (en) Parameter calling method, device, equipment and computer readable storage medium
CN111162792A (en) Compression method and device for power load data
CN108052521B (en) Coordinated data display method, application server and storage medium
CN115185904A (en) Cloud storage data processing method and device, electronic equipment and readable storage medium
CN109587353B (en) Method, device and storage medium for identifying short message number attribution information

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