3.0.3 • Published 9 years ago

iotdb-transport-coap v3.0.3

Weekly downloads
1
License
Apache-2.0
Repository
github
Last release
9 years ago

iotdb-transport-coap

IOTDB Transporter for CoAP

About

This module will export everything to CoAP, allowing GET and PUT and OBSERVE operations. Note that there is no authentication / user support at this time, so only use within friendly environments.

There are code samples in GitHub.

Installation

Do:

$ npm install iotdb-transport-coap

Then:

const iotdb = require("iotdb");
const iotdb_transport_iotdb = require("iotdb-transport-iotdb");
const iotdb_transport_coap = require("iotdb-transport-coap")

iotdb.use("homestar-wemo");
iotdb.connect("WeMoSocket");

const iotdb_transporter = iotdb_transport_iotdb.make({});

const coap_client = iotdb_transport_coap.connect({});
const coap_transporter = iotdb_transport_coap.make({}, iotdb_transporter, coap_client);
3.0.3

9 years ago

3.0.2

9 years ago

3.0.1

9 years ago

0.0.14

9 years ago

0.0.13

9 years ago

0.0.12

9 years ago

0.0.11

9 years ago

0.0.9

9 years ago

0.0.8

9 years ago

0.0.7

9 years ago

0.0.6

9 years ago

0.0.5

9 years ago

0.0.4

9 years ago

0.0.3

9 years ago

0.0.2

9 years ago

0.0.1

9 years ago