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

Project Status #1

Open
2 of 12 tasks
ryankurte opened this issue Feb 7, 2021 · 0 comments
Open
2 of 12 tasks

Project Status #1

ryankurte opened this issue Feb 7, 2021 · 0 comments

Comments

@ryankurte
Copy link
Owner

ryankurte commented Feb 7, 2021

A meta-issue to capture project status and hopes and dreams

Features

Refactoring

  • Update backend::Backend trait to use associated type bounds in place of async_trait (Implemented observation #2)
    • Requires re-work of existing backend traits to poll-able future objects
  • Support no-std use
    • Remove all std use from core (lib.rs and backends/mod.rs)
    • Add cfg guards to all structopt and strum derives
    • Feature guard 'std', backends, etc.
  • Move all viable common logic to top-level client or generic backend mod
    • Tokio backend contains a lot of common CoAP logic
    • Somewhat difficult to separate well while retaining simple Backend traits

Backends

  • tokio - in progress (UDP, DTLS done, TCP, TLS missing)
  • async-std - not yet attempted
  • smoltcp - not yet attempted
  • std - not yet attempted

Tests

  • ETSI / plug-tests - should be able to run against coap.me?
  • Integration test each function against libcoap in CI
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

1 participant