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.
- Host: GitHub
- URL: https://github.com/petereb/quick-demo
- Owner: PeterEB
- License: mit
- Created: 2016-09-21T13:04:01.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2018-05-21T03:54:51.000Z (almost 8 years ago)
- Last Synced: 2025-04-23T04:44:30.697Z (11 months ago)
- Topics: coap, demo, iot, lwm2m, network
- Language: JavaScript
- Homepage:
- Size: 16.3 MB
- Stars: 6
- Watchers: 2
- Forks: 5
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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)
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.
```shell
$ git clone https://github.com/PeterEB/quick-demo.git
$ cd quick-demo
/quick-demo $ npm install
```
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.
