WO2018227710A1 - Internet of things terminal information addressing method and device - Google Patents

Internet of things terminal information addressing method and device Download PDF

Info

Publication number
WO2018227710A1
WO2018227710A1 PCT/CN2017/093704 CN2017093704W WO2018227710A1 WO 2018227710 A1 WO2018227710 A1 WO 2018227710A1 CN 2017093704 W CN2017093704 W CN 2017093704W WO 2018227710 A1 WO2018227710 A1 WO 2018227710A1
Authority
WO
WIPO (PCT)
Prior art keywords
information
terminal information
data request
request information
terminal
Prior art date
Application number
PCT/CN2017/093704
Other languages
French (fr)
Chinese (zh)
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 WO2018227710A1 publication Critical patent/WO2018227710A1/en

Links

Classifications

    • HELECTRICITY
    • H04ELECTRIC COMMUNICATION TECHNIQUE
    • H04LTRANSMISSION OF DIGITAL INFORMATION, e.g. TELEGRAPHIC COMMUNICATION
    • H04L67/00Network arrangements or protocols for supporting network services or applications
    • H04L67/01Protocols
    • H04L67/12Protocols specially adapted for proprietary or special-purpose networking environments, e.g. medical networks, sensor networks, networks in vehicles or remote metering networks
    • HELECTRICITY
    • H04ELECTRIC COMMUNICATION TECHNIQUE
    • H04LTRANSMISSION OF DIGITAL INFORMATION, e.g. TELEGRAPHIC COMMUNICATION
    • H04L61/00Network arrangements, protocols or services for addressing or naming
    • H04L61/45Network directories; Name-to-address mapping

Definitions

  • the present invention belongs to the technical field of Internet of Things, and in particular, to a method and device for addressing information of an Internet of Things terminal.
  • the Internet has realized the communication connection between people and people all over the world, and the Internet of Things has made communication connections between everything in the world and between everything and people.
  • the existing Internet of Things includes a three-tier architecture: the awareness layer, the network layer, and the application layer.
  • the sensing layer is mainly a mass terminal device at the edge of the Internet of Things.
  • the network layer mainly provides data transmission and gateway functions of the traditional Internet.
  • the application layer mainly provides data analysis, control, and human-machine interface of the Internet of Things.
  • the existing mode of transmitting the sensing layer terminal data to the application layer is a "publish/subscribe" mode. Since the terminal data adopts a very simple form of " ⁇ " information, the data of a single terminal is small, and the sensing layer will be very The small terminal data is transmitted to a forwarding node of the network layer, and the forwarding node of the network layer transmits to the surrounding forwarding node until the transmission to the application layer, and the application layer determines whether to receive the terminal data.
  • this method has a drawback: Although the terminal data of the Internet of Things is relatively small, terminal data generated by a large number of terminal devices is transmitted at the network layer, and these transmissions have no unique directivity at the network layer. The amount of data transmitted is still very large, which may cause network congestion at the network layer, causing data packet loss and transmission delay.
  • the present invention provides an Internet of Things terminal information addressing method and apparatus, which can provide a security
  • a first aspect of the present invention provides a method for addressing an Internet of Things terminal information, the method comprising: [0007] receiving terminal information, including a public label, sent by a sensing layer, where the public label includes a data type and a transmission direction;
  • the transmission path is calculated according to the network node address where the terminal information is currently located and the application layer address in the data request information;
  • a second aspect of the present invention provides an apparatus for addressing information of an Internet of Things terminal, where the apparatus includes: [0013] a terminal information acquiring module, configured to receive terminal information including a public label sent by a sensing layer, where The public tag includes the data type and the transmission direction;
  • a data request information acquiring module configured to receive data request information sent by an application layer, where the data request information includes an application layer address and a requested data type;
  • a pairing module configured to perform pairing according to the received terminal information and data request information
  • a transmission path obtaining module configured to: if the terminal information is successfully paired with the data request information, calculate a transmission path according to a network node address where the terminal information is currently located and an application layer address in the data request information;
  • the first terminal information sending module is configured to send, according to the transmission path, the terminal information to an application layer address pointed to by the data request information that is successfully paired with the terminal information.
  • a third aspect of the present invention provides an Internet of Things terminal information addressing apparatus, the apparatus comprising: [0019] a memory, a processor, and a computer program stored on the memory and operable on the processor, The processor executes the computer program to implement the steps of the method provided by the first aspect of the embodiments of the present invention
  • a computer storage medium may be provided, wherein the computer storage medium may be non-volatile, and the computer storage medium stores a computer program, wherein the computer program is in one or more
  • the method of the first aspect described above can be implemented by the processor reading and executing.
  • the present invention performs the pairing according to the received terminal information and the data request information by receiving the terminal information including the public label and the data request information sent by the application layer, if the terminal information is If the data request information is successfully paired, the transmission path is calculated according to the network node address where the terminal information is currently located and the application layer address in the data request information; and the terminal information is successfully sent according to the transmission path to the terminal information.
  • FIG. 1 is a schematic flow chart of an apparatus for addressing information of an Internet of Things terminal according to a first embodiment of the present invention
  • FIG. 2 is a diagram showing a conventional Internet of Things architecture in a first embodiment of the present invention
  • FIG. 3 is a structural diagram of terminal information data in the first embodiment of the present invention.
  • FIG. 4 is a schematic flowchart of a method for addressing information of an Internet of Things terminal according to a second embodiment of the present invention
  • FIG. 5 is a data transmission diagram of an IoT terminal information addressing method according to a third embodiment of the present invention.
  • FIG. 6 is a schematic block diagram of an apparatus for addressing information of an Internet of Things terminal according to a sixth embodiment of the present invention.
  • FIG. 7 is a schematic block diagram of an apparatus for addressing information of an Internet of Things terminal according to a seventh embodiment of the present invention.
  • FIG. 1 is a schematic flowchart of a method for addressing information of an Internet of Things terminal according to Embodiment 1 of the present invention.
  • the method may include the following steps: [0032] First, the Internet of Things architecture applied in the embodiment of the present invention is illustrated by using FIG. 2, and the Internet of Things architecture is divided into three layers, and the bottom-up is: the sensing layer, the network layer, and the application layer.
  • the sensing layer is the core of the Internet of Things and is a key part of information collection.
  • the sensing layer includes a large number of terminal devices, such as QR code tags and readers, RFID tags and readers, cameras, GPS, sensors, etc.
  • the main function is to identify objects and collect information.
  • the network layer transmits the collected information accurately and accurately through the integration of various mobile communication networks and the Internet.
  • the network layer can be regarded as composed of a plurality of network nodes, and the information collected by the terminal device is forwarded and transmitted to the application layer through the network node at the network layer.
  • the application layer provides data analysis, control, and the Internet of Things human-machine interface.
  • Step S101 Receive terminal information, including a public label, sent by the sensing layer, where the public label includes a data type and a transmission direction.
  • the data collected by the terminal device of the sensing layer is sent to the network node of the network layer in the form of terminal information, and the terminal information includes at least a public label.
  • the public tag includes at least the data type and the transfer direction. 3 is a packet format of terminal information. Taking FIG. 3 as an example, the public tag includes the data type and transmission direction collected by the terminal device, and may also include the terminal ID and signal frequency of the collected data, but the terminal ID and the signal frequency may be Set to empty, you can also reserve to store other fields.
  • the private label includes the specific data and frame check collected by the terminal device. Bytes are also reserved for future expansion. It should be noted that FIG.
  • the transmission pointer may also be set to be empty.
  • the data type refers to which type of data the data collected by the terminal device is. For example, humidity and temperature are different data types, and different character representations can be set for humidity and temperature, respectively.
  • the transmission direction refers to a direction of transmission, which may indicate a direction to a final application layer address, and may also indicate a direction in which data is transmitted in a network node of the network layer. For example, different characters respectively indicate that the network node transmission is searched for, Find the network node transmission with the best network performance, etc., which can be set according to the actual situation.
  • the transmission pointer can also be set to null, and the network node transmits the terminal information to the application layer, and the application layer determines whether to receive the terminal information.
  • the terminal information including the public label sent by the receiving sensing layer indicates that the received terminal information is originally sent by the sensing layer, and may pass through other network nodes, or may be directly received sensing layer terminals. Terminal information sent by the device.
  • Step S102 Receive data request information sent by an application layer, where the data request information includes an application layer address and a requested data type.
  • the application layer when the application layer needs some data, it can not only passively receive the terminal information, but also analyze whether the received terminal information is required by itself, and if necessary, extract the data therein. , discard if not needed.
  • the application layer may also send data request information according to its own needs, the data request information includes an application layer address and a requested data type, and the data packet format of the data request information is simpler than the data packet format of the terminal information. It only includes the data type and its own address.
  • the data request information exemplified in the embodiment of the present invention is a data packet format that only needs to include a data type and an address of its own in order to simplify the data packet format and save network traffic.
  • data request information including a data type and its own address is within the scope of the present invention.
  • the data type corresponds to the terminal information, and may be temperature, humidity, or the like.
  • the temperature corresponding to the terminal information uses the same character, and the humidity uses the same character.
  • Relative to the terminal information sent by a large number of terminal devices, and the terminal information may be sent at a higher frequency, when a large amount of terminal information generated by a large number of terminal devices or a large amount of terminal information generated at a high frequency has no direction in all directions.
  • the spread of the network may cause network congestion.
  • the application layer is very small in terms of a large number of terminal devices, when the application layer needs some kind of data, it can issue a data request message.
  • a network node of the network layer it is possible to receive the terminal information including the public label sent by the sensing layer, and it is also possible to receive the data request information sent by the application layer.
  • the data request information sent by the receiving application layer indicates that the received data request information is originally sent by the application layer, may pass through other network nodes, or may be directly sent by the application layer. Request information.
  • Step S103 Perform pairing according to the received terminal information and the data request information.
  • pairing according to the received terminal information and the data request information refers to pairing according to the received terminal information and the data type in the data request information.
  • the network node received by the network layer has two terminal information, and the data types are: temperature, humidity, and received data request information.
  • the requested data types are: pressure, temperature, and water level. .
  • the network node only needs to analyze the data type in the public tag of the terminal information and the data type in the analysis data request information. It is found that the terminal information of the received terminal information in which the data type is temperature and the data request information whose data type is temperature in the received data request information can be paired successfully, indicating that they have the same data type. If the data type in the public label of the terminal information is consistent with the data type in the data request information, it indicates that the received terminal information is data requested in the data request information sent by the application layer, and does not need to analyze the private label in the terminal information. Specific data content.
  • Step S104 If the terminal information is successfully paired with the data request information, calculate a transmission path according to the network node address where the terminal information is currently located and the application layer address in the data request information.
  • the terminal information is successfully paired with the data request information, it indicates that the data requested by the data request information received by the network node is successfully paired terminal information. Then you need to analyze the address of the application layer in the data request information.
  • the transmission path may be calculated according to the network node address where the terminal information is currently located and the application layer address in the data request information. Actually, a large number of network nodes are distributed in the network layer. There may be a plurality of transmission paths between the network node address where the terminal information is currently located and the application layer address in the data request information. Actually, the transmission path is not unique.
  • the network node will exchange information with other connected network nodes. Each forwarding node will establish its own neighborhood table to form a logical network tree. These information are shared with each other, thus allowing the network node to make independent decisions and reasonably selecting the effective address to reach the application layer. path.
  • calculating the transmission path according to the network node address where the terminal information is currently located and the application layer address in the data request information including: according to the network node address where the terminal information is currently located, The application layer address in the data request information calculates the shortest transmission path.
  • the shortest transmission path refers to finding a path with the smallest right between two nodes of an weight map, that is, starting from the network node address where the terminal information is currently located. Along the path through which the network node of the network layer reaches the application layer address, each time a network node calculates a weight, until the path to which the sum of the application layer address ownership values is the smallest is the shortest transmission path.
  • the weight is related to a load, an available bandwidth, and the like of a network node that receives the terminal information. Specifically, it is more reliable to choose a path that is more reliable than a network node or a more direct but load-bearing transmission path that needs to be balanced by weights. In other words, for example, whether the traffic conditions in the peak section are selected to be crowded highways or whether the city street bypass is more effective can be selected by setting weights.
  • the shortest transmission path is related to the number of network nodes passing, the load of each network node receiving the terminal information, the available bandwidth, whether it can be directly connected to the Internet, and reliability. Specifically, the shortest transmission path can be calculated. Different weight values can be set according to actual conditions. However, it should be noted that the number of network nodes that have passed above, the load of each network node that receives terminal information, the available bandwidth, whether it can be directly connected to the Internet, These factors are not used to limit the present invention. Other factors that need to be considered may be added according to actual conditions, and one or more factors may not be considered according to actual conditions.
  • the decision of the transmission path also needs to be periodically adjusted to cope with network disturbances or failures, including new network elements and link quality information updates.
  • new network nodes or transmission paths are added to the network layer, neighboring network nodes will immediately reevaluate their path decisions to ensure a valid path to the application layer.
  • the network node also performs a neighbor node update search every other time to find potential new paths and new neighboring network nodes.
  • the shortest transmission path does not refer to the shortest distance, but is based on the number of network nodes that pass, the load of each network node that receives terminal information, the available bandwidth, and whether it can be directly connected to the Internet. , the reliability and other factors determine the optimal transmission path.
  • the network section that passes through The shortest transmission path calculated by the number of points, the load of each network node receiving the terminal information, the available bandwidth, whether it can be directly connected to the Internet, reliability, etc., and the weight value calculation for these factors can quickly and effectively transmit the terminal information.
  • Step S105 Send the terminal information according to the transmission path to an application layer address pointed to by the data request information that is successfully paired with the terminal information.
  • the terminal information may be sent to an application layer address pointed to by the data request information that the terminal information is successfully paired.
  • the terminal information may be sent to an application layer address pointed to by the data request information that the terminal information is successfully paired.
  • the node recalculates the transmission path, and the calculation process is the same as in step S104.
  • the terminal information with the same data type is sent to the corresponding relationship according to the corresponding relationship.
  • the application layer address in the data request information is not limited to the terminal information of the same data type.
  • the network node may associate the successfully paired terminal information with the data request information, and the actually established correspondence relationship is only the correspondence between the data type and the application layer address, and if the terminal is received again.
  • the data type of the information is the same as the data type in the correspondence between the pre-established data type and the application layer address, and the terminal information may be sent to the application layer address in the data request information according to the correspondence relationship according to the correspondence.
  • the re-received terminal information can be paired with the data request information in the established correspondence, even if the current network node does not receive the data request information.
  • the terminal information may be sent to the application layer address of the data request information having the same data type according to the correspondence, thereby improving the efficiency of terminal information transmission.
  • a layer may be further established between the application layer and the network layer, which may be called a data request layer, and the data request layer is used to receive the application layer.
  • Data request information, and packet request information having the same data type in the received data request information is packaged and sent back to each network node of the network layer, so that the data request information sent by multiple addresses of the application layer can be packaged into one data request.
  • Information is transmitted to save network traffic.
  • the present invention performs pairing according to the received terminal information and the data request information by receiving the terminal information including the public label and the data request information sent by the application layer, if the terminal information and the data request information If the pairing is successful, the transmission path is calculated according to the network node address where the terminal information is currently located and the application layer address in the data request information; and the data request information is successfully sent according to the transmission path to the terminal information.
  • Application layer address Since the data request information sent by the application layer can be received in reverse, the data type of the terminal information and the data type of the data request information can be paired, so that the terminal information of the sensing layer can be transmitted according to the calculated transmission path, thereby avoiding the terminal.
  • the problem of network congestion, data loss, and transmission delay caused by the spread of information in all directions can provide a safe and reliable method of terminal data transmission.
  • FIG. 4 is a schematic flowchart of the method for addressing information of the Internet of Things terminal according to Embodiment 2 of the present invention. On the basis of Embodiment 1, the following steps are added.
  • Step S401 Perform pairing according to the received terminal information and the data request information.
  • Step S402 If the terminal information and the data request information are not successfully paired, the data request information having the same data type is packaged and sent to other network nodes.
  • the terminal information and the data request information are propagated from the application layer to the network node of the network layer.
  • the terminal information and the data request information select a preferred network node according to other network nodes connected to the current network node, the terminal information and the data request information are transmitted, so in some network nodes. It is possible that only the terminal information may be received, and the data request information may only be received. Even if the received terminal information and the data request information are received, the terminal information and the data request information having the same data type may not be the same. .
  • the terminal information and the data request information cannot be successfully paired, that is, the data type requested by the data request information sent by the application layer is not the data type carried by the terminal information received by the current network node. In this case, the terminal information and the data request information need to be sent to other network nodes.
  • the data request information is stored in a current network node, so as to receive the same as the data request information.
  • the transmission path is calculated according to the network node address where the terminal information is currently located and the application layer address in the data request information; The terminal information is addressed to an application layer address pointed to by the data request information that is successfully paired with the terminal information.
  • the terminal information and the data request information are not successfully paired, if the data request information is retained at the current network node, the other network nodes receive the The data request information has terminal information of the same data type, and the received terminal information cannot be paired, so the data request information must be sent to other network nodes, but the current network node may also receive and The data request information has terminal information of the same data type, so it is necessary to consider storing the data request information locally in the current network node before sending the data request information to other network nodes, so as to receive and After the data request information has the terminal information of the same data type, the terminal information having the same data type as the data request information is sent to the application layer address pointed by the data request information, thereby improving the efficiency of addressing the terminal information.
  • the data request information in the storage space of the network node may be backed up and deleted periodically. For example, you can set the data request information in the storage space to be deleted and deleted at regular intervals, or you can set the data request information in the storage space 7 days ago to be deleted. Specifically, it can be set according to the actual situation.
  • the terminal information is stored in a current network node, so as to receive the same data type as the terminal information.
  • the transmission path is calculated according to the current network node address and the application layer address in the data request information; and the terminal information is sent according to the transmission path to the data request information that is successfully paired with the terminal information.
  • Application layer address is calculated according to the current network node address and the application layer address in the data request information; and the terminal information is sent according to the transmission path to the data request information that is successfully paired with the terminal information.
  • the terminal information and the data request information are not successfully paired, if the terminal information is retained at the current network node, the other network nodes receive the terminal even if The information has the same data type data request information, and the received data request information cannot be paired, so the terminal information must be sent to other network nodes, but the current network node may also receive the terminal later.
  • the information has data request information of the same data type, so it is necessary to consider storing the terminal information locally in the current network node before sending the terminal information to other network nodes, so as to receive the terminal and the terminal.
  • the terminal information having the same data type as the data request information is sent to the application layer address pointed by the data request information, thereby improving the addressing effect of the terminal information. Rate.
  • the terminal information in the storage space of the network node may be backed up periodically. For example, it is possible to set the terminal information in the storage space to be deleted and deleted at regular intervals, or to delete the terminal information in the storage space 7 days ago. Specifically, it can be set according to the actual situation.
  • data request information having the same data type may be packaged and transmitted to other network nodes.
  • the data request information having the same data type includes not only the received data request information but also the data request information stored in the local backup, which can save network traffic.
  • Step S403 If the terminal information and the data request information are not successfully paired, send the terminal information to another network node.
  • Step S4031 If the public tag indicates the data type and the transmission direction of the terminal information, the terminal information is transmitted according to the data type and the transmission direction.
  • the terminal information includes a public label, where the public label includes at least a data type and a transmission direction, and if the transmission direction of the terminal information indicates a transmission direction, The data type and transmission are directed to the transmission of the terminal information.
  • the terminal information is transmitted to the nearest neighboring network node of the current network node, if the transmission The point indicates that the network node transmission with the best network performance is found, and then the network node with the best network performance among the other network nodes that the current network node can connect to is transmitted.
  • Different transfer pointers can be represented by different characters.
  • Step S4032 If the public tag does not indicate the data type and the transmission direction of the terminal information, the terminal information is transmitted to other network nodes.
  • the terminal information is transmitted to another adjacent network node. Just fine.
  • the sent information is sent to the previous network node of the current network node, so that the previous network node will send The terminal information is deleted;
  • the network node where the terminal information is located does not send the terminal information in the first predetermined time interval Sending unsent information to the previous network node that sends the terminal information to the current network node, so that the previous network node sends the terminal information to other network nodes, so that other network nodes send the terminal information to the application layer. ;
  • the current network node receives the unsent information of the next network node to which the terminal information is sent or does not receive the transmitted information or the unsent information sent by the next network node in the second predetermined time interval,
  • the terminal information is transmitted to other network nodes so that other network nodes send the terminal information to the application layer.
  • the transmitted information is sent to the previous network node; [0079] the terminal information is not sent out in the first predetermined time of the network node, and the network node is forwarded. Send unsent information;
  • the network node after receiving the unsent information sent by the next network node, the network node sends the terminal information to other network nodes;
  • the network node does not receive the sent or sent information sent by the next network node in the second predetermined time, and sends the terminal information to other network nodes.
  • a piece of terminal information is transmitted from the network node 1 to the current network node 2, the current network node 2 is ready to transmit the terminal information to the network node 3, and the terminal is present at the current network node 2.
  • the current network node 2 needs to send a message to the network node 1 that the terminal information has been sent out, and the network node 1 has received the terminal information by transmitting the terminal information.
  • the information is deleted after the information is deleted. If the network node 2 does not transmit the terminal information to other network nodes within the first predetermined time interval, the unsent information is transmitted to the network node 1.
  • the network node 3 does not send the terminal information to the network node 4 after receiving the terminal information, it needs to send an unsent information to the network node 2, and the network node 2 receives the After the information is not sent, the terminal information is sent to other network nodes. If the network node 2 does not receive the information transmitted by the network node 3 that the terminal information has been transmitted or not transmitted within the second predetermined time, the terminal information is transmitted to other network nodes.
  • the terminal information may be stored in the current network node, so as to receive the phase. After the data request information of the data type is matched, the terminal information storing the current network node and the data request information may be paired, thereby increasing the probability that the terminal information and the data request information are successfully paired. Data request information with the same data type can also be packaged and sent to save network traffic. It is further provided that after the terminal information is sent out, the terminal information is not sent out in a predetermined time, and the sent information is sent or not sent to the previous network node, so that the previous network node is configured according to the The information deletes the terminal information or the terminal information.
  • the size of the serial number of each step does not mean the order of execution sequence, and the execution order of each step should be determined by its function and internal logic, and should not be taken by the embodiment of the present invention.
  • the implementation process is not limited.
  • the division of the above embodiment is for convenience of description, and the above embodiments may be arbitrarily combined to form a new embodiment according to actual conditions, and a new embodiment in which any of the above embodiments are combined is also in this embodiment.
  • FIG. 5 is a data transmission diagram of an IoT terminal information addressing method according to Embodiment 3 of the present invention. For convenience of description, only parts related to the embodiment of the present invention are shown.
  • the process of data transmission is introduced by using FIG. 5 as an example, where 51 represents an application layer address that the application layer sends data request information, and may be represented by a convergence unit, where 52 represents a network node in the network layer. 53 denotes a terminal device of the sensing layer, and a broken line denotes a transmission process of possible data.
  • a solid line is taken as an example to illustrate a transmission process of a terminal information and a piece of data request information.
  • 521, 523 respectively represent one network node in the network layer
  • 522 represents a network node for pairing terminal information and data request information
  • 531 represents one of the terminal devices of the sensing layer.
  • FIG. 3 is only used as an example, and is not used to limit the present invention. It may be applied to different scenarios, and may also increase or decrease the number of devices in the application layer, the sensing layer network node, and the sensing layer terminal device.
  • the terminal device 531 determines the collected data information to be in the form of a data packet by the data generator, where the data packet includes a public label and a private label, wherein the public label includes the data type.
  • the terminal device sends the generated terminal information including the public label to the network node 523 of the network layer, and only shows the sending to the network node 523.
  • the network node may be configured to receive the specified multiple terminal devices.
  • the terminal information that is, each terminal device can only be sent to a specific network node, or each terminal device can be sent to at least one network node, and the specific device can be set according to actual conditions.
  • the network node 523 After receiving the terminal information received by the terminal device 531, the network node 523 first parses the public label, and does not need to parse the private label. Generally, the data information collected by the terminal device is stored in the private label, and the data type and the transmission point are stored in the public label. in. The network node 523 can compare the data type of the received data request information by parsing the received public information of the terminal information, and if there is no matching data request information, the terminal information is directed according to the transmission in the public label. The terminal information is transmitted to other network nodes, and the terminal information is transmitted to the network node 522 as shown.
  • the network node 523 stores the terminal information in the current network node and sends it again, so as to receive the information after the sending. After having the data request information of the same data type, the terminal information stored in the network node 523 is transmitted to the aggregation unit address of the data request information having the same data type as the terminal information.
  • One aggregation unit 51 in the application layer needs some type of information to perform big data analysis, and may send data request information, where the data request information includes the requested data type and the address of the aggregation unit, optionally, Other information may also be included depending on the actual situation, but will usually include the requested data type and the address of the aggregation unit.
  • the data type is used for pairing by the network node, and the address of the aggregation unit is used by the network node to send the successfully paired terminal information to the address of the convergence unit. As shown, the aggregation unit 51 transmits the data request information to the network node 521.
  • the network node 521 pairs the received data request information with the received terminal information, and if there is no successfully paired terminal information, sends the data request information to other network nodes.
  • the data request information is sent to the network node 522 as shown in the figure. It should be noted that, if the received data request information is not successfully paired at the network node 521, the network node 521 stores the data request information in the current network node and sends it again, so as to be received and sent after being sent out.
  • the data request information has terminal information of the same data type.
  • the network node 522 successfully pairs the received terminal information with the received data request information, calculates a transmission path according to the current address and the address of the convergence unit in the data request information, and uses the terminal according to the transmission path.
  • the information is sent to an application layer address in the data request information having the same data type as the terminal information.
  • the transmission path is not limited to the reverse path of the path in which the data request information is transmitted, for example: 522-521-51; it may also be all transmission paths from 522 to 51, and specifically according to the set transmission path policy Make a choice.
  • Embodiment 4 Referring to FIG. 6, FIG. 6 is a schematic block diagram of an apparatus for addressing information of an Internet of Things terminal according to Embodiment 4 of the present invention. For convenience of description, only parts related to the embodiment of the present invention are shown.
  • the IoT terminal information addressing device may be a software unit, a hardware unit or a combination of soft and hard units built in a terminal device such as a mobile phone, a tablet, a notebook, a computer, a wearable device, or the like, or may be independent.
  • a pendant is integrated into the terminal device.
  • the IoT terminal information addressing device includes:
  • the terminal information acquiring module 61 is configured to receive terminal information that is sent by the sensing layer, including a public label, where the public label includes a data type and a transmission direction.
  • the data request information obtaining module 62 is configured to receive data request information sent by the application layer, where the data request information includes an application layer address and a requested data type.
  • a pairing module 63 configured to perform pairing according to the received terminal information and data request information
  • the transmission path obtaining module 64 is configured to: if the terminal information is successfully paired with the data request information, calculate a transmission path according to the network node address where the terminal information is currently located and the application layer address in the data request information. ;
  • the first terminal information sending module 65 is configured to send the terminal information according to the transmission path to an application layer address pointed to by the data request information that is successfully paired with the terminal information.
  • the device further includes:
  • the data request information sending module 66 is configured to: when the terminal information and the data request information are not paired successfully, package and send the data request information having the same terminal information type to another network node.
  • the device further includes:
  • the second terminal information sending module 67 is further configured to: if the terminal information and the data request information are not paired successfully, select a sending direction according to the content of the public label of the terminal information.
  • the second terminal information sending module 67 is specifically configured to:
  • the terminal information is transmitted to other network nodes.
  • the first terminal information sending module 65 is further configured to: [0107] If the terminal information having the same data type is received again, the terminal information having the same data type is sent to the data request according to the corresponding relationship according to the correspondence between the successfully paired terminal information and the data request information. The application layer address in the message.
  • each functional module in the foregoing device 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, and the integrated module may be implemented in the form of hardware. , can also be implemented in the form of software functional units.
  • the specific names of the functional modules are only for the purpose of distinguishing from each other, and are not intended to limit the scope of protection of the present application.
  • FIG. 7 is a schematic block diagram of an apparatus for addressing information of an Internet of Things terminal according to Embodiment 5 of the present invention.
  • the IoT terminal information addressing device as shown may include: one or more processors 701 (only one shown in FIG. 7); one or more input devices 702 (only one shown in FIG. 7), One or more output devices 703 (only one shown in Figure 7) and memory 704.
  • the above processor 701, input device 702, output device 703, and memory 704 are connected by a bus 705.
  • the memory 704 is for storing instructions
  • the processor 701 is for executing instructions stored by the memory 704.
  • the processor executes the instruction to implement the functions of each module and unit of the object-to-network terminal information addressing device in the sixth embodiment, such as the terminal information acquiring module and the data request information acquiring module in FIG. , a pairing module, a transmission path obtaining module, and a first terminal information sending module.
  • the terminal information acquiring module is configured to receive terminal information that is sent by the sensing layer and includes a public label, where the public label includes a data type and a transmission direction.
  • the data request information acquiring module is configured to receive data request information sent by an application layer, where the data request information includes an application layer address and a requested data type;
  • the pairing module is configured to perform pairing according to the received terminal information and data request information
  • the transmission path obtaining module is configured to: if the terminal information is successfully paired with the data request information, apply the layer layer according to the network node address where the terminal information is currently located and the data request information Address calculation transmission path;
  • the first terminal information sending module is configured to send the terminal information according to the transmission path to an application layer address pointed to by the data request information that is successfully paired with the terminal information.
  • the memory 704 is configured to store software programs, modules, units, and data information required in the terminal information addressing device, and the processor 701 runs the software programs, modules, and units stored in the memory 704. Thereby performing various functional applications and data processing, providing a safe and reliable terminal data transmission method.
  • the so-called processor 701 may be a central processing unit (CPU), and the processor may also be other general-purpose processors, digital signal processors (Digital Signal Processor) , DSP), Application Specific Integrated Circuit (ASIC), Field-Programmable Gate Array (FPGA) or other programmable logic device, discrete gate or transistor logic device, discrete hardware component, etc.
  • the general purpose processor may be a microprocessor or the processor or any conventional processor or the like.
  • the input device 702 may include a touch panel, a fingerprint collection sensor (for collecting fingerprint information of the user and direction information of the fingerprint), a microphone, a data collection device, a data receiving device, and the like, and the output device 703 may include a display (LCD, etc.) ), speakers, data transmitters, etc.
  • a fingerprint collection sensor for collecting fingerprint information of the user and direction information of the fingerprint
  • a microphone for collecting fingerprint information of the user and direction information of the fingerprint
  • the output device 703 may include a display (LCD, etc.) ), speakers, data transmitters, etc.
  • the memory 704 can include read only memory and random access memory and provides instructions and data to the processor 701.
  • a portion of memory 704 may also include non-volatile random access memory.
  • the memory 704 can also store information of the device type.
  • the unit described as a separate component may or may not be physically distributed, and the component displayed as a unit may or may not be a physical unit, that is, may be located in one place, or may be distributed to multiple On the network unit. Some or all of the units may be selected according to actual needs to achieve the purpose of the solution of the embodiment.
  • each functional module 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.
  • the integrated unit if implemented in the form of a software functional unit and sold or used as a standalone product, may be stored in a computer readable storage medium.
  • the medium includes a plurality of instructions for causing a computer device (which may be a personal computer, a server, or a network device, etc.) or a processor to perform all or part of the steps of the methods of the various embodiments of the embodiments of the present invention.
  • the foregoing storage medium includes: a U disk, a mobile hard disk, a read-only memory (R 0M, Read-Only Memory), a random access memory (RAM), a magnetic disk or an optical disk, and the like, which can store program codes. medium.

Abstract

An Internet of things terminal information addressing method and device, the method comprising: receiving terminal information which comprises a public label and which is issued by a perceptual layer and data request information issued by an application layer; pairing according to the received terminal information and data request information; if the terminal information and data request information are paired successfully, calculating a transmission path according to the address of the network node where the terminal information is currently located and an application layer address in the data request information; and sending the terminal information to the application layer address pointed to by the data request information that is paired successfully with the terminal information according to the transmission path. Since the terminal information and the data request information may be paired according to the data types thereof, the terminal information of the perceptual layer may be transmitted according to the calculated transmission path, which may avoid the problems of network congestion, data packet loss and transmission delay caused by the transmission of terminal information in all directions, and may provide a secure and reliable terminal data addressing means.

Description

发明名称:一种物联网终端信息寻址方法及装置 技术领域  Title of Invention: Method and Device for Addressing Information of Internet of Things Terminals
[0001] 本发明属于物联网技术领域, 尤其涉及一种物联网终端信息寻址方法及装置。  [0001] The present invention belongs to the technical field of Internet of Things, and in particular, to a method and device for addressing information of an Internet of Things terminal.
背景技术  Background technique
[0002] 互联网实现了全世界人和人之间的沟通连接, 而物联网则使得全世界万物之间 以及万物和人之间都得到沟通连接。 现有的物联网包括三层架构: 感知层、 网 络层和应用层。 感知层主要是物联网边缘的海量终端设备, 网络层主要是提供 传统互联网的数据传输及网关功能, 应用层主要提供数据分析、 控制以及物联 网人机接口。  [0002] The Internet has realized the communication connection between people and people all over the world, and the Internet of Things has made communication connections between everything in the world and between everything and people. The existing Internet of Things includes a three-tier architecture: the awareness layer, the network layer, and the application layer. The sensing layer is mainly a mass terminal device at the edge of the Internet of Things. The network layer mainly provides data transmission and gateway functions of the traditional Internet. The application layer mainly provides data analysis, control, and human-machine interface of the Internet of Things.
[0003] 现有的感知层终端数据向应用层传递的方式为"发布 /订阅"模式, 由于终端数据 采用非常简洁的"啁啾"信息的形式, 所以单个终端数据很小, 感知层将非常小的 终端数据传递到网络层的某个转发节点, 网络层的转发节点再向四周的转发节 点传输, 直到传输到应用层, 由应用层决定是否接收该终端数据。  [0003] The existing mode of transmitting the sensing layer terminal data to the application layer is a "publish/subscribe" mode. Since the terminal data adopts a very simple form of "啁啾" information, the data of a single terminal is small, and the sensing layer will be very The small terminal data is transmitted to a forwarding node of the network layer, and the forwarding node of the network layer transmits to the surrounding forwarding node until the transmission to the application layer, and the application layer determines whether to receive the terminal data.
[0004] 但是, 这种方式存在一个弊端: 虽然物联网的终端数据比较小, 但是面对海量 的终端设备产生的终端数据在网络层传输, 并且这些传输并无唯一的方向性, 在网络层传输的数据量依然是非常庞大的, 有可能会对网络层造成网络阻塞, 造成数据丢包、 传输延迟等问题。  [0004] However, this method has a drawback: Although the terminal data of the Internet of Things is relatively small, terminal data generated by a large number of terminal devices is transmitted at the network layer, and these transmissions have no unique directivity at the network layer. The amount of data transmitted is still very large, which may cause network congestion at the network layer, causing data packet loss and transmission delay.
技术问题  technical problem
[0005] 鉴于此, 本发明提供一种物联网终端信息寻址方法及装置, 可以提供一种安全 In view of this, the present invention provides an Internet of Things terminal information addressing method and apparatus, which can provide a security
、 可靠的终端数据传输方式。 , reliable terminal data transmission.
问题的解决方案  Problem solution
技术解决方案  Technical solution
[0006] 本发明的第一方面, 提供一种物联网终端信息寻址方法, 所述方法包括: [0007] 接收感知层发出的包括公共标签的终端信息, 所述公共标签包括数据类型和传 输指向;  [0006] A first aspect of the present invention provides a method for addressing an Internet of Things terminal information, the method comprising: [0007] receiving terminal information, including a public label, sent by a sensing layer, where the public label includes a data type and a transmission direction;
[0008] 接收应用层发出的数据请求信息, 所述数据请求信息包括应用层地址和请求的 数据类型; Receiving data request information sent by an application layer, where the data request information includes an application layer address and a request type of data;
[0009] 根据接收到的终端信息和数据请求信息进行配对;  [0009] pairing according to the received terminal information and data request information;
[0010] 若所述终端信息与所述数据请求信息配对成功, 则根据所述终端信息当前所在 的网络节点地址与所述数据请求信息中应用层地址计算传输路径;  [0010] if the terminal information is successfully paired with the data request information, the transmission path is calculated according to the network node address where the terminal information is currently located and the application layer address in the data request information;
[0011] 根据所述传输路径发送所述终端信息至与所述终端信息配对成功的数据请求信 息指向的应用层地址。 [0011] transmitting, according to the transmission path, the terminal information to an application layer address pointed to by the data request information that is successfully paired with the terminal information.
[0012] 本发明的第二方面, 提供一种物联网终端信息寻址的装置, 所述装置包括: [0013] 终端信息获取模块, 用于接收感知层发出的包括公共标签的终端信息, 所述公 共标签包括数据类型和传输指向;  [0012] A second aspect of the present invention provides an apparatus for addressing information of an Internet of Things terminal, where the apparatus includes: [0013] a terminal information acquiring module, configured to receive terminal information including a public label sent by a sensing layer, where The public tag includes the data type and the transmission direction;
[0014] 数据请求信息获取模块, 用于接收应用层发出的数据请求信息, 所述数据请求 信息包括应用层地址和请求的数据类型; [0014] a data request information acquiring module, configured to receive data request information sent by an application layer, where the data request information includes an application layer address and a requested data type;
[0015] 配对模块, 用于根据接收到的终端信息和数据请求信息进行配对; [0015] a pairing module, configured to perform pairing according to the received terminal information and data request information;
[0016] 传输路径获得模块, 用于若所述终端信息与所述数据请求信息配对成功, 则根 据所述终端信息当前所在的网络节点地址与所述数据请求信息中应用层地址计 算传输路径; [0016] a transmission path obtaining module, configured to: if the terminal information is successfully paired with the data request information, calculate a transmission path according to a network node address where the terminal information is currently located and an application layer address in the data request information;
[0017] 第一终端信息发送模块, 用于根据所述传输路径发送所述终端信息至与所述终 端信息配对成功的数据请求信息指向的应用层地址。  [0017] The first terminal information sending module is configured to send, according to the transmission path, the terminal information to an application layer address pointed to by the data request information that is successfully paired with the terminal information.
[0018] 本发明的第三方面, 提供一种物联网终端信息寻址装置, 所述装置包括: [0019] 存储器、 处理器及存储在存储器上并可在处理器上运行的计算机程序, 所述处 理器执行所述计算机程序吋实现本发明实施例第一方面提供的所述方法的步骤 [0018] A third aspect of the present invention provides an Internet of Things terminal information addressing apparatus, the apparatus comprising: [0019] a memory, a processor, and a computer program stored on the memory and operable on the processor, The processor executes the computer program to implement the steps of the method provided by the first aspect of the embodiments of the present invention
[0020] 本发明的第四方面, 提供一种计算机存储介质, 所述计算机存储介质可以是非 易失性的, 所述计算机存储介质上存储有计算机程序, 所述计算机程序在被一 个或多个处理器读取并执行吋可实现上述第一方面提供的所述方法。 [0020] According to a fourth aspect of the present invention, a computer storage medium may be provided, wherein the computer storage medium may be non-volatile, and the computer storage medium stores a computer program, wherein the computer program is in one or more The method of the first aspect described above can be implemented by the processor reading and executing.
发明的有益效果  Advantageous effects of the invention
有益效果  Beneficial effect
[0021] 本发明通过接收感知层发出的包括公共标签的终端信息和应用层发出的数据请 求信息, 根据接收到的终端信息和数据请求信息进行配对, 若所述终端信息与 所述数据请求信息配对成功, 则根据所述终端信息当前所在网络节点地址与所 述数据请求信息中应用层地址计算传输路径; 根据所述传输路径发送所述终端 信息至所述终端信息配对成功的数据请求信息指向的应用层地址。 由于可以反 向接收应用层发出的数据请求信息, 可以根据终端信息的数据类型和数据请求 信息的数据类型进行配对, 这样就可以将感知层的终端信息按照计算的传输路 径进行传输, 避免了终端信息四面八方的传播造成的网络阻塞、 数据丢包、 传 输延迟的问题。 进而能够提供一种安全、 可靠的终端数据传输方式。 [0021] The present invention performs the pairing according to the received terminal information and the data request information by receiving the terminal information including the public label and the data request information sent by the application layer, if the terminal information is If the data request information is successfully paired, the transmission path is calculated according to the network node address where the terminal information is currently located and the application layer address in the data request information; and the terminal information is successfully sent according to the transmission path to the terminal information. The application layer address pointed to by the data request information. Since the data request information sent by the application layer can be received in reverse, the data type of the terminal information and the data type of the data request information can be paired, so that the terminal information of the sensing layer can be transmitted according to the calculated transmission path, thereby avoiding the terminal. The problem of network congestion, data loss, and transmission delay caused by the spread of information in all directions. Furthermore, it is possible to provide a secure and reliable terminal data transmission method.
对附图的简要说明  Brief description of the drawing
附图说明  DRAWINGS
[0022] 为了更清楚地说明本发明实施例中的技术方案, 下面将对实施例或现有技术描 述中所需要使用的附图作简单地介绍, 显而易见地, 下面描述中的附图仅仅是 本发明的一些实施例, 对于本领域普通技术人员来讲, 在不付出创造性劳动性 的前提下, 还可以根据这些附图获得其他的附图。  [0022] In order to more clearly illustrate the technical solutions in the embodiments of the present invention, the drawings used in the embodiments or the prior art description will be briefly described below. Obviously, the drawings in the following description are merely Some embodiments of the present invention may also be used to obtain other drawings based on these drawings without departing from the skilled artisan.
[0023] 图 1是本发明第一实施例提供的物联网终端信息寻址方法的示意流程图;  1 is a schematic flow chart of an apparatus for addressing information of an Internet of Things terminal according to a first embodiment of the present invention;
[0024] 图 2是本发明第一实施例中的现有的物联网架构图;  2 is a diagram showing a conventional Internet of Things architecture in a first embodiment of the present invention;
[0025] 图 3是本发明第一实施例中终端信息数据结构图;  3 is a structural diagram of terminal information data in the first embodiment of the present invention;
[0026] 图 4是本发明第二实施例提供的物联网终端信息寻址方法的示意流程图;  4 is a schematic flowchart of a method for addressing information of an Internet of Things terminal according to a second embodiment of the present invention;
[0027] 图 5是本发明第三实施例提供的物联网终端信息寻址方法的数据传输图; 5 is a data transmission diagram of an IoT terminal information addressing method according to a third embodiment of the present invention;
[0028] 图 6是本发明第六实施例提供的物联网终端信息寻址装置的示意框图; 6 is a schematic block diagram of an apparatus for addressing information of an Internet of Things terminal according to a sixth embodiment of the present invention;
[0029] 图 7是本发明第七实施例提供的物联网终端信息寻址装置的示意框图。 7 is a schematic block diagram of an apparatus for addressing information of an Internet of Things terminal according to a seventh embodiment of the present invention.
本发明的实施方式 Embodiments of the invention
[0030] 下面将结合本发明实施例中的附图, 对本发明实施例中的技术方案进行清楚、 完整地描述, 显然, 所描述的实施例是本发明一部分实施例, 而不是全部的实 施例。 基于本发明中的实施例, 本领域普通技术人员在没有做出创造性劳动前 提下所获得的所有其他实施例, 都属于本发明保护的范围。  [0030] The technical solutions in the embodiments of the present invention will be clearly and completely described in the following with reference to the accompanying drawings in the embodiments of the present invention. It is obvious that the described embodiments are a part of the embodiments of the present invention, but not all embodiments. . All other embodiments obtained by a person of ordinary skill in the art based on the embodiments of the present invention without departing from the inventive work are all within the scope of the present invention.
[0031] 实施例一: 参见图 1, 图 1是本发明实施例一提供的物联网终端信息寻址方法的 示意流程图, 如图所示该方法可以包括以下步骤: [0032] 首先, 通过图 2说明本发明实施例应用的物联网架构, 物联网架构分为三层, 自下而上分别为: 感知层、 网络层、 应用层。 所述感知层是物联网的核心, 是 信息采集的关键部分。 感知层包括了海量的终端设备, 例如二维码标签和识读 器、 RFID标签和读写器、 摄像头、 GPS、 传感器等, 主要功能是识别物体、 采 集信息。 所述网络层通过各种移动通信网与互联网的融合, 将采集的信息实吋 准确地传递出去。 网络层可以看作是由很多个网络节点组成, 终端设备采集的 信息在网络层通过网络节点转发、 传输至应用层。 应用层提供数据分析、 控制 以及物联网人机接口。 [0031] Embodiment 1 Referring to FIG. 1 , FIG. 1 is a schematic flowchart of a method for addressing information of an Internet of Things terminal according to Embodiment 1 of the present invention. The method may include the following steps: [0032] First, the Internet of Things architecture applied in the embodiment of the present invention is illustrated by using FIG. 2, and the Internet of Things architecture is divided into three layers, and the bottom-up is: the sensing layer, the network layer, and the application layer. The sensing layer is the core of the Internet of Things and is a key part of information collection. The sensing layer includes a large number of terminal devices, such as QR code tags and readers, RFID tags and readers, cameras, GPS, sensors, etc. The main function is to identify objects and collect information. The network layer transmits the collected information accurately and accurately through the integration of various mobile communication networks and the Internet. The network layer can be regarded as composed of a plurality of network nodes, and the information collected by the terminal device is forwarded and transmitted to the application layer through the network node at the network layer. The application layer provides data analysis, control, and the Internet of Things human-machine interface.
[0033] 以网络层的其中一个网络节点为例, 说明物联网架构中终端信息的寻址方法。  [0033] Taking one of the network nodes of the network layer as an example, an addressing method of terminal information in the Internet of Things architecture is illustrated.
[0034] 步骤 S101, 接收感知层发出的包括公共标签的终端信息, 所述公共标签包括数 据类型和传输指向。 [0034] Step S101: Receive terminal information, including a public label, sent by the sensing layer, where the public label includes a data type and a transmission direction.
[0035] 在本发明实施例中, 感知层的终端设备采集的数据会以终端信息的形式发送至 网络层的网络节点, 所述终端信息至少包括公共标签。 公共标签至少包括数据 类型和传输指向。 图 3是一个终端信息的数据包格式, 以图 3为例, 公共标签包 括了终端设备采集的数据类型和传输指向, 还可以包括采集数据的终端 ID和信 号频率, 但是终端 ID和信号频率可以设置为空, 还可以预留用以存储其它字段 。 私有标签包括了终端设备采集的具体数据和帧校验。 还预留了字节用于以后 扩展。 需要说明的是, 图 3仅仅是用来作为一个举例, 并不用于限制本发明, 只 要包括了公共标签, 并且公共标签包括了数据类型和传输指向都在本发明的保 护范围内。 在实际应用中, 还可以根据数据类型和传输指向结合其它字段演变 出不同的数据包格式。 需要说明的是, 所述传输指向也可以设置为空。  [0035] In the embodiment of the present invention, the data collected by the terminal device of the sensing layer is sent to the network node of the network layer in the form of terminal information, and the terminal information includes at least a public label. The public tag includes at least the data type and the transfer direction. 3 is a packet format of terminal information. Taking FIG. 3 as an example, the public tag includes the data type and transmission direction collected by the terminal device, and may also include the terminal ID and signal frequency of the collected data, but the terminal ID and the signal frequency may be Set to empty, you can also reserve to store other fields. The private label includes the specific data and frame check collected by the terminal device. Bytes are also reserved for future expansion. It should be noted that FIG. 3 is only used as an example, and is not intended to limit the present invention, as long as the public tag is included, and the common tag includes both the data type and the transmission direction within the protection scope of the present invention. In practical applications, different packet formats can be evolved based on data types and transport pointers in combination with other fields. It should be noted that the transmission pointer may also be set to be empty.
[0036] 所述数据类型是指终端设备采集的数据是哪一类数据。 例如, 湿度和温度属于 不同的数据类型, 可以分别为湿度和温度设置不同的字符表示。 所述传输指向 是指传输的方向, 可以表示指向最终的应用层地址, 也可以表示数据在网络层 的网络节点中传输吋的方向, 例如, 通过不同的字符分别表示寻找最近的网络 节点传输、 寻找网络性能最佳的网络节点传输等, 具体可以根据实际的情况设 置。 实际应用中, 由于是面向接收者的传输机制, 还可以将传输指向设置为空 , 网络节点将终端信息传输至应用层, 由应用层决定是否接收该终端信息。 [0037] 需要说明的是, 接收感知层发出的包括公共标签的终端信息表示接收到的终端 信息最初是由感知层发出的, 中间可能经过了其它网络节点, 也可能就是直接 接收的感知层终端设备发出的终端信息。 [0036] The data type refers to which type of data the data collected by the terminal device is. For example, humidity and temperature are different data types, and different character representations can be set for humidity and temperature, respectively. The transmission direction refers to a direction of transmission, which may indicate a direction to a final application layer address, and may also indicate a direction in which data is transmitted in a network node of the network layer. For example, different characters respectively indicate that the network node transmission is searched for, Find the network node transmission with the best network performance, etc., which can be set according to the actual situation. In practical applications, because it is a transmission mechanism for the receiver, the transmission pointer can also be set to null, and the network node transmits the terminal information to the application layer, and the application layer determines whether to receive the terminal information. [0037] It should be noted that the terminal information including the public label sent by the receiving sensing layer indicates that the received terminal information is originally sent by the sensing layer, and may pass through other network nodes, or may be directly received sensing layer terminals. Terminal information sent by the device.
[0038] 步骤 S102, 接收应用层发出的数据请求信息, 所述数据请求信息包括应用层地 址和请求的数据类型。  [0038] Step S102: Receive data request information sent by an application layer, where the data request information includes an application layer address and a requested data type.
[0039] 在本发明实施例中, 应用层当需要某种数据吋, 不仅仅可以被动的接收终端信 息, 然后通过分析接收的终端信息选择是否是自己需要的, 若是需要的, 提取 其中的数据, 若不需要则丢弃。 应用层还可以根据自己的需要发出数据请求信 息, 所述数据请求信息包括应用层地址和请求的数据类型, 数据请求信息的数 据包格式比终端信息的数据包格式更简单。 仅仅包括了数据类型和自己本身的 地址。 需要说明的是, 本发明实施例中举例的数据请求信息是为了简化数据包 格式以及节省网络流量提出的只包含数据类型和自己本身的地址的数据包格式 。 还可以在这个基础上进行演变, 例如包含了数据类型和自己本身地址的数据 请求信息都在本发明的保护范围内。 所述数据类型与终端信息相对应, 可以是 温度、 湿度等。 与终端信息对应的温度用相同的字符, 湿度用相同的字符。 相 对于海量的终端设备发出的终端信息, 并且终端信可能是以较高的频率在发出 , 当面对海量的终端设备产生的海量的终端信息或者以高频率产生的海量的终 端信息四面八方无方向的传播吋, 有可能会造成网络阻塞。 但是由于应用层相 对于海量的终端设备数量是非常少的, 所以当应用层需要某种数据吋可以发出 一个数据请求信息。 作为网络层的一个网络节点, 有可能接收到感知层发出的 包括公共标签的终端信息, 也有可能接收应用层发出的数据请求信息。  [0039] In the embodiment of the present invention, when the application layer needs some data, it can not only passively receive the terminal information, but also analyze whether the received terminal information is required by itself, and if necessary, extract the data therein. , discard if not needed. The application layer may also send data request information according to its own needs, the data request information includes an application layer address and a requested data type, and the data packet format of the data request information is simpler than the data packet format of the terminal information. It only includes the data type and its own address. It should be noted that the data request information exemplified in the embodiment of the present invention is a data packet format that only needs to include a data type and an address of its own in order to simplify the data packet format and save network traffic. It is also possible to evolve on this basis, for example, data request information including a data type and its own address is within the scope of the present invention. The data type corresponds to the terminal information, and may be temperature, humidity, or the like. The temperature corresponding to the terminal information uses the same character, and the humidity uses the same character. Relative to the terminal information sent by a large number of terminal devices, and the terminal information may be sent at a higher frequency, when a large amount of terminal information generated by a large number of terminal devices or a large amount of terminal information generated at a high frequency has no direction in all directions. The spread of the network may cause network congestion. However, since the application layer is very small in terms of a large number of terminal devices, when the application layer needs some kind of data, it can issue a data request message. As a network node of the network layer, it is possible to receive the terminal information including the public label sent by the sensing layer, and it is also possible to receive the data request information sent by the application layer.
[0040] 需要说明的是, 接收应用层发出的数据请求信息表示接收到的数据请求信息最 初是由应用层发出的, 中间可能经过了其它网络节点, 也可能就是直接接收的 应用层发出的数据请求信息。  [0040] It should be noted that the data request information sent by the receiving application layer indicates that the received data request information is originally sent by the application layer, may pass through other network nodes, or may be directly sent by the application layer. Request information.
[0041] 步骤 S103, 根据接收到的终端信息和数据请求信息进行配对。  [0041] Step S103: Perform pairing according to the received terminal information and the data request information.
[0042] 在本发明实施例中, 根据接收到的终端信息和数据请求信息进行配对是指根据 接收到的终端信息和数据请求信息中的数据类型进行配对。 网络层分布着很多 网络节点, 网络节点用于转发、 传输终端信息, 每一条终端信息从感知层的终 端设备到应用层可能仅仅经过一个网络节点, 也可能会经过很多个网络节点。 网络节点既有接收又有发送信息的功能, 但是感知层的终端设备有些具备接收 信息的功能有些并无接收信息的功能, 所以应用层发出的数据请求信息会在网 络层传输, 并不一定传输到感知层的终端设备。 同吋网络层的每个网络节点都 可能会接收到多个终端信息, 也可能会接收到多个数据请求信息。 所以根据接 收到的终端信息和数据请求信息进行配对的工作会在网络层的网络节点完成。 [0042] In the embodiment of the present invention, pairing according to the received terminal information and the data request information refers to pairing according to the received terminal information and the data type in the data request information. There are many network nodes distributed in the network layer. The network nodes are used to forward and transmit terminal information. Each terminal information is sent from the end of the sensing layer. The end device to the application layer may pass through only one network node or may pass through many network nodes. The network node has the functions of receiving and sending information. However, some terminal devices of the sensing layer have the function of receiving information, and some have no function of receiving information. Therefore, the data request information sent by the application layer is transmitted at the network layer, and is not necessarily transmitted. The terminal device to the sensing layer. Each network node in the peer network layer may receive multiple terminal information and may receive multiple data request information. Therefore, the work of pairing according to the received terminal information and data request information is completed at the network node of the network layer.
[0043] 具体的, 网络层的网络节点接收到的终端信息有两个, 数据类型分别是: 温度 、 湿度, 接收到的数据请求信息有三个, 请求的数据类型分别是: 压力、 温度 、 水位。 网络节点只需要分析终端信息的公共标签中的数据类型和分析数据请 求信息中的数据类型。 发现接收到的终端信息中数据类型为温度的终端信息与 接收到的数据请求信息中数据类型为温度的数据请求信息能够配对成功, 就说 明它们具有相同的数据类型。 若是终端信息的公共标签中的数据类型和数据请 求信息中的数据类型一致, 则表示接收到的终端信息是应用层发出的数据请求 信息中请求的数据, 无需分析终端信息中的私有标签中的具体数据内容。  [0043] Specifically, the network node received by the network layer has two terminal information, and the data types are: temperature, humidity, and received data request information. The requested data types are: pressure, temperature, and water level. . The network node only needs to analyze the data type in the public tag of the terminal information and the data type in the analysis data request information. It is found that the terminal information of the received terminal information in which the data type is temperature and the data request information whose data type is temperature in the received data request information can be paired successfully, indicating that they have the same data type. If the data type in the public label of the terminal information is consistent with the data type in the data request information, it indicates that the received terminal information is data requested in the data request information sent by the application layer, and does not need to analyze the private label in the terminal information. Specific data content.
[0044] 步骤 S104, 若所述终端信息与所述数据请求信息配对成功, 则根据所述终端信 息当前所在的网络节点地址与所述数据请求信息中应用层地址计算传输路径。  [0044] Step S104: If the terminal information is successfully paired with the data request information, calculate a transmission path according to the network node address where the terminal information is currently located and the application layer address in the data request information.
[0045] 在本发明实施例中, 若所述终端信息与所述数据请求信息配对成功, 则表明网 络节点接收到的数据请求信息请求的数据是配对成功的终端信息。 则需要分析 数据请求信息中的应用层的地址。 可以根据所述终端信息当前所在的网络节点 地址与所述数据请求信息中应用层地址计算传输路径。 实际在网络层分布着很 多网络节点, 在所述终端信息当前所在的网络节点地址与所述数据请求信息中 应用层地址之间可能也存在很多个传输路径, 实际上传输路径并不是唯一的。 网络节点会与相连的其它网络节点进行信息交互, 每个转发节点都会建立自己 的邻域表, 形成逻辑网络树, 这些信息相互共享, 从而允许网络节点独立决策 , 合理选择到达应用层地址的有效路径。  [0045] In the embodiment of the present invention, if the terminal information is successfully paired with the data request information, it indicates that the data requested by the data request information received by the network node is successfully paired terminal information. Then you need to analyze the address of the application layer in the data request information. The transmission path may be calculated according to the network node address where the terminal information is currently located and the application layer address in the data request information. Actually, a large number of network nodes are distributed in the network layer. There may be a plurality of transmission paths between the network node address where the terminal information is currently located and the application layer address in the data request information. Actually, the transmission path is not unique. The network node will exchange information with other connected network nodes. Each forwarding node will establish its own neighborhood table to form a logical network tree. These information are shared with each other, thus allowing the network node to make independent decisions and reasonably selecting the effective address to reach the application layer. path.
[0046] 作为一个优选的实施例, 根据所述终端信息当前所在的网络节点地址与所述数 据请求信息中应用层地址计算传输路径包括: 根据所述终端信息当前所在的网 络节点地址与所述数据请求信息中应用层地址计算最短传输路径。 [0047] 在本发明实施例中, 最短传输路径是指在一个赋权图的两个节点之间找出一条 具有最小权的路径, 也就是说从所述终端信息当前所在的网络节点地址出发, 沿网络层的网络节点到达应用层地址所经过的路径中, 每经过一个网络节点计 算一次权值, 直到到达应用层地址所有权值之和最小的一条路径就是最短传输 路径。 所述权重与接收所述终端信息的网络节点的负载、 可用带宽等有关。 具 体是选择更可靠但相对网络节点较多的路径还是选择更直接但是负载更大的传 输路径, 需要通过权重进行平衡。 换言之, 例如, 相比高峰吋段的交通状况, 是选择拥挤不堪的高速公路, 还是选择城市街道绕行更有效可以通过设置权值 来进行选择。 [0046] As a preferred embodiment, calculating the transmission path according to the network node address where the terminal information is currently located and the application layer address in the data request information, including: according to the network node address where the terminal information is currently located, The application layer address in the data request information calculates the shortest transmission path. [0047] In the embodiment of the present invention, the shortest transmission path refers to finding a path with the smallest right between two nodes of an weight map, that is, starting from the network node address where the terminal information is currently located. Along the path through which the network node of the network layer reaches the application layer address, each time a network node calculates a weight, until the path to which the sum of the application layer address ownership values is the smallest is the shortest transmission path. The weight is related to a load, an available bandwidth, and the like of a network node that receives the terminal information. Specifically, it is more reliable to choose a path that is more reliable than a network node or a more direct but load-bearing transmission path that needs to be balanced by weights. In other words, for example, whether the traffic conditions in the peak section are selected to be crowded highways or whether the city street bypass is more effective can be selected by setting weights.
[0048] 在计算传输路径过程中, 还需考虑转发节点是否能够直接与互联网直接相连, 从而可以依靠 IP连接到应用层的地址提供一条最佳路径, 但是实际中, 有很多网 络节点并不能找到与互联网的直连路径, 只能通过其它网络节点转发, 所以权 重还与接收所述终端信息的网络节点是否能够与互联网直接相连有关。  [0048] In the process of calculating the transmission path, it is also necessary to consider whether the forwarding node can directly connect directly with the Internet, so that an IP path can be used to provide an optimal path to the address of the application layer, but in practice, many network nodes cannot be found. The direct connection path with the Internet can only be forwarded through other network nodes, so the weight is also related to whether the network node receiving the terminal information can directly connect to the Internet.
[0049] 综上所述, 最短传输路径与经过的网络节点数量、 每个接收终端信息的网络节 点的负载、 可用带宽、 是否能够与互联网直接连接、 可靠性有关。 具体计算最 短传输路径吋可以根据实际情况设置不同的权重值, 但需要说明的是, 以上经 过的网络节点数量、 每个接收终端信息的网络节点的负载、 可用带宽、 是否能 够与互联网直接连接、 可靠性这些因素并不用于限制本发明, 还可以根据实际 情况再增加其它需要考虑的因素, 也可以根据实际情况并不考虑其中的某个或 多个因素。  [0049] In summary, the shortest transmission path is related to the number of network nodes passing, the load of each network node receiving the terminal information, the available bandwidth, whether it can be directly connected to the Internet, and reliability. Specifically, the shortest transmission path can be calculated. Different weight values can be set according to actual conditions. However, it should be noted that the number of network nodes that have passed above, the load of each network node that receives terminal information, the available bandwidth, whether it can be directly connected to the Internet, These factors are not used to limit the present invention. Other factors that need to be considered may be added according to actual conditions, and one or more factors may not be considered according to actual conditions.
[0050] 传输路径的决策还需要进行周期性的调整, 以应对网络扰动或者故障, 还包括 新增的网络元件以及链路质量信息更新等。 一旦新的网络节点或传输路径加入 到网络层中, 相邻网络节点将立即重新评估它们的路径决策, 从而确保到达应 用层的有效路径。 网络节点也会每隔一段吋间执行一次邻域节点更新搜索, 用 于寻找潜在的新路径以及新的相邻网络节点。  [0050] The decision of the transmission path also needs to be periodically adjusted to cope with network disturbances or failures, including new network elements and link quality information updates. Once new network nodes or transmission paths are added to the network layer, neighboring network nodes will immediately reevaluate their path decisions to ensure a valid path to the application layer. The network node also performs a neighbor node update search every other time to find potential new paths and new neighboring network nodes.
[0051] 在本发明实施例中, 所述最短传输路径并非指最短的距离, 而是根据经过的网 络节点数量、 每个接收终端信息的网络节点的负载、 可用带宽、 是否能够与互 联网直接连接、 可靠性等因素确定的最优的传输路径。 通过考虑经过的网络节 点数量、 每个接收终端信息的网络节点的负载、 可用带宽、 是否能够与互联网 直接连接、 可靠性等因素并为这些因素设置权重值计算的最短传输路径可以快 速有效的将所述终端信息发送至与所述终端信息配对成功的数据请求信息对应 的应用层地址。 [0051] In the embodiment of the present invention, the shortest transmission path does not refer to the shortest distance, but is based on the number of network nodes that pass, the load of each network node that receives terminal information, the available bandwidth, and whether it can be directly connected to the Internet. , the reliability and other factors determine the optimal transmission path. By considering the network section that passes through The shortest transmission path calculated by the number of points, the load of each network node receiving the terminal information, the available bandwidth, whether it can be directly connected to the Internet, reliability, etc., and the weight value calculation for these factors can quickly and effectively transmit the terminal information. An application layer address corresponding to the data request information successfully paired with the terminal information.
[0052] 步骤 S105, 根据所述传输路径发送所述终端信息至与所述终端信息配对成功的 数据请求信息指向的应用层地址。  [0052] Step S105: Send the terminal information according to the transmission path to an application layer address pointed to by the data request information that is successfully paired with the terminal information.
[0053] 在本发明实施例中, 在计算好传输路径后就可以发送所述终端信息至所述终端 信息配对成功的数据请求信息指向的应用层地址。 但是, 在实际传输过程中, 有可能会出现在传输路径上的某个转发节点失效、 或者发生重大的传输速率的 变化, 这吋就需要考虑备选路径或者根据所述终端信息当前所在的网络节点重 新计算传输路径, 计算的过程与步骤 S104中的一样。  In the embodiment of the present invention, after the transmission path is calculated, the terminal information may be sent to an application layer address pointed to by the data request information that the terminal information is successfully paired. However, in the actual transmission process, there may be a failure of a forwarding node on the transmission path or a significant change in the transmission rate. Therefore, it is necessary to consider the alternative path or the network according to the terminal information. The node recalculates the transmission path, and the calculation process is the same as in step S104.
[0054] 可选的, 若再次接收到具有相同数据类型的终端信息, 根据配对成功的终端信 息与数据请求信息的对应关系, 将所述具有相同数据类型的终端信息按照所述 对应关系发送至所述数据请求信息中的应用层地址。  [0054] Optionally, if the terminal information of the same data type is received again, according to the correspondence between the successfully paired terminal information and the data request information, the terminal information with the same data type is sent to the corresponding relationship according to the corresponding relationship. The application layer address in the data request information.
[0055] 在本发明实施例中, 网络节点可以将配对成功的终端信息与数据请求信息建立 对应关系, 实际上建立的对应关系只是数据类型与应用层地址的对应关系, 若 再次接收到的终端信息的数据类型与预先建立的数据类型与应用层地址的对应 关系中的数据类型有相同的, 可以根据对应关系将所述终端信息按照对应关系 发送至所述数据请求信息中的应用层地址。  [0055] In the embodiment of the present invention, the network node may associate the successfully paired terminal information with the data request information, and the actually established correspondence relationship is only the correspondence between the data type and the application layer address, and if the terminal is received again. The data type of the information is the same as the data type in the correspondence between the pre-established data type and the application layer address, and the terminal information may be sent to the application layer address in the data request information according to the correspondence relationship according to the correspondence.
[0056] 通过配对成功的终端信息与数据请求信息的对应关系, 可以将再次接收到的终 端信息与建立的对应关系中的数据请求信息进行配对, 即使当前网络节点并没 有接收到数据请求信息还可以根据对应关系将所述终端信息发送至具有相同数 据类型的数据请求信息的应用层地址, 提高了终端信息传输的效率。  [0056] By pairing the successfully matched terminal information with the data request information, the re-received terminal information can be paired with the data request information in the established correspondence, even if the current network node does not receive the data request information. The terminal information may be sent to the application layer address of the data request information having the same data type according to the correspondence, thereby improving the efficiency of terminal information transmission.
[0057] 作为一个优选的实施例, 在物联网的三层架构中, 还可以在应用层和网络层之 间再建立一层, 可以叫做数据请求层, 数据请求层用来接收应用层发出的数据 请求信息, 并将接收的数据请求信息中具有相同数据类型的请求信息打包反向 发送至网络层的各网络节点, 这样应用层的多个地址发出的数据请求信息就可 以打包为一条数据请求信息进行传输, 可以节省网络流量。 [0058] 本发明通过接收感知层发出的包括公共标签的终端信息和应用层发出的数据请 求信息, 根据接收到的终端信息和数据请求信息进行配对, 若所述终端信息与 所述数据请求信息配对成功, 则根据所述终端信息当前所在网络节点地址与所 述数据请求信息中应用层地址计算传输路径; 根据所述传输路径发送所述终端 信息至所述终端信息配对成功的数据请求信息指向的应用层地址。 由于可以反 向接收应用层发出的数据请求信息, 可以根据终端信息的数据类型和数据请求 信息的数据类型进行配对, 这样就可以将感知层的终端信息按照计算的传输路 径进行传输, 避免了终端信息四面八方的传播造成的网络阻塞、 数据丢包、 传 输延迟的问题, 能够提供一种安全、 可靠的终端数据传输方式。 [0057] As a preferred embodiment, in the three-layer architecture of the Internet of Things, a layer may be further established between the application layer and the network layer, which may be called a data request layer, and the data request layer is used to receive the application layer. Data request information, and packet request information having the same data type in the received data request information is packaged and sent back to each network node of the network layer, so that the data request information sent by multiple addresses of the application layer can be packaged into one data request. Information is transmitted to save network traffic. [0058] The present invention performs pairing according to the received terminal information and the data request information by receiving the terminal information including the public label and the data request information sent by the application layer, if the terminal information and the data request information If the pairing is successful, the transmission path is calculated according to the network node address where the terminal information is currently located and the application layer address in the data request information; and the data request information is successfully sent according to the transmission path to the terminal information. Application layer address. Since the data request information sent by the application layer can be received in reverse, the data type of the terminal information and the data type of the data request information can be paired, so that the terminal information of the sensing layer can be transmitted according to the calculated transmission path, thereby avoiding the terminal. The problem of network congestion, data loss, and transmission delay caused by the spread of information in all directions can provide a safe and reliable method of terminal data transmission.
[0059] 实施例二: 参见图 4, 图 4是本发明实施例二提供的物联网终端信息寻址方法的 示意流程图, 在实施例一的基础上, 增加了以下步骤。  [0059] Embodiment 2: Referring to FIG. 4, FIG. 4 is a schematic flowchart of the method for addressing information of the Internet of Things terminal according to Embodiment 2 of the present invention. On the basis of Embodiment 1, the following steps are added.
[0060] 步骤 S401, 根据接收到的终端信息和数据请求信息进行配对。  [0060] Step S401: Perform pairing according to the received terminal information and the data request information.
[0061] 步骤 S402, 若所述终端信息与所述数据请求信息未配对成功, 将具有相同数据 类型的数据请求信息打包发送至其它网络节点。  [0061] Step S402: If the terminal information and the data request information are not successfully paired, the data request information having the same data type is packaged and sent to other network nodes.
[0062] 在本发明实施例中, 由于网络层中有很多网络节点, 虽然所述终端信息会向着 应用层的方向传播, 所述数据请求信息会从应用层到网络层的网络节点传播。 但是由于所述终端信息和所述数据请求信息都会根据与当前所在网络节点相连 的其它网络节点选择一个较佳的网络节点进行所述终端信息和数据请求信息的 传输, 所以, 在某些网络节点, 有可能只能接收到所述终端信息, 也有可能只 能接收到所述数据请求信息, 即使接收到的终端信息和数据请求信息, 也有可 能并不是具有相同数据类型的终端信息和数据请求信息。 这吋, 所述终端信息 与所述数据请求信息就会无法配对成功, 也就说应用层发出的数据请求信息请 求的数据类型不是当前网络节点接收到的终端信息携带的数据类型。 这吋, 就 需要将所述终端信息和所述数据请求信息发送至其它网络节点。  In the embodiment of the present invention, since there are many network nodes in the network layer, although the terminal information is transmitted in the direction of the application layer, the data request information is propagated from the application layer to the network node of the network layer. However, since the terminal information and the data request information select a preferred network node according to other network nodes connected to the current network node, the terminal information and the data request information are transmitted, so in some network nodes. It is possible that only the terminal information may be received, and the data request information may only be received. Even if the received terminal information and the data request information are received, the terminal information and the data request information having the same data type may not be the same. . In this case, the terminal information and the data request information cannot be successfully paired, that is, the data type requested by the data request information sent by the application layer is not the data type carried by the terminal information received by the current network node. In this case, the terminal information and the data request information need to be sent to other network nodes.
[0063] 作为一个优选的实施例, 若所述终端信息与所述数据请求信息未配对成功, 将 所述数据请求信息存储在当前所在网络节点, 以便于接收到与所述数据请求信 息具有相同数据类型的终端信息后, 根据所述终端信息当前所在的网络节点地 址与所述数据请求信息中应用层地址计算传输路径; 根据所述传输路径发送所 述终端信息至与所述终端信息配对成功的数据请求信息指向的应用层地址。 [0063] As a preferred embodiment, if the terminal information and the data request information are not successfully paired, the data request information is stored in a current network node, so as to receive the same as the data request information. After the terminal information of the data type, the transmission path is calculated according to the network node address where the terminal information is currently located and the application layer address in the data request information; The terminal information is addressed to an application layer address pointed to by the data request information that is successfully paired with the terminal information.
[0064] 在本发明实施例中, 如果所述终端信息与所述数据请求信息未配对成功, 如果 将所述数据请求信息保留在当前所在的网络节点, 则其它网络节点即使接收到 与所述数据请求信息具有相同数据类型的终端信息, 也无法对接收到的终端信 息进行配对, 所以必须将所述数据请求信息发送至其它网络节点, 但是当前的 网络节点也有可能在之后接收到与所述数据请求信息具有相同数据类型的终端 信息, 所以这吋就需要考虑在将数据请求信息发送至其它网络节点之前, 先将 所述数据请求信息存储在当前的网络节点本地备份, 以便于接收到与所述数据 请求信息具有相同数据类型的终端信息后, 将与所述数据请求信息具有相同数 据类型的终端信息发送至所述数据请求信息指向的应用层地址, 提高所述终端 信息寻址的效率。 若是为了节省网络节点的存储空间, 还可以定期将所述网络 节点的存储空间中的数据请求信息备份刪除。 例如, 可以设定每隔一定吋间将 存储空间中的数据请求信息备份刪除, 还可以设定为每天将 7天前的存储空间中 的数据请求信息备份刪除。 具体可以根据实际的情况设定。  [0064] In the embodiment of the present invention, if the terminal information and the data request information are not successfully paired, if the data request information is retained at the current network node, the other network nodes receive the The data request information has terminal information of the same data type, and the received terminal information cannot be paired, so the data request information must be sent to other network nodes, but the current network node may also receive and The data request information has terminal information of the same data type, so it is necessary to consider storing the data request information locally in the current network node before sending the data request information to other network nodes, so as to receive and After the data request information has the terminal information of the same data type, the terminal information having the same data type as the data request information is sent to the application layer address pointed by the data request information, thereby improving the efficiency of addressing the terminal information. . If the storage space of the network node is saved, the data request information in the storage space of the network node may be backed up and deleted periodically. For example, you can set the data request information in the storage space to be deleted and deleted at regular intervals, or you can set the data request information in the storage space 7 days ago to be deleted. Specifically, it can be set according to the actual situation.
[0065] 作为一个优选的实施例, 若所述终端信息与所述数据请求信息未配对成功, 将 所述终端信息存储在当前所在网络节点, 以便于接收到与所述终端信息具有相 同数据类型的数据请求信息后, 根据当前所在的网络节点地址与所述数据请求 信息中应用层地址计算传输路径; 根据所述传输路径发送所述终端信息至与所 述终端信息配对成功的数据请求信息指向的应用层地址。  [0065] As a preferred embodiment, if the terminal information and the data request information are not successfully paired, the terminal information is stored in a current network node, so as to receive the same data type as the terminal information. After the data request information, the transmission path is calculated according to the current network node address and the application layer address in the data request information; and the terminal information is sent according to the transmission path to the data request information that is successfully paired with the terminal information. Application layer address.
[0066] 在本发明实施例中, 如果所述终端信息与所述数据请求信息未配对成功, 如果 将所述终端信息保留在当前所在的网络节点, 则其它网络节点即使接收到与所 述终端信息具有相同数据类型的数据请求信息, 也无法对接收到的数据请求信 息进行配对, 所以必须将所述终端信息发送至其它网络节点, 但是当前的网络 节点也有可能在之后接收到与所述终端信息具有相同数据类型的数据请求信息 , 所以这吋就需要考虑在将终端信息发送至其它网络节点之前, 先将所述终端 信息存储在当前的网络节点本地备份, 以便于接收到与所述终端信息具有相同 数据类型的数据请求信息后, 将与所述数据请求信息具有相同数据类型的终端 信息发送至所述数据请求信息指向的应用层地址, 提高所述终端信息寻址的效 率。 若是为了节省网络节点的存储空间, 还可以定期将所述网络节点的存储空 间中的终端信息备份刪除。 例如, 可以设定每隔一定吋间将存储空间中的终端 信息备份刪除, 还可以设定为每天将 7天前的存储空间中的终端信息备份刪除。 具体可以根据实际的情况设定。 [0066] In the embodiment of the present invention, if the terminal information and the data request information are not successfully paired, if the terminal information is retained at the current network node, the other network nodes receive the terminal even if The information has the same data type data request information, and the received data request information cannot be paired, so the terminal information must be sent to other network nodes, but the current network node may also receive the terminal later. The information has data request information of the same data type, so it is necessary to consider storing the terminal information locally in the current network node before sending the terminal information to other network nodes, so as to receive the terminal and the terminal. After the information has the data request information of the same data type, the terminal information having the same data type as the data request information is sent to the application layer address pointed by the data request information, thereby improving the addressing effect of the terminal information. Rate. If the storage space of the network node is saved, the terminal information in the storage space of the network node may be backed up periodically. For example, it is possible to set the terminal information in the storage space to be deleted and deleted at regular intervals, or to delete the terminal information in the storage space 7 days ago. Specifically, it can be set according to the actual situation.
[0067] 作为一个优选的实施例, 可以将具有相同数据类型的数据请求信息打包发送至 其它网络节点。 所述具有相同数据类型的数据请求信息不仅包括接收到的数据 请求信息还包括存储在本地备份的数据请求信息, 可以节省网络流量。  [0067] As a preferred embodiment, data request information having the same data type may be packaged and transmitted to other network nodes. The data request information having the same data type includes not only the received data request information but also the data request information stored in the local backup, which can save network traffic.
[0068] 步骤 S403 , 若所述终端信息与所述数据请求信息未配对成功, 则将所述终端信 息发送至其它网络节点。  [0068] Step S403: If the terminal information and the data request information are not successfully paired, send the terminal information to another network node.
[0069] 步骤 S4031 , 若所述公共标签指明了所述终端信息的数据类型和传输指向, 则 根据所述数据类型和传输指向传输所述终端信息。  [0069] Step S4031: If the public tag indicates the data type and the transmission direction of the terminal information, the terminal information is transmitted according to the data type and the transmission direction.
[0070] 在本发明实施例中, 所述终端信息包括了公共标签, 所述公共标签至少包括数 据类型和传输指向, 若所述终端信息的传输指向字段中表明了传输指向, 则可 以根据所述数据类型和传输指向传输所述终端信息。  [0070] In the embodiment of the present invention, the terminal information includes a public label, where the public label includes at least a data type and a transmission direction, and if the transmission direction of the terminal information indicates a transmission direction, The data type and transmission are directed to the transmission of the terminal information.
[0071] 具体的, 若所述传输指向表示的是向当前所在网络节点最近的相邻网络节点传 输, 则将所述终端信息向当前所在网络节点最近的相邻网络节点传输, 若所述 传输指向表示的是寻找网络性能最佳的网络节点传输, 则向当前所在网络节点 能够连接的其它网络节点中网络性能最佳的网络节点传输。 不同的传输指向可 以用不同的字符表示。  [0071] Specifically, if the transmission indication indicates that the transmission is to the nearest neighboring network node of the current network node, the terminal information is transmitted to the nearest neighboring network node of the current network node, if the transmission The point indicates that the network node transmission with the best network performance is found, and then the network node with the best network performance among the other network nodes that the current network node can connect to is transmitted. Different transfer pointers can be represented by different characters.
[0072] 步骤 S4032, 若所述公共标签未指明所述终端信息的数据类型和传输指向, 则 将所述终端信息传输至其它网络节点。  [0072] Step S4032: If the public tag does not indicate the data type and the transmission direction of the terminal information, the terminal information is transmitted to other network nodes.
[0073] 在本发明实施例中, 当所述传输指向字段为空吋, 或者所述传输指向字段内部 存储的字符表示的含义为空吋, 则将所述终端信息传输至临近的其它网络节点 即可。 [0073] In the embodiment of the present invention, when the transmission pointing field is empty, or the meaning of the character stored in the transmission pointing field is empty, the terminal information is transmitted to another adjacent network node. Just fine.
[0074] 作为一个优选的实施例, 在将所述终端信息从当前网络节点发出去后, 向发送 终端信息至当前网络节点的前一网络节点发送已发送信息以便于所述前一网络 节点将所述终端信息刪除;  [0074] As a preferred embodiment, after the terminal information is sent from the current network node, the sent information is sent to the previous network node of the current network node, so that the previous network node will send The terminal information is deleted;
[0075] 若所述终端信息所在的网络节点在第一预定吋间内未将所述终端信息发送出去 , 则向发送终端信息至当前网络节点的前一网络节点发送未发送信息以便于所 述前一网络节点将所述终端信息发送至其它网络节点使得其它网络节点将所述 终端信息发送至应用层; [0075] if the network node where the terminal information is located does not send the terminal information in the first predetermined time interval Sending unsent information to the previous network node that sends the terminal information to the current network node, so that the previous network node sends the terminal information to other network nodes, so that other network nodes send the terminal information to the application layer. ;
[0076] 若当前网络节点接收到所述终端信息发送至的后一网络节点的未发送信息或者 在第二预定吋间内未接收到后一网络节点发送的已发送信息或者未发送信息, 则将所述终端信息发送至其它网络节点以便于其它网络节点将所述终端信息发 送至应用层。  [0076] if the current network node receives the unsent information of the next network node to which the terminal information is sent or does not receive the transmitted information or the unsent information sent by the next network node in the second predetermined time interval, The terminal information is transmitted to other network nodes so that other network nodes send the terminal information to the application layer.
[0077] 在本发明实施例中, 包括了以下 4种情况:  [0077] In the embodiment of the present invention, the following four situations are included:
[0078] 网络节点将所述终端信息发送出去后, 向前一网络节点发送已发送的信息; [0079] 网络节点第一预定吋间内未将所述终端信息发送出去, 向前一网络节点发送未 发送的信息;  [0078] after the network node sends the terminal information, the transmitted information is sent to the previous network node; [0079] the terminal information is not sent out in the first predetermined time of the network node, and the network node is forwarded. Send unsent information;
[0080] 网络节点接收到后一网络节点发送的未发送的信息后, 将所述终端信息发送至 其它网络节点;  [0080] after receiving the unsent information sent by the next network node, the network node sends the terminal information to other network nodes;
[0081] 网络节点第二预定吋间内未接收到后一网络节点发送的已发送或未发送的信息 , 将所述终端信息发送至其它网络节点。 [0081] The network node does not receive the sent or sent information sent by the next network node in the second predetermined time, and sends the terminal information to other network nodes.
[0082] 具体的, 我们假设一条终端信息从网络节点 1传输到当前的网络节点 2, 当前的 网络节点 2准备将所述终端信息传输到网络节点 3,在当前的网络节点 2将所述终端 信息传输到网络节点 3之后, 当前的网络节点 2需要向网络节点 1发送一条已经将 所述终端信息发送出去的信息, 网络节点 1在接收到这条网络节点 2已经将所述 终端信息发送出去的信息后将所述终端信息刪除。 若网络节点 2在第一预定吋间 内并未将所述终端信息发送至其他网络节点, 则向网络节点 1发送未发送的信息 。 若网络节点 3接收到所述终端信息后, 第一预定吋间内并未将所述终端信息发 送至网络节点 4, 需要向网络节点 2发送一条未发送的信息, 网络节点 2接收到所 述未发送的信息后, 将所述终端信息发送至其它网络节点。 若网络节点 2在第二 预定吋间内未接收到网络节点 3发送的已经将所述终端信息发送或者未发送的信 息, 将所述终端信息发送至其它网络节点。  Specifically, we assume that a piece of terminal information is transmitted from the network node 1 to the current network node 2, the current network node 2 is ready to transmit the terminal information to the network node 3, and the terminal is present at the current network node 2. After the information is transmitted to the network node 3, the current network node 2 needs to send a message to the network node 1 that the terminal information has been sent out, and the network node 1 has received the terminal information by transmitting the terminal information. The information is deleted after the information is deleted. If the network node 2 does not transmit the terminal information to other network nodes within the first predetermined time interval, the unsent information is transmitted to the network node 1. If the network node 3 does not send the terminal information to the network node 4 after receiving the terminal information, it needs to send an unsent information to the network node 2, and the network node 2 receives the After the information is not sent, the terminal information is sent to other network nodes. If the network node 2 does not receive the information transmitted by the network node 3 that the terminal information has been transmitted or not transmitted within the second predetermined time, the terminal information is transmitted to other network nodes.
[0083] 在本发明实施例中, 增加了若所述终端信息与所述数据请求信息未配对成功吋 的处理方式: 可以将所述终端信息存储在当前网络节点, 以便于接收到具有相 同数据类型的数据请求信息后可以将存储当前网络节点的终端信息和数据请求 信息进行配对, 增加了所述终端信息和数据请求信息配对成功的几率。 还可以 将具有相同数据类型的数据请求信息打包发送, 节省网络流量。 还设置了将所 述终端信息发送出去后或者预定吋间内未将所述终端信息发送出去, 向前一网 络节点发送已发送或者未发送的信息, 以便于所述前一网络节点根据所述信息 刪除所述终端信息或者将所述终端信息。 [0083] In the embodiment of the present invention, if the terminal information and the data request information are not successfully paired, the terminal information may be stored in the current network node, so as to receive the phase. After the data request information of the data type is matched, the terminal information storing the current network node and the data request information may be paired, thereby increasing the probability that the terminal information and the data request information are successfully paired. Data request information with the same data type can also be packaged and sent to save network traffic. It is further provided that after the terminal information is sent out, the terminal information is not sent out in a predetermined time, and the sent information is sent or not sent to the previous network node, so that the previous network node is configured according to the The information deletes the terminal information or the terminal information.
[0084] 应理解, 在上述所有实施例中, 各步骤的序号的大小并不意味着执行顺序的先 后, 各步骤的执行顺序应以其功能和内在逻辑确定, 而不应对本发明实施例的 实施过程构成任何限定, 另外, 以上实施例的划分只是为了便于说明, 可以根 据实际的情况将上述实施例任意组合组成新的实施例, 将上述实施例任意组合 组成的新的实施例也在本发明保护范围内。  It should be understood that, in all the above embodiments, the size of the serial number of each step does not mean the order of execution sequence, and the execution order of each step should be determined by its function and internal logic, and should not be taken by the embodiment of the present invention. The implementation process is not limited. In addition, the division of the above embodiment is for convenience of description, and the above embodiments may be arbitrarily combined to form a new embodiment according to actual conditions, and a new embodiment in which any of the above embodiments are combined is also in this embodiment. Within the scope of the invention.
[0085] 实施例三: 参见图 5, 图 5是本发明实施例三提供的物联网终端信息寻址方法的 数据传输图, 为了便于说明, 仅示出与本发明实施例相关的部分。  [0085] Embodiment 3: Referring to FIG. 5, FIG. 5 is a data transmission diagram of an IoT terminal information addressing method according to Embodiment 3 of the present invention. For convenience of description, only parts related to the embodiment of the present invention are shown.
[0086] 在本发明实施例中, 以图 5为例介绍数据传输的过程, 其中 51表示应用层发出 数据请求信息的应用层地址, 可以用汇聚单元表示, 52表示网络层中的网络节 点, 53表示感知层的终端设备, 虚线表示可能的数据的传输过程, 以实线为例 说明一条终端信息和一条数据请求信息的传输过程。 521、 523分别表示网络层 中的一个网络节点, 522表示用于将终端信息和数据请求信息配对的网络节点, 531表示感知层其中一个终端设备。 需要说明的是, 图 3仅用于示例, 并不用于 限制本发明, 应用于不同的场景中, 还可以增加或者减少应用层中设备、 感知 层网络节点、 感知层终端设备的数量。  In the embodiment of the present invention, the process of data transmission is introduced by using FIG. 5 as an example, where 51 represents an application layer address that the application layer sends data request information, and may be represented by a convergence unit, where 52 represents a network node in the network layer. 53 denotes a terminal device of the sensing layer, and a broken line denotes a transmission process of possible data. A solid line is taken as an example to illustrate a transmission process of a terminal information and a piece of data request information. 521, 523 respectively represent one network node in the network layer, 522 represents a network node for pairing terminal information and data request information, and 531 represents one of the terminal devices of the sensing layer. It should be noted that FIG. 3 is only used as an example, and is not used to limit the present invention. It may be applied to different scenarios, and may also increase or decrease the number of devices in the application layer, the sensing layer network node, and the sensing layer terminal device.
[0087] 具体的, 终端设备 531定吋的将采集的数据信息经过数据发生器生成数据包的 形式, 数据包包括公共标签和私有标签, 其中公共标签包含了数据类型。 终端 设备将生成的包含公共标签的终端信息发送至网络层的网络节点 523, 图中仅示 出了发送至网络节点 523, 实际应用中, 可以设置为一个网络节点负责接收指定 的多个终端设备的终端信息, 也就是每个终端设备都只能发送给特定的网络节 点, 也可以设定每个终端设备可以发送至至少一个网络节点, 具体的可以根据 实际情况进行设置。 [0088] 网络节点 523接收到终端设备 531接收的终端信息后, 首先解析公共标签, 无需 解析私有标签, 通常终端设备采集的数据信息会存放在私有标签中, 数据类型 和传输指向存放在公共标签中。 网络节点 523通过解析接收到的终端信息的公共 标签可以跟接收到的数据请求信息中的数据类型进行比对, 若没有匹配的数据 请求信息则将所述终端信息根据公共标签中的传输指向将所述终端信息发送至 其它网络节点, 如图所示, 将所述终端信息传输至网络节点 522。 需要说明的是 , 若接收到的终端信息未在网络节点 523配对成功, 则网络节点 523会将所述终 端信息存储在当前网络节点再发送出去, 以便于发出去之后接收到与所述终端 信息具有相同数据类型的数据请求信息后, 将存储在网络节点 523的终端信息发 送至与所述终端信息具有相同数据类型的数据请求信息的汇聚单元地址。 [0087] Specifically, the terminal device 531 determines the collected data information to be in the form of a data packet by the data generator, where the data packet includes a public label and a private label, wherein the public label includes the data type. The terminal device sends the generated terminal information including the public label to the network node 523 of the network layer, and only shows the sending to the network node 523. In an actual application, the network node may be configured to receive the specified multiple terminal devices. The terminal information, that is, each terminal device can only be sent to a specific network node, or each terminal device can be sent to at least one network node, and the specific device can be set according to actual conditions. [0088] After receiving the terminal information received by the terminal device 531, the network node 523 first parses the public label, and does not need to parse the private label. Generally, the data information collected by the terminal device is stored in the private label, and the data type and the transmission point are stored in the public label. in. The network node 523 can compare the data type of the received data request information by parsing the received public information of the terminal information, and if there is no matching data request information, the terminal information is directed according to the transmission in the public label. The terminal information is transmitted to other network nodes, and the terminal information is transmitted to the network node 522 as shown. It should be noted that, if the received terminal information is not successfully paired at the network node 523, the network node 523 stores the terminal information in the current network node and sends it again, so as to receive the information after the sending. After having the data request information of the same data type, the terminal information stored in the network node 523 is transmitted to the aggregation unit address of the data request information having the same data type as the terminal information.
[0089] 应用层中一个汇聚单元 51在进行大数据分析吋需要某种类型的信息, 可以发出 数据请求信息, 所述数据请求信息包括了请求的数据类型和汇聚单元的地址, 可选的, 根据实际情况还可以包括其它信息, 但是通常都会包含请求的数据类 型和汇聚单元的地址。 所述数据类型用于网络节点进行配对, 所述汇聚单元的 地址用于网络节点将配对成功的终端信息发送至汇聚单元的地址。 如图所示, 汇聚单元 51将数据请求信息发送至网络节点 521。  [0089] One aggregation unit 51 in the application layer needs some type of information to perform big data analysis, and may send data request information, where the data request information includes the requested data type and the address of the aggregation unit, optionally, Other information may also be included depending on the actual situation, but will usually include the requested data type and the address of the aggregation unit. The data type is used for pairing by the network node, and the address of the aggregation unit is used by the network node to send the successfully paired terminal information to the address of the convergence unit. As shown, the aggregation unit 51 transmits the data request information to the network node 521.
[0090] 网络节点 521,将接收到的数据请求信息与接收到的终端信息进行配对, 若并没 有配对成功的终端信息, 则将所述数据请求信息发送至其它网络节点。 如图中 所示, 将所述数据请求信息发送至网络节点 522。 需要说明的是, 若接收到的数 据请求信息未在网络节点 521配对成功, 则网络节点 521会将所述数据请求信息 存储在当前网络节点再发送出去, 以便于发出去之后接收到与所述数据请求信 息具有相同数据类型的终端信息。  [0090] The network node 521 pairs the received data request information with the received terminal information, and if there is no successfully paired terminal information, sends the data request information to other network nodes. The data request information is sent to the network node 522 as shown in the figure. It should be noted that, if the received data request information is not successfully paired at the network node 521, the network node 521 stores the data request information in the current network node and sends it again, so as to be received and sent after being sent out. The data request information has terminal information of the same data type.
[0091] 网络节点 522将接收到的终端信息与接收到的数据请求信息配对成功, 则根据 当前的地址与数据请求信息中汇聚单元的地址计算传输路径, 并根据所述传输 路径将所述终端信息发送至与所述终端信息具有相同数据类型的数据请求信息 中的应用层地址。 所述传输路径并不限于所述数据请求信息传输的路径的反向 路径, 例如: 522-521-51 ; 还可以是能从 522到 51的所有传输路径, 具体的可以 根据设置的传输路径策略进行选择。 [0092] 实施例四: 参见图 6, 图 6是本发明实施例四提供的物联网终端信息寻址的装置 的示意框图, 为了便于说明, 仅示出与本发明实施例相关的部分。 [0091] The network node 522 successfully pairs the received terminal information with the received data request information, calculates a transmission path according to the current address and the address of the convergence unit in the data request information, and uses the terminal according to the transmission path. The information is sent to an application layer address in the data request information having the same data type as the terminal information. The transmission path is not limited to the reverse path of the path in which the data request information is transmitted, for example: 522-521-51; it may also be all transmission paths from 522 to 51, and specifically according to the set transmission path policy Make a choice. [0092] Embodiment 4: Referring to FIG. 6, FIG. 6 is a schematic block diagram of an apparatus for addressing information of an Internet of Things terminal according to Embodiment 4 of the present invention. For convenience of description, only parts related to the embodiment of the present invention are shown.
[0093] 该物联网终端信息寻址装置可以是内置于终端设备例如手机、 平板电脑、 笔记 本、 计算机、 穿戴设备等) 内的软件单元、 硬件单元或者软硬结合的单元, 也 可以作为独立的挂件集成到所述终端设备中。 所述物联网终端信息寻址装置包 括:  [0093] The IoT terminal information addressing device may be a software unit, a hardware unit or a combination of soft and hard units built in a terminal device such as a mobile phone, a tablet, a notebook, a computer, a wearable device, or the like, or may be independent. A pendant is integrated into the terminal device. The IoT terminal information addressing device includes:
[0094] 终端信息获取模块 61, 用于接收感知层发出的包括公共标签的终端信息, 所述 公共标签包括数据类型和传输指向  [0094] The terminal information acquiring module 61 is configured to receive terminal information that is sent by the sensing layer, including a public label, where the public label includes a data type and a transmission direction.
[0095] 数据请求信息获取模块 62, 用于接收应用层发出的数据请求信息, 所述数据请 求信息包括应用层地址和请求的数据类型; [0095] The data request information obtaining module 62 is configured to receive data request information sent by the application layer, where the data request information includes an application layer address and a requested data type.
[0096] 配对模块 63, 用于根据接收到的终端信息和数据请求信息进行配对; [0096] a pairing module 63, configured to perform pairing according to the received terminal information and data request information;
[0097] 传输路径获得模块 64, 用于若所述终端信息与所述数据请求信息配对成功, 则 根据所述终端信息当前所在的网络节点地址与所述数据请求信息中应用层地址 计算传输路径; [0097] The transmission path obtaining module 64 is configured to: if the terminal information is successfully paired with the data request information, calculate a transmission path according to the network node address where the terminal information is currently located and the application layer address in the data request information. ;
[0098] 第一终端信息发送模块 65, 用于根据所述传输路径发送所述终端信息至与所述 终端信息配对成功的数据请求信息指向的应用层地址。  The first terminal information sending module 65 is configured to send the terminal information according to the transmission path to an application layer address pointed to by the data request information that is successfully paired with the terminal information.
[0099] 可选的, 所述装置还包括: [0099] Optionally, the device further includes:
[0100] 数据请求信息发送模块 66, 用于若所述终端信息与所述数据请求信息未配对成 功, 将具有相同终端信息种类的数据请求信息打包发送至其他网络节点。  [0100] The data request information sending module 66 is configured to: when the terminal information and the data request information are not paired successfully, package and send the data request information having the same terminal information type to another network node.
[0101] 可选的, 所述装置还包括: [0101] Optionally, the device further includes:
[0102] 第二终端信息发送模块 67, 还用于若所述终端信息与所述数据请求信息未配对 成功, 则根据所述终端信息的公共标签的内容选择发送的方向。  [0102] The second terminal information sending module 67 is further configured to: if the terminal information and the data request information are not paired successfully, select a sending direction according to the content of the public label of the terminal information.
[0103] 可选的, 所述第二终端信息发送模块 67具体用于: [0103] Optionally, the second terminal information sending module 67 is specifically configured to:
[0104] 若所述公共标签指明了所述终端信息的数据类型和传输指向, 则根据所述数据 类型和传输指向传输所述终端信息;  [0104] if the public tag indicates the data type and the transmission direction of the terminal information, transmitting the terminal information according to the data type and the transmission direction;
[0105] 若所述公共标签未指明所述终端信息的数据类型和传输指向, 则将所述终端信 息传输至其它网络节点。 [0105] If the public tag does not indicate the data type and transmission direction of the terminal information, the terminal information is transmitted to other network nodes.
[0106] 可选的, 所述第一终端信息发送模块 65还用于: [0107] 若再次接收到具有相同数据类型的终端信息, 根据配对成功的终端信息与数据 请求信息的对应关系, 将所述具有相同数据类型的终端信息按照所述对应关系 发送至所述数据请求信息中的应用层地址。 [0106] Optionally, the first terminal information sending module 65 is further configured to: [0107] If the terminal information having the same data type is received again, the terminal information having the same data type is sent to the data request according to the corresponding relationship according to the correspondence between the successfully paired terminal information and the data request information. The application layer address in the message.
[0108] 所属领域的技术人员可以清楚地了解到, 为描述的方便和简洁, 仅以上述各功 能模块的划分进行举例说明, 实际应用中, 可以根据需要而将上述功能分配由 不同的功能单元、 模块完成, 即所述装置的内部结构划分成不同的功能单元或 模块, 以完成以上描述的全部或者部分功能。 实施例中的各功能模块可以集成 在一个处理单元中, 也可以是各个单元单独物理存在, 也可以两个或两个以上 单元集成在一个单元中, 上述集成的模块既可以采用硬件的形式实现, 也可以 采用软件功能单元的形式实现。 另外, 各功能模块的具体名称也只是为了便于 相互区分, 并不用于限制本申请的保护范围。 上述装置中模块的具体工作过程 , 可以参考前述方法实施例的对应过程, 在此不再赘述。  [0108] It will be clearly understood by those skilled in the art that for the convenience and brevity of the description, only the division of each functional module described above is exemplified. In practical applications, the above functions may be assigned to different functional units as needed. The module is completed, that is, the internal structure of the device is divided into different functional units or modules to complete all or part of the functions described above. Each functional module in the embodiment 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, and the integrated module may be implemented in the form of hardware. , can also be implemented in the form of software functional units. In addition, the specific names of the functional modules are only for the purpose of distinguishing from each other, and are not intended to limit the scope of protection of the present application. For the specific working process of the module in the foregoing device, refer to the corresponding process in the foregoing method embodiment, and details are not described herein again.
[0109] 实施例五: 参见图 7, 图 7是本发明实施例五提供的物联网终端信息寻址装置的 示意框图。 如图所示的该物联网终端信息寻址装置可以包括: 一个或多个处理 器 701 (图 7中仅示出一个) ; 一个或多个输入设备 702 (图 7中仅示出一个) , 一个或多个输出设备 703 (图 7中仅示出一个) 和存储器 704。 上述处理器 701、 输入设备 702、 输出设备 703和存储器 704通过总线 705连接。 存储器 704用于存储 指令, 处理器 701用于执行存储器 704存储的指令。 示例性的, 所述处理器执行 所述指令吋实现上述实施例六中的物联网终端信息寻址装置的各模块、 单元的 功能, 例如图 6中的终端信息获取模块、 数据请求信息获取模块、 配对模块、 传 输路径获得模块、 第一终端信息发送模块。  [Embodiment 5] Referring to FIG. 7, FIG. 7 is a schematic block diagram of an apparatus for addressing information of an Internet of Things terminal according to Embodiment 5 of the present invention. The IoT terminal information addressing device as shown may include: one or more processors 701 (only one shown in FIG. 7); one or more input devices 702 (only one shown in FIG. 7), One or more output devices 703 (only one shown in Figure 7) and memory 704. The above processor 701, input device 702, output device 703, and memory 704 are connected by a bus 705. The memory 704 is for storing instructions, and the processor 701 is for executing instructions stored by the memory 704. Exemplarily, the processor executes the instruction to implement the functions of each module and unit of the object-to-network terminal information addressing device in the sixth embodiment, such as the terminal information acquiring module and the data request information acquiring module in FIG. , a pairing module, a transmission path obtaining module, and a first terminal information sending module.
[0110] 所述终端信息获取模块, 用于接收感知层发出的包括公共标签的终端信息, 所 述公共标签包括数据类型和传输指向  [0110] The terminal information acquiring module is configured to receive terminal information that is sent by the sensing layer and includes a public label, where the public label includes a data type and a transmission direction.
[0111] 所述数据请求信息获取模块, 用于接收应用层发出的数据请求信息, 所述数据 请求信息包括应用层地址和请求的数据类型;  [0111] the data request information acquiring module is configured to receive data request information sent by an application layer, where the data request information includes an application layer address and a requested data type;
[0112] 所述配对模块, 用于根据接收到的终端信息和数据请求信息进行配对;  [0112] the pairing module is configured to perform pairing according to the received terminal information and data request information;
[0113] 所述传输路径获得模块, 用于若所述终端信息与所述数据请求信息配对成功, 则根据所述终端信息当前所在的网络节点地址与所述数据请求信息中应用层地 址计算传输路径; [0113] the transmission path obtaining module is configured to: if the terminal information is successfully paired with the data request information, apply the layer layer according to the network node address where the terminal information is currently located and the data request information Address calculation transmission path;
[0114] 所述第一终端信息发送模块, 用于根据所述传输路径发送所述终端信息至与所 述终端信息配对成功的数据请求信息指向的应用层地址。  [0114] The first terminal information sending module is configured to send the terminal information according to the transmission path to an application layer address pointed to by the data request information that is successfully paired with the terminal information.
[0115] 其它模块或者单元可参照实施例六中的模块或者单元的描述, 在此也不再赘述 [0115] For other modules or units, reference may be made to the description of the modules or units in Embodiment 6, and details are not described herein again.
[0116] 所述存储器 704, 用于存储软件程序、 模块、 单元以及终端信息寻址装置中需 要的数据信息, 所述处理器 701通过运行存储在所述存储器 704的软件程序、 模 块以及单元, 从而执行各种功能应用以及数据处理, 提供了一种安全、 可靠的 终端数据传输方式。 [0116] The memory 704 is configured to store software programs, modules, units, and data information required in the terminal information addressing device, and the processor 701 runs the software programs, modules, and units stored in the memory 704. Thereby performing various functional applications and data processing, providing a safe and reliable terminal data transmission method.
[0117] 应当理解, 在本发明实施例中, 所称处理器 701可以是中央处理单元 (Central Processing Unit, CPU) , 该处理器还可以是其他通用处理器、 数字信号处理器 (Digital Signal Processor, DSP)、 专用集成电路 (Application Specific Integrated Circuit, ASIC)、 现成可编程门阵列(Field-Programmable Gate Array, FPGA)或 者其他可编程逻辑器件、 分立门或者晶体管逻辑器件、 分立硬件组件等。 通用 处理器可以是微处理器或者该处理器也可以是任何常规的处理器等。  [0117] It should be understood that, in the embodiment of the present invention, the so-called processor 701 may be a central processing unit (CPU), and the processor may also be other general-purpose processors, digital signal processors (Digital Signal Processor) , DSP), Application Specific Integrated Circuit (ASIC), Field-Programmable Gate Array (FPGA) or other programmable logic device, discrete gate or transistor logic device, discrete hardware component, etc. The general purpose processor may be a microprocessor or the processor or any conventional processor or the like.
[0118] 输入设备 702可以包括触控板、 指纹采集传感器 (用于采集用户的指纹信息和 指纹的方向信息) 、 麦克风、 数据采集装置、 数据接收装置等, 输出设备 703可 以包括显示器 (LCD等) 、 扬声器、 数据发送装置等。  [0118] The input device 702 may include a touch panel, a fingerprint collection sensor (for collecting fingerprint information of the user and direction information of the fingerprint), a microphone, a data collection device, a data receiving device, and the like, and the output device 703 may include a display (LCD, etc.) ), speakers, data transmitters, etc.
[0119] 该存储器 704可以包括只读存储器和随机存取存储器, 并向处理器 701提供指 令和数据。 存储器 704的一部分还可以包括非易失性随机存取存储器。 例如, 存 储器 704还可以存储设备类型的信息。  [0119] The memory 704 can include read only memory and random access memory and provides instructions and data to the processor 701. A portion of memory 704 may also include non-volatile random access memory. For example, the memory 704 can also store information of the device type.
[0120] 本领域普通技术人员可以意识到, 结合本文中所公幵的实施例描述的各示例的 模块及算法步骤, 能够以电子硬件、 计算机软件或者二者的结合来实现, 为了 清楚地说明硬件和软件的可互换性, 在上述说明中已经按照功能一般性地描述 了各示例的组成及步骤。 在本发明所提供的实施例中, 应该理解到, 所揭露的 装置和方法, 可以通过其它的方式实现。 例如, 以上所描述的实施例仅仅是示 意性的, 例如, 所述模块或单元的划分, 仅仅为一种逻辑功能划分, 实际实现 吋可以有另外的划分方式, 例如多个单元或组件可以结合或者可以集成到另一 个系统, 或一些特征可以忽略, 或不执行。 另一点, 所显示或讨论的相互之间 的耦合或直接耦合或通讯连接可以是通过一些接口, 装置或单元的间接耦合或 通讯连接, 可以是电性, 机械或其它的形式。 [0120] Those skilled in the art will appreciate that the modules and algorithm steps of the various examples described in connection with the embodiments disclosed herein can be implemented in electronic hardware, computer software, or a combination of both, for clarity. Interchangeability of hardware and software In the above description, the composition and steps of the examples have been generally described in terms of functions. In the embodiments provided by the present invention, it should be understood that the disclosed apparatus and method may be implemented in other manners. For example, the embodiments described above are merely illustrative. For example, the division of the modules or units is only a logical function division, and the actual implementation may have another division manner, for example, multiple units or components may be combined. Or can be integrated into another Systems, or some features can be ignored, or not executed. In addition, the mutual coupling or direct coupling or communication connection shown or discussed may be an indirect coupling or communication connection through some interface, device or unit, and may be in an electrical, mechanical or other form.
[0121] 所述作为分离部件说明的单元可以是或者也可以不是物理上分幵的, 作为单元 显示的部件可以是或者也可以不是物理单元, 即可以位于一个地方, 或者也可 以分布到多个网络单元上。 可以根据实际的需要选择其中的部分或者全部单元 来实现本实施例方案的目的。  [0121] The unit described as a separate component may or may not be physically distributed, and the component displayed as a unit may or may not be a physical unit, that is, may be located in one place, or may be distributed to multiple On the network unit. Some or all of the units may be selected according to actual needs to achieve the purpose of the solution of the embodiment.
[0122] 另外, 在本发明各个实施例中的各功能模块可以集成在一个处理单元中, 也可 以是各个单元单独物理存在, 也可以两个或两个以上单元集成在一个单元中。 上述集成的单元既可以采用硬件的形式实现, 也可以采用软件功能单元的形式 实现。  [0122] In addition, each functional module 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.
[0123] 所述集成的单元如果以软件功能单元的形式实现并作为独立的产品销售或使用 吋, 可以存储在一个计算机可读取存储介质中。 基于这样的理解, 本发明实施 例的技术方案本质上或者说对现有技术做出贡献的部分或者该技术方案的全部 或部分可以以软件产品的形式体现出来, 该计算机软件产品存储在一个存储介 质中, 包括若干指令用以使得一台计算机设备 (可以是个人计算机, 服务器, 或者网络设备等) 或处理器 (processor) 执行本发明实施例各个实施例所述方法 的全部或部分步骤。 而前述的存储介质包括: U盘、 移动硬盘、 只读存储器 (R 0M, Read-Only Memory) 、 随机存取存储器 (RAM, Random Access Memory ) 、 磁碟或者光盘等各种可以存储程序代码的介质。  [0123] The integrated unit, if implemented in the form of a software functional unit and sold or used as a standalone product, may be stored in a computer readable storage medium. Based on such understanding, the technical solution of the embodiments of the present invention may contribute 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. The medium includes a plurality of instructions for causing a computer device (which may be a personal computer, a server, or a network device, etc.) or a processor to perform all or part of the steps of the methods of the various embodiments of the embodiments of the present invention. The foregoing storage medium includes: a U disk, a mobile hard disk, a read-only memory (R 0M, Read-Only Memory), a random access memory (RAM), a magnetic disk or an optical disk, and the like, which can store program codes. medium.
[0124] 以上所述实施例仅用以说明本发明的技术方案, 而非对其限制; 尽管参照前述 实施例对本发明进行了详细的说明, 本领域的普通技术人员应当理解: 其依然 可以对前述各实施例所记载的技术方案进行修改, 或者对其中部分技术特征进 行等同替换; 而这些修改或者替换, 并不使相应技术方案的本质脱离本发明实 施例各实施例技术方案的精神和范围。  The above-mentioned embodiments are only for explaining the technical solutions of the present invention, and are not intended to be limiting thereof; although the present invention has been described in detail with reference to the foregoing embodiments, those skilled in the art will understand that The technical solutions described in the foregoing embodiments are modified, or some of the technical features are equivalently replaced; and the modifications or substitutions do not deviate from the spirit and scope of the technical solutions of the embodiments of the present invention. .

Claims

权利要求书 Claim
[权利要求 1] 一种物联网终端信息寻址方法, 其特征在于, 所述方法包括:  [Attachment 1] A method for addressing information of an Internet of Things terminal, the method comprising:
接收感知层发出的包括公共标签的终端信息, 所述公共标签包括数据 类型和传输指向;  Receiving, by the sensing layer, terminal information including a public tag, where the public tag includes a data type and a transmission direction;
接收应用层发出的数据请求信息, 所述数据请求信息包括应用层地址 和请求的数据类型;  Receiving data request information sent by the application layer, where the data request information includes an application layer address and a requested data type;
根据接收到的终端信息和数据请求信息进行配对; 若所述终端信息与所述数据请求信息配对成功, 则根据所述终端信息 当前所在的网络节点地址与所述数据请求信息中应用层地址计算传输 路径;  Pairing according to the received terminal information and the data request information; if the terminal information is successfully paired with the data request information, calculating according to the network node address where the terminal information is currently located and the application layer address in the data request information Transmission path
根据所述传输路径发送所述终端信息至与所述终端信息配对成功的数 据请求信息指向的应用层地址。  And transmitting, according to the transmission path, the terminal information to an application layer address pointed to by the data request information that is successfully paired with the terminal information.
[权利要求 2] 如权利要求 1所述的方法, 其特征在于, 所述方法还包括:  [Claim 2] The method according to claim 1, wherein the method further comprises:
若所述终端信息与所述数据请求信息未配对成功, 将具有相同数据类 型的数据请求信息打包发送至其它网络节点。  If the terminal information and the data request information are not successfully paired, data request information having the same data type is packaged and sent to other network nodes.
[权利要求 3] 如权利要求 1所述的方法, 其特征在于, 所述方法还包括: [Claim 3] The method according to claim 1, wherein the method further comprises:
若所述终端信息与所述数据请求信息未配对成功, 则将所述终端信息 发送至其它网络节点。  If the terminal information and the data request information are not successfully paired, the terminal information is sent to other network nodes.
[权利要求 4] 如权利要求 3所述的方法, 其特征在于, 所述将所述终端信息发送至 其它网络节点包括:  [Claim 4] The method according to claim 3, wherein the sending the terminal information to other network nodes comprises:
若所述公共标签指明了所述终端信息的数据类型和传输指向, 则根据 所述数据类型和传输指向传输所述终端信息;  And if the public label indicates the data type and the transmission direction of the terminal information, transmitting the terminal information according to the data type and the transmission direction;
若所述公共标签未指明所述终端信息的数据类型和传输指向, 则将所 述终端信息传输至其它网络节点。  If the public tag does not indicate the data type and transmission direction of the terminal information, the terminal information is transmitted to other network nodes.
[权利要求 5] 如权利要求 1至 4任一项所述的方法, 其特征在于, 所述若所述终端信 息与所述数据请求信息配对成功之后, 所述方法还包括: [Claim 5] The method according to any one of claims 1 to 4, wherein, after the terminal information is successfully paired with the data request information, the method further includes:
若再次接收到具有相同数据类型的终端信息, 根据配对成功的终端信 息与数据请求信息的对应关系, 将所述具有相同数据类型的终端信息 按照所述对应关系发送至所述数据请求信息中的应用层地址。 If the terminal information having the same data type is received again, according to the correspondence between the successfully paired terminal information and the data request information, the terminal information having the same data type is used. And sending to the application layer address in the data request information according to the correspondence.
一种物联网终端信息寻址装置, 其特征在于, 所述装置包括: 终端信息获取模块, 用于接收感知层发出的包括公共标签的终端信息 , 所述公共标签包括数据类型和传输指向; An apparatus for addressing information of an Internet of Things terminal, wherein the apparatus comprises: a terminal information acquiring module, configured to receive terminal information, including a public label, sent by a sensing layer, where the public label includes a data type and a transmission direction;
数据请求信息获取模块, 用于接收应用层发出的数据请求信息, 所述 数据请求信息包括应用层地址和请求的数据类型; a data request information obtaining module, configured to receive data request information sent by an application layer, where the data request information includes an application layer address and a requested data type;
配对模块, 用于根据接收到的终端信息和数据请求信息进行配对; 传输路径获得模块, 用于若所述终端信息与所述数据请求信息配对成 功, 则根据所述终端信息当前所在的网络节点地址与所述数据请求信 息中应用层地址计算传输路径; a pairing module, configured to perform pairing according to the received terminal information and the data request information; and the transmission path obtaining module is configured to: according to the network node where the terminal information is currently located, if the terminal information is successfully paired with the data request information Calculating a transmission path by using an address and an application layer address in the data request information;
第一终端信息发送模块, 用于根据所述传输路径发送所述终端信息至 与所述终端信息配对成功的数据请求信息指向的应用层地址。 And a first terminal information sending module, configured to send the terminal information according to the transmission path to an application layer address pointed to by the data request information that is successfully paired with the terminal information.
如权利要求 6所述的装置, 其特征在于, 所述装置还包括: 数据请求信息发送模块, 用于若所述终端信息与所述数据请求信息未 配对成功, 将具有相同数据类型的数据请求信息打包发送至其它网络 节点。 The device according to claim 6, wherein the device further comprises: a data request information sending module, configured to: if the terminal information and the data request information are not successfully paired, the data request having the same data type The information is packaged and sent to other network nodes.
如权利要求 6所述的装置, 其特征在于, 所述装置还包括: 第二终端信息发送模块, 还用于若所述终端信息与所述数据请求信息 未配对成功, 则将所述终端信息发送至其它网络节点。 The device according to claim 6, wherein the device further comprises: a second terminal information sending module, configured to: if the terminal information and the data request information are not successfully paired, the terminal information is Send to other network nodes.
一种物联网终端信息寻址装置, 包括存储器、 处理器以及存储在所述 存储器中并可在所述处理器上运行的计算机程序, 其特征在于, 所述 处理器执行所述计算机程序吋实现如权利要求 1至 5任一项所述方法的 步骤。 An IoT terminal information addressing device includes a memory, a processor, and a computer program stored in the memory and operable on the processor, wherein the processor executes the computer program to implement The steps of the method of any of claims 1 to 5.
一种计算机可读存储介质, 所述计算机可读存储介质存储有计算机程 序, 其特征在于, 所述计算机程序被处理器执行吋实现如权利要求 1 至 5任一项所述方法的步骤。 A computer readable storage medium, the computer readable storage medium storing a computer program, wherein the computer program is executed by a processor to implement the steps of the method of any one of claims 1 to 5.
PCT/CN2017/093704 2017-06-16 2017-07-20 Internet of things terminal information addressing method and device WO2018227710A1 (en)

Applications Claiming Priority (2)

Application Number Priority Date Filing Date Title
CN201710461667.5 2017-06-16
CN201710461667.5A CN107360098B (en) 2017-06-16 2017-06-16 Internet of things terminal information addressing method and device

Publications (1)

Publication Number Publication Date
WO2018227710A1 true WO2018227710A1 (en) 2018-12-20

Family

ID=60273590

Family Applications (1)

Application Number Title Priority Date Filing Date
PCT/CN2017/093704 WO2018227710A1 (en) 2017-06-16 2017-07-20 Internet of things terminal information addressing method and device

Country Status (2)

Country Link
CN (1) CN107360098B (en)
WO (1) WO2018227710A1 (en)

Cited By (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN112040506A (en) * 2020-09-15 2020-12-04 海南科技职业大学 Reliability evaluation method and device of wireless sensor network and storage medium

Families Citing this family (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN113518118B (en) * 2021-05-20 2022-03-29 常州皓晨科技有限公司 Information processing method and system based on Internet of things security service

Citations (4)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN103391316A (en) * 2013-07-09 2013-11-13 潍柴动力股份有限公司 Vehicle remote terminal and client-side monitoring method and device and vehicle remote monitoring system
CN103997532A (en) * 2014-05-30 2014-08-20 长沙瑞和数码科技有限公司 Agriculture internet-of-things edge middleware system
US20160072892A1 (en) * 2013-12-10 2016-03-10 Shenyang Institute Of Automation Of The Chinese Academy Of Sciences A semantics-based architectural model of the internet of things
CN106208385A (en) * 2016-08-31 2016-12-07 国网山东省电力公司阳信县供电公司 A kind of power utility check system based on platform of internet of things

Family Cites Families (8)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN102594705B (en) * 2012-03-20 2014-11-05 江苏科技大学 Non-IP (Internet Protocol) data transmission method suitable for wide-area internet of things
CN103458479A (en) * 2013-09-17 2013-12-18 清华大学 Routing table data routing method and system based on contents in wireless sensor network (WSN)
CN103905542B (en) * 2014-03-25 2017-05-24 北京邮电大学 Data transmission method for Internet of Things and network node
CN104410662A (en) * 2014-10-23 2015-03-11 山东大学 Parallel mass data transmitting middleware of Internet of things and working method thereof
CN104680213A (en) * 2015-02-12 2015-06-03 无锡识凌科技有限公司 Control method of rapid connection and data transmission among devices
CN104836737A (en) * 2015-03-27 2015-08-12 北京邮电大学 Internet of things communication method taking named data as center
US9918348B2 (en) * 2015-07-25 2018-03-13 Qualcomm Incorporated Device-to-device relay selection
CN106101992A (en) * 2016-08-08 2016-11-09 广州山坡羊信息科技有限公司 Smart Logo system and method

Patent Citations (4)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN103391316A (en) * 2013-07-09 2013-11-13 潍柴动力股份有限公司 Vehicle remote terminal and client-side monitoring method and device and vehicle remote monitoring system
US20160072892A1 (en) * 2013-12-10 2016-03-10 Shenyang Institute Of Automation Of The Chinese Academy Of Sciences A semantics-based architectural model of the internet of things
CN103997532A (en) * 2014-05-30 2014-08-20 长沙瑞和数码科技有限公司 Agriculture internet-of-things edge middleware system
CN106208385A (en) * 2016-08-31 2016-12-07 国网山东省电力公司阳信县供电公司 A kind of power utility check system based on platform of internet of things

Cited By (2)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN112040506A (en) * 2020-09-15 2020-12-04 海南科技职业大学 Reliability evaluation method and device of wireless sensor network and storage medium
CN112040506B (en) * 2020-09-15 2023-04-11 海南科技职业大学 Reliability evaluation method and device of wireless sensor network and storage medium

Also Published As

Publication number Publication date
CN107360098A (en) 2017-11-17
CN107360098B (en) 2020-10-20

Similar Documents

Publication Publication Date Title
WO2021249490A1 (en) Communication method and service data transmission method in blockchain network
US11863624B2 (en) Fast propagation of recent transactions over a blockchain network
US20050207376A1 (en) Method and apparatus for sensor network routing
CN103348726A (en) Systems and methods for communicating in network
WO2018227710A1 (en) Internet of things terminal information addressing method and device
WO2019015040A1 (en) Signal strength based frequency point selection method and internet of things terminal
CN110838935B (en) High-availability SDN controller clustering method, system, storage medium and equipment
CN113162971B (en) Block link point management method, device, computer and readable storage medium
US20240022507A1 (en) Information flow recognition method, network chip, and network device
Wang et al. Internet of things
JP4566148B2 (en) Network communication monitoring system, network communication monitoring method, central device, relay device, and computer program
WO2018227703A1 (en) Method and device for transmitting messages over internet of things
CN110169023A (en) A kind of data transmission method, data receiver and data transmitting equipment
CN112019603B (en) Transaction data processing method and device
WO2012133857A1 (en) Communication device, path search method and path search program
Sharma et al. Reconstruction of aggregation tree in spite of faulty nodes in wireless sensor networks
CN112256714A (en) Data synchronization method and device, electronic equipment and computer readable medium
WO2023279802A1 (en) Protocol data transmission method and apparatus, and network node and storage medium
CN104184727B (en) A kind of method and apparatus of message transmission
JP6206105B2 (en) Communication system, communication method, and communication program
CN116708532B (en) Local area network connection method, device, computer equipment and readable storage medium
CN116599871B (en) Network time delay determining method and related device
WO2017118192A1 (en) Method and device for determining data transmission interval
JP6345560B2 (en) Communication device system and program
US20040031033A1 (en) Method and apparatus for inter-process communication management

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: 17914074

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 19/06/2020)

122 Ep: pct application non-entry in european phase

Ref document number: 17914074

Country of ref document: EP

Kind code of ref document: A1