chrysn

Results 842 comments of chrysn

This is becoming the very discussion I hoped to not have in a PR that is just about replacing one bootloading-tool-the-user-has-to-install with another bootloading-tool-the-user-has-to-install. Can we complete this with a...

This is now ready @crasbe: to let it pass CI, I had to rebase onto main due to conflicts from https://github.com/RIOT-OS/RIOT/pull/21395 -- actually, doing something similar as there might be...

brief response from mobile: rustup update

That's good input and resulted in https://github.com/knurling-rs/nrfdfu-rs/pull/28. For the larger issue of *having* a suitable Rust, yes we should get better catching that in the build system, but this is...

TOML would now be an easier candidate since https://github.com/chrysn/aiocoap/issues/391

While extras can't be deprecated, the linkheader extra would go along with this.

Just a quick check while I can't test that on mobile: Do your notifications have different payload from each other?

Finally managed to check: aiocoap-client was using a deprecated API. Not that *that* should fail, but those warnings would have shown for years in other places (something about the way...

The trouble is that you set port to 5684 -- leave it at 5683. This is from a big open to-do that the transports don't take individual binding configuration --...

Hm, level 1 are warnings, and I think that's all from the client's shutdown. I'll keep it open to look into next time I dig deeper into DTLS, but I...