Bootstrap mechanism for endpoint devices

Information

  • Patent Grant
  • 11082421
  • Patent Number
    11,082,421
  • Date Filed
    Friday, June 7, 2019
    5 years ago
  • Date Issued
    Tuesday, August 3, 2021
    3 years ago
Abstract
A method of bootstrapping between endpoint client and server in a low power wireless network, the method comprising: initiating a bootstrap request from an endpoint client to the server with the bootstrap request including an endpoint client name in an identifier; determining a registry apparatus to be assigned to the endpoint client; accepting the bootstrap request at the server and in response to the bootstrap request providing a security object and an identifier to the endpoint client to identify the assigned registry apparatus.
Description

The present technique relates, in general, to a bootstrap mechanism for endpoint devices. More specifically, the bootstrap mechanism initiates a directory and semantic lookup of all machine to machine nodes and resources in a system to provide transparent proxy services between the large-resource traditional Internet and constrained-resource protocols.


The Internet of Things encompasses all embedded devices and networks that are natively IP-enabled and Internet-connected, along with the Internet services monitoring and controlling those devices. Such IP-enabled embedded devices connected to the internet are termed endpoints and include sensors, machines, active positioning tags, radio-frequency identification (RFID) readers and building automation equipment to name but a few.


Data exchange between programs, computers and Machine-to-Machine (M2M) is a vital element. Different programs, computers and processors are used in different environments. On the Internet, the Transmission Control Protocol/Internet Protocol (TCP/IP) is the basic protocol used in communication. TCP/IP takes care of assembling and disassembling the data to be transmitted in packets. IP handles the addressing so that packets are delivered to the correct destination and above TCP/IP, the Hypertext Transfer Protocol (HTTP) is used as a client/server protocol whereby a program may send an HTTP request to a server which responds with another HTTP message.


The Wireless Embedded Internet is a subset of the Internet of Things and is generally represented by resource-limited embedded devices, often battery powered and connected by low-power, low-bandwidth wireless networks to the Internet.


Current web service technologies have high power and large bandwidth demands neither of which are compatible with low-power networks. Recently, binary web service protocols have been developed for low-power wireless networks. A binary web service solution includes the use of a suitable web service protocol (such as simplified HTTP or a binary web service protocol such as Constrained Application Protocol CoAP) and an efficient content encoding (such as Efficient XML Interchange EXI, Binary XML or Fast Infoset FI).


An example of a network technology where Machine-to-Machine (M2M) communication is widely applied is a low-power wireless network, such as an IEEE 802.15.4 based embedded and sensor network. More recently, as M2M devices have become IP enabled, systems have become more open by using IP as a networking protocol.


Following the introduction of IEEE 802.15.4 other standards were developed to standardize an IP adaption for such wireless embedded links. For example, the IPv6 over Low Power Wireless Standard (6LoWPAN) is a set of standards which enable the efficient use of IPv6 over low-power, low-rate wireless networks on simple embedded devices through an adaption layer and the optimization of related protocols.


The Open Mobile Alliance Lightweight LWM2M is a new standard applicable to 6LoWPAN and is focussed on constrained cellular and M2M devices. A Lightweight Machine-to-Machine (LWM2M) Bootstrap process is used to provide mandatory information through the Bootstrap Interface for LWM2M Clients so that they can perform the registration with one or more LWM2M Servers. After the bootstrap sequence, the Clients have an LWM2M Server Account and optionally some other object instances, such as Access Control or Connectivity Object.


It is an object of the present technique is to provide additional features to the LWM2M Bootstrap process.





BRIEF DESCRIPTION OF DRAWINGS

Embodiments of the technique will now be described, by way of example only, and with reference to the accompanying drawings of which:



FIG. 1 is a schematic diagram of a LWM2M deployment scenario;



FIG. 2 is a schematic diagram of a LWM2M architecture with Server and Client;



FIG. 3 is a schematic diagram of a LWM2M object model;



FIG. 4 is a schematic diagram of a client initiated bootstrap (FIG. 4a) and a server initiated bootstrap (FIG. 4b);



FIG. 5 is schematic diagram of a client bootstrap with no security according to a first embodiment;



FIG. 6 is a schematic diagram of a client secure bootstrap with certificate according to a second embodiment;



FIG. 7 is a schematic diagram of a client bootstrap with additional resources with no security according to a third embodiment; and



FIG. 8 is a schematic diagram of a client secure bootstrap with additional resource with certificate according to a fourth embodiment.





DESCRIPTION OF EMBODIMENTS

Therefore, referring to FIG. 1 a deployment scenario for an M2M endpoint device 10 is shown across a range of market segments from streetlights and electric meters to home and building automation. The endpoint devices 10 may interface 12 with a LWM2M server 16 based on open IETF standards such as Constrained Application Protocol (CoAP) over a low-power wireless network. One such low-power wireless network is an IEEE 802.15.4 based embedded and sensor network using IPv6 over Low Power Wireless Standard (6LoWPAN) 14. The LWM2M server 16 can interface with the wider world-wide web network 18 enabling deployment of M2M applications from a private server, private cloud or public cloud environment 19.



FIGS. 2 and 3 show the LWM2M architecture 20 which technically defines the application layer communication protocol for use between a client 22 on the M2M endpoint device 10 and server software on a LWM2M server 16. The client 22 resides on the device 10 and is integrated as a software library or a built-in function of a module or device 10. The server 16 is located in a private or public data centre and can be hosted by the M2M Service Provider, Network Service Provider or Application Service Provider. Four logical interfaces are defined between the server and client, namely bootstrapping 24 being pre-provisioned or client/server initiated; registration 26 to register the client 22 and its objects 50; object/resource access or device management 28 to enable server 16 access to an Object 50 or resource 48; and information reporting 30 for notifications with new Resource 48 values.


The LWM2M protocol stack 32 uses the Constrained Application Protocol (CoAP) 34 as the underlying transfer protocol over User Datagram Protocol (UDP) and Short Message Server (SMS) bearers 36. The CoAP protocol 34 defines the message header, request/response codes, message options and retransmission mechanisms. The CoAP protocol 34 is an alternative to HTTP for Representational State Transfer (RESTful) Application Programming Interfaces (APIs) on resource-constrained devices 10 and supports the methods of GET, POST, PUT, DELETE, which can be mapped to those of HTTP. Unlike HTTP, CoAP messages are exchanged asynchronously between CoAP end-points over a datagram-oriented transport such as UDP. CoAP messages are encoded in a binary format allowing functionality to start with a 4-byte overhead. LWM2M defines the UDP Binding with CoAP as mandatory whereas the SMS Binding with CoAP is optional, which in effect means that LWM2M client 22 to server 16 interaction may occur both via SMS and UDP 36.


The LWM2M architecture 20 use security protocols to secure communications between client 22 and server 16 using a Datagram Transport Layer Security (DTLS) 38. DTLS 38 is used to provide a secure channel between the LWM2M server 16 and the LWM2M client 22 for all efficient payloads 40. The efficient payloads 40 can be plain text for individual resources and Binary TLV or JSON for resource batches (Object or Resource Arrays). DTLS 38 security modes include both pre-shared key and public key technology to support embedded devices 10.


M2M application 42 developers can manage the devices 10 remotely through a M2M web application 44 and a M2M device management application 46.


Referring to FIG. 3, the client 22 illustrated in FIG. 2 is shown in more detail. Each piece of information made available by the LWM2M client 22 is a Resource 48. A Resource 48 is a piece of information that can be read, written or executed and is accessed with URIs:

    • /{Object ID}/{Object Instance]/[Resource ID}, for example /3/0/1 (Device Object, Manufacturer Resource).


The Resources 48 are further logically organized into Objects 50. Each LWM2M client 22 can have any number of Resources 48, each of which belongs to an Object 50. For example, a Firmware Object 52 may contain all the Resources 54 used for firmware update purposes.


Although not shown in FIG. 3, a set of objects for device management purposes include:

    • Security object to handle security aspects between management servers 16 and the client 22 on the device 10;
    • Server object to define data and functions related to the management server 16;
    • Access control object to define for each of several permitted management servers 16 the access rights the servers 16 have for each data object on the client 22;
    • Device object to detail resources on the M2M device 10 related to device 10 specific information;
    • Location object to group those resources that provide information about the current location of the M2M device 10;
    • Connectivity object to group together resources on the M2M device 10 that assist in monitoring the status of a network connection; and
    • Connection statistics object to group together resources on the M2M device 10 that hold statistical information about an existing network connection.


As an example, the device object allows remote retrieval of device information such as manufacturer, model, power information, free memory and error information. Furthermore the device object provides a resource for initiation of a remote reboot or factory reset.


As discussed in more detail with reference to FIGS. 4 to 7, the LWM2M standard defines a provisioning and bootstrapping 24 functionality that allows the server 16 to manage the keying, access control and configuration of the device 10 to enroll with the server 16. The LWM2M Bootstrap server is used to provide information through the Bootstrap Interface 24 for client 22 so that the client 22 can perform its registration with one or more servers 16. After the bootstrap sequence, the client 22 has a server account and optionally some other object instances such as Access Control or Connectivity Object.


Bootstrapping for complete provisioning and key management may be pre-configured bootstrapping such as from Flash; smart card bootstrapping such as from a SIM card or use of a bootstrap server for initial setup or re-configuration and keying in the modes client-initiated bootstrapping and server-initiated bootstrapping.


In its most simplified form as shown in FIG. 4a a client initiated bootstrap comprises a request for bootstrap for an endpoint device step 60 from a LWM2M client 62. In response, a LWM2M bootstrap server 64 provides a provision of LWM2M server objects 66 to the LWM2M client 62.


Referring to FIG. 4b a server initiated bootstrap comprises a provision of LWM2M server objects 66 only from LWM2M bootstrap server 64 to LWM2M client 62.



FIG. 5 is a schematic diagram of a client bootstrap with no security according to a first embodiment. A client 70 initiated bootstrap in No Security mode is started when the client 70 sends a bootstrap request such as a CoAP POST request 72 to the LWM2M Bootstrap Server 74. The request 72 includes an endpoint client name as a query search parameter, which in this case is node001. The bootstrap server 74 finds an assigned registry apparatus such as a central application providing apparatus 75 which provides a directory and semantic lookup of all M2M nodes and resources in the system, provides transparent proxy services between the large-resource traditional Internet and constrained-resource protocols. The solution provides an end-to-end RESTful solution including support for standards such as CoAP, DTLS, HTTP, TLS and OMA Lightweight M2M.


The Bootstrap Server 74 accepts the request by responding Acknowledge 2.03 (Valid) 76 and performs WRITE operations to PUT the following information to the client:

    • Security mode 78 which is “3-no security” in this case
    • M2M application URL 80 enabling deployment of M2M applications from a private server, private cloud or public cloud environment.


The client 70 acknowledges all operations by responding an ACK 2.05 (Content) 82 and after a successful bootstrap process, the Client 70 can register 84 with the appropriate assigned registry apparatus 75.



FIG. 6 is a schematic diagram of a client secure bootstrap with certificate according to a second embodiment. A client 86 initiated bootstrap in certificate mode is started when the client 86 sends a bootstrap request such as a CoAP POST request 88 to the LWM2M Bootstrap server 90. The request 88 includes the Endpoint Client Name as a query string parameter.


The Bootstrap server 90 accepts the request by responding Acknowledge 2.03 (Valid) 92 and performs WRITE operations to PUT the following information to the client 86.

    • Security mode 94 which is “2-certificate mode” in this case;
    • A client certificate 96 generated during the bootstrap process;
    • A registry certificate 98 used by the client 86 to identify the registry apparatus;
    • A private key 100 for the client certificate; and
    • M2M application URL 102 enabling deployment of M2M applications from a private server, private cloud or public cloud environment.


The client 86 acknowledged all operations by responding an ACK 2.05 (Content) (not shown in FIG. 6) and after a successful bootstrap process, the client 86 can register 104 with an appropriate registry apparatus.



FIG. 7 is a schematic diagram of a client bootstrap with additional resources with no security according to a third embodiment. According to a third embodiment, a device management server supports configuring of optional resources in addition to standard bootstrap parameters. An administrator can configure an endpoint-type specific list of resources to be set during the bootstrap process. Those resources are set before the standard parameters in order to ensure that they are already available for the Client at the time when it starts the registration process. The following examples with reference to FIG. 7 demonstrate the cases when the Client's clock is set during bootstrap with the proper timezone and current time. The Client requests the bootstrap information with an additional parameter of endpoint-type.


Referring to FIG. 7, where like reference numerals are used to denote like parts in FIG. 5, a client 70 initiated bootstrap in No Security mode is started when the client 70 sends a bootstrap request such as a CoAP POST request 72 to the LWM2M Bootstrap Server 74. The request 72 includes an endpoint client name as a query search parameter, which in this case is node001 along with an additional parameter of endpoint type (et=Clock) 108.


The Bootstrap Server 74 accepts the request by responding Acknowledge 2.03 (Valid) 76 and performs WRITE operations to PUT the following information to the client:

    • The first information is Universal Time Offset 110, in this example+3 hours. The second information is the current time 112.


Other information then put to the client 70 after the additional information is put to the client 70 includes:

    • Security mode 78 which is “3-no security” in this case
    • M2M application URL 80 enabling deployment of M2M applications from a private server, private cloud or public cloud environment.


After a successful bootstrap process, the Client can register 84 with the appropriate registry apparatus.



FIG. 8 is a schematic diagram of a client secure bootstrap with additional resource with certificate according to a fourth embodiment. According to a fourth embodiment, a device management server supports configuring of optional resources in addition to standard bootstrap parameters. An administrator can configure an endpoint-type specific list of resources to be set during the bootstrap process. Those resources are set before the standard parameters in order to ensure that they are already available for the Client at the time when it starts the registration process. The following examples with reference to FIG. 8 demonstrate the cases when the Client's clock is set during bootstrap with the proper timezone and current time. The Client requests the bootstrap information with an additional parameter of endpoint-type.


Referring to FIG. 8, where like reference numerals are used to denote like parts in FIG. 6 a client 86 initiated bootstrap in certificate mode is started when the client 86 sends a bootstrap request such as a CoAP POST request 88 to the LWM2M Bootstrap server 90. The request 88 includes the Endpoint Client Name as a query string parameter along with an additional parameter of endpoint type (et=Clock) 108.


The Bootstrap server 90 accepts the request by responding Acknowledge 2.03 (Valid) 92 and performs WRITE operations to PUT the following information to the client 86:

    • The first information is Universal Time Offset 110, in this example+3 hours. The second information is the current time 112.


Other information then put to the client 86 after the additional information is put to the client 86 includes

    • Security mode 94 which is “2-certificate mode” in this case;
    • A client certificate 96 generated during the bootstrap process;
    • A registry certificate 98 used by the client 86 to identify the registry apparatus;
    • A private key 100 for the client certificate; and
    • M2M application URL 102 enabling deployment of M2M applications from a private server, private cloud or public cloud environment.


The client 86 acknowledges all operations by responding an ACK 2.05 (Content) (not shown in FIG. 8) and after a successful bootstrap process, the client 86 can register 104 with an appropriate registry apparatus.


Additional embodiments of the technique are envisaged within the scope of the above specific description. For example, more information may be sent from the client to the server during bootstrapping depending upon the application. As an example, a list of endpoint types may include “sensor”, “switch” or “light” where a sensor may need to know who is interested in the detected information and when and for how long the sensor should operate. The additional information request may be an identifier sent as metadata from the client to the server. In response the server pushes bootstrap information back to the client and some of the bootstrap information is provided as a direct result of the additional information. The endpoint type can be sent as an Endpoint Client Name identifier in the form of a string uniquely identifying the LWM2M Client on one LWM2M Server and is provided to the server during registration. One example of an Endpoint Client Name is the International Mobile Station Equipment Identity (IMEI) number, the serial number or a logical name of the device.


In the case of an IMEI for example, the digits can uniquely identify the make and model of the endpoint device. The device management service may include a lookup table comprising a database of the parameters of the endpoint device allocated to make and models. The parameters of the endpoint device can include type and supported features such as clock and global positioning. The device management server can customise the bootstrap information sent by the server to the endpoint device based on the information contained in the endpoint name only.


In an alternative embodiment, the server may send back less information than required by the standard. This may occur if a user wants to reduce bandwidth. Such a reduction in information sent during bootstrapping compared to the standard can occur as a direct result of the additional information sent from the client to the server when initiating the bootstrapping process. Also, the server may send back less information based on a hardcoded agreement of the parameters found in the security method and/or certificate.


According to a first aspect, there is provided a method of bootstrapping between client and a server in a low power wireless network, the method comprising: initiating a bootstrap request from a client to the server with the bootstrap request including an endpoint client name in an identifier; determining a registry apparatus to be assigned to the endpoint client name; accepting the bootstrap request at the server and in response to the bootstrap request providing a security object and an identifier to the client to identify the assigned registry apparatus. In some embodiments the method may include registering the client with the assigned registry apparatus.


In some embodiments the bootstrap request may comprise the endpoint client name and additional identifier. The additional identifier may initiate an endpoint-type specific list of resources to be provided to the client during the bootstrap process. In some embodiments according to the method of the first aspect of the present invention, the specific list of resources may be provided to the client before the step of providing a security object and/or an identifier to the client to identify the assigned registry apparatus.


In some embodiments the specific list of resources may be set after the step of the server finding an assigned registry or central application providing apparatus for the client.


In some embodiments the additional identifier may include a request for additional information to the client from the server or a request for less information to be sent to the client from the server.


In some embodiments the endpoint-type specific list of resources may be provided from server to client in sequence.


In some embodiments the additional identifier may be sent as metadata from the client to the server.


In a second aspect of the present technique, a hardware apparatus is provided for receiving a bootstrap request from an endpoint client, the hardware apparatus comprising an input for receiving a bootstrap request from an endpoint client with the bootstrap request including an endpoint client identifier; a processor block having logic gates to receive the bootstrap request and process the bootstrap request for determining from a registry block an assigned registry apparatus and security object for the endpoint client; communication circuitry configured, in response to the assigned registry apparatus and security object, to transmit to the endpoint client an identifier to identify the assigned registry apparatus and security object.


In some embodiments, the hardware apparatus is a networked device management server.

Claims
  • 1. A method of bootstrapping between an endpoint client and a bootstrap server in a network, the method comprising: configuring a list of resources, the list of resources associated with an additional endpoint client parameter;setting, prior to starting a registration of the endpoint client with a registry apparatus, at least one resource from the list of resources, the at least one resource to be made available to the endpoint client during the bootstrapping;initiating a bootstrap request from the endpoint client to the bootstrap server to perform the bootstrapping with the bootstrap request including an endpoint client identifier and the additional endpoint client parameter;in response to the bootstrap request being accepted by the bootstrap server, transmitting from the bootstrap server to the endpoint client at least one endpoint-type resource relating to the additional endpoint client parameter; andsubsequent to the transmitting the at least one endpoint-type resource, transmitting from the bootstrap server to the endpoint client, additional resources including a client certificate generated during the bootstrapping and a certificate of the registry apparatus used by the endpoint client to identify the registry apparatus to enable the registration of the endpoint client with the registry apparatus.
  • 2. The method as claimed in claim 1, wherein the endpoint client identifier comprises an endpoint client name.
  • 3. The method as claimed in claim 2, wherein the additional endpoint client parameter includes a request for additional information to be sent to the endpoint client from the bootstrap server.
  • 4. The method as claimed in claim 1, wherein the endpoint client identifier comprises an endpoint client name selected from an International Mobile Station Equipment Identity (IMEI), serial number or a logical name of the endpoint client.
  • 5. The method as claimed in claim 4, including providing a resource to the endpoint client from the bootstrap server including a step of retrieving from a database a specific resource corresponding to the endpoint client identifier.
  • 6. The method as claimed in claim 1, wherein the list of resources is provided from the bootstrap server to the endpoint client in a sequence.
  • 7. The method as claimed in claim 1, wherein the additional endpoint client parameter is sent as metadata from the endpoint client to the bootstrap server.
  • 8. The method as claimed in claim 1, wherein the additional endpoint client parameter is an endpoint-type, and the list of resources is an endpoint-type specific list.
  • 9. The method as claimed in claim 1, wherein the bootstrap request from the endpoint client to the bootstrap server is transmitted using a constrained application protocol (CoAP) over the network.
  • 10. The method as claimed in claim 1, wherein the additional resources further includes a URL enabling deployment of an application from a remote server.
  • 11. A method of bootstrapping an endpoint client from a bootstrap server in a network, the method comprising: configuring a list of resources, the list of resources associated with an additional endpoint client parameter;setting, prior to starting a registration of the endpoint client with a registry apparatus, at least one resource from the list of resources, the at least one resource to be made available to the endpoint client during the bootstrapping;receiving, at the bootstrap server, a bootstrap request from the endpoint client to perform the bootstrapping with the bootstrap request including an endpoint client identifier and the additional endpoint client parameter; andin response to the bootstrap request being accepted by the bootstrap server, transmitting from the bootstrap server to the endpoint client at least one endpoint-type resource relating to the additional endpoint client parameter; andsubsequent to the transmitting the at least one endpoint-type resource, transmitting from the bootstrap server to the endpoint client, additional resources including a client certificate generated during the bootstrapping and a certificate of the registry apparatus used by the endpoint client to identify the registry apparatus to enable the registration of the endpoint client with the registry apparatus.
  • 12. The method as claimed in claim 11, wherein the bootstrap request is received from the endpoint client using a constrained application protocol (CoAP) over the network.
  • 13. The method as claimed in claim 11, wherein the additional resources further includes a URL enabling deployment of an application from a remote server.
  • 14. A method of bootstrapping an endpoint client in a network, the method comprising: configuring a list of resources, the list of resources associated with an additional endpoint client parameter;setting, prior to starting a registration of the endpoint client with a registry apparatus, at least one resource from the list of resources, the at least one resource to be made available to the endpoint client during the bootstrapping;initiating a bootstrap request from the endpoint client to a server to perform the bootstrapping with the bootstrap request including an endpoint client identifier and the additional endpoint client parameter;and in response to the bootstrap request being accepted by the server, receiving from the server at the endpoint client at least one endpoint-type resource relating to the additional endpoint client parameter; andsubsequent to the receiving the at least one endpoint-type resource, receiving from the server at the endpoint client, additional resources including a client certificate generated during the bootstrapping and a certificate of the registry apparatus used by the endpoint client to identify the registry apparatus to enable the registration of the endpoint client with the registry apparatus.
  • 15. The method as claimed in claim 14, wherein the bootstrap request from the endpoint client to the server is transmitted using a constrained application protocol (CoAP) over the network.
  • 16. The method as claimed in claim 14, wherein the additional resources further includes a URL enabling deployment of an application from a remote server.
  • 17. A hardware apparatus for receiving a bootstrap request from an endpoint client, the hardware apparatus comprising: instructions that, when executed on at least one processor, configure a list of resources, the list of resources associated with an additional endpoint client parameter;instructions that, when executed on the at least one processor set, prior to starting a registration of the endpoint client with a registry apparatus, at least one resource from the list of resources, the at least one resource to be made available to the endpoint client during the bootstrapping;an input for receiving the bootstrap request from the endpoint client to perform the bootstrapping with the bootstrap request including an endpoint client identifier and the additional endpoint client parameter;communication circuitry configured to transmit to the endpoint client, in response to the bootstrap request being accepted by the hardware apparatus at least one endpoint-type resource relating to the additional endpoint client parameter during the bootstrapping and subsequent to the transmitting the at, least one endpoint-type resource, transmitting from the apparatus to the endpoint client, additional resources including a client certificate generated during the bootstrapping and a certificate of the registry apparatus used by the endpoint client to identify the registry apparatus to enable the registration of the endpoint client with the registry apparatus.
  • 18. The hardware apparatus as claimed in claim 17, wherein the hardware apparatus is a networked device management server.
  • 19. The hardware apparatus as claimed in claim 17, wherein the additional resources further includes a URL enabling deployment of an application from a remote server.
  • 20. The hardware apparatus as claimed in claim 17, wherein the bootstrap request is received using a constrained application protocol (CoAP) over the network.
Priority Claims (1)
Number Date Country Kind
1415562 Sep 2014 GB national
RELATED APPLICATIONS

This application is a continuation of application Ser. No. 14/842,065 filed Sep. 1, 2015, which claims priority to GB 1415562.6 filed Sep. 3, 2014, each of which is hereby fully incorporated herein by reference.

US Referenced Citations (89)
Number Name Date Kind
5349643 Cox et al. Feb 1994 A
5872968 Knox et al. Feb 1999 A
6463535 Drews Oct 2002 B1
6950660 Hsu et al. Sep 2005 B1
7363514 Behren Apr 2008 B1
7882345 Christensen Feb 2011 B1
7971045 Currid et al. Jun 2011 B1
8108455 Yeager et al. Jan 2012 B2
8244845 Rao Aug 2012 B2
8370491 Breau et al. Feb 2013 B1
8938061 Dendy Jan 2015 B1
9064117 Worsley Jun 2015 B1
9307405 Curtis et al. Apr 2016 B2
9860235 Curtis et al. Jan 2018 B2
10027646 Curtis et al. Jul 2018 B2
10129268 David et al. Nov 2018 B2
10185829 Sasin et al. Jan 2019 B2
10321311 Sasin et al. Jun 2019 B2
20020090085 Vanstone et al. Jul 2002 A1
20030028763 Malinen et al. Feb 2003 A1
20050010758 Landrock et al. Jan 2005 A1
20060053276 Lortz et al. Mar 2006 A1
20060075242 Aissi et al. Apr 2006 A1
20060104234 Zhang May 2006 A1
20060117177 Buer Jun 2006 A1
20060150241 Huh et al. Jul 2006 A1
20060155837 Kobayashi Jul 2006 A1
20060200855 Willis Sep 2006 A1
20060259765 Song et al. Nov 2006 A1
20060277406 Hashimoto et al. Dec 2006 A1
20070011446 Kato et al. Jan 2007 A1
20070043608 May et al. Feb 2007 A1
20070055867 Kanungo et al. Mar 2007 A1
20070130476 Mohanty Jun 2007 A1
20070143388 Futa et al. Jun 2007 A1
20070220266 Cooper et al. Sep 2007 A1
20070220589 Salowey et al. Sep 2007 A1
20080034207 Cam-Winget et al. Feb 2008 A1
20080130902 Foo Kune et al. Jun 2008 A1
20090013177 Lee′ et al. Jan 2009 A1
20090063851 Nijdam Mar 2009 A1
20090086977 Berggren Apr 2009 A1
20090129597 Zimmer et al. May 2009 A1
20090215477 Lee et al. Aug 2009 A1
20090276620 McCarron et al. Nov 2009 A1
20090287922 Herwono et al. Nov 2009 A1
20090313466 Naslund et al. Dec 2009 A1
20100304716 Hoeksel et al. Dec 2010 A1
20110154454 Frelechoux Jun 2011 A1
20110161663 Nakhjiri Jun 2011 A1
20110225296 Hong et al. Sep 2011 A1
20120042081 Liao et al. Feb 2012 A1
20120079031 Matthews et al. Mar 2012 A1
20120108207 Schell et al. May 2012 A1
20120122423 Helmreich May 2012 A1
20120221725 Schroeder, Jr. et al. Aug 2012 A1
20130035067 Zhang et al. Feb 2013 A1
20130081113 Cherian et al. Mar 2013 A1
20130095789 Keevill et al. Apr 2013 A1
20130150105 Clevorn et al. Jun 2013 A1
20130160094 Luo Jun 2013 A1
20130174241 Cha et al. Jul 2013 A1
20130222109 Lim Aug 2013 A1
20130310003 Sadhvani et al. Nov 2013 A1
20140089652 Cerri et al. Mar 2014 A1
20140099916 Mallikarjunan et al. Apr 2014 A1
20140165147 Hershberg et al. Jun 2014 A1
20140289790 Wilson et al. Sep 2014 A1
20140330952 Starsinic et al. Nov 2014 A1
20140349614 Starsinic Nov 2014 A1
20150067329 Ben Saied Mar 2015 A1
20150071139 Nix Mar 2015 A1
20150113592 Curtis et al. Apr 2015 A1
20150113599 Curtis et al. Apr 2015 A1
20150237031 Neuman et al. Aug 2015 A1
20150296470 Kim et al. Oct 2015 A1
20150305008 Kim Oct 2015 A1
20150319263 Koch et al. Nov 2015 A1
20150358824 Kim et al. Dec 2015 A1
20160065556 Sasin et al. Mar 2016 A1
20160072808 David et al. Mar 2016 A1
20160191489 Curtis et al. Jun 2016 A1
20170019427 Vank et al. Jan 2017 A1
20170039373 Sasin et al. Feb 2017 A1
20170041287 Pak et al. Feb 2017 A1
20180295119 Curtis et al. Oct 2018 A1
20180324168 Curtis et al. Nov 2018 A1
20190044957 David et al. Feb 2019 A1
20190156040 Sasin et al. May 2019 A1
Foreign Referenced Citations (21)
Number Date Country
2013100802 Jul 2013 AU
1656830 Aug 2005 CN
101217541 Jul 2008 CN
101951595 Jan 2011 CN
101309301 Nov 2012 CN
2466791 Jun 2012 EP
2533385 Jun 2016 GB
20140113007 Sep 2014 KR
WO 2006059195 Jun 2006 WO
WO 2009141493 Nov 2009 WO
WO 2011123329 Oct 2011 WO
WO 2013049292 Apr 2013 WO
WO 2014048236 Mar 2014 WO
WO 2014069968 May 2014 WO
WO 2014114354 Jul 2014 WO
WO 2014116152 Jul 2014 WO
WO 2014182674 Nov 2014 WO
WO 2014190177 Nov 2014 WO
WO 2015036785 Mar 2015 WO
WO 2015042370 Mar 2015 WO
WO 2015065913 May 2015 WO
Non-Patent Literature Citations (34)
Entry
Office Action dated Mar. 31, 2020 for Chinese Application 201610629935.5, 16 pages.
Application and File history for U.S. Appl. No. 14/842,065, filed Sep. 1, 2015. Inventors: Sasin et al.
Application and File history for U.S. Appl. No. 15/218,902, filed Jul. 25, 2016. Inventors: Pak et al.
Application and File history for U.S. Appl. No. 15/226,523, filed Aug. 2, 2016. Inventors: Sasin et al.
Search Report dated Mar. 17, 2016 for GB Application No. GB1513750.8, 6 pages.
Examination Report dated Nov. 10, 2017 for Application No. GB1513750.8, 3 pages.
Search Report dated Jan. 12, 2015 for GB Application No. 1415562.6, 5 pages.
“Lightweight M2M”: Enabling Device Management and Applications for the Internet of Things, Feb. 26, 2014, Vodafone, Arm and Ericsson, 16 pages.
Examination Report dated Jul. 12, 2018 for Application No. GB1806259.6, 6 pages.
“Public Key Infrastructures and Digital Certificates for the Internet of Things”, Schukat et al, 26th Irish Signals and Systems Conference (ISSC), pp. 1-5, IEEE, Jun. 24-25, 2015.
“Security for IoT. An effective DTLS with public certificates”, Panwar et al., 2015 International Conference on Advances in Computer Engineering and Applications (ICACEA), pp. 163-166, IEEE, Mar. 19-20, 2015.
Search Report dated Mar. 17, 2016 for GB Application No. 1513748.2, 7 pages.
Application and File history for U.S. Appl. No. 14/056,459, filed Oct. 17, 2013. Inventors: Curtis et al.
Application and File history for U.S. Appl. No. 15/060,639, filed Mar. 4, 2016. Inventors: Curtis et al.
Application and File history for U.S. Appl. No. 14/056,468, filed Oct. 17, 2013. Inventors: Curtis et al.
Application and File history for U.S. Appl. No. 14/056,423, filed Oct. 17, 2013. Inventors: Curtis et al.
Application and File history for U.S. Appl. No. 16/009,277, filed Jun. 15, 2018. Inventors: Curtis et al.
Application and File history for U.S. Appl. No. 16/035,765, filed Jul. 16, 2018. Inventors: Curtis et al.
Application and File history for U.S. Appl. No. 14/843,420, filed Sep. 2, 2015. Inventors: David et al.
Partial International Search Report dated Jan. 29, 2015 for PCT Application No. PCT/GB2014/053098, 5 pages.
International Search Report and Written Opinion dated Jan. 30, 2015 for PCT Application No. PCT/GB2014/053096, 12 pages.
International Search Report and Written Opinion dated Jan. 30, 2015 for PCT Application No. PCT/GB2014/053097, 15 pages.
International Search Report and Written Opinion dated Apr. 8, 2015 for PCT Application No. PCT/GB2014/053098, 20 pages.
International Preliminary Report on Patentability dated Apr. 28, 2016 for PCT Application No. PCT/GB2014/053098, 14 pages.
International Preliminary Report on Patentability dated Apr. 28, 2016 for PCT Application No. PCT/GB2014/053097, 10 pages.
International Preliminary Report on Patentability dated Apr. 28, 2016 for PCT Application No. PCT/GB2014/053096, 9 pages.
HP Device Registration Repository Capability; M2M06-014 Device Registry Repository Capability; ETSI Draft; M2M06-014 Device Registry Repository Capability; European Telecommunications Standards Institute, 650, Route Des Lucioles; F-06921 Sophia-Antipolis; France, vol. SmartM2M, Oct. 13, 2009, pp. 1-2. XP014207713.
[Internet Citation], Certicom Device Certification Authority for ZigBee Smart Energy, Certicom Corp., http://www.certicom.com/index.php/device-authentication-service/smart-energy-device-certificate-service, Oct. 1, 2013, printed on Oct. 16, 2013, 2 pages.
Search Report dated Mar. 18, 2015 for GB Application No. 1415861.2, 3 pages.
First Office Action dated Dec. 29, 2018 for Chinese Application No. 201480056752.8, 38 pages.
Second Office Action dated May 17, 2019 for Chinese Application No. 201480056752.8, 9 pages.
Examination Report dated Nov. 29, 2019 for GB Application No. 1513748.2, 7 pages.
Search Report dated Jun. 8, 2020 for GB Application No. GB1415562.6, 5 pages.
Search and Examination Report dated Feb. 26, 2021 for GB Application No. 1415562.6, 4 pages.
Related Publications (1)
Number Date Country
20190289467 A1 Sep 2019 US
Continuations (1)
Number Date Country
Parent 14842065 Sep 2015 US
Child 16434567 US