#物联网系统 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
##文档
© 2014 Phodal Huang. This code is distributed under the MIT license.