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

Implement embedded-nal traits? #25

Open
lachlansneff opened this issue Jun 21, 2021 · 3 comments
Open

Implement embedded-nal traits? #25

lachlansneff opened this issue Jun 21, 2021 · 3 comments

Comments

@lachlansneff
Copy link

The embedded-nal crate exposes a couple of traits (e.g. TcpClientStack, UdpClientStack, TcpFullStack, UdpFullStack, etc) to facilitate writing networking abstractions that are platform independent.

@jonathanpallant
Copy link
Member

Yes, I wrote it! I had this library in mind when I did so too.

Happy to take a PR which implements these traits.

@lachlansneff
Copy link
Author

I didn't realize that was you haha! I'll go ahead and make a PR. It seems like embedded-nal might want a few more traits, namely TcpTlsClient and GnssClient.

@diondokter
Copy link
Contributor

For the people looking here, I've made a NAL implementation that builds on top of this lib: https://crates.io/crates/nrf-modem-nal

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