chrysn
chrysn
Could you verify that all required modules are installed (`python3 -m aiocoap.cli.defaults`)? Apart from finding out what went wrong here, the main takeaway is that the pending credentials system overhaul...
This would also help with https://github.com/chrysn/aiocoap/issues/380 as that could migrate off the underlying parts of simple6. All this should be easier nowadays that Python support for PKTINFO is there on...
Was this reported somewhere else too? I clearly remember having discussed the 127.0.0.3 issue before, but don't find where. Anyhow: The surprising part here is not so much the port...
We'll have at least one more breaking change when Error becomes a subtrait of core::Error. I'm also not sure WriteReady are ready (ha!) for prime time. Maintainers, we use this...
The core::Error step has been done in https://github.com/rust-embedded/embedded-hal/pull/630 -- so the next embedded-io release is breaking. But is there anything else to do? I think not. (The Error change was...
Right, as you say: that PR added core::error::Error impls, but no requirements on the associated types or the embedded-io trait. *Should* we do one more braking change before (or as)...
defmt also did the semver trick, so as long as we update the dependency to 0.3.100, we can have the public dependency on ^1. (Sure, if we do breaking changes,...
With #672 merged, we're now on the "there'll be one breaking release at least before 1.0" track (eg. a 0.7 which then hopefully semver-tricks up to 1.0). #673 is in...
This should be well within what's possible with the current USB stack, and primarily a matter of setting the right descriptors. My gut feeling is that this will even be...
Is there a particular demo application you'd suggest for whoever'd start implementing this? Zephyr points to , is that a good demo?