All Projects → aws → Aws Iot Device Sdk Js V2

aws / Aws Iot Device Sdk Js V2

Licence: apache-2.0
Next generation AWS IoT Client SDK for Node.js using the AWS Common Runtime

Programming Languages

typescript
32286 projects

Projects that are alternatives of or similar to Aws Iot Device Sdk Js V2

Takeout
Docker-based development-only dependency manager. macOS, Linux, and WSL2-only and installs via PHP's Composer... for now.
Stars: ✭ 1,086 (+1805.26%)
Mutual labels:  hacktoberfest
Devradar
Competence Management for developers
Stars: ✭ 56 (-1.75%)
Mutual labels:  hacktoberfest
Consul
Consul - Open Government and E-Participation Web Software
Stars: ✭ 1,088 (+1808.77%)
Mutual labels:  hacktoberfest
Design Patterns And Principles
A collection of a number of design patterns and principles written in Kotlin
Stars: ✭ 56 (-1.75%)
Mutual labels:  hacktoberfest
Hacktoberfest 2018
Stars: ✭ 56 (-1.75%)
Mutual labels:  hacktoberfest
Aws C Io
This is a module for the AWS SDK for C. It handles all IO and TLS work for application protocols.
Stars: ✭ 56 (-1.75%)
Mutual labels:  hacktoberfest
Typesync
Install missing TypeScript typings for dependencies in your package.json.
Stars: ✭ 1,080 (+1794.74%)
Mutual labels:  hacktoberfest
Docs
Documentation for Tasmota (https://github.com/arendst/Tasmota)
Stars: ✭ 55 (-3.51%)
Mutual labels:  hacktoberfest
Mue
Fast, open and free-to-use new tab page for modern browsers
Stars: ✭ 56 (-1.75%)
Mutual labels:  hacktoberfest
Jsk robot
jsk-ros-pkg/jsk_robot
Stars: ✭ 56 (-1.75%)
Mutual labels:  hacktoberfest
Qrcode Renderer
QR Code renderer is a dependency-free library to render QR Codes. The library makes it simple to integrate with any UI framework and comes with a prebuilt SVG renderer for the web.
Stars: ✭ 56 (-1.75%)
Mutual labels:  hacktoberfest
Javascript
Implementation of All ▲lgorithms in Javascript Programming Language
Stars: ✭ 56 (-1.75%)
Mutual labels:  hacktoberfest
Profun
Procedural vs Functional
Stars: ✭ 56 (-1.75%)
Mutual labels:  hacktoberfest
Dragon
⚡A powerful HTTP router and URL matcher for building Deno web servers.
Stars: ✭ 56 (-1.75%)
Mutual labels:  hacktoberfest
Nextcloud Snap
☁️📦 Nextcloud packaged as a snap
Stars: ✭ 1,088 (+1808.77%)
Mutual labels:  hacktoberfest
Dynamicdata
Reactive collections based on Rx.Net
Stars: ✭ 1,083 (+1800%)
Mutual labels:  hacktoberfest
Sadpanda
Chrome extension to access ExHentai
Stars: ✭ 53 (-7.02%)
Mutual labels:  hacktoberfest
React Filemanager
JavaScript File Manager Material Design Folder Explorer Navigator Browser Manager in React and Redux with Mobile support (with backends for Local Files and FTP)
Stars: ✭ 57 (+0%)
Mutual labels:  hacktoberfest
Crate Python
A Python client library for CrateDB.
Stars: ✭ 56 (-1.75%)
Mutual labels:  hacktoberfest
Bikedeboa
A (Progressive) Web App to find, map and review bike parkings in the cities of Brazil.
Stars: ✭ 54 (-5.26%)
Mutual labels:  hacktoberfest

AWS IoT Device SDK for JavaScript v2

This document provides information about the AWS IoT device SDK for Javascript V2.

If you have any issues or feature requests, please file an issue or pull request.

This SDK is built on the AWS Common Runtime, a collection of libraries (aws-c-common, aws-c-io, aws-c-mqtt, aws-c-http, aws-c-cal ...) written in C to be cross-platform, high-performance, secure, and reliable. The libraries are bound to JS by the awscrt package.

Jump To:

Installation

Check for minimum Requirements

  • The AWS IoT Device SDK for JavaScript requires Node v10.0 or later.
node -v

Install the required libraries

sudo apt-get install cmake
sudo apt-get install libssl-dev

Install the AWS Common Runtime

npm install aws-crt

Install the AWS IoT Device SDK

npm install aws-iot-device-sdk-v2

Build from source

npm install

Mac-Only TLS Behavior

Please note that on Mac, once a private key is used with a certificate, that certificate-key pair is imported into the Mac Keychain. All subsequent uses of that certificate will use the stored private key and ignore anything passed in programmatically. Beginning in v1.2.4, when a stored private key from the Keychain is used, the following will be logged at the "info" log level:

static: certificate has an existing certificate-key pair that was previously imported into the Keychain.  Using key from Keychain instead of the one provided.

Samples

Samples README

Getting Help

The best way to interact with our team is through GitHub. You can open an issue and choose from one of our templates for guidance, bug reports, or feature requests. You may also find help on community resources such as StackOverFlow with the tag #aws-iot or If you have a support plan with AWS Support, you can also create a new support case.

Please make sure to check out our resources too before opening an issue:

Giving Feedback and Contributions

We need your help in making this SDK great. Please participate in the community and contribute to this effort by submitting issues, participating in discussion forums and submitting pull requests through the following channels.

License

This library is licensed under the Apache 2.0 License.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].