3.0.3 • Published 8 years ago

iotdb-transport-coap v3.0.3

Weekly downloads
1
License
Apache-2.0
Repository
github
Last release
8 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

8 years ago

3.0.2

8 years ago

3.0.1

8 years ago

0.0.14

8 years ago

0.0.13

8 years ago

0.0.12

8 years ago

0.0.11

8 years ago

0.0.9

8 years ago

0.0.8

8 years ago

0.0.7

8 years ago

0.0.6

8 years ago

0.0.5

8 years ago

0.0.4

8 years ago

0.0.3

8 years ago

0.0.2

8 years ago

0.0.1

8 years ago