Ulf Lilleengen

Results 97 comments of Ulf Lilleengen

Thanks for sharing! > Here are my opinions: > > * It would be good to have one main project where people who want to make a Rust runtime for...

> Given a choice between rewriting most of the code in this project, and starting a new project (which could of course copy in any code from this one it...

> Thanks much for all your feedback. > > Please don't start merging external crate source into the project. Linking them is fine. I'm not sure what/which external crate sources...

Closing as we have a basic implementation now

Hmm, I think we need a proper DNS client now that the endpoints moved to AWS load balancers, which may change IPs. I'll see if we can get a fixed...

I updated the IP and pushed a change to the main branch, and the GH action that runs this example is passing, so it should work: https://github.com/drogue-iot/drogue-device/actions/runs/3846267558/jobs/6551369367

Sorry it took a while to respond, but I've had to think about this for a while. I really appreciate the effort that has gone into `embedded-svc` because it raises...

A few radio drivers here https://github.com/embassy-rs/embassy/tree/master/embassy-lora/src Also this one is being worked on as a generic HAL-independent radio driver https://github.com/ceekdee/lora

I was always using defmt, but not printing anything. This was on linux.

Status update on this feature: At present, the webpki crate is a compile time option for enabling certificate validation. However, the webpki crate does not work on embedded devices and...