0.0.10 • Published 6 years ago

freebird-netcore-coap v0.0.10

Weekly downloads
1
License
MIT
Repository
github
Last release
6 years ago

freebird-netcore-coap

A CoAP machine network core for freebird framework.

NPM

Build Status npm npm

Documentation

Please visit the Wiki.

Overview

freebird-netcore-coap is the network controller (netcore) with managment facilities ready for freebird IoT framework.

Installation

$ npm install freebird-netcore-coap --save

Basic Usage

var Freebird = require('freebird'),
    coapCore = require('freebird-netcore-coap')();

// Create the freebird server and register the freeebird-netcore-coap to it
var freebird = new Freebird([coapCore]);

// Start the freebird server
freebird.start(function (err) {
	// Let your coap machines join the network
    freebird.net.permitJoin(180); 
});

// That's it!

License

Licensed under MIT.

0.0.10

6 years ago

0.0.9

7 years ago

0.0.8

7 years ago

0.0.7

7 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