WO2018232871A1 - 一种节点信息管理方法及装置 - Google Patents

一种节点信息管理方法及装置 Download PDF

Info

Publication number
WO2018232871A1
WO2018232871A1 PCT/CN2017/096534 CN2017096534W WO2018232871A1 WO 2018232871 A1 WO2018232871 A1 WO 2018232871A1 CN 2017096534 W CN2017096534 W CN 2017096534W WO 2018232871 A1 WO2018232871 A1 WO 2018232871A1
Authority
WO
WIPO (PCT)
Prior art keywords
information
node
directory
user
identification information
Prior art date
Application number
PCT/CN2017/096534
Other languages
English (en)
French (fr)
Inventor
杜光东
Original Assignee
深圳市盛路物联通讯技术有限公司
Priority date (The priority date is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the date listed.)
Filing date
Publication date
Application filed by 深圳市盛路物联通讯技术有限公司 filed Critical 深圳市盛路物联通讯技术有限公司
Publication of WO2018232871A1 publication Critical patent/WO2018232871A1/zh

Links

Images

Classifications

    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F16/00Information retrieval; Database structures therefor; File system structures therefor
    • G06F16/20Information retrieval; Database structures therefor; File system structures therefor of structured data, e.g. relational data
    • G06F16/22Indexing; Data structures therefor; Storage structures
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F16/00Information retrieval; Database structures therefor; File system structures therefor
    • G06F16/20Information retrieval; Database structures therefor; File system structures therefor of structured data, e.g. relational data
    • G06F16/24Querying
    • G06F16/245Query processing
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F21/00Security arrangements for protecting computers, components thereof, programs or data against unauthorised activity
    • G06F21/60Protecting data
    • G06F21/604Tools and structures for managing or administering access control systems
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F21/00Security arrangements for protecting computers, components thereof, programs or data against unauthorised activity
    • G06F21/60Protecting data
    • G06F21/62Protecting access to data via a platform, e.g. using keys or access control rules
    • G06F21/6218Protecting access to data via a platform, e.g. using keys or access control rules to a system of files or objects, e.g. local or distributed file system or database
    • G06F21/6227Protecting access to data via a platform, e.g. using keys or access control rules to a system of files or objects, e.g. local or distributed file system or database where protection concerns the structure of data, e.g. records, types, queries
    • HELECTRICITY
    • H04ELECTRIC COMMUNICATION TECHNIQUE
    • H04LTRANSMISSION OF DIGITAL INFORMATION, e.g. TELEGRAPHIC COMMUNICATION
    • H04L67/00Network arrangements or protocols for supporting network services or applications
    • H04L67/50Network services
    • H04L67/56Provisioning of proxy services
    • H04L67/568Storing data temporarily at an intermediate stage, e.g. caching

Definitions

  • the present invention relates to the field of Internet of Things technologies, and in particular, to a node information management method and apparatus.
  • the present invention provides a node information management method and apparatus.
  • an embodiment of the present invention provides a node information management method, where the method includes:
  • the node information management method finds the directory information corresponding to the node identification information from the pre-established association table by using the node identification information, and further acquires the node information stored in the corresponding path according to the directory information.
  • the above node information management method realizes fast querying corresponding node information in one step according to the node identification information, which is convenient and quick, and has simple operation, and solves the problems of difficulty in querying node information and complicated operation in the prior art.
  • the method further includes: receiving a directory acquisition request, acquiring user rights according to the user information in the directory obtaining request, and extracting part of the directory information corresponding to the user rights from the general directory according to the user rights, and the part is Directory information is sent to the user terminal.
  • the directory acquisition request sent by the user terminal may be received, the user authority is verified according to the user information in the directory acquisition request, and the directory information matching the user information is sent to the user terminal, thereby conveniently and quickly implementing the user. Acquisition of node information within the scope of authority.
  • the user information in the directory obtaining request is queried in the cache to query whether part of the directory information in the user right range exists, and if yes, directly feedback to the user terminal, otherwise, according to the directory obtaining request.
  • User information obtains user rights, and part of the directory information corresponding to the user rights is intercepted from the general directory according to the user rights, the partial directory information is sent to the user terminal, and the partial directory information is stored in the cache. .
  • the directory information is stored in the cache, so that it is convenient to query again later. When you get it quickly from the cache.
  • the method further includes receiving a query request including the directory information confirmed by the user, and acquiring the node information stored in the directory information path according to the query request.
  • the user terminal may click on the directory information to generate a query request including the directory information of the selected confirmation, and the server directly obtains the stored node information according to the directory information in the query request, which is convenient and quick.
  • the method further includes pre-establishing an association relationship between the sensing terminal and/or the monitoring terminal and each node in each node range, and when the sensing information and/or monitoring information in the range of each node is received, the nodes are The sensing information and/or monitoring information in the range is stored in the path of the corresponding directory information of each node.
  • the sensing information of the nodes at each level is obtained by the sensing terminal and the monitoring terminal. Since the sensing terminal and the monitoring terminal establish an association relationship with the node in advance, the sensing terminal and the monitoring terminal upload the collected sensing information. And the monitoring information can be automatically stored in the directory information path of the corresponding node, which realizes automatic storage and automatic classification of the collected information, and facilitates quick query of auxiliary information of each level node.
  • the pre-establishing the association relationship between the sensing terminal and/or the monitoring terminal and each node in each node includes: associating the sensing terminal identification information and the monitoring terminal identification information with the node identification information of the corresponding node.
  • each sensing terminal and the monitoring terminal have their own unique identifiers, and the sensing information of the sensing terminal and the monitoring terminal identification information are associated with the node identification information of the corresponding node, thereby facilitating automatic storage of the collected information. And automatic classification.
  • the present invention provides a node information management apparatus, the apparatus comprising:
  • a receiving module configured to receive a query request, where the query request includes node identifier information of a node to be queried;
  • a querying module configured to query from the pre-established node identification information and the directory information association table according to the node identifier information, and obtain directory information corresponding to the node identifier information;
  • an obtaining module configured to acquire, according to the directory information, node information stored in the directory information path.
  • the node information management apparatus searches for the directory information corresponding to the node identification information from the pre-established association table by using the node identification information, and further acquires the node information stored in the corresponding path according to the directory information.
  • the above node information management method realizes fast querying corresponding node information in one step according to the node identification information, which is convenient and quick, and has simple operation, and solves the problems of difficulty in querying node information and complicated operation in the prior art.
  • the receiving module is further configured to receive a directory acquisition request
  • the querying module is further configured to acquire user rights according to the user information in the directory obtaining request, and extract part of the directory information corresponding to the user rights from the general directory according to the user rights, and send the partial directory information to the User terminal.
  • the directory acquisition request sent by the user terminal may be received, the user authority is verified according to the user information in the directory acquisition request, and the directory information matching the user information is sent to the user terminal, thereby conveniently and quickly implementing the user. Acquisition of node information within the scope of authority.
  • the user information in the directory obtaining request is queried in the cache to query whether part of the directory information in the user right range exists, and if yes, directly feedback to the user terminal, otherwise, according to the directory obtaining request.
  • User information obtains user rights, and part of the directory information corresponding to the user rights is intercepted from the general directory according to the user rights, and the partial directory information is sent to the user terminal, and the partial directory information is Stored in the cache.
  • the directory information is stored in the cache, so that it can be quickly obtained from the cache when the query is later performed again.
  • the apparatus further includes receiving a query request including the directory information confirmed by the user, and acquiring the node information stored in the directory information path according to the query request.
  • the user terminal may click on the directory information to generate a query request including the directory information of the selected confirmation, and the server directly obtains the stored node information according to the directory information in the query request, which is convenient and quick.
  • the device further includes an auxiliary information collecting module, configured to establish an association relationship between the sensing terminal and/or the monitoring terminal and each node in each node range, and when receiving sensing information and/or monitoring information within each node range
  • the sensing information and/or the monitoring information in the range of the nodes are stored in the path of the corresponding directory information of each node.
  • the sensing information of the nodes at each level is obtained by the sensing terminal and the monitoring terminal. Since the sensing terminal and the monitoring terminal establish an association relationship with the node in advance, the sensing terminal and the monitoring terminal upload the collected sensing information. And the monitoring information can be automatically stored in the directory information path of the corresponding node, which realizes automatic storage and automatic classification of the collected information, and facilitates quick query of auxiliary information of each level node.
  • the establishing the association relationship between the sensing terminal and/or the monitoring terminal and each node in the range of each node includes: associating the sensing terminal identification information and the monitoring terminal identification information with the node identification information of the corresponding node.
  • each sensing terminal and the monitoring terminal have their own unique identifiers, and the sensing information of the sensing terminal and the monitoring terminal identification information are associated with the node identification information of the corresponding node, thereby facilitating automatic storage of the collected information. And automatic classification.
  • FIG. 1 is a structural diagram of a node information management system according to an embodiment of the present invention
  • FIG. 2 is a schematic flowchart diagram of a node information management method according to an embodiment of the present invention
  • FIG. 3 is a signaling interaction diagram of a node information management method according to an embodiment of the present invention.
  • FIG. 4 is a schematic flowchart diagram of a node information management method according to another embodiment of the present invention.
  • FIG. 5 is a schematic flowchart diagram of a node information management method according to still another embodiment of the present invention.
  • FIG. 6 is a schematic flowchart diagram of a node information management method according to still another embodiment of the present invention.
  • FIG. 7 is a schematic flowchart diagram of a node information management method according to still another embodiment of the present invention.
  • FIG. 8 is a schematic flowchart diagram of a node information management method according to still another embodiment of the present invention.
  • FIG. 9 is a schematic structural diagram of a node information management apparatus according to an embodiment of the present invention.
  • FIG. 10 is a schematic structural diagram of a node information management apparatus according to another embodiment of the present invention.
  • FIG. 11 is a schematic structural diagram of a node information management apparatus according to still another embodiment of the present invention.
  • FIG. 12 is a schematic structural diagram of a node information management apparatus according to still another embodiment of the present invention.
  • FIG. 1 is a structural diagram of a node information management system according to an embodiment of the present invention.
  • the system architecture includes at least: an external terminal and an Internet of Things system, wherein the Internet of Things system includes an Internet of Things access device, an Internet of Things interconnection device, an Internet of Things security device, and an Internet of Things application server.
  • the Internet of Things access device includes an Internet of Things remote access interface and an Internet of Things local access interface for establishing an external terminal and an Internet of Things service subsystem through the Internet of Things remote access interface and the Internet of Things local access interface. Connection.
  • the Internet of Things interconnection device includes an Internet of Things interconnection interface for connecting with an Internet of Things access device, an IoT security device, an Internet of Things application server, and an internal terminal, respectively, for providing the Internet of Things connection through the Internet of Things interconnection interface.
  • the external terminal may include a computer that implements node information entry, a sensing system and/or a monitoring system that automatically collects node information, and a user terminal for querying node information.
  • FIG. 2 is a schematic flowchart of a node information management method according to an embodiment of the present invention.
  • FIG. 3 is a signaling interaction diagram of a node information management method according to an embodiment of the present invention. As shown in Figures 2 and 3, the method includes:
  • the user terminal sends a query request to the node information management device, where the query request includes node identifier information of the node to be queried; wherein the node information management device is a server;
  • the node information management device performs a query according to the node identifier information from the pre-established node identifier information and the directory information association table, and acquires directory information corresponding to the node identifier information.
  • the node information management device acquires node information stored in the directory information path according to the directory information, and sends the node information to the user terminal.
  • the node may be some structure in the project, and the system information is conveniently managed by using the structure in the factory as a node and generating a directory.
  • nodes can include plant, plant, workshop, equipment, and parts.
  • Pre-establishing catalog information of each level of nodes for example, a plurality of plant departments are included in the scope to be managed, each plant department includes a plurality of workshops, and each plant includes a plurality of workshops, each of which includes multiple devices, each of which includes The device also includes multiple components.
  • the node information of each level node is collected in advance, and the collected node information is stored in the path of the corresponding directory information.
  • the factory information may include the factory number, the location of the factory, the floor space of the factory, the number of employees in the factory and the total equipment of the factory;
  • the plant information may include the plant number, plant location, plant floor space, factory staff The number of people and the total amount of plant equipment;
  • workshop information can include workshop number, workshop location, workshop floor space, number of workshop staff and total workshop equipment;
  • equipment information can include equipment number, date of creation, age, purchase date, installation Date, installation location and other information and operating status information; component information can include part number, replacement time and operating status information.
  • the node information management method finds the directory information corresponding to the node identification information from the pre-established association table by using the node identification information, and further acquires the node information stored in the corresponding path according to the directory information.
  • the above node information management method realizes fast querying the corresponding node in one step according to the node identification information.
  • the information is convenient, quick and easy to operate, and solves the problems of difficulty in querying node information and complicated operation in the prior art.
  • FIG. 4 is a schematic flowchart of a node information management method according to an embodiment of the present invention.
  • the execution subject of each step in the method is a server, and the execution subject of the method is a server unless otherwise specified.
  • the method includes:
  • S420 Generate node identifier information of each level node, associate the node identifier information with directory information of the corresponding node, and generate a node identifier information and a directory information association table.
  • S430 Receive a query request, where the query request includes node identifier information of a node to be queried;
  • the information of the nodes at each level may be collected, and the node information of each node may be recorded by means of input, or the node information of each node may be automatically acquired by the sensing system or the monitoring system, and uploaded to the server for storage.
  • the node information of each node is collected, the directory information of each node is established, the node information of each node is stored in the path of the corresponding directory information, and the identification information of each level node is generated, and the nodes of each level are
  • the identifier information is associated with the corresponding directory information, and generates a node identifier information and a directory information association table.
  • the identifier information can be quickly obtained according to the node identifier information, and then the corresponding path is obtained. Node information, to achieve fast and accurate query of node information.
  • the node information management method includes:
  • the query request includes node identifier information of a node to be queried, the node identifier information includes a node code generated according to a preset rule, and the query request is generated by the user terminal according to the received node code;
  • the user terminal may be a PC or a handheld terminal, and the user inputs the node code of the node to be queried through the PC or the handheld terminal, and the PC or the handheld terminal generates a query request according to the node code, and sends the query request to the server.
  • the node identification information is a node code generated according to a preset rule, wherein the node code generation rule can be set according to actual needs.
  • the node code may include Plant number, plant number, shop number and equipment number.
  • the node information management method includes:
  • the server generates two-dimensional information of each level node, prints the two-dimensional code of each level node, and attaches the two-dimensional code of the node of each level to the corresponding node; if the factory two-dimensional code can be pasted at the factory entrance and exit At the office, the QR code of the factory can be pasted At the entrance and exit of the factory, the QR code of the workshop can be pasted at the entrance and exit of the workshop.
  • the QR code of the equipment can be attached to the equipment, and the QR code of the parts can be pasted on the parts;
  • the user terminal scans the two-dimensional code, and generates a query request according to the two-dimensional code;
  • the user terminal sends a query request carrying the two-dimensional code information to the server;
  • the server performs a query according to the two-dimensional code information from the pre-established node identification information and the directory information association table, and acquires directory information corresponding to the two-dimensional code information;
  • the node information management method when the node information of a certain node needs to be queried, scans the two-dimensional code of the node by using the mobile terminal, and sends the obtained two-dimensional code information to the server, and queries according to the two-dimensional code information. Obtain the corresponding node directory information, and then obtain the node information in the directory. For example, when a manager inspects a job and walks to a department store, the mobile terminal can scan the two-dimensional code fixed at the preset position of the factory to obtain the two-dimensional code information and send it to the server. The server is based on two-dimensional The code information quickly queries the directory information corresponding to the factory department, and further acquires the factory information stored under the corresponding path of the directory information.
  • the maintenance personnel come to the workshop and need to view the information of a certain device in the workshop, and can scan the QR code information on the device and send it to the server.
  • the server can quickly query the directory information corresponding to the device according to the QR code information. And obtaining device information stored in the path corresponding to the directory information; facilitating maintenance or replacement of the device by the maintenance personnel according to the device information.
  • FIG. 5 is a schematic flowchart of a node information management method according to an embodiment of the present invention. As shown in FIG. 5, the method includes:
  • S510 Receive a registration request, and perform user registration according to user information in the registration request.
  • S530 Receive a query request, where the query request includes node identifier information and user information of the node to be queried;
  • S540 Perform permission verification according to the user information in the query request, and execute S550 if the verification succeeds, otherwise return the prompt information without permission;
  • the query request sent includes not only the node identification information but also the user information, and the server determines whether the user has the node according to the user information.
  • the operation permission in the case of the operation authority, is obtained from the node identification information and the directory information association table according to the node identification information to obtain the corresponding directory information, thereby obtaining the node information under the directory information path.
  • the user authority is set according to the user information, and when the user obtains the node information, only the node information in the permission scope can be obtained. Improve the security of node information management.
  • FIG. 6 is a schematic flowchart of a node information management method according to an embodiment of the present invention. As shown in FIG. 6, the method includes:
  • S610 Receive a registration request, and perform user registration according to user information in the registration request.
  • S630 Receive a directory obtaining request, where the directory obtaining request includes user information.
  • S640 Obtain user rights according to the user information in the directory obtaining request, and intercept, according to the user rights, partial directory information corresponding to the user rights from the general directory;
  • the user may also obtain the node information by sending the node identification information, and the user may send the directory acquisition request to the server, and the server determines the user authority according to the user information in the directory acquisition request, thereby obtaining the user permission range.
  • the directory information is sent to the user terminal, and the user terminal can select the node information to be queried according to the directory information, and then generate a query request, and send the query request to the server.
  • the node information management method when the user wants to obtain the directory information, queries the user authority according to the user information, obtains the directory information within the user authority range, and feeds the directory information to the user terminal. To ensure the security of the directory information; and the user can intuitively understand the distribution of all nodes within the scope of their own permissions, and then select the node information to be viewed as needed.
  • FIG. 7 is a schematic flowchart of a node information management method according to an embodiment of the present invention. As shown in FIG. 7, the method includes:
  • S740 Obtain user rights according to user information in the directory obtaining request, and extract partial directory information corresponding to the user rights from the general directory according to the user rights, and send the partial directory information to the user terminal, and
  • the partial directory information is stored in a cache.
  • the server when obtaining the directory information, the server first searches the cache for the stored directory information in the scope of the user right, and if so, obtains the directory information in the cache, and directly feeds back to the user. If the terminal does not exist, the directory information is obtained according to the user rights, and the obtained directory information is sent to the user terminal and stored in the cache, so that the next query can be quickly obtained from the cache.
  • the node information management method provided in the foregoing embodiment after obtaining the directory information for the first time, stores the directory information in the cache, so that it can be quickly obtained from the cache when the query is made again later.
  • FIG. 8 is a schematic flowchart of a node information management method according to an embodiment of the present invention. As shown in Figure 8, the method includes:
  • S840 Obtain user rights according to the user information in the directory obtaining request, and intercept, according to the user rights, partial directory information corresponding to the user rights from the general directory;
  • the user terminal obtains the request to the server by sending the directory, and the server returns the directory information in the scope of the user, and the user can select according to the obtained directory information, thereby obtaining the node of the node to be queried as needed. information.
  • the user terminal may click on the directory information to generate a query request including the directory information of the selected confirmation, and the server directly obtains the stored node information according to the directory information in the query request, which is convenient and fast.
  • the method further includes pre-establishing an association relationship between the sensing terminal and/or the monitoring terminal and each node in each node range, and receiving each When sensing information and/or monitoring information within the node range, the sensing information and/or the monitoring information in the range of each node are stored in the path of the corresponding directory information of each node.
  • the sensing terminal and/or the monitoring terminal may be installed at the factory entrance and exit, and the number of vehicles and the number of personnel entering the factory every day are obtained through the sensing terminal and/or the monitoring terminal, and the above information is obtained.
  • the sensing information of the nodes at each level is obtained by the sensing terminal and the monitoring terminal. Since the sensing terminal and the monitoring terminal establish an association relationship with the node in advance, the sensing terminal and the monitoring terminal upload the collected sensing information. And the monitoring information can be automatically stored in the directory information path of the corresponding node, which realizes automatic storage and automatic classification of the collected information, and facilitates quick query of auxiliary information of each level node.
  • the server further performs data statistical analysis according to the node information of each node, and generates an analysis report of each level node, and stores it in a directory information path corresponding to each level node.
  • the upper node When the upper node generates the analysis report, it can call the node information stored in the subdirectory information path below it.
  • the node information not only the node information but also the analysis report generated according to the node information is stored in the directory information path, so that the user can quickly understand the node comprehensive information.
  • the pre-establishing each node range The association relationship between the internal sensing terminal and/or the monitoring terminal and each node includes: associating the sensing terminal identification information and the monitoring terminal identification information with the node identification information of the corresponding node.
  • each sensing terminal and the monitoring terminal have their own unique identifiers, and the sensing information of the sensing terminal and the monitoring terminal identification information are associated with the node identification information of the corresponding node, thereby facilitating automatic storage of the collected information. And automatic classification.
  • the node information management method according to the embodiment of the present invention is described in detail above with reference to FIGS. 1-8.
  • the node information management apparatus according to the embodiment of the present invention is described in detail below with reference to FIGS. 9-12.
  • FIG. 9 is a schematic structural diagram of a node information management apparatus according to an embodiment of the present invention. As shown in FIG. 9, the apparatus includes: a receiving module 901, a querying module 902, and an obtaining module 903.
  • the receiving module 901 is configured to receive a query request, where the query request includes node identifier information of the node to be queried; the query module 902 performs a query from the pre-established node identifier information and the directory information association table according to the node identifier information, and acquires The directory information corresponding to the node identifier information is obtained by the obtaining module 903, and the node information stored in the directory information path is obtained according to the directory information.
  • the node information management apparatus searches for the directory information corresponding to the node identification information from the pre-established association table by using the node identification information, and further acquires the node information stored in the corresponding path according to the directory information.
  • the above node information management method realizes fast querying corresponding node information in one step according to the node identification information, which is convenient and quick, and has simple operation, and solves the problems of difficulty in querying node information and complicated operation in the prior art.
  • the device further includes an association table establishing module 904, configured to pre-establish a node identification information and a directory information association table, specifically including Collecting node information of nodes at each level, establishing directory information of nodes at each level, storing node information of nodes at each level under the path of corresponding directory information; generating node identification information of nodes at each level, and correspondingly identifying the node identification information
  • the directory information of the node is associated, and a node identification information and a directory information association table are generated.
  • the information of the nodes at each level may be collected, and the node information of each node may be recorded by means of input, or the node information of each node may be automatically acquired by the sensing system or the monitoring system, and uploaded to the server for storage.
  • the node information of each node is collected, the directory information of each node is established, the node information of each node is stored in the path of the corresponding directory information, and the identification information of each level node is generated, and the nodes of each level are
  • the identifier information is associated with the corresponding directory information, and generates a node identifier information and a directory information association table.
  • the identifier information can be quickly obtained according to the node identifier information, and then the corresponding path is obtained. Node information, to achieve fast and accurate query of node information.
  • the node identifier information includes a node code generated according to a preset rule, and the query request is generated by the user terminal according to the received node code.
  • the user terminal may be a PC or a handheld terminal, and the user inputs the node code of the node to be queried through the PC or the handheld terminal, and the PC or the handheld terminal generates a query request according to the node code, and sends the query request to the server.
  • the node identifier information is a node code generated according to a preset rule, wherein the node code generation rule can be set according to actual needs.
  • the node code may include Plant number, plant number, shop number and equipment number.
  • the apparatus is configured to generate two-dimensional information of nodes at each level, print two-dimensional codes of nodes at each level, and The two-dimensional code is attached to the corresponding node; when the node information of the node needs to be queried, the two-dimensional code is scanned by the user terminal, and the query request is generated according to the two-dimensional code; the user terminal carries the two-dimensional code information.
  • the query request is sent to the server; the server queries the pre-established node identification information and the directory information association table according to the two-dimensional code information, and acquires directory information corresponding to the two-dimensional code information; and acquires the information according to the directory information.
  • the node information is stored under the directory information path.
  • the node information management apparatus when the node information of a certain node needs to be queried, scans the two-dimensional code of the node by the mobile terminal, and sends the acquired two-dimensional code information to the server, and queries according to the two-dimensional code information. Obtain the corresponding node directory information, and then obtain the node information in the directory.
  • the manager inspects the work, when he goes to the gate of a certain factory, the mobile terminal can scan the two-dimensional code fixed at the preset position of the factory to obtain the two-dimensional code information and send it to the server.
  • the server is based on the two-dimensional code.
  • the information is quickly queried to the catalog information corresponding to the plant, and the plant information stored under the corresponding path of the catalog information is obtained.
  • the maintenance personnel come to the workshop and need to view the information of a certain device in the workshop, and can scan the QR code information on the device and send it to the server.
  • the server can quickly query the directory information corresponding to the device according to the QR code information. And obtaining device information stored in the path corresponding to the directory information; facilitating maintenance or replacement of the device by the maintenance personnel according to the device information.
  • the apparatus further includes a registration module 905, a rights setting module 906, and a rights verification module 907.
  • the registration module 905 is configured to receive the registration request, perform user registration according to the user information in the registration request, the permission setting module 906 is configured to set the user authority according to the user information, and the permission verification module 907 is configured to use the user information in the query request.
  • the authority verification is performed. If the verification is successful, the query module 902 is invoked, otherwise the prompt information without permission is returned.
  • the query request sent includes not only the node identification information but also the user information, and the server determines whether the user has the node according to the user information.
  • the operation permission in the case of the operation authority, is obtained from the node identification information and the directory information association table according to the node identification information to obtain the corresponding directory information, thereby obtaining the node information under the directory information path.
  • the user authority is set according to the user information, and when the user acquires the node information, only the node information in the permission scope can be obtained. Improve the security of node information management.
  • the receiving module 901 is further configured to receive a directory obtaining request
  • the querying module 902 is configured to acquire a user according to the user information in the directory obtaining request. Privilege, according to the user authority, intercepting part of the directory information corresponding to the user right from the general directory, and the part is The subdirectory information is sent to the user terminal.
  • the user may also obtain the node information by sending the node identification information, and the user may send the directory acquisition request to the server, and the server determines the user authority according to the user information in the directory acquisition request, thereby obtaining the user permission range.
  • the directory information is sent to the user terminal, and the user terminal can select the node information to be queried according to the directory information, and then generate a query request, and send the query request to the server.
  • the node information management apparatus when the user wants to obtain the directory information, queries the user authority according to the user information, obtains the directory information within the user authority range, and feeds the directory information to the user terminal. To ensure the security of the directory information; and the user can intuitively understand the distribution of all nodes within the scope of their own permissions, and then select the node information to be viewed as needed.
  • the receiving module 901 receives the directory obtaining request, and the query module 902 caches the user information according to the directory obtaining request. Whether the partial directory information in the scope of the user authority exists in the query, and if yes, directly reports to the user terminal; otherwise, the user right is obtained according to the user information in the directory obtaining request, and the user rights are intercepted from the general directory according to the user rights.
  • the partial directory information corresponding to the user right is sent to the user terminal, and the partial directory information is stored in the cache.
  • the server when obtaining the directory information, the server first searches the cache for the stored directory information in the scope of the user right, and if so, obtains the directory information in the cache, and directly feeds back to the user. If the terminal does not exist, the directory information is obtained according to the user rights, and the obtained directory information is sent to the user terminal and stored in the cache, so that the next query can be quickly obtained from the cache.
  • the directory information is stored in the cache, so that it can be quickly obtained from the cache when the query is later performed again.
  • the receiving module 901 is further configured to receive a query request that includes the directory information that the user selects to confirm, and the obtaining module 903 is configured to obtain according to the query request. Node information stored under the directory information path.
  • the user terminal obtains the request to the server by sending the directory, and the server returns the directory information in the scope of the user, and the user can select according to the obtained directory information, thereby obtaining the node of the node to be queried as needed. information.
  • the user terminal may click on the directory information to generate a query request including the directory information of the selected confirmation, and the server directly obtains the stored node information according to the directory information in the query request, which is convenient and quick.
  • the apparatus further includes an auxiliary information collecting module 908, configured to establish sensing terminals in each node range and/or Monitoring the association relationship between the terminal and each node, and when receiving the sensing information and/or the monitoring information in the range of each node, the range of each node is The sensing information and/or monitoring information within the path is stored in the path of the corresponding directory information of each node.
  • an auxiliary information collecting module 908 configured to establish sensing terminals in each node range and/or Monitoring the association relationship between the terminal and each node, and when receiving the sensing information and/or the monitoring information in the range of each node, the range of each node is The sensing information and/or monitoring information within the path is stored in the path of the corresponding directory information of each node.
  • the sensing terminal and/or the monitoring terminal may be installed at the factory entrance and exit, and the number of vehicles and the number of personnel entering the factory every day are obtained through the sensing terminal and/or the monitoring terminal, and the above information is obtained.
  • the sensing information of the nodes at each level is obtained by the sensing terminal and the monitoring terminal. Since the sensing terminal and the monitoring terminal establish an association relationship with the node in advance, the sensing terminal and the monitoring terminal upload the collected sensing information. And the monitoring information can be automatically stored in the directory information path of the corresponding node, which realizes automatic storage and automatic classification of the collected information, and facilitates quick query of auxiliary information of each level node.
  • the server further performs data statistical analysis according to the node information of each node, and generates an analysis report of each level node, and stores it in a directory information path corresponding to each level node.
  • the upper node When the upper node generates the analysis report, it can call the node information stored in the subdirectory information path below it.
  • the node information not only the node information but also the analysis report generated according to the node information is stored in the directory information path, so that the user can quickly understand the node comprehensive information.
  • establishing the association relationship between the sensing terminal and/or the monitoring terminal and each node in each node includes: associating the sensing terminal identification information and the monitoring terminal identification information with the node identification information of the corresponding node.
  • each sensing terminal and the monitoring terminal have their own unique identifiers, and the sensing information of the sensing terminal and the monitoring terminal identification information are associated with the node identification information of the corresponding node, thereby facilitating automatic storage of the collected information. And automatic classification.
  • the disclosed apparatus and method may be implemented in other manners.
  • the device embodiments described above are merely illustrative.
  • the division of cells is only a logical function division.
  • multiple units or components may be combined or integrated. Go to another system, or some features can be ignored or not executed.
  • the units described as separate parts may or may not be physically separate, as part of the unit display It may or may not be a physical unit, that is, it may be located in one place, or it may be distributed to multiple network units. Some or all of the units may be selected according to actual needs to achieve the objectives of the embodiments of the present invention.
  • each functional unit in each embodiment of the present invention may be integrated into one processing unit, or each unit may exist physically separately, or two or more units may be integrated into one unit.
  • the above integrated unit can be implemented in the form of hardware or in the form of a software functional unit.
  • An integrated unit if implemented in the form of a software functional unit and sold or used as a standalone product, can be stored in a computer readable storage medium.
  • the technical solution of the present invention contributes in essence or to the prior art, or all or part of the technical solution may be embodied in the form of a software product stored in a storage medium.
  • a number of instructions are included to cause a computer device (which may be a personal computer, server, or network device, etc.) to perform all or part of the steps of the various embodiments of the present invention.
  • the foregoing storage medium includes: a U disk, a mobile hard disk, a read-only memory (ROM), a random access memory (RAM), a magnetic disk, or an optical disk, and the like. .

Landscapes

  • Engineering & Computer Science (AREA)
  • Theoretical Computer Science (AREA)
  • General Physics & Mathematics (AREA)
  • General Engineering & Computer Science (AREA)
  • Physics & Mathematics (AREA)
  • Software Systems (AREA)
  • Databases & Information Systems (AREA)
  • Computer Hardware Design (AREA)
  • Computer Security & Cryptography (AREA)
  • General Health & Medical Sciences (AREA)
  • Bioethics (AREA)
  • Health & Medical Sciences (AREA)
  • Data Mining & Analysis (AREA)
  • Automation & Control Theory (AREA)
  • Computational Linguistics (AREA)
  • Computer Networks & Wireless Communication (AREA)
  • Signal Processing (AREA)
  • Information Transfer Between Computers (AREA)
  • Information Retrieval, Db Structures And Fs Structures Therefor (AREA)
  • Computer And Data Communications (AREA)

Abstract

一种节点信息管理方法及装置。该方法包括:接收查询请求,所述查询请求包含待查询节点的节点标识信息(S430);根据所述节点标识信息从预先建立的节点标识信息与目录信息关联表中进行查询,获取与所述节点标识信息对应的目录信息(S440);根据所述目录信息获取所述目录信息路径下存储节点信息(S450)。该方法可根据节点标识信息一步到位快速查询对应的节点信息,方便快捷,操作简单,解决了现有技术中节点信息查询困难、操作复杂等问题。

Description

一种节点信息管理方法及装置 技术领域
本发明涉及物联网技术领域,尤其涉及一种节点信息管理方法及装置。
背景技术
随着社会的发展,科技的进步,一些工厂越做越大,工厂的结构构成越来越复杂,工厂的管理也面临着各种各样的问题。现有技术中,没有对工厂的信息进行系统的管理,在各级管理人员需要获取工厂整体或局部信息时,无法及时有效且准确地获得。特别是管理人员到现场时,需要获取工厂结构中特定节点的节点信息时,不能快速获取节点信息,影响工作进程。
发明内容
为解决上述技术问题,本发明提供了一种节点信息管理方法及装置。
第一方面,本发明实施例提供了一种节点信息管理方法,该方法包括:
接收查询请求,所述查询请求包含待查询节点的节点标识信息;
根据所述节点标识信息从预先建立的节点标识信息与目录信息关联表中进行查询,获取与所述节点标识信息对应的目录信息;
根据所述目录信息获取所述目录信息路径下存储的节点信息。
本发明实施例提供的节点信息管理方法,通过节点标识信息从预先建立的关联表中查找到与所述节点标识信息对应的目录信息,进而根据所述目录信息获取对应路径下存储的节点信息。上述节点信息管理方法实现了根据节点标识信息一步到位快速查询对应的节点信息,方便快捷,操作简单,解决了现有技术中节点信息查询困难、操作复杂等问题。
进一步,该方法还包括接收目录获取请求,根据所述目录获取请求中的用户信息获取用户权限,根据所述用户权限从总目录中截取与所述用户权限对应的部分目录信息,将所述部分目录信息发送至用户终端。
上述实施例中,还可以接收用户终端发送的目录获取请求,根据目录获取请求中的用户信息对用户权限进行验证,进而将与所述用户信息匹配的目录信息发送至用户终端,方便快捷实现用户权限范围内的节点信息的获取。
进一步,接收目录获取请求时,根据目录获取请求中的用户信息在缓存中查询是否存在该用户权限范围内的部分目录信息,如果存在则直接反馈给用户终端,否则,根据所述目录获取请求中的用户信息获取用户权限,根据所述用户权限从总目录中截取与所述用户权限对应的部分目录信息,将所述部分目录信息发送至用户终端,并将所述部分目录信息存储在缓存中。
上述实施例中,首次获取目录信息后,将目录信息存储在缓存中,便于后期再次查询 时,从缓存中快速获取。
进一步,该方法还包括接收包含用户选择确认的目录信息的查询请求,根据所述查询请求获取所述目录信息路径下存储的节点信息。
上述实施例中,用户终端可以点击目录信息,生成包含选择确认的目录信息的查询请求,服务端根据该查询请求中的目录信息直接获取存储的节点信息,方便快捷。
进一步,该方法还包括预先建立各节点范围内传感终端和/或监控终端与各节点的关联关系,在接收到各节点范围内的传感信息和/或监控信息时,将所述各节点范围内的传感信息和/或监控信息存储到各节点对应目录信息的路径下。
该实施例中,通过传感终端和监控终端获取各级节点的辅助信息,由于各传感终端和监控终端预先和节点建立了关联关系,因此,传感终端和监控终端上传采集的传感信息和监控信息可自动存储到对应节点的目录信息路径下,实现了采集信息的自动存储以及自动分类,便于对各级节点辅助信息的快速查询。
进一步,所述预先建立各节点范围内传感终端和/或监控终端与各节点的关联关系包括:将传感终端标识信息和监控终端标识信息与其对应节点的节点标识信息建立关联关系。
上述实施例中,每个传感终端和监控终端都有自己的唯一标识,通过将传感终端标识信息和监控终端标识信息与其对应节点的节点标识信息建立关联关系,便于实现采集信息的自动存储以及自动分类。
第二方面,本发明提供了一种节点信息管理装置,所述装置包括:
接收模块,用于接收查询请求,所述查询请求包含待查询节点的节点标识信息;
查询模块,用于根据所述节点标识信息从预先建立的节点标识信息与目录信息关联表中进行查询,获取与所述节点标识信息对应的目录信息;
获取模块,用于根据所述目录信息获取所述目录信息路径下存储的节点信息。
本发明实施例提供的节点信息管理装置,通过节点标识信息从预先建立的关联表中查找到与所述节点标识信息对应的目录信息,进而根据所述目录信息获取对应路径下存储的节点信息。上述节点信息管理方法实现了根据节点标识信息一步到位快速查询对应的节点信息,方便快捷,操作简单,解决了现有技术中节点信息查询困难、操作复杂等问题。
进一步,所述接收模块还用于接收目录获取请求;
所述查询模块还用于根据所述目录获取请求中的用户信息获取用户权限,根据所述用户权限从总目录中截取与所述用户权限对应的部分目录信息,将所述部分目录信息发送至用户终端。
上述实施例中,还可以接收用户终端发送的目录获取请求,根据目录获取请求中的用户信息对用户权限进行验证,进而将与所述用户信息匹配的目录信息发送至用户终端,方便快捷实现用户权限范围内的节点信息的获取。
进一步,接收目录获取请求时,根据目录获取请求中的用户信息在缓存中查询是否存在该用户权限范围内的部分目录信息,如果存在则直接反馈给用户终端,否则,根据所述目录获取请求中的用户信息获取用户权限,根据所述用户权限从总目录中截取与所述用户权限对应的部分目录信息,将所述部分目录信息发送至用户终端,并将所述部分目录信息 存储在缓存中。
上述实施例中,首次获取目录信息后,将目录信息存储在缓存中,便于后期再次查询时,从缓存中快速获取。
进一步,该装置还包括接收包含用户选择确认的目录信息的查询请求,根据所述查询请求获取所述目录信息路径下存储的节点信息。
上述实施例中,用户终端可以点击目录信息,生成包含选择确认的目录信息的查询请求,服务端根据该查询请求中的目录信息直接获取存储的节点信息,方便快捷。
进一步,该装置还包括辅助信息采集模块,用于建立各节点范围内传感终端和/或监控终端与各节点的关联关系,在接收到各节点范围内的传感信息和/或监控信息时,将所述各节点范围内的传感信息和/或监控信息存储到各节点对应目录信息的路径下。
该实施例中,通过传感终端和监控终端获取各级节点的辅助信息,由于各传感终端和监控终端预先和节点建立了关联关系,因此,传感终端和监控终端上传采集的传感信息和监控信息可自动存储到对应节点的目录信息路径下,实现了采集信息的自动存储以及自动分类,便于对各级节点辅助信息的快速查询。
进一步,所述建立各节点范围内传感终端和/或监控终端与各节点的关联关系包括:将传感终端标识信息和监控终端标识信息与其对应节点的节点标识信息建立关联关系。
上述实施例中,每个传感终端和监控终端都有自己的唯一标识,通过将传感终端标识信息和监控终端标识信息与其对应节点的节点标识信息建立关联关系,便于实现采集信息的自动存储以及自动分类。
本发明附加的方面的优点将在下面的描述中部分给出,部分将从下面的描述中变得明显,或通过本发明实践了解到。
附图说明
图1为本发明一实施例提供的节点信息管理系统架构图;
图2为本发明一实施例提供的节点信息管理方法流程性示意图;
图3为本发明一实施例提供的节点信息管理方法的信令交互图;
图4为本发明另一实施例提供的节点信息管理方法流程性示意图;
图5为本发明再一实施例提供的节点信息管理方法流程性示意图;
图6为本发明再一实施例提供的节点信息管理方法流程性示意图;
图7为本发明再一实施例提供的节点信息管理方法流程性示意图;
图8为本发明再一实施例提供的节点信息管理方法流程性示意图;
图9为本发明一实施例提供的节点信息管理装置结构示意图;
图10为本发明另一实施例提供的节点信息管理装置结构示意图;
图11为本发明再一实施例提供的节点信息管理装置结构示意图;
图12为本发明再一实施例提供的节点信息管理装置结构示意图。
具体实施方式
以下描述中,为了说明而不是为了限定,提出了诸如特定系统结构、接口、技术之类的具体细节,以便透切理解本发明。然而,本领域的技术人员应当清楚,在没有这些具体细节的其它实施例中也可以实现本发明。在其它情况中,省略对众所周知的系统、电路以及方法的详细说明,以免不必要的细节妨碍本发明的描述。
图1为本发明实施例提供的一种节点信息管理系统架构图。具体如图1所示,该系统架构至少包括:外部终端和物联网系统,其中物联网系统包括物联网接入设备、物联网互联设备、物联网安全设备和物联网应用服务器等。物联网接入设备包括有物联网远端接入接口和物联网本地接入接口,用于通过所述物联网远端接入接口和物联网本地接入接口建立外部终端与物联网服务子系统的连接。物联网互联设备包括有分别用于与物联网接入设备、物联网安全设备、物联网应用服务器以及内部终端连接的物联网互联接口,用于通过所述物联网互联接口提供所述物联网接入设备以及所述物联网服务子系统的互联。本发明实施例中,外部终端可以包括实现节点信息录入的电脑,自动采集节点信息的传感系统和/或监控系统,以及用于查询节点信息的用户终端等。
如图2给出了本发明实施例提供的一种节点信息管理方法的示意性流程图。如图3给出了本发明实施例提供的一种节点信息管理方法的信令交互图。如图2、3所示,该方法包括:
S210,用户终端向节点信息管理装置发送查询请求,所述查询请求包含待查询节点的节点标识信息;其中,节点信息管理装置即服务器;
S220,节点信息管理装置根据所述节点标识信息从预先建立的节点标识信息与目录信息关联表中进行查询,获取与所述节点标识信息对应的目录信息;
S230,节点信息管理装置根据所述目录信息获取所述目录信息路径下存储的节点信息,并将节点信息发送给用户终端。
需要说明的是,该实施例中,节点可以是工程中的一些结构,通过将工厂中的结构作为节点,并生成目录,便于对工厂信息进行系统的管理。例如节点可以包括厂部、厂房、车间、设备和零部件等。预先建立各级节点的目录信息,例如待管理范围内包括多个厂部,每个厂部中包括多个厂房,每个厂房中包括多个车间,每个车间中包括多个设备,每个设备又包括多个零部件。预先采集各级节点的节点信息,并将采集的节点信息存储到相应目录信息的路径下。其中,厂部信息可以包括厂部编号、厂部位置、厂部占地面积、厂部职工人数和厂部设备总量等;厂房信息可以包括厂房编号、厂房位置、厂房占地面积、厂房职工人数和厂房设备总量等;车间信息可以包括车间编号、车间位置、车间占地面积、车间职工人数和车间设备总量等;设备信息可以包括设备编号、生成日期、使用年限、采购日期、安装日期、安装位置等信息及运行状态信息等;零部件信息可以包括零部件编号、更换时间和运行状态信息等。
本发明实施例提供的节点信息管理方法,通过节点标识信息从预先建立的关联表中查找到与所述节点标识信息对应的目录信息,进而根据所述目录信息获取对应路径下存储的节点信息。上述节点信息管理方法实现了根据节点标识信息一步到位快速查询对应的节点 信息,方便快捷,操作简单,解决了现有技术中节点信息查询困难、操作复杂等问题。
如图4给出了本发明实施例提供的一种节点信息管理方法的示意性流程图。该方法中各步骤执行主体是服务器,以下不做特殊说明的,方法的执行主体都是服务器。如图4所示,该方法包括:
S410,采集各级节点的节点信息,建立各级节点的目录信息,将各级节点的节点信息存储到对应目录信息的路径下;
S420,生成各级节点的节点标识信息,将所述节点标识信息与对应节点的目录信息进行关联,生成节点标识信息与目录信息关联表;
S430,接收查询请求,所述查询请求包含待查询节点的节点标识信息;
S440,根据所述节点标识信息从预先建立的节点标识信息与目录信息关联表中进行查询,获取与所述节点标识信息对应的目录信息;
S450,根据所述目录信息获取所述目录信息路径下存储节点信息。
具体地,采集各级节点的信息可以通过录入的方式记录各级节点的节点信息,也可以通过传感系统或监控系统自动获取各级节点的节点信息,并上传至服务端进行存储。
上述实施例中,采集各级节点的节点信息,建立各级节点的目录信息,将各级节点的节点信息存储到对应目录信息的路径下,生成各级节点的标识信息,将各级节点的标识信息与对应的目录信息关联,并生成节点标识信息与目录信息关联表,在接收到包括节点标识信息的查询请求时,可以根据节点标识信息快速获取对应的目录信息,进而获取相应路径下存储的节点信息,实现节点信息的快速准确查询。
优选地,作为本发明另一实施例,该节点信息管理方法包括:
接收查询请求,所述查询请求包含待查询节点的节点标识信息,所述节点标识信息包括按预设规则生成的节点编码,所述查询请求为用户终端根据接收的节点编码生成;
根据所述节点编码从预先建立的节点标识信息与目录信息关联表中进行查询,获取与所述节点标识信息对应的目录信息;
根据所述目录信息获取所述目录信息路径下存储节点信息。
具体地,用户终端可以为PC机或手持终端,用户通过PC机或手持终端输入待查询节点的节点编码,PC机或手持终端根据节点编码生成查询请求,将查询请求发送给服务端。
该实施例提供的节点信息管理方法,节点标识信息为按预设规则生成的节点编码,其中,节点编码的生成规则可以根据实际需要自行设定,例如节点为设备节点,则其节点编码可以包括厂部编号、厂房编号、车间标号和设备编号。在需要进行节点信息查询时,仅需输入节点编码即可实现快速查询。
优选地,作为本发明另一实施例,该节点信息管理方法包括:
服务端生成各级节点的二维信息,打印各级节点的二维码,并将所述各级节点的二维码附着于对应节点上;如厂部的二维码可以粘贴于厂部出入口处,厂房的二维码可以粘贴 于厂房的出入口处,车间的二维码可以粘贴于车间的出入口处,设备的二维码可以粘贴于设备上,零部件的二维码可以粘贴于零部件上;
在需要查询所述节点的节点信息时,通过用户终端扫描所述二维码,根据所述二维码生成查询请求;
用户终端将携带有二维码信息的查询请求发送至服务端;
服务端根据二维码信息从预先建立的节点标识信息与目录信息关联表中进行查询,获取与二维码信息对应的目录信息;
根据所述目录信息获取所述目录信息路径下存储节点信息。
该实施例提供的节点信息管理方法,在需要查询某个节点的节点信息时,通过移动终端扫描该节点的二维码,将获取的二维码信息发送至服务端,根据二维码信息查询获取对应的节点目录信息,进而获取该目录下的节点信息。例如当管理人员视察工作时,走到某厂部门口时,可以通过移动终端扫描固定于厂部预设位置的二维码,获取二维码信息,并发送至服务端,服务端根据二维码信息快速查询到该厂部对应的目录信息,进而获取该目录信息对应路径下存储的厂部信息。或者维修人员来到车间,需要查看车间中某个设备信息时,可以通过扫描设备上的二维码信息,并发送至服务端,服务端根据二维码信息快速查询到该设备对应的目录信息,进而获取该目录信息对应路径下存储的设备信息;便于维修人员根据设备信息对设备进行维修或更换等操作。
如图5给出了本发明实施例提供的一种节点信息管理方法的示意性流程图。如图5所示,该方法包括:
S510,接收注册请求,根据注册请求中的用户信息进行用户注册;
S520,根据所述用户信息设置用户权限;
S530,接收查询请求,所述查询请求包含待查询节点的节点标识信息和用户信息;
S540,根据所述查询请求中的用户信息进行权限验证,验证成功则执行S550,否则返回无权限的提示信息;
S550,根据所述节点标识信息从预先建立的节点标识信息与目录信息关联表中进行查询,获取与所述节点标识信息对应的目录信息;
S560,根据所述目录信息获取所述目录信息路径下存储的节点信息。
具体地,该实施例中,用户需要获取某个节点的节点信息时,发送的查询请求不仅包括节点标识信息,还包括用户信息,服务器端根据用户信息进行判断,判断该用户是否有对该节点的操作权限,在有操作权限的情况下,才根据节点标识信息从节点标识信息与目录信息关联表中查询获取对应的目录信息,进而获取目录信息路径下的节点信息。
上述实施例中节点信息管理方法,用户进行注册后,根据用户信息设置用户权限,用户在获取节点信息时,只能获取权限范围内的节点信息。提高了节点信息管理的安全性。
如图6给出了本发明实施例提供的一种节点信息管理方法的示意性流程图。如图6所示,该方法包括:
S610,接收注册请求,根据注册请求中的用户信息进行用户注册;
S620,根据所述用户信息设置用户权限;
S630,接收目录获取请求,所述目录获取请求中包括用户信息;
S640,根据所述目录获取请求中的用户信息获取用户权限,根据所述用户权限从总目录中截取与所述用户权限对应的部分目录信息;
S650,将所述部分目录信息发送至用户终端。
具体地,该实施例中,用户还可以不通过发送节点标识信息获取节点信息,用户可以发送目录获取请求至服务器端,服务器端根据目录获取请求中的用户信息判断用户权限,进而获取用户权限范围内的目录信息,将获取的目录信息发送至用户终端,用户终端可以根据目录信息选择需要查询的节点信息,进而生成查询请求,将查询请求发送至服务器端。
上述实施例中提供的节点信息管理方法,通过预先设定用户权限,在用户想要获取目录信息时,根据用户信息查询用户权限,获取用户权限范围内的目录信息,将目录信息反馈给用户终端,保证了目录信息的安全性;且用户可以直观了解自己权限范围内的所有节点的分布,进而根据需要选择需要查看的节点信息。
如图7给出了本发明实施例提供的一种节点信息管理方法的示意性流程图。如图7所示,该方法包括:
S710,接收注册请求,根据注册请求中的用户信息进行用户注册;
S720,根据所述用户信息设置用户权限;
S730,接收目录获取请求时,根据目录获取请求中的用户信息在缓存中查询是否存在该用户权限范围内的部分目录信息,如果存在则将所述部分目录信息直接反馈给用户终端,否则执行S740;
S740,根据所述目录获取请求中的用户信息获取用户权限,根据所述用户权限从总目录中截取与所述用户权限对应的部分目录信息,将所述部分目录信息发送至用户终端,并将所述部分目录信息存储在缓存中。
具体地,该实施例中,服务器端在获取目录信息时,首先在缓存中查找是否存在该用户权限范围内的已存储的目录信息,如果存在,则在缓存中获取目录信息,直接反馈给用户终端,如果不存在,则根据用户权限获取目录信息,将获取的目录信息发送至用户终端,并存储在缓存中,便于下次查询中直接从缓存中快速获取。
上述实施例中提供的节点信息管理方法,首次获取目录信息后,将目录信息存储在缓存中,便于后期再次查询时,从缓存中快速获取。
如图8给出了本发明实施例提供的一种节点信息管理方法的示意性流程图。如图8所示,该方法包括:
S810,接收注册请求,根据注册请求中的用户信息进行用户注册;
S820,根据所述用户信息设置用户权限;
S830,接收目录获取请求,所述目录获取请求中包括用户信息;
S840,根据所述目录获取请求中的用户信息获取用户权限,根据所述用户权限从总目录中截取与所述用户权限对应的部分目录信息;
S850,将所述部分目录信息发送至用户终端;
S860,接收包含用户选择确认的目录信息的查询请求;
S870,根据所述查询请求获取所述目录信息路径下存储的节点信息。
具体地,该实施例中,用户终端通过发送目录获取请求至服务器端,服务器端返回该用户权限范围内的目录信息,用户可以根据获取的目录信息进行选择,从而根据需要获取待查询节点的节点信息。优选地,还可以通过“下一级”或“上一级”等触发事件在不同等级节点间切换,如厂部的等级高于厂房等级,厂房等级高于车间等级,车间等级高于设备等级,设备等级高于零部件等级。
上述实施例中提供的节点信息管理方法,用户终端可以点击目录信息,生成包含选择确认的目录信息的查询请求,服务端根据该查询请求中的目录信息直接获取存储的节点信息,方便快捷。
优选地,作为本发明另一实施例,在上述任一实施例的基础上,该方法还包括预先建立各节点范围内传感终端和/或监控终端与各节点的关联关系,在接收到各节点范围内的传感信息和/或监控信息时,将所述各节点范围内的传感信息和/或监控信息存储到各节点对应目录信息的路径下。
具体地,该实施例中,例如可以在厂部出入口安装传感终端和/或监控终端,通过传感终端和/或监控终端获取每天进出厂部的车辆数量和人员数量等,并将上述信息传输至该厂部节点对应的目录信息路径下;或者在厂房出入口安装传感终端和/或监控终端,通过传感终端和/或监控终端获取每天进出厂厂房的人员数量等,并将上述信息传输至该厂房节点对应的目录信息路径下;或者在车间预设位置安装温度传感器、湿度传感器、粉尘浓度传感器以及摄像装置等,将上述传感器采集的温度信息、湿度信息、粉尘浓度和摄像信息等上传至该车间节点对应目录信息路径下;或者在设备上安装采集设备状态信息的一些传感器,将传感器采集的设备状态信息上传至设备节点对应目录信息路径下。
该实施例中,通过传感终端和监控终端获取各级节点的辅助信息,由于各传感终端和监控终端预先和节点建立了关联关系,因此,传感终端和监控终端上传采集的传感信息和监控信息可自动存储到对应节点的目录信息路径下,实现了采集信息的自动存储以及自动分类,便于对各级节点辅助信息的快速查询。
优选地,服务器端还根据各级节点的节点信息进行数据统计分析,生成各级节点的分析报告,并存储在各级节点对应的目录信息路径下。其中上级节点在生成分析报告时,可以调用其下面的子目录信息路径下存储的节点信息。
该实施例中,目录信息路径下不仅存储节点信息,还存储根据节点信息生成的分析报告,方便用户快速了解节点综合信息。
优选地,作为本发明另一实施例,在上述实施例的基础上,所述预先建立各节点范围 内传感终端和/或监控终端与各节点的关联关系包括:将传感终端标识信息和监控终端标识信息与其对应节点的节点标识信息建立关联关系。
上述实施例中,每个传感终端和监控终端都有自己的唯一标识,通过将传感终端标识信息和监控终端标识信息与其对应节点的节点标识信息建立关联关系,便于实现采集信息的自动存储以及自动分类。
上文结合图1-8详细描述了根据本发明实施例的节点信息管理方法,下面结合图9-12,详细描述了根据本发明实施例的节点信息管理装置。
本申请文件将详细介绍物联网应用服务器所执行的方法流程。该实施例中,物联网应用服务器为节点信息管理装置。图9为本发明实施例提供的一种节点信息管理装置的结构示意图。如图9所示,该装置包括:接收模块901、查询模块902和获取模块903。
接收模块901用于接收查询请求,所述查询请求包含待查询节点的节点标识信息;查询模块902根据所述节点标识信息从预先建立的节点标识信息与目录信息关联表中进行查询,获取与所述节点标识信息对应的目录信息;获取模块903根据所述目录信息获取所述目录信息路径下存储的节点信息。
本发明实施例提供的节点信息管理装置,通过节点标识信息从预先建立的关联表中查找到与所述节点标识信息对应的目录信息,进而根据所述目录信息获取对应路径下存储的节点信息。上述节点信息管理方法实现了根据节点标识信息一步到位快速查询对应的节点信息,方便快捷,操作简单,解决了现有技术中节点信息查询困难、操作复杂等问题。
优选地,作为本发明另一实施例,如图10所示,在上述实施例的基础上,该装置还包括关联表建立模块904,用于预先建立节点标识信息与目录信息关联表,具体包括:采集各级节点的节点信息,建立各级节点的目录信息,将各级节点的节点信息存储到对应目录信息的路径下;生成各级节点的节点标识信息,将所述节点标识信息与对应节点的目录信息进行关联,生成节点标识信息与目录信息关联表。
具体地,采集各级节点的信息可以通过录入的方式记录各级节点的节点信息,也可以通过传感系统或监控系统自动获取各级节点的节点信息,并上传至服务端进行存储。
上述实施例中,采集各级节点的节点信息,建立各级节点的目录信息,将各级节点的节点信息存储到对应目录信息的路径下,生成各级节点的标识信息,将各级节点的标识信息与对应的目录信息关联,并生成节点标识信息与目录信息关联表,在接收到包括节点标识信息的查询请求时,可以根据节点标识信息快速获取对应的目录信息,进而获取相应路径下存储的节点信息,实现节点信息的快速准确查询。
优选地,作为本发明另一实施例,在上述任一实施例的基础上,所述节点标识信息包括按预设规则生成的节点编码,所述查询请求为用户终端根据接收的节点编码生成。具体地,用户终端可以为PC机或手持终端,用户通过PC机或手持终端输入待查询节点的节点编码,PC机或手持终端根据节点编码生成查询请求,将查询请求发送给服务端。
该实施例提供的节点信息管理装置,节点标识信息为按预设规则生成的节点编码,其中,节点编码的生成规则可以根据实际需要自行设定,例如节点为设备节点,则其节点编码可以包括厂部编号、厂房编号、车间标号和设备编号。在需要进行节点信息查询时,仅需输入节点编码即可实现快速查询。
优选地,作为本发明另一实施例,在上述任一实施例的基础上,该装置用于生成各级节点的二维信息,打印各级节点的二维码,并将所述各级节点的二维码附着于对应节点上;在需要查询所述节点的节点信息时,通过用户终端扫描所述二维码,根据所述二维码生成查询请求;用户终端将携带有二维码信息的查询请求发送至服务端;服务端根据二维码信息从预先建立的节点标识信息与目录信息关联表中进行查询,获取与二维码信息对应的目录信息;根据所述目录信息获取所述目录信息路径下存储节点信息。
该实施例提供的节点信息管理装置,在需要查询某个节点的节点信息时,通过移动终端扫描该节点的二维码,将获取的二维码信息发送至服务端,根据二维码信息查询获取对应的节点目录信息,进而获取该目录下的节点信息。当管理人员视察工作时,走到某厂部门口时,可以通过移动终端扫描固定于厂部预设位置的二维码,获取二维码信息,并发送至服务端,服务端根据二维码信息快速查询到该厂部对应的目录信息,进而获取该目录信息对应路径下存储的厂部信息。或者维修人员来到车间,需要查看车间中某个设备信息时,可以通过扫描设备上的二维码信息,并发送至服务端,服务端根据二维码信息快速查询到该设备对应的目录信息,进而获取该目录信息对应路径下存储的设备信息;便于维修人员根据设备信息对设备进行维修或更换等操作。
优选地,作为本发明另一实施例,在上述任一实施例的基础上,如图11所示,该装置还包括注册模块905、权限设置模块906和权限验证模块907。
注册模块905用于接收注册请求,根据注册请求中的用户信息进行用户注册;权限设置模块906用于根据所述用户信息设置用户权限;权限验证模块907用于根据所述查询请求中的用户信息进行权限验证,验证成功则调用查询模块902,否则返回无权限的提示信息。
具体地,该实施例中,用户需要获取某个节点的节点信息时,发送的查询请求不仅包括节点标识信息,还包括用户信息,服务器端根据用户信息进行判断,判断该用户是否有对该节点的操作权限,在有操作权限的情况下,才根据节点标识信息从节点标识信息与目录信息关联表中查询获取对应的目录信息,进而获取目录信息路径下的节点信息。
上述实施例中节点信息管理装置,用户进行注册后,根据用户信息设置用户权限,用户在获取节点信息时,只能获取权限范围内的节点信息。提高了节点信息管理的安全性。
优选地,作为本发明另一个实施例,在图11所示实施例的基础上,接收模块901还用于接收目录获取请求;查询模块902用于根据所述目录获取请求中的用户信息获取用户权限,根据所述用户权限从总目录中截取与所述用户权限对应的部分目录信息,将所述部 分目录信息发送至用户终端。
具体地,该实施例中,用户还可以不通过发送节点标识信息获取节点信息,用户可以发送目录获取请求至服务器端,服务器端根据目录获取请求中的用户信息判断用户权限,进而获取用户权限范围内的目录信息,将获取的目录信息发送至用户终端,用户终端可以根据目录信息选择需要查询的节点信息,进而生成查询请求,将查询请求发送至服务器端。
上述实施例中提供的节点信息管理装置,通过预先设定用户权限,在用户想要获取目录信息时,根据用户信息查询用户权限,获取用户权限范围内的目录信息,将目录信息反馈给用户终端,保证了目录信息的安全性;且用户可以直观了解自己权限范围内的所有节点的分布,进而根据需要选择需要查看的节点信息。
优选地,作为本发明另一实施例,在图11所示实施例的基础上,该节点信息管理装置中,接收模块901接收目录获取请求,查询模块902根据目录获取请求中的用户信息在缓存中查询是否存在该用户权限范围内的部分目录信息,如果存在则直接反馈给用户终端,否则,根据所述目录获取请求中的用户信息获取用户权限,根据所述用户权限从总目录中截取与所述用户权限对应的部分目录信息,将所述部分目录信息发送至用户终端,并将所述部分目录信息存储在缓存中。
具体地,该实施例中,服务器端在获取目录信息时,首先在缓存中查找是否存在该用户权限范围内的已存储的目录信息,如果存在,则在缓存中获取目录信息,直接反馈给用户终端,如果不存在,则根据用户权限获取目录信息,将获取的目录信息发送至用户终端,并存储在缓存中,便于下次查询中直接从缓存中快速获取。
上述实施例中,首次获取目录信息后,将目录信息存储在缓存中,便于后期再次查询时,从缓存中快速获取。
优选地,作为本发明另一实施例,在上述任一实施例的基础上,接收模块901还用于接收包含用户选择确认的目录信息的查询请求,获取模块903用于根据所述查询请求获取所述目录信息路径下存储的节点信息。
具体地,该实施例中,用户终端通过发送目录获取请求至服务器端,服务器端返回该用户权限范围内的目录信息,用户可以根据获取的目录信息进行选择,从而根据需要获取待查询节点的节点信息。优选地,还可以通过“下一级”或“上一级”等触发事件在不同等级节点间切换,如厂部的等级高于厂房等级,厂房等级高于车间等级,车间等级高于设备等级,设备等级高于零部件等级。
上述实施例中,用户终端可以点击目录信息,生成包含选择确认的目录信息的查询请求,服务端根据该查询请求中的目录信息直接获取存储的节点信息,方便快捷。
优选地,作为本发明另一实施例,如图12所示,在上述任一实施例的基础上,该装置还包括辅助信息采集模块908,用于建立各节点范围内传感终端和/或监控终端与各节点的关联关系,在接收到各节点范围内的传感信息和/或监控信息时,将所述各节点范围 内的传感信息和/或监控信息存储到各节点对应目录信息的路径下。
具体地,该实施例中,例如可以在厂部出入口安装传感终端和/或监控终端,通过传感终端和/或监控终端获取每天进出厂部的车辆数量和人员数量等,并将上述信息传输至该厂部节点对应的目录信息路径下;或者在厂房出入口安装传感终端和/或监控终端,通过传感终端和/或监控终端获取每天进出厂厂房的人员数量等,并将上述信息传输至该厂房节点对应的目录信息路径下;或者在车间预设位置安装温度传感器、湿度传感器、粉尘浓度传感器以及摄像装置等,将上述传感器采集的温度信息、湿度信息、粉尘浓度和摄像信息等上传至该车间节点对应目录信息路径下;或者在设备上安装采集设备状态信息的一些传感器,将传感器采集的设备状态信息上传至设备节点对应目录信息路径下。
该实施例中,通过传感终端和监控终端获取各级节点的辅助信息,由于各传感终端和监控终端预先和节点建立了关联关系,因此,传感终端和监控终端上传采集的传感信息和监控信息可自动存储到对应节点的目录信息路径下,实现了采集信息的自动存储以及自动分类,便于对各级节点辅助信息的快速查询。
优选地,服务器端还根据各级节点的节点信息进行数据统计分析,生成各级节点的分析报告,并存储在各级节点对应的目录信息路径下。其中上级节点在生成分析报告时,可以调用其下面的子目录信息路径下存储的节点信息。
该实施例中,目录信息路径下不仅存储节点信息,还存储根据节点信息生成的分析报告,方便用户快速了解节点综合信息。
具体地,建立各节点范围内传感终端和/或监控终端与各节点的关联关系包括:将传感终端标识信息和监控终端标识信息与其对应节点的节点标识信息建立关联关系。该实施例中,每个传感终端和监控终端都有自己的唯一标识,通过将传感终端标识信息和监控终端标识信息与其对应节点的节点标识信息建立关联关系,便于实现采集信息的自动存储以及自动分类。
读者应理解,在本说明书的描述中,参考术语“一个实施例”、“一些实施例”、“示例”、“具体示例”、或“一些示例”等的描述意指结合该实施例或示例描述的具体特征、结构、材料或者特点包含于本发明的至少一个实施例或示例中。在本说明书中,对上述术语的示意性表述不必针对的是相同的实施例或示例。而且,描述的具体特征、结构、材料或者特点可以在任一个或多个实施例或示例中以合适的方式结合。此外,在不相互矛盾的情况下,本领域的技术人员可以将本说明书中描述的不同实施例或示例以及不同实施例或示例的特征进行结合和组合。
所属领域的技术人员可以清楚地了解到,为了描述的方便和简洁,上述描述的装置和单元的具体工作过程,可以参考前述方法实施例中的对应过程,在此不再赘述。
在本申请所提供的几个实施例中,应该理解到,所揭露的装置和方法,可以通过其它的方式实现。例如,以上所描述的装置实施例仅仅是示意性的,例如,单元的划分,仅仅为一种逻辑功能划分,实际实现时可以有另外的划分方式,例如多个单元或组件可以结合或者可以集成到另一个系统,或一些特征可以忽略,或不执行。
作为分离部件说明的单元可以是或者也可以不是物理上分开的,作为单元显示的部件 可以是或者也可以不是物理单元,即可以位于一个地方,或者也可以分布到多个网络单元上。可以根据实际的需要选择其中的部分或者全部单元来实现本发明实施例方案的目的。
另外,在本发明各个实施例中的各功能单元可以集成在一个处理单元中,也可以是各个单元单独物理存在,也可以是两个或两个以上单元集成在一个单元中。上述集成的单元既可以采用硬件的形式实现,也可以采用软件功能单元的形式实现。
集成的单元如果以软件功能单元的形式实现并作为独立的产品销售或使用时,可以存储在一个计算机可读取存储介质中。基于这样的理解,本发明的技术方案本质上或者说对现有技术做出贡献的部分,或者该技术方案的全部或部分可以以软件产品的形式体现出来,该计算机软件产品存储在一个存储介质中,包括若干指令用以使得一台计算机设备(可以是个人计算机,服务器,或者网络设备等)执行本发明各个实施例方法的全部或部分步骤。而前述的存储介质包括:U盘、移动硬盘、只读存储器(ROM,Read-Only Memory)、随机存取存储器(RAM,Random Access Memory)、磁碟或者光盘等各种可以存储程序代码的介质。
以上,仅为本发明的具体实施方式,但本发明的保护范围并不局限于此,任何熟悉本技术领域的技术人员在本发明揭露的技术范围内,可轻易想到各种等效的修改或替换,这些修改或替换都应涵盖在本发明的保护范围之内。因此,本发明的保护范围应以权利要求的保护范围为准。

Claims (10)

  1. 一种节点信息管理方法,其特征在于,所述方法包括:
    接收查询请求,所述查询请求包含待查询节点的节点标识信息;
    根据所述节点标识信息从预先建立的节点标识信息与目录信息关联表中进行查询,获取与所述节点标识信息对应的目录信息;
    根据所述目录信息获取所述目录信息路径下存储的节点信息。
  2. 根据权利要求1所述的节点信息管理方法,其特征在于,还包括预先建立节点标识信息与目录信息关联表的步骤,具体包括:
    采集各级节点的节点信息,建立各级节点的目录信息,将各级节点的节点信息存储到对应目录信息的路径下;
    生成各级节点的节点标识信息,将所述节点标识信息与对应节点的目录信息进行关联,生成节点标识信息与目录信息关联表。
  3. 根据权利要求2所述的节点信息管理方法,其特征在于,所述节点标识信息包括按预设规则生成的节点编码,所述查询请求为用户终端根据接收的节点编码生成;
    或者,所述节点标识信息包括二维码信息,所述方法还包括打印各级节点的二维码,并将所述各级节点的二维码附着于对应节点上,在需要查询所述节点的节点信息时,通过用户终端扫描所述二维码,根据所述二维码生成查询请求。
  4. 根据权利要求1-3任一项所述的节点信息管理方法,其特征在于,还包括接收注册请求,根据注册请求中的用户信息进行用户注册;根据所述用户信息设置用户权限;
    所述查询请求还包括用户信息,根据所述查询请求中的用户信息进行权限验证,验证成功则根据所述节点标识信息从预先建立的节点标识信息与目录信息关联表中进行查询,获取与所述节点标识信息对应的目录信息,否则返回无权限的提示信息。
  5. 根据所述权利要求4所述的节点信息管理方法,其特征在于,所述节点包括厂部、厂房、车间、设备和零部件中的至少一个。
  6. 一种节点信息管理装置,其特征在于,包括:
    接收模块,用于接收查询请求,所述查询请求包含待查询节点的节点标识信息;
    查询模块,用于根据所述节点标识信息从预先建立的节点标识信息与目录信息关联表中进行查询,获取与所述节点标识信息对应的目录信息;
    获取模块,用于根据所述目录信息获取所述目录信息路径下存储的节点信息。
  7. 根据权利要求6所述的节点信息管理装置,其特征在于,该装置还包括关联表建立模块,用于预先建立节点标识信息与目录信息关联表,具体包括:
    采集各级节点的节点信息,建立各级节点的目录信息,将各级节点的节点信息存储到对应目录信息的路径下;
    生成各级节点的节点标识信息,将所述节点标识信息与对应节点的目录信息进行关联,生成节点标识信息与目录信息关联表。
  8. 根据权利要求7所述的节点信息管理装置,其特征在于,所述节点标识信息包括按预设规则生成的节点编码,所述查询请求为用户终端根据接收的节点编码生成;
    或者,所述节点标识信息包括二维码信息,所述方法还包括打印各级节点的二维码,并将所述各级节点的二维码附着于对应节点上,在需要查询所述节点的节点信息时,通过终端扫描所述二维码,根据所述二维码生成查询请求。
  9. 根据权利要求6-8任一项所述的节点信息管理装置,其特征在于,还包括:
    注册模块,用于接收注册请求,根据注册请求中的用户信息进行用户注册;
    权限设置模块,用于根据所述用户信息设置用户权限;
    权限验证模块,用于根据所述查询请求中的用户信息进行权限验证,验证成功则调用查询模块,否则返回无权限的提示信息。
  10. 根据所述权利要求9所述的节点信息管理装置,其特征在于,所述节点包括厂部、厂房、车间、设备和零部件中的至少一个。
PCT/CN2017/096534 2017-06-23 2017-08-09 一种节点信息管理方法及装置 WO2018232871A1 (zh)

Applications Claiming Priority (2)

Application Number Priority Date Filing Date Title
CN201710487916.8 2017-06-23
CN201710487916.8A CN107341207B (zh) 2017-06-23 2017-06-23 一种节点信息管理方法及装置

Publications (1)

Publication Number Publication Date
WO2018232871A1 true WO2018232871A1 (zh) 2018-12-27

Family

ID=60220076

Family Applications (1)

Application Number Title Priority Date Filing Date
PCT/CN2017/096534 WO2018232871A1 (zh) 2017-06-23 2017-08-09 一种节点信息管理方法及装置

Country Status (2)

Country Link
CN (1) CN107341207B (zh)
WO (1) WO2018232871A1 (zh)

Cited By (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN115658700A (zh) * 2022-12-26 2023-01-31 中汽智联技术有限公司 车辆标识的数据确定方法、设备和存储介质

Families Citing this family (6)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN108491549B (zh) * 2018-04-09 2022-02-01 深圳市茁壮网络股份有限公司 一种分布式存储系统中文件目录的创建方法及装置
CN109540332A (zh) * 2018-11-13 2019-03-29 中广核核电运营有限公司 容器内液体的参数监测方法、装置、设备和存储介质
CN109768957B (zh) * 2018-11-30 2020-11-20 视联动力信息技术股份有限公司 一种监控数据的处理方法和系统
CN109640285A (zh) * 2019-02-18 2019-04-16 苏州迈荣祥信息科技有限公司 基于移动终端的大数据搜索方法及装置
CN109951817A (zh) * 2019-02-18 2019-06-28 苏州华盖信息科技有限公司 大数据的快速搜索方法及装置
CN113094737A (zh) * 2019-12-23 2021-07-09 斑马智行网络(香港)有限公司 信息处理方法、装置及设备

Citations (4)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN1955958A (zh) * 2005-10-26 2007-05-02 腾讯科技(深圳)有限公司 一种基于目录树的分类数据存储及分类目录查询方法
CN102065112A (zh) * 2009-11-18 2011-05-18 中国移动通信集团公司 对等网络系统、建立对等网络系统的方法及相关装置
CN102243660A (zh) * 2011-07-18 2011-11-16 中兴通讯股份有限公司 一种数据访问方法及设备
US20140317158A1 (en) * 2013-04-17 2014-10-23 Hon Hai Precision Industry Co., Ltd. File storage device and method for managing file system thereof

Family Cites Families (8)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US20090030952A1 (en) * 2006-07-12 2009-01-29 Donahue Michael J Global asset management
CN101567014B (zh) * 2009-06-04 2011-04-20 福建星网锐捷网络有限公司 一种设备信息的检索方法、装置和线卡
CN102026090B (zh) * 2010-07-09 2014-07-16 北京哈工大计算机网络与信息安全技术研究中心 一种物联网中的节点定位方法及节点
CN102722487B (zh) * 2011-03-30 2016-08-24 腾讯科技(深圳)有限公司 文件管理方法和装置
CN103150394B (zh) * 2013-03-25 2014-07-23 中国人民解放军国防科学技术大学 面向高性能计算的分布式文件系统元数据管理方法
CN104091228A (zh) * 2014-06-17 2014-10-08 北京邮电大学 物联网资源管理、注册、查询和语义库管理系统
US20180302290A1 (en) * 2015-10-16 2018-10-18 Convida Wireless, Llc Coap enhancements to enable an autonomic control plane
CN106445428A (zh) * 2016-10-18 2017-02-22 欧浦智网股份有限公司 钢卷标签打印方法及系统

Patent Citations (4)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN1955958A (zh) * 2005-10-26 2007-05-02 腾讯科技(深圳)有限公司 一种基于目录树的分类数据存储及分类目录查询方法
CN102065112A (zh) * 2009-11-18 2011-05-18 中国移动通信集团公司 对等网络系统、建立对等网络系统的方法及相关装置
CN102243660A (zh) * 2011-07-18 2011-11-16 中兴通讯股份有限公司 一种数据访问方法及设备
US20140317158A1 (en) * 2013-04-17 2014-10-23 Hon Hai Precision Industry Co., Ltd. File storage device and method for managing file system thereof

Cited By (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN115658700A (zh) * 2022-12-26 2023-01-31 中汽智联技术有限公司 车辆标识的数据确定方法、设备和存储介质

Also Published As

Publication number Publication date
CN107341207B (zh) 2020-03-17
CN107341207A (zh) 2017-11-10

Similar Documents

Publication Publication Date Title
WO2018232871A1 (zh) 一种节点信息管理方法及装置
CN108632089B (zh) 测试终端的管理方法、装置、设备和计算机存储介质
US20210196169A1 (en) Methods and System for Monitoring and Assessing Employee Moods
US11995937B2 (en) Gate open/close control device and gate open/close control method
US12002046B2 (en) Face authentication system and face authentication method
US11893844B2 (en) Face authentication machine and face authentication method
US20220147604A1 (en) Facial authentication management server and facial authentication management method
CN105337408B (zh) 电能信息采集现场快速消缺系统
US20220019595A1 (en) Integrated intelligent building management system and management method thereof
CN104240014A (zh) 一种门禁控制方法及门禁控制平台
US9071708B2 (en) Device management apparatus and method generating area information of where a device is used based on location information of a terminal remotely using the device
CN109523665A (zh) 基于蓝牙通讯技术实现的智能门锁钥匙发卡平台
CN110825776A (zh) 空气质量检测报告处理方法、装置及计算设备、存储介质
TWM569449U (zh) Smart attendance system and its mobile device
JP2023157932A (ja) 顔認証登録装置および顔認証登録方法
CN108876966B (zh) 一种访客接待方法、系统及访客系统和自助终端
US7574608B2 (en) Security screening of electronic devices by device-reported data
CN114022115A (zh) 一种实验室管理信息系统及运行方法
JP7474957B2 (ja) 顔認証システムおよび顔認証方法
KR102479799B1 (ko) 클라우드 기반 공용공간 관리와 사석화 방지를 위한 IoT 장비 및 데이터 통계관리 시스템
CN115904664A (zh) 多云域的任务处理方法、装置、电子设备及存储介质
JP2022044834A (ja) 顔認証機および顔認証方法
CN116070994A (zh) 耗材领取方法、装置、设备、系统及存储介质
KR20230157832A (ko) 공동현관 비밀번호 노출 방지를 위한 블록체인 기반 일회성 비밀번호 등록 방법 및이용 시스템
CN117744619A (zh) 闭路电视数据的报告生成方法、系统、设备及存储介质

Legal Events

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

Ref document number: 17914782

Country of ref document: EP

Kind code of ref document: A1

NENP Non-entry into the national phase

Ref country code: DE

32PN Ep: public notification in the ep bulletin as address of the adressee cannot be established

Free format text: NOTING OF LOSS OF RIGHTS PURSUANT TO RULE 112(1) EPC (EPO FORM 1205A DATED 15.05.2020)

122 Ep: pct application non-entry in european phase

Ref document number: 17914782

Country of ref document: EP

Kind code of ref document: A1