Skip to content

Latest commit

 

History

History
48 lines (25 loc) · 1.02 KB

README.md

File metadata and controls

48 lines (25 loc) · 1.02 KB

Build Status

NPM

NPM

#物联网系统 CoAP版

这是一个开源的最小物联网系统的CoAP版,如果你还是一个初学者建议用HTTP版 https://github.com/gmszone/iot

##依赖库

  • RESTify
  • Node-CoAP
  • Node Sqlite3

##install

需要安装有Sqlite3及Nodejs

###安装node依赖

 npm install

###运行

 node server.js

###Test

coap coap://localhost

##文档

CoAP与物联网系统

物联网系统与CoAP之Hello,World

Liscense

© 2014 Phodal Huang. This code is distributed under the MIT license.