iot-coap:使用CoAP协议进行物联网学习

时间:2024-06-04 19:52:23
【文件属性】:

文件名称:iot-coap:使用CoAP协议进行物联网学习

文件大小:22KB

文件格式:ZIP

更新时间:2024-06-04 19:52:23

JavaScript

Tested on: Node 0.10.32, and 0.11.13 #CoAP协议 IOT Framework Mini Internet of Things System with CoAP Protocol. HTTP protocol With RESTful to ##提醒 代码不再添加功能,仅维护(修复bug),请使用。 ##Thanks to ##Install 1.Install npm install iot-coap 2.Create index.js var iotcoap = require('iot-coap'); iotcoap.run(); iotcoap.rest.run(); 注意:在db配置可以选择mongodb和sqlite3,替换所需要的数据库即可。(you can choice db on iot.js with 'sqlit


【文件预览】:
iot-coap-master
----.gitignore(74B)
----package.json(1KB)
----license.txt(1KB)
----.travis.yml(91B)
----.jslint.conf(138B)
----doc()
--------Hardware.md(1KB)
----index.js(361B)
----iot.db(2KB)
----examples()
--------coap()
--------iot.js(941B)
--------simple.js(80B)
----README.md(5KB)
----iot.js(941B)
----lib()
--------error_message.js(246B)
--------url_handler.js(677B)
--------rest()
--------coap()
--------database()
----.npmignore(111B)
----test()
--------common.js(229B)
--------unit()
--------function()
--------mocha.opts(101B)

网友评论