Hubot-ZMQ-Adapter
This is completely untested!
Install
cd <local hubot repo>
npm install hubot-zmq-adapter
Configuration
The config file is stored in the node_modules/hubot-zmq/src/config.json file within your hubot directory. It has the ZMQ channel URIs used for publish and subscribe. Feel free to change these.
Run
cd <local hubot repo>
hubot -a zmq
Packaging
As with all the others, you should add this adapter as a dependency to your hubots package.json if you'd like to be able to pull it down automatically with npm.
To Do
- Add configuration file
- Test / Bug Fix