1.9.1 • Published 2 years ago

azure-iot-provisioning-device v1.9.1

Weekly downloads
1,954
License
MIT
Repository
github
Last release
2 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

2 years ago

1.9.0

2 years ago

1.8.13

2 years ago

1.8.11

3 years ago

1.8.12

3 years ago

1.8.10

3 years ago

1.8.9

3 years ago

1.8.8

3 years ago

1.6.3-lts0919up1

3 years ago

1.8.4-lts0720up1

3 years ago

1.8.7

3 years ago

1.8.6

4 years ago

1.8.6-pnp-rc.0

4 years ago

1.8.5

4 years ago

1.8.4

4 years ago

1.8.3

4 years ago

1.8.2

4 years ago

1.8.1

4 years ago

1.8.0

4 years ago

1.7.2

4 years ago

1.7.1

4 years ago

1.8.0-preview.2

4 years ago

1.7.0

5 years ago

1.6.3

5 years ago

1.6.2

5 years ago

1.8.0-preview.1

5 years ago

1.6.1

5 years ago

1.6.0

5 years ago

1.5.9

5 years ago

1.5.8

5 years ago

1.5.7

5 years ago

1.5.6

5 years ago

1.5.5

5 years ago

1.5.4

5 years ago

1.5.3

5 years ago

1.5.2

5 years ago

1.5.1

5 years ago

1.5.0

5 years ago

1.4.3

5 years ago

1.5.0-preview.0

5 years ago

1.4.2

5 years ago

1.4.1

6 years ago

1.4.0

6 years ago

1.3.5

6 years ago

1.3.4

6 years ago

1.3.3

6 years ago

1.3.2

6 years ago

1.3.1

6 years ago

1.3.0

6 years ago

1.1.4

6 years ago

1.1.3

6 years ago

1.1.2

6 years ago

1.1.1

6 years ago

1.1.0

6 years ago

1.0.0

6 years ago