This is a continuation of #7 which got closed when I renamed the master branch to main; see there for history.
Update examples to latest ... everything #8
This updates a bunch of dependencies (thus making it compatible with current RIOT HEAD), and simplifies the Makefile.
The module's commands do not need explicit inclusion any more because they insert themselves through XFA now.
Woodpecker has different escaping than GitLab
If this ever worked, it was with very old versions of coap-handler-implementations.
Many changes are from the ping tool (from the modules) now using internal locks.
The example does not run successfully, running into a GNRC assertion, but it does build.
Given that these examples have so far been a one-man project moving into the community, I think it'd be OK to merge once CI passes, but as I've had reviewing eyes on the -sys and -wrappers buildup to this: Here is (part of) what tht was for.
one inline comment, otherwise it looks good to me
@ -66,3 +67,3 @@
riot_wrappers::ztimer::Clock::msec().sleep_async(riot_wrappers::ztimer::Ticks(4000)).await;
letdemoserver="[2a01:4f8:190:3064::6]:5683".parse().unwrap();
letdemoserver="[fe80::157b:e0b6:d952:d2ca]:1234".parse().unwrap();
Where do those magic IPv6 addresses come from?
Good catch. The fe80 is mine, the 2a01:...::6 is also mine but demo.coap.amsuess.com (which makes sense; happy to switch to tatooine once https://crab.ariel-os.org/ is also served over CoAP).
I missed that when applying stashed changes, and am reverting this (along with a doc comment) in a fixup for immediate rebase and merging.
842526d192
c74bf2745a
No due date set.
No dependencies set.
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?