An open API service indexing awesome lists of open source software.

https://github.com/petereb/quick-demo

A simple smart home webappp demo built with coap-shepherd and coap-node.
https://github.com/petereb/quick-demo

coap demo iot lwm2m network

Last synced: 8 months ago
JSON representation

A simple smart home webappp demo built with coap-shepherd and coap-node.

Awesome Lists containing this project

README

          

quick-demo
=================

A quick demo built up with [coap-shepherd](https://github.com/PeterEB/coap-shepherd).

## Table of Contents

1. [Overview](#Overview)
2. [Installation](#Installation)
3. [Usage](#Usage)


## 1. Overview

Here is a quick demo app that show you what coap-shepherd can do, e,g,. allow devices to join, control devices. You can use this quick demo as a basis to create your own CoAP Web Application.


## 2. Installation

```shell
$ git clone https://github.com/PeterEB/quick-demo.git
$ cd quick-demo
/quick-demo $ npm install
```


## 3. Usage

Just need to type npm start in the console, server will start running.

```shell
/quick-demo $ npm start
```

When you first press the PERMIT JOIN button, server will create a few fake peripherals, used to display some simple applications. During this period, the real peripheral device can not join the network until the end of the first permit join.

The following figure shows the entire process from server startup to the first permit join end.

![coap-shepherd demo](https://github.com/PeterEB/quick-demo/blob/master/doc/quick%20demo.gif)