feat: add experimental CoAP server implementation#134
feat: add experimental CoAP server implementation#134JKRhb wants to merge 9 commits intoshamblett:masterfrom
Conversation
|
Cool! Speaking of which, it would be really cool with integration tests against a server in the build pipeline/GitHub Actions. Re-writing our examples as integration tests and running them on push to a branch with an open PR... I was a bit hesitant to do this with coap.me or Californium since they are external and any issues with them would cause our pipelines to fail. Also having a third-party server like Coap.NET in our repo felt wrong. It could be a lot of work to cover all examples, but even some would be a big win. Another option is to run them against Californium, which seems to be the best maintained, and allow for merging on failure if that's possible (or force merge on temporary issues). |
ca02512 to
5d24d49
Compare
Codecov ReportPatch coverage:
❗ Your organization is not using the GitHub App Integration. As a result you may experience degraded service beginning May 15th. Please install the Github App Integration for your organization. Read more. Additional details and impacted files@@ Coverage Diff @@
## master #134 +/- ##
==========================================
- Coverage 29.91% 29.45% -0.47%
==========================================
Files 62 63 +1
Lines 2811 2855 +44
==========================================
Hits 841 841
- Misses 1970 2014 +44
☔ View full report in Codecov by Sentry. |
I started working on a simple, experimental server implementation (which currently only supports UDP). For now, this is only a proof-of-concept, which can be improved upon once #127 has been merged.