正在学习基于Nodejs的物联网开发学习,暂时在一片文章里面零碎记录下相关的学习记录:
================
Ponte:
由Eclipse开发的一个系统,支持Http、COAP、MQTT等消息协议,提供了统一的标准API
http://www.eclipse.org/ponte/
Mosca:
Ponte的MQTT协议栈支持由Mosca提供
https://github.com/mcollina/mosca 参考该项目的Readme.md 和 wiki
http://mcollina.github.io/mosca/docs/ 对每个文件和函数进行了解释
Ascoltatori :
Ascoltatori is a simple publish/subscribe library supporting the following brokers/protocols:
- Redis, a key/value store created by @antirez.
- MongoDB, a scalable, high-performance, document-oriented database.
- Mosquitto and all implementations of the MQTT protocol.
- RabbitMQ and all implementations of the AMQP protocol.
- ZeroMQ to use Ascoltatori in a P2P fashion.
- QlobberFSQ, a shared file system queue.
- Memory-only routing, using Qlobber.
MQTT服务测试
https://www.cloudmqtt.com/
参考blog
http://blog.youkuaiyun.com/xukai871105/article/category/2110745