Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
phodal committed Aug 26, 2015
1 parent 1339379 commit 79fbc0c
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 13 deletions.
14 changes: 4 additions & 10 deletions README.md
Expand Up @@ -4,7 +4,7 @@
[![Code Climate](https://codeclimate.com/github/phodal/lan/badges/gpa.svg)](https://codeclimate.com/github/phodal/lan)
[![Test Coverage](https://codeclimate.com/github/phodal/lan/badges/coverage.svg)](https://codeclimate.com/github/phodal/lan/coverage)

> A CoAP,MQTT,HTTP,WebSocket Server of Internet of Things.
> Internet of Things Server Layer with CoAP, WebSocket, MQTT, HTTP Protocol.
Node Version: ``0.12.7``

Expand Down Expand Up @@ -137,14 +137,11 @@ Then.
3.Run

npm start


##Test With Tool

###HTTP



Get

curl --user root:root -X GET -H "Content-Type: application/json" http://localhost:8899/topics/root
Expand Down Expand Up @@ -174,13 +171,10 @@ PUT/POST - libcoap

coap-client -m get coap://127.0.0.1:5683/topic/root:root


Inspired by
[https://github.com/mcollina/qest](https://github.com/mcollina/qest)

##License

© 2015 [Phodal Huang][phodal]. This code is distributed under the MIT
license.
Inspired by [https://github.com/mcollina/qest](https://github.com/mcollina/qest)

© 2015 [Phodal Huang][phodal]. This code is distributed under the MIT license.

[phodal]:http://www.phodal.com/
6 changes: 3 additions & 3 deletions package.json
@@ -1,7 +1,7 @@
{
"name": "lan",
"version": "0.0.1",
"description": "A Internet of Things Framework",
"version": "0.1.0",
"description": "Internet of Things Server Layer with CoAP, WebSocket, MQTT, HTTP Protocol.",
"homepage": "https://github.com/phodal/lan",
"repository": {
"type": "git",
Expand All @@ -11,7 +11,7 @@
"files": [
"dist"
],
"main": "index.js",
"main": "server.js",
"keywords": [
"iot",
"lan"
Expand Down

0 comments on commit 79fbc0c

Please sign in to comment.