edgexfoundry / device-coap-c

EdgeX device service for CoAP-based REST protocol
Apache License 2.0
3 stars 17 forks source link

feat: Migrate to newer CSDK supporting EdgeX v2 #9

Closed iain-anderson closed 3 years ago

iain-anderson commented 3 years ago

Signed-off-by: Iain Anderson iain@iotechsys.com

PR Checklist

Please check if your PR fulfills the following requirements:

If your build fails due to your commit message not passing the build checks, please review the guidelines here: https://github.com/edgexfoundry/edgex-examples/blob/master/.github/CONTRIBUTING.md.

What is the current behavior?

Service is written for EdgeX v1.x

Issue Number:

What is the new behavior?

Ported to v2.x using latest C SDK

Does this PR introduce a breaking change?

New Imports

Are there any new imports or modules? If so, what are they used for and why?

Updated CSDK has dependencies on paho (mqtt) and redis libraries

Specific Instructions

Are there any specific instructions or things that should be known prior to reviewing?

Other information

kb2ma commented 3 years ago

@iain-anderson, I apologize but I do not have the time to review.

iain-anderson commented 3 years ago

closes #10 (and #7 and #8 )