1.9.1 • Published 3 years ago

azure-iot-provisioning-device v1.9.1

Weekly downloads
1,954
License
MIT
Repository
github
Last release
3 years ago

This package (azure-iot-provisioning-device) provides the device client that is used to communicate with the Azure IoT Hub Device Provisioning Service.

npm version

Install

There are at least 3 different packages involved when writing code to take advantage of the Azure IoT Hub Device Provisioning Service:

  • The "client" package that will be used to create a provisioning client. (This package).
  • the "transport" package that will decide which protocol will be used to communicate with the provisioning service. One of azure-iot-provisioning-device-amqp, azure-iot-provisioning-device-mqtt, or azure-iot-provisioning-device-http. Please note that X509 authentication is supported with all protocols but TPM authentication is supported only with AMQP and HTTP.
  • The "security client" package that will be used to interface with whatever type of security (x509 or TPM) is used to authenticate the device.

For example:

npm install --save azure-iot-provisioning-device
npm install --save azure-iot-provisioning-device-amqp # Or -mqtt or -http
npm install --save azure-iot-security-x509 # Or -tpm

Getting Started

To get started please read our Overview of the Device Provisioning Service and visit our tutorials pages

1.9.1

3 years ago

1.9.0

3 years ago

1.8.13

3 years ago

1.8.11

4 years ago

1.8.12

4 years ago

1.8.10

4 years ago

1.8.9

4 years ago

1.8.8

4 years ago

1.6.3-lts0919up1

5 years ago

1.8.4-lts0720up1

5 years ago

1.8.7

5 years ago

1.8.6

5 years ago

1.8.6-pnp-rc.0

5 years ago

1.8.5

5 years ago

1.8.4

5 years ago

1.8.3

5 years ago

1.8.2

5 years ago

1.8.1

5 years ago

1.8.0

5 years ago

1.7.2

5 years ago

1.7.1

5 years ago

1.8.0-preview.2

6 years ago

1.7.0

6 years ago

1.6.3

6 years ago

1.6.2

6 years ago

1.8.0-preview.1

6 years ago

1.6.1

6 years ago

1.6.0

6 years ago

1.5.9

6 years ago

1.5.8

6 years ago

1.5.7

6 years ago

1.5.6

6 years ago

1.5.5

6 years ago

1.5.4

6 years ago

1.5.3

6 years ago

1.5.2

6 years ago

1.5.1

6 years ago

1.5.0

6 years ago

1.4.3

6 years ago

1.5.0-preview.0

7 years ago

1.4.2

7 years ago

1.4.1

7 years ago

1.4.0

7 years ago

1.3.5

7 years ago

1.3.4

7 years ago

1.3.3

7 years ago

1.3.2

7 years ago

1.3.1

7 years ago

1.3.0

7 years ago

1.1.4

7 years ago

1.1.3

7 years ago

1.1.2

7 years ago

1.1.1

7 years ago

1.1.0

7 years ago

1.0.0

7 years ago