Node mbed DTLS


License
Apache-2.0
Install
npm install node-mbed-dtls@2.2.4

Documentation

node-mbed-dtls

node DTLS server wrapping mbedtls

Setup

Run

git submodule update --init mbedtls

If you don't run this, the mbedtls directory will be empty, causing no rule for target aes.o errors when building.

Building

npm run build

or

npm install