Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

FR: Add CoAP protocol support #6

Closed
beriberikix opened this issue Jan 18, 2014 · 4 comments
Closed

FR: Add CoAP protocol support #6

beriberikix opened this issue Jan 18, 2014 · 4 comments

Comments

@beriberikix
Copy link

CoAP is a popular IoT protocol that is more REST-like than MQTT. There looks to be a good library on NPM.

@chrismatthieu
Copy link
Contributor

Thanks for making us aware of CoAP and the NPM library! It wasn't on our radar (until now). We currently support HTTP REST, WebSockets, and MQTT. MQTT is similar to websockets pub/sub channels. It's nice to hear that there is an IoT REST-like protocol which should fit nicely with our stack!

@beriberikix
Copy link
Author

On twitter @mcollina mentioned his protocol bridge worthy of checking out: https://github.com/mcollina/ponte

@mcollina
Copy link

If you want to tinker with CoAP, I have also written a small CLI: https://npmjs.org/package/coap-cli.
It's based on node-coap.

@chrismatthieu
Copy link
Contributor

I was thinking about adding a CLI to skynet too. If integrating your CoAP solution is a simple as your MQTT, this will be a cake walk ;)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants