-
Notifications
You must be signed in to change notification settings - Fork 3
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
Port golioth-rs to use embassy and nrf-modem for async support. #3
base: main
Are you sure you want to change the base?
Conversation
Thank you for your contribution, @dkhayes117! We don't have any Rust experts at the moment so I wonder if I can call on a favor :) @lachlansneff @jaredwolff @alvarowolfx would you be able to review? 🙏 |
add at-command parse error back to error.rs fix readme typo
@dkhayes117 @beriberikix I'll try to take a look this weekend if I can make the time! No promises though! |
…, one with observers.
…version, test software with modem firmware 1.3.4.
@hasheddan would you be interested/able to review? |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@beriberikix would love to! And good to see you here @dkhayes117 :)
I think I will convert this to a draft because I'd like to try and get coap observers working first. I'm recording youtube videos that walk you through setup and use, so anyone can get started. Feel free to poke around in the meantime. |
…date embassy-executor to v0.2. Update README.md.
This PR adds async support for the nRF9160 SiP. Supports writing to LightDB State and Stream, and reading from LightDB State. Reading from LightDB Stream has not been tested. Thanks!