CommonGarden / Grow-IoT

Software packages for smart growing environments.
http://commongarden.org/
Other
25 stars 6 forks source link

CoAP #300

Closed JakeHartnell closed 6 years ago

JakeHartnell commented 7 years ago

Support for connecting devices over the CoAP protocol.

Why CoAP?

The npm coap library should be useful.

JakeHartnell commented 7 years ago

https://nvisium.com/blog/2015/05/27/implementing-coap-secure-way-part-i/

JakeHartnell commented 7 years ago

There is some experimental server code for this in imports/api/coap/coap.js

There is also example 'client' code in the Thing.js coap branch: https://github.com/CommonGarden/Thing.js/tree/coap

JakeHartnell commented 6 years ago

I will pay bounties for meaningful progress on this issue. Do a good job and get a bounty and maybe even... a job. 😉

JakeHartnell commented 6 years ago

The easiest way to start developing such a thing would be with tests! You don't need any devices to work on this issue.

JakeHartnell commented 6 years ago

Largely completed on development. Still need to utilize coap in more examples, and write some tests.